From 15105c45f3c764b9f115a0032ad3469fddad4e80 Mon Sep 17 00:00:00 2001 From: Sanky Date: Tue, 2 Jul 2013 20:59:35 +0200 Subject: Disasm code which draws tiny party pokémon symbols in-battle. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants.asm') 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 -- cgit v1.3.1-sl0p