mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Add CANCEL text string and function
This commit is contained in:
parent
4793cf636c
commit
1f90be21c1
15
main.asm
15
main.asm
|
@ -13618,7 +13618,20 @@ Func_577d: ; 577d (1:577d)
|
|||
ret
|
||||
|
||||
Func_57a2:
|
||||
INCBIN "baserom.gbc",$57a2,$57c7 - $57a2
|
||||
ld hl, $c4d7
|
||||
ld a, $7e
|
||||
ld bc, $0031
|
||||
call FillMemory
|
||||
ld hl, $c4cc
|
||||
ld b, $1
|
||||
ld c, $9
|
||||
call Func_5ab3
|
||||
ld hl, $c4e2
|
||||
ld de, CancelTextString
|
||||
jp PlaceString
|
||||
|
||||
CancelTextString:
|
||||
db "CANCEL@"
|
||||
|
||||
Func_57c7:
|
||||
INCBIN "baserom.gbc",$57c7,$57d6 - $57c7
|
||||
|
|
Loading…
Reference in a new issue