diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-21 17:38:16 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-21 17:38:16 -0600 |
commit | 8d8258f5e6215f5d818ca81f838b33f3de822a89 (patch) | |
tree | c709945c1f4ff95d7b9ebe832ea95b26405723f5 /constants.asm | |
parent | 4fb07a5808296b0c555f726d20794fb51f2e1637 (diff) |
replaced $3e2e with GiveItem in some texts
hg-commit-id: dda17ec62888
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 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 |