mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-17 18:42:28 +13:00
fix $8 asm for Route23Text7
hg-commit-id: 2eafd9cbee4d
This commit is contained in:
parent
f7c85f3f46
commit
eecf03049d
|
|
@ -20565,7 +20565,14 @@ Route23Text6: ; 0x51334
|
||||||
call $5346
|
call $5346
|
||||||
jp $24d7
|
jp $24d7
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$5133d,$6b
|
Route23Text7: ; 0x5133d
|
||||||
|
db $8
|
||||||
|
ld a, $0
|
||||||
|
call $5346
|
||||||
|
jp $24d7
|
||||||
|
; 0x51346
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc",$51346,$62
|
||||||
|
|
||||||
Route23Text8: ; 0x513a8
|
Route23Text8: ; 0x513a8
|
||||||
TX_FAR _Route23Text8
|
TX_FAR _Route23Text8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue