summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants.asm11
1 files changed, 6 insertions, 5 deletions
diff --git a/constants.asm b/constants.asm
index dea980b2d..7f390e832 100644
--- a/constants.asm
+++ b/constants.asm
@@ -3763,11 +3763,12 @@ SUBSTATUS_LOCK_ON EQU 5
; status
-SLP EQU 7
-PSN EQU 1 << 3
-BRN EQU 1 << 4
-FRZ EQU 1 << 5
-PAR EQU 1 << 6
+SLP EQU 7 ; 7 turns
+
+PSN EQU 3
+BRN EQU 4
+FRZ EQU 5
+PAR EQU 6