mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Add Func_57c7
This commit is contained in:
parent
1f90be21c1
commit
862bad8af8
7
main.asm
7
main.asm
|
@ -13634,7 +13634,12 @@ CancelTextString:
|
||||||
db "CANCEL@"
|
db "CANCEL@"
|
||||||
|
|
||||||
Func_57c7:
|
Func_57c7:
|
||||||
INCBIN "baserom.gbc",$57c7,$57d6 - $57c7
|
ld a, [$cc3d]
|
||||||
|
ld hl, $c455
|
||||||
|
ld bc, $0014
|
||||||
|
call AddNTimes
|
||||||
|
ld [hl], $ec
|
||||||
|
ret
|
||||||
|
|
||||||
Func_57d6:
|
Func_57d6:
|
||||||
INCBIN "baserom.gbc",$57d6,$57f2 - $57d6
|
INCBIN "baserom.gbc",$57d6,$57f2 - $57d6
|
||||||
|
|
Loading…
Reference in a new issue