mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Close #470 (JOHTO_POKEMON)
This commit is contained in:
parent
7a09fc9f75
commit
8e1e583640
@ -170,6 +170,7 @@ const_value set 1
|
|||||||
const DRAGONITE ; 95
|
const DRAGONITE ; 95
|
||||||
const MEWTWO ; 96
|
const MEWTWO ; 96
|
||||||
const MEW ; 97
|
const MEW ; 97
|
||||||
|
JOHTO_POKEMON EQU const_value
|
||||||
const CHIKORITA ; 98
|
const CHIKORITA ; 98
|
||||||
const BAYLEEF ; 99
|
const BAYLEEF ; 99
|
||||||
const MEGANIUM ; 9a
|
const MEGANIUM ; 9a
|
||||||
|
@ -2050,7 +2050,7 @@ Special_CheckTimeCapsuleCompatibility: ; 29bfb
|
|||||||
ld a, [hli]
|
ld a, [hli]
|
||||||
cp -1
|
cp -1
|
||||||
jr z, .checkitem
|
jr z, .checkitem
|
||||||
cp MEW + 1
|
cp JOHTO_POKEMON
|
||||||
jr nc, .mon_too_new
|
jr nc, .mon_too_new
|
||||||
dec b
|
dec b
|
||||||
jr nz, .loop
|
jr nz, .loop
|
||||||
|
@ -1024,7 +1024,7 @@ GetMonFramesPointer: ; d05ce
|
|||||||
ld hl, UnownFramesPointers
|
ld hl, UnownFramesPointers
|
||||||
jr z, .got_frames
|
jr z, .got_frames
|
||||||
ld a, [wPokeAnimSpecies]
|
ld a, [wPokeAnimSpecies]
|
||||||
cp CHIKORITA
|
cp JOHTO_POKEMON
|
||||||
ld b, BANK(FramesPointers)
|
ld b, BANK(FramesPointers)
|
||||||
ld c, BANK(KantoFrames)
|
ld c, BANK(KantoFrames)
|
||||||
ld hl, FramesPointers
|
ld hl, FramesPointers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user