summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index f1dd60b4..5062b18c 100644
--- a/home.asm
+++ b/home.asm
@@ -4146,11 +4146,11 @@ RemovePokemon:: ; 391f (0:391f)
ld b, BANK(_RemovePokemon)
jp Bankswitch
-AddPokemonToParty:: ; 3927 (0:3927)
+AddPartyMon:: ; 3927 (0:3927)
push hl
push de
push bc
- callba _AddPokemonToParty
+ callba _AddPartyMon
pop bc
pop de
pop hl