diff options
| -rw-r--r-- | constants.asm | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/constants.asm b/constants.asm index de605350..4eff3c5b 100644 --- a/constants.asm +++ b/constants.asm @@ -1985,8 +1985,11 @@ ITEM EQU $80  TRAINER EQU $40  ; status ailments (masks) -FRZ		EQU %00100000 -SLP		EQU %00000111 +SLP     EQU %00000111 +PSN     EQU %00001000 +BRN     EQU %00010000 +FRZ     EQU %00100000 +PAR     EQU %01000000  SPRITE_RED                       EQU $01  SPRITE_BLUE                      EQU $02 | 
