From bf73fd43db61dca451be553aec4227be5e004540 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 6 May 2013 11:41:12 -0400 Subject: residual status constants --- constants.asm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index 5fc98c585..cd461b3b9 100644 --- a/constants.asm +++ b/constants.asm @@ -3772,6 +3772,12 @@ SUBSTATUS_LOCK_ON EQU 5 SUBSTATUS_TOXIC EQU 0 +SCREENS_REFLECT EQU 4 +SCREENS_LIGHT_SCREEN EQU 3 +SCREENS_SAFEGUARD EQU 2 +SCREENS_SPIKES EQU 0 + + ; status SLP EQU 7 ; 7 turns -- cgit v1.2.3