From af0119ca7e73c21205b5bb89bb9361db9aafa15f Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Wed, 11 May 2016 17:16:03 -0400 Subject: Name all printer functions --- items/item_effects.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items') diff --git a/items/item_effects.asm b/items/item_effects.asm index 6f58524d6..b9bca17b4 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -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 -- cgit v1.2.3