mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-03 18:11:42 +13:00
Use macros for predef calls/jumps instead of static ids.
This commit is contained in:
parent
d10108a066
commit
b36f793667
122 changed files with 360 additions and 719 deletions
|
|
@ -9,8 +9,7 @@ MainMenu: ; 5af2 (1:5af2)
|
|||
jr nc,.next0
|
||||
|
||||
; Predef 52 loads the save from SRAM to RAM
|
||||
ld a,$52
|
||||
call Predef
|
||||
predef LoadSAV
|
||||
|
||||
.next0
|
||||
ld c,20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue