From b40cb88593938af583699ecd603949f59f7043ba Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 23 Jan 2012 10:12:07 -0600 Subject: $039e -> HandleMidJump hg-commit-id: f18a7d446304 --- constants.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index 125b8bba..573e97e5 100644 --- a/constants.asm +++ b/constants.asm @@ -95,6 +95,8 @@ W_WHICHTRADE EQU $CD3D ; which entry from TradeMons to select W_WHICHPOKEMON EQU $CF92 ; which pokemon you selected +W_WALKCOUNTER EQU $CFC5 ; walk animation counter + W_OPPONENTHP EQU $CFE6 ; active opponent's hp (16 bits) W_OPPONENTNUMBER EQU $CFE8 ; active opponent's position in team (0 to 5) W_OPPONENTSTATUS EQU $CFE9 ; active opponent's status condition -- cgit v1.3.1-sl0p