Hello!
I've come to a rather annoying problem. I have an item (standard Pokéball you find lying around) with this script attached to it:
Quote:
#dynamic 0x3B9FE0
#org @start
lock
msgbox @1 0x3
setflag 0x820
fanfare 0x13E
msgbox @2 0x4
waitfanfare
closeonkeypress
hidesprite 0x1
setflag 0x200
release
end
#org @1
= [...]What's this?\pIt's a Gym Badge!
#org @2
= \v\h01 recieved the\nBOULDER BADGE!
|
In Advance Map I have Person ID set to 0200 as it should be. However, while the rest of the script works, the Pokéball does not disappear! I can't figure out the problem, either, and have wasted one too many bytes of free space trying to fix it myself. Thank you!