easier-to-use status constants

This commit is contained in:
yenatch 2013-05-03 00:35:36 -04:00
parent 0cbea9b553
commit adeb0ac47c
1 changed files with 6 additions and 5 deletions

View File

@ -3763,11 +3763,12 @@ SUBSTATUS_LOCK_ON EQU 5
; status ; status
SLP EQU 7 SLP EQU 7 ; 7 turns
PSN EQU 1 << 3
BRN EQU 1 << 4 PSN EQU 3
FRZ EQU 1 << 5 BRN EQU 4
PAR EQU 1 << 6 FRZ EQU 5
PAR EQU 6