diff options
author | YamaArashi <devnull@localhost> | 2012-01-23 13:22:19 -0800 |
---|---|---|
committer | YamaArashi <devnull@localhost> | 2012-01-23 13:22:19 -0800 |
commit | eebdb77e4b9ebca8490ce01ebb1ad7586d17a9e9 (patch) | |
tree | e5e7ae190c9a8c6e6aab1f117d2742324cfe118b /constants.asm | |
parent | bf014ea5ec60567d55431257f7b86f96a7835a09 (diff) | |
parent | 7c72858b75c0584eb4bf71ed7edc01ba991942b2 (diff) |
Merge
hg-commit-id: 5986fa693008
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 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 |