diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-23 10:12:07 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-23 10:12:07 -0600 |
| commit | b40cb88593938af583699ecd603949f59f7043ba (patch) | |
| tree | 613915033a6dc3b06f40a41b52c4179af09ccf28 /constants.asm | |
| parent | fix typo (.notCinnabarGyn\@) (diff) | |
| download | pokeyellow-b40cb88593938af583699ecd603949f59f7043ba.tar.gz pokeyellow-b40cb88593938af583699ecd603949f59f7043ba.tar.xz pokeyellow-b40cb88593938af583699ecd603949f59f7043ba.zip | |
$039e -> HandleMidJump
hg-commit-id: f18a7d446304
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 |
