AI and player items, withdraw/deposit

This commit is contained in:
PikalaxALT
2015-11-08 10:59:28 -05:00
parent 6a570ebb8e
commit c34264ddd8
9 changed files with 433 additions and 385 deletions

View File

@@ -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