diff options
-rw-r--r-- | constants.asm | 6 | ||||
-rw-r--r-- | wram.asm | 1 |
2 files changed, 7 insertions, 0 deletions
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 @@ -711,6 +711,7 @@ PlayerScreens: ; c6ff ; bit ; 4 reflect ; 3 light screen +; 2 safeguard ; 0 spikes ds 1 |