diff options
author | yenatch <yenatch@gmail.com> | 2015-11-13 00:44:06 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-11-13 00:44:06 -0500 |
commit | 9c5473e965520f672640daf4ee76622640e0de15 (patch) | |
tree | 33d513a05a026cb6c094eb7ee73ad52ee36d0888 /constants/wram_constants.asm | |
parent | 1c1fe276ca59726bb0008c60006c6b48cd093573 (diff) | |
parent | 40802da3cf27a453f62c8c4b712e876b06a9d834 (diff) |
Merge pull request #326 from PikalaxALT/master
Reopen #325
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index 9bb72b2a2..ffe9b11a6 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -54,7 +54,6 @@ SATURDAY EQU 6 PLAYER_OBJECT EQU 0 NUM_OBJECTS EQU $10 -OBJECT_LENGTH EQU $10 ; InputType: ; c2c7 AUTO_INPUT EQU $ff @@ -76,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 |