You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Close #470 (JOHTO_POKEMON)
This commit is contained in:
@@ -2050,7 +2050,7 @@ Special_CheckTimeCapsuleCompatibility: ; 29bfb
|
||||
ld a, [hli]
|
||||
cp -1
|
||||
jr z, .checkitem
|
||||
cp MEW + 1
|
||||
cp JOHTO_POKEMON
|
||||
jr nc, .mon_too_new
|
||||
dec b
|
||||
jr nz, .loop
|
||||
|
||||
@@ -1024,7 +1024,7 @@ GetMonFramesPointer: ; d05ce
|
||||
ld hl, UnownFramesPointers
|
||||
jr z, .got_frames
|
||||
ld a, [wPokeAnimSpecies]
|
||||
cp CHIKORITA
|
||||
cp JOHTO_POKEMON
|
||||
ld b, BANK(FramesPointers)
|
||||
ld c, BANK(KantoFrames)
|
||||
ld hl, FramesPointers
|
||||
|
||||
Reference in New Issue
Block a user