mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Add Unknown_1ecaf
This commit is contained in:
parent
f298df2447
commit
55cd82e53f
8
main.asm
8
main.asm
|
@ -42215,7 +42215,13 @@ UnnamedText_1ecaa: ; 1ecaa (7:6caa)
|
||||||
db $50
|
db $50
|
||||||
; 0x1ecaa + 5 bytes
|
; 0x1ecaa + 5 bytes
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$1ecaf,$1ecbd - $1ecaf
|
Unknown_1ecaf
|
||||||
|
ld a, [$c109]
|
||||||
|
cp $4
|
||||||
|
ret nz
|
||||||
|
call EnableAutoTextBoxDrawing
|
||||||
|
ld a, $8
|
||||||
|
jp Func_3ef5
|
||||||
|
|
||||||
UnnamedText_1ecbd: ; 1ecbd (7:6cbd)
|
UnnamedText_1ecbd: ; 1ecbd (7:6cbd)
|
||||||
TX_FAR _UnnamedText_1ecbd
|
TX_FAR _UnnamedText_1ecbd
|
||||||
|
|
Loading…
Reference in a new issue