You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Name all printer functions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user