summaryrefslogtreecommitdiff
path: root/engine/pokemon
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-05-06 13:48:04 +0200
committermid-kid <esteve.varela@gmail.com>2018-05-06 13:48:04 +0200
commitacdb3020359de30ccde3bd1227883902b18b60a9 (patch)
treedea75336bac86e9c6361656d8ab8439fea9c82ec /engine/pokemon
parentc82deab86fc984b6af4686d88b42042be4f6cd9e (diff)
Fix rest of the givepokeitem/checkpokeitem references
Diffstat (limited to 'engine/pokemon')
-rw-r--r--engine/pokemon/mail.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokemon/mail.asm b/engine/pokemon/mail.asm
index b8685c0df..33bce604d 100644
--- a/engine/pokemon/mail.asm
+++ b/engine/pokemon/mail.asm
@@ -124,7 +124,7 @@ GetMailboxCount: ; 44648
jp CloseSRAM
; 44654
-CheckPokeItem:: ; 44654
+CheckPokeMail:: ; 44654
push bc
push de
farcall SelectMonFromParty
@@ -194,7 +194,7 @@ CheckPokeItem:: ; 44654
; 446cc
-GivePokeItem:: ; 446cc
+GivePokeMail:: ; 446cc
ld a, [wPartyCount]
dec a
push af