mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Rename predef functions so they aren't excessive in length.
This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway.
This commit is contained in:
parent
38ac74f222
commit
35f2bb90d4
29 changed files with 81 additions and 103 deletions
|
|
@ -1,4 +1,4 @@
|
|||
AskForMonNickname: ; 64eb (1:64eb)
|
||||
AskName: ; 64eb (1:64eb)
|
||||
call SaveScreenTilesToBuffer1
|
||||
call GetPredefRegisters
|
||||
push hl
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DisplayPokedexMenu_: ; 40000 (10:4000)
|
||||
ShowPokedexMenu: ; 40000 (10:4000)
|
||||
call GBPalWhiteOut
|
||||
call ClearScreen
|
||||
call UpdateSprites ; move sprites
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ VendingMachineMenu: ; 74ee0 (1d:4ee0)
|
|||
ld hl, $ffde
|
||||
ld de, wPlayerMoney + 2 ; wd349
|
||||
ld c, $3
|
||||
ld a, $c ; SubtractBCDPredef
|
||||
ld a, $c ; SubBCDPredef
|
||||
call Predef
|
||||
ld a, $13
|
||||
ld [wd125], a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue