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

@ -57,8 +57,6 @@ SetPokedexOwnedFlag:
ld [wd11e], a
predef IndexToPokedex
ld a, [wd11e]
and a
ret z ; do nothing for missingno
dec a
ld c, a
ld hl, wPokedexOwned