From 0af6c061fe44a417ebaed46f7f6865dfa8afba09 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Thu, 29 Dec 2011 03:31:17 -0700 Subject: Add status checks + text. hg-commit-id: 58043ea19ab5 --- constants.asm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'constants.asm') 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 -- cgit v1.2.3