diff options
| author | IIMarckus <iimarckus@gmail.com> | 2011-12-29 03:31:17 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2011-12-29 03:31:17 -0700 |
| commit | 0af6c061fe44a417ebaed46f7f6865dfa8afba09 (patch) | |
| tree | 44e13935a79190fc0c5532c4860a77e4b8fd0ece /constants.asm | |
| parent | Add some more Pokémon Tower battle stuff. (diff) | |
| download | pokeyellow-0af6c061fe44a417ebaed46f7f6865dfa8afba09.tar.gz pokeyellow-0af6c061fe44a417ebaed46f7f6865dfa8afba09.tar.xz pokeyellow-0af6c061fe44a417ebaed46f7f6865dfa8afba09.zip | |
Add status checks + text.
hg-commit-id: 58043ea19ab5
Diffstat (limited to 'constants.asm')
| -rw-r--r-- | constants.asm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index c9a3ffe7..f4931186 100644 --- a/constants.asm +++ b/constants.asm @@ -78,6 +78,18 @@ W_OPPONENTSTATUS EQU $CFE9 ; active opponent's status condition ; bit 6 par ; unused? (XXX confirm) +W_CURMONSTATUS EQU $D018 ; the status of the player’s current monster + ; bit 0 slp + ; bit 1 slp + ; bit 2 slp + ; bit 3 psn + ; bit 4 brn + ; bit 5 frz + ; bit 6 par + ; unused? (XXX confirm) + +W_CURMONBATTSTATUS EQU $D067 ; various battle statuses + ; bit 5 held in place (Bind, Clamp, etc.) W_TRAINERCLASS EQU $D031 |
