Removing MissingNo to make room

This commit is contained in:
MementoMartha 2023-04-09 20:41:31 +01:00
parent fb3a20a51d
commit c7499a1fd2
21 changed files with 17 additions and 67 deletions

View file

@ -1743,10 +1743,10 @@ SECTION "Main Data", WRAM0
wMainDataStart::
wPokedexOwned:: flag_array NUM_POKEMON - 1 ; discount MissingNo
wPokedexOwned:: flag_array NUM_POKEMON
wPokedexOwnedEnd::
wPokedexSeen:: flag_array NUM_POKEMON - 1 ; discount MissingNo
wPokedexSeen:: flag_array NUM_POKEMON
wPokedexSeenEnd::
ds 28 ;;;;;;; moved bag code lower down to make bigger bag space