diff options
| author | Sanky <gsanky@gmail.com> | 2013-07-02 20:59:35 +0200 |
|---|---|---|
| committer | Sanky <gsanky@gmail.com> | 2013-07-03 20:04:16 +0200 |
| commit | 15105c45f3c764b9f115a0032ad3469fddad4e80 (patch) | |
| tree | c46af3f4e75f4ad80e47e1a04092d118ccf4feba /constants.asm | |
| parent | Some Bill's PC stuff (diff) | |
| download | pokeyellow-15105c45f3c764b9f115a0032ad3469fddad4e80.tar.gz pokeyellow-15105c45f3c764b9f115a0032ad3469fddad4e80.tar.xz pokeyellow-15105c45f3c764b9f115a0032ad3469fddad4e80.zip | |
Disasm code which draws tiny party pokémon symbols in-battle.
Diffstat (limited to 'constants.asm')
| -rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index c6f42b51..4acdde93 100644 --- a/constants.asm +++ b/constants.asm @@ -179,6 +179,8 @@ W_ENEMYMONEVASIONMOD EQU $CD33 W_WHICHTRADE EQU $CD3D ; which entry from TradeMons to select +W_BUFFER EQU $CEE9 ; used for temporary things + W_ANIMSOUNDID EQU $CF07 ; sound ID during battle animations W_WHICHPOKEMON EQU $CF92 ; which pokemon you selected |
