summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-16 13:03:05 -0700
committeryenatch <yenatch@gmail.com>2014-06-16 13:03:05 -0700
commit35f2bb90d4a8f8e4dcac3fbab7d89cbc590285e8 (patch)
tree22edd68ca5b17147a1733a1781e9eaf78f379e2f /home.asm
parent38ac74f22285974bda6a0ed537958def8415076e (diff)
Rename predef functions so they aren't excessive in length.
This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway.
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