diff options
| author | IIMarckus <iimarckus@gmail.com> | 2011-12-12 18:48:35 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2011-12-12 18:48:35 -0700 |
| commit | 0152e339095e928e689e67dd0da029fde756d853 (patch) | |
| tree | 96329c34e881b13b8ae1776260d83c21595e2155 /constants.asm | |
| parent | Minor clarifications in Pallet Town scripts. (diff) | |
| download | pokeyellow-0152e339095e928e689e67dd0da029fde756d853.tar.gz pokeyellow-0152e339095e928e689e67dd0da029fde756d853.tar.xz pokeyellow-0152e339095e928e689e67dd0da029fde756d853.zip | |
Document the byte before a trainer’s AI pointer.
hg-commit-id: 6b0145fce032
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 e25054a9..b00a1c06 100644 --- a/constants.asm +++ b/constants.asm @@ -54,6 +54,8 @@ TX_NULL: MACRO ENDM ; wram locations +W_AICOUNT EQU $CCDF ; number of times remaining that AI action can occur + 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 |
