mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Removing MissingNo to make room
This commit is contained in:
parent
fb3a20a51d
commit
c7499a1fd2
21 changed files with 17 additions and 67 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue