mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Add Func_57d6
This commit is contained in:
parent
862bad8af8
commit
4894b90f6a
11
main.asm
11
main.asm
|
@ -13642,7 +13642,16 @@ Func_57c7:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
Func_57d6:
|
Func_57d6:
|
||||||
INCBIN "baserom.gbc",$57d6,$57f2 - $57d6
|
ld a, [$cc26]
|
||||||
|
ld [$cf92], a
|
||||||
|
ld a, $36
|
||||||
|
call Predef
|
||||||
|
ld a, $37
|
||||||
|
call Predef
|
||||||
|
call GBPalNormal
|
||||||
|
call Func_5ae6
|
||||||
|
call Func_57f2
|
||||||
|
jp Func_57a2
|
||||||
|
|
||||||
Func_57f2:
|
Func_57f2:
|
||||||
INCBIN "baserom.gbc",$57f2,$5a24 - $57f2
|
INCBIN "baserom.gbc",$57f2,$5a24 - $57f2
|
||||||
|
|
Loading…
Reference in a new issue