diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-08 10:59:28 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-08 10:59:28 -0500 |
commit | c34264ddd89c2af4ba1370d4a2789009e9139b48 (patch) | |
tree | 233ff2521c281efd0f4edec87857183cc6e6ed7a /constants/wram_constants.asm | |
parent | 6a570ebb8ecb72dc9d1373062c311dfbb1234dc3 (diff) |
AI and player items, withdraw/deposit
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index dd2c6f40b..ffe9b11a6 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -75,3 +75,9 @@ NUM_OBJECT_STRUCTS EQU 13 ; After-Champion Spawn SPAWN_LANCE EQU 1 SPAWN_RED EQU 2 + +; wPokemonWithdrawDepositParameter +PC_WITHDRAW EQU 0 +PC_DEPOSIT EQU 1 +DAYCARE_WITHDRAW EQU 2 +DAYCARE_DEPOSIT EQU 3 |