diff options
author | YamaArashi <shadow962@live.com> | 2015-07-12 23:36:56 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-12 23:36:56 -0700 |
commit | bcfca2e267a6ee023271d90e27e4a7fde06f66fc (patch) | |
tree | 1634bd88b2aab601344a6bdbf8e6a9ec7a3c62c2 /home.asm | |
parent | 4a8c9993ad182296131ef87111e1b6d6e2af4201 (diff) |
movemon and removepokemon wram variables
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |