mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 09:36:41 +13:00
insert $8 asm for CeladonMansion1Text3 and Text4
hg-commit-id: bb2ad6a49436
This commit is contained in:
parent
32e7c1376b
commit
8ce98b8c1b
12
pokered.asm
12
pokered.asm
|
|
@ -17585,13 +17585,17 @@ CeladonMansion1Text2: ; 0x486b1
|
|||
|
||||
CeladonMansion1Text3: ; 0x486b6
|
||||
TX_FAR _CeladonMansion1Text3
|
||||
|
||||
INCBIN "baserom.gbc",$486ba,$486c0 - $486ba
|
||||
db $8
|
||||
ld a, $4
|
||||
jp $46a1
|
||||
; 0x486c0
|
||||
|
||||
CeladonMansion1Text4: ; 0x486c0
|
||||
TX_FAR _CeladonMansion1Text4
|
||||
|
||||
INCBIN "baserom.gbc",$486c4,$486ca - $486c4
|
||||
db $8
|
||||
ld a, $f
|
||||
jp $46a1
|
||||
; 0x486ca
|
||||
|
||||
CeladonMansion1Text5: ; 0x486ca
|
||||
TX_FAR _CeladonMansion1Text5
|
||||
|
|
|
|||
Loading…
Reference in a new issue