mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 15:54:49 +13:00
Fix previous.
This commit is contained in:
parent
d96c5cff4c
commit
0bfc37bffb
4
main.asm
4
main.asm
|
|
@ -35086,7 +35086,7 @@ FuchsiaCityText24: ; 19af4 (6:5af4)
|
|||
.asm_667d5 ; 0x19b12
|
||||
ld hl, FuchsiaCityKabutoText
|
||||
call PrintText
|
||||
ld a, KABUTOPS
|
||||
ld a, KABUTO
|
||||
.asm_81556 ; 0x19b1a
|
||||
call DisplayPokedex
|
||||
.asm_4343f ; 0x19b1d
|
||||
|
|
@ -97911,7 +97911,7 @@ UnknownText_6236c: ; 6236c (18:636c)
|
|||
db $8
|
||||
ld hl, UnnamedText_6237b
|
||||
call PrintText
|
||||
ld a, AERODACTYL
|
||||
ld a, PORYGON
|
||||
call DisplayPokedex
|
||||
jp TextScriptEnd
|
||||
; 0x6237b
|
||||
|
|
|
|||
Loading…
Reference in a new issue