|
Hello All,
I am trying to add a script into Fire Red where; once the player steps on a certain grass tile in the route, it triggers a random one-time shiny Pokemon battle. I don't know if I am just writing the script wrong or don't know how to insert it into the rom effectively. Any help would be appreciated and I will paste my current script here. Thank you.
#dynamic 0x800120
#org @start
checkflag 0x1000
if ox1 goto @end
callasm 0x800121
setvar 0x8003 0x1
setflag 0x1000
wildbattle 0x4 0x3 0x0
end
#org @end
release
end
UPDATE:
I figured out what I was doing wrong with my scripting. I just had to take a long coffee break and collect my thoughts, thank you anyways for consideration.
|