mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
insert $8 asm for SSAnne2Text2
hg-commit-id: 630f9825b2f0
This commit is contained in:
parent
c3f1948295
commit
68d4d86a8f
15
pokered.asm
15
pokered.asm
|
@ -27016,7 +27016,20 @@ SSAnne2_h: ; 0x61393 to 0x6139f (12 bytes) (id=96)
|
||||||
|
|
||||||
dw $5514 ; objects
|
dw $5514 ; objects
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$6139f,$61514 - $6139f
|
INCBIN "baserom.gbc",$6139f,$614e6 - $6139f
|
||||||
|
SSAnne2Text2: ; 0x614e6
|
||||||
|
db $8
|
||||||
|
ld hl, $5500
|
||||||
|
call PrintText
|
||||||
|
ld hl, $d72d
|
||||||
|
set 6, [hl]
|
||||||
|
set 7, [hl]
|
||||||
|
ld hl, $5505
|
||||||
|
ld de, $550a
|
||||||
|
call $3354
|
||||||
|
jp $24d7
|
||||||
|
; 0x61500
|
||||||
|
INCBIN "baserom.gbc",$61500,$14
|
||||||
SSAnne2Object: ; 0x61514 (size=90)
|
SSAnne2Object: ; 0x61514 (size=90)
|
||||||
db $c ; border tile
|
db $c ; border tile
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue