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

@ -86,8 +86,6 @@ _AddPartyMon::
predef IndexToPokedex
pop de
ld a, [wd11e]
and a
jr z, .noMarkSeen ; if it's missingno don't do any pokedex actions
dec a
ld c, a
ld b, FLAG_TEST
@ -104,7 +102,6 @@ _AddPartyMon::
pop bc
ld hl, wPokedexSeen
call FlagAction
.noMarkSeen
pop hl
push hl