Fix rest of the givepokeitem/checkpokeitem references

This commit is contained in:
mid-kid
2018-05-06 13:48:04 +02:00
parent c82deab86f
commit acdb302035
5 changed files with 13 additions and 11 deletions

View File

@@ -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