mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-12 08:15:00 +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
|
.asm_667d5 ; 0x19b12
|
||||||
ld hl, FuchsiaCityKabutoText
|
ld hl, FuchsiaCityKabutoText
|
||||||
call PrintText
|
call PrintText
|
||||||
ld a, KABUTOPS
|
ld a, KABUTO
|
||||||
.asm_81556 ; 0x19b1a
|
.asm_81556 ; 0x19b1a
|
||||||
call DisplayPokedex
|
call DisplayPokedex
|
||||||
.asm_4343f ; 0x19b1d
|
.asm_4343f ; 0x19b1d
|
||||||
|
|
@ -97911,7 +97911,7 @@ UnknownText_6236c: ; 6236c (18:636c)
|
||||||
db $8
|
db $8
|
||||||
ld hl, UnnamedText_6237b
|
ld hl, UnnamedText_6237b
|
||||||
call PrintText
|
call PrintText
|
||||||
ld a, AERODACTYL
|
ld a, PORYGON
|
||||||
call DisplayPokedex
|
call DisplayPokedex
|
||||||
jp TextScriptEnd
|
jp TextScriptEnd
|
||||||
; 0x6237b
|
; 0x6237b
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue