Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
Game: Ruby
Type: Level Script
OK, so how exactly would I make a person event disappear when I enter a level?
I tried this script but it doesn't work.
#org @start
setvar 0x4033 0x1
checkflag 0x801
if 0x1 goto @hide
end
#org @hide
hidesprite 0x02
hidesprite 0x03
end
Am I just being stupid and...