summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants.asm6
-rw-r--r--wram.asm1
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
diff --git a/wram.asm b/wram.asm
index ed6f0d87c..5b59e0a7d 100644
--- a/wram.asm
+++ b/wram.asm
@@ -711,6 +711,7 @@ PlayerScreens: ; c6ff
; bit
; 4 reflect
; 3 light screen
+; 2 safeguard
; 0 spikes
ds 1