summaryrefslogtreecommitdiff
path: root/wram.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 /wram.asm
parent4a8c9993ad182296131ef87111e1b6d6e2af4201 (diff)
movemon and removepokemon wram variables
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm11
1 files changed, 10 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 65681990..c5f06e53 100755
--- a/wram.asm
+++ b/wram.asm
@@ -851,7 +851,16 @@ wListMenuID:: ; cf94
; ID used by DisplayListMenuID
ds 1
-wcf95:: ds 1 ; used with RemovePokemon (BoxMons, Daycare, Trades, etc.)
+wRemoveMonFromBox:: ; cf95
+; if non-zero, RemovePokemon will remove the mon from the current box,
+; else it will remove the mon from the party
+
+wMoveMonType:: ; cf95
+; 0 = move from box to party
+; 1 = move from party to box
+; 2 = move from daycare to party
+; 3 = move from party to daycare
+ ds 1
wItemQuantity:: ; cf96
ds 1