- 13
- Posts
- 12
- Years
- USA
- Seen Aug 23, 2016
I was just wondering if someone could explain to me how the "set world map" script work such as the one in saffron city in fire red: '---------------
#org 0x167365
setworldmapflag 0x89A
checkflag 0x23C
if 0x0 call 0x8167372
end
'---------------
#org 0x167372
movesprite2 0x6 0x21 0x1F
return
#org 0x167365
setworldmapflag 0x89A
checkflag 0x23C
if 0x0 call 0x8167372
end
'---------------
#org 0x167372
movesprite2 0x6 0x21 0x1F
return