mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 17:16:42 +13:00
insert $8 asm for Route11GateUpstairsText4
hg-commit-id: 8254a228899c
This commit is contained in:
parent
969360c42f
commit
0e9c4d7922
10
pokered.asm
10
pokered.asm
|
|
@ -19710,7 +19710,15 @@ Route11GateUpstairsText3: ; 0x494a8
|
||||||
call PrintText
|
call PrintText
|
||||||
jp $24d7
|
jp $24d7
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$494c4,$494da - $494c4
|
INCBIN "baserom.gbc",$494c4,$494ce - $494c4
|
||||||
|
|
||||||
|
Route11GateUpstairsText4: ; 0x494ce
|
||||||
|
db $8
|
||||||
|
ld hl, $54d5
|
||||||
|
jp $55c9
|
||||||
|
; 0x494d5
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc",$494d5,$5
|
||||||
|
|
||||||
Route11GateUpstairsObject: ; 0x494da (size=30)
|
Route11GateUpstairsObject: ; 0x494da (size=30)
|
||||||
db $a ; border tile
|
db $a ; border tile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue