- 16
- Posts
- 6
- Years
- Seen May 1, 2021
I'm trying to set up a script that allows you to pass the npcs once you have delivered oak's parcel and obtained the pokedex, but this does not work. Anybody know how to fix it?
Code:
'---------------
#org 0x800078
setworldmapflag 0x894
setvar 0x405B 0x1
setflag 0x3D
checkflag 0x829
if 0x1 goto 0x880008E
end
'---------------
#org 0x80008E
hidesprite 0x0
setflag 0x1B39
hidesprite 0x1
setflag 0x4D2
hidesprite 0x2
setflag 0x10E1
hidesprite 0x3
setflag 0x25E0
end