diff options
| author | mid-kid <esteve.varela@gmail.com> | 2018-05-06 13:48:04 +0200 |
|---|---|---|
| committer | mid-kid <esteve.varela@gmail.com> | 2018-05-06 13:48:04 +0200 |
| commit | acdb3020359de30ccde3bd1227883902b18b60a9 (patch) | |
| tree | dea75336bac86e9c6361656d8ab8439fea9c82ec /engine/pokemon | |
| parent | c82deab86fc984b6af4686d88b42042be4f6cd9e (diff) | |
Fix rest of the givepokeitem/checkpokeitem references
Diffstat (limited to 'engine/pokemon')
| -rw-r--r-- | engine/pokemon/mail.asm | 4 |
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 |
