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 /wram.asm | |
parent | 4a8c9993ad182296131ef87111e1b6d6e2af4201 (diff) |
movemon and removepokemon wram variables
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |