mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-12-30 06:03:17 +13:00
insert $8 asm for Route18GateHeaderText3
hg-commit-id: 84b2f21095ca
This commit is contained in:
parent
f398a688be
commit
6e0d93897b
|
|
@ -19576,7 +19576,13 @@ Route18GateHeaderText1: ; 0x4997e
|
||||||
call Predef
|
call Predef
|
||||||
jp $24d7
|
jp $24d7
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$4998c,$18
|
INCBIN "baserom.gbc",$4998c,$49998 - $4998c
|
||||||
|
Route18GateHeaderText3: ; 0x49998
|
||||||
|
db $8
|
||||||
|
ld hl, $599f
|
||||||
|
jp $55c9
|
||||||
|
; 0x4999f
|
||||||
|
INCBIN "baserom.gbc",$4999f,$5
|
||||||
|
|
||||||
Route18GateHeaderObject: ; 0x499a4 (size=24)
|
Route18GateHeaderObject: ; 0x499a4 (size=24)
|
||||||
db $a ; border tile
|
db $a ; border tile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue