diff options
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index f1c0c8b76..8162f5bc1 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -84,6 +84,8 @@ FACE_RIGHT EQU 1 ; wPokemonWithdrawDepositParameter:: ; d10b PC_WITHDRAW EQU 0 PC_DEPOSIT EQU 1 +REMOVE_PARTY EQU 0 +REMOVE_BOX EQU 1 DAY_CARE_WITHDRAW EQU 2 DAY_CARE_DEPOSIT EQU 3 |