Name all printer functions

This commit is contained in:
pikalaxalt
2016-05-11 17:16:03 -04:00
parent 295604cbb5
commit af0119ca7e
19 changed files with 1175 additions and 1046 deletions

View File

@@ -3242,11 +3242,11 @@ GetMaxPPOfMove: ; f8ec
ld hl, TempMonMoves ; Wasted cycles
dec a
jr z, .got_nonpartymon ; BREEDMON
jr z, .got_nonpartymon ; TEMPMON
ld hl, BattleMonMoves ; WILDMON
.got_nonpartymon ; BOXMON, BREEDMON, WILDMON
.got_nonpartymon ; BOXMON, TEMPMON, WILDMON
call GetMthMoveOfCurrentMon
jr .gotdatmove