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
|
|
@ -431,7 +431,7 @@ ItemUseBall: ; d687 (3:5687)
|
|||
xor a
|
||||
ld [wcc49],a
|
||||
call ClearSprites
|
||||
call AddPokemonToParty ;add mon to Party
|
||||
call AddPartyMon ;add mon to Party
|
||||
jr .End
|
||||
.sendToBox ;$5907
|
||||
call ClearSprites
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
; tests if mon [wcf91] can learn move [wd0e0]
|
||||
TestMonMoveCompatibility: ; 1373e (4:773e)
|
||||
CanLearnTM: ; 1373e (4:773e)
|
||||
ld a, [wcf91]
|
||||
ld [wd0b5], a
|
||||
call GetMonHeader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue