summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-12 23:36:56 -0700
committerYamaArashi <shadow962@live.com>2015-07-12 23:36:56 -0700
commitbcfca2e267a6ee023271d90e27e4a7fde06f66fc (patch)
tree1634bd88b2aab601344a6bdbf8e6a9ec7a3c62c2 /home.asm
parent4a8c9993ad182296131ef87111e1b6d6e2af4201 (diff)
movemon and removepokemon wram variables
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 b9041fef..51e10118 100644
--- a/home.asm
+++ b/home.asm
@@ -3599,8 +3599,8 @@ CopyDataUntil:: ; 3913 (0:3913)
; Function to remove a pokemon from the party or the current box.
; wWhichPokemon determines the pokemon.
-; [wcf95] == 0 specifies the party.
-; [wcf95] != 0 specifies the current box.
+; [wRemoveMonFromBox] == 0 specifies the party.
+; [wRemoveMonFromBox] != 0 specifies the current box.
RemovePokemon:: ; 391f (0:391f)
ld hl, _RemovePokemon
ld b, BANK(_RemovePokemon)