From 8d8258f5e6215f5d818ca81f838b33f3de822a89 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 21 Jan 2012 17:38:16 -0600 Subject: replaced $3e2e with GiveItem in some texts hg-commit-id: dda17ec62888 --- constants.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index 3fbd7109..47843579 100644 --- a/constants.asm +++ b/constants.asm @@ -93,6 +93,8 @@ W_AICOUNT EQU $CCDF ; number of times remaining that AI action can occur W_WHICHTRADE EQU $CD3D ; which entry from TradeMons to select +W_WHICHPOKEMON EQU $CF92 ; which pokemon you selected + 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