mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
Rename/organize part 1 of 4
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
This commit is contained in:
parent
ae420a4d8f
commit
cd649184f5
90 changed files with 1070 additions and 1066 deletions
|
|
@ -14,13 +14,13 @@ Predef::
|
|||
push af
|
||||
ld a, BANK(GetPredefPointer)
|
||||
ld [H_LOADEDROMBANK], a
|
||||
ld [$2000], a
|
||||
ld [MBC1RomBank], a
|
||||
|
||||
call GetPredefPointer
|
||||
|
||||
ld a, [wPredefBank]
|
||||
ld [H_LOADEDROMBANK], a
|
||||
ld [$2000], a
|
||||
ld [MBC1RomBank], a
|
||||
|
||||
ld de, .done
|
||||
push de
|
||||
|
|
@ -29,7 +29,7 @@ Predef::
|
|||
|
||||
pop af
|
||||
ld [H_LOADEDROMBANK], a
|
||||
ld [$2000], a
|
||||
ld [MBC1RomBank], a
|
||||
ret
|
||||
|
||||
GetPredefRegisters::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue