mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-21 20:35:33 +13:00
insert $8 asm for Route16GateUpstairsText4
hg-commit-id: a33b319c7b23
This commit is contained in:
parent
64beee9952
commit
340e6b77a6
|
|
@ -19494,7 +19494,13 @@ Route16GateUpstairsText2: ; 0x49825
|
||||||
call PrintText
|
call PrintText
|
||||||
jp $24d7
|
jp $24d7
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$4982f,$1d
|
INCBIN "baserom.gbc",$4982f,$49840 - $4982f
|
||||||
|
Route16GateUpstairsText4: ; 0x49840
|
||||||
|
db $8
|
||||||
|
ld hl, $5847
|
||||||
|
jp $55c9
|
||||||
|
; 0x49847
|
||||||
|
INCBIN "baserom.gbc",$49847,$5
|
||||||
|
|
||||||
Route16GateUpstairsObject: ; 0x4984c (size=30)
|
Route16GateUpstairsObject: ; 0x4984c (size=30)
|
||||||
db $a ; border tile
|
db $a ; border tile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue