mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-16 18:16:49 +13:00
insert $8 asm for Route16GateUpstairsText3
hg-commit-id: defaa9b4cfbb
This commit is contained in:
parent
340e6b77a6
commit
eb021a274a
|
|
@ -19494,7 +19494,13 @@ Route16GateUpstairsText2: ; 0x49825
|
||||||
call PrintText
|
call PrintText
|
||||||
jp $24d7
|
jp $24d7
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$4982f,$49840 - $4982f
|
INCBIN "baserom.gbc",$4982f,$49834 - $4982f
|
||||||
|
Route16GateUpstairsText3: ; 0x49834
|
||||||
|
db $8
|
||||||
|
ld hl, $583b
|
||||||
|
jp $55c9
|
||||||
|
; 0x4983b
|
||||||
|
INCBIN "baserom.gbc",$4983b,$5
|
||||||
Route16GateUpstairsText4: ; 0x49840
|
Route16GateUpstairsText4: ; 0x49840
|
||||||
db $8
|
db $8
|
||||||
ld hl, $5847
|
ld hl, $5847
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue