Co500
Nostalgia Edition
- 563
- Posts
- 16
- Years
- Far Awayyyyyyy
- Seen Dec 14, 2021
In Bold: Im giving the player the pokedex here and the running shoes aswell as the pokemon menu thats why im using them cause I have too,You don't want to use those flags, especially the flags in the '0x800's because those are often reserved for special purposes like badges, enabling menu items, etc. Take a look at the list of used flags in XSE's guide. Most flags not on that list are safe for using, though I personally recommend any over '0x1000'. Also, the following code won't work:
You need an 'if' statement after every single 'checkflag'. Similarly, at the beginning of the last script there is a 'checkflag' without an 'if' statement following it, effectively rendering it useless.Code:... [B]checkflag 0x8 checkflag 0x82F checkflag 0x829 checkflag 0x828 if 0x1 goto @done[/B] ...
also do I just put if 0x1 goto @done, done1, done2 etc