aboutsummaryrefslogtreecommitdiffstats
path: root/constants
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-06-17 21:25:52 -0500
committerGitHub <noreply@github.com>2022-06-17 22:25:52 -0400
commitedb55e00f84024dd3634a25df8715e8b9cb3454b (patch)
tree043aa188ef8748d8bb3e52b4abe7570db7486ce9 /constants
parentMention WildDataPointers in map_constants.asm (diff)
downloadpokeyellow-edb55e00f84024dd3634a25df8715e8b9cb3454b.tar.gz
pokeyellow-edb55e00f84024dd3634a25df8715e8b9cb3454b.tar.xz
pokeyellow-edb55e00f84024dd3634a25df8715e8b9cb3454b.zip
Rename `SLP` to `SLP_MASK` (#361)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
Diffstat (limited to 'constants')
-rw-r--r--constants/battle_constants.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm
index b394b7a2..2ae1cdef 100644
--- a/constants/battle_constants.asm
+++ b/constants/battle_constants.asm
@@ -57,7 +57,7 @@ DEF NOT_VERY_EFFECTIVE EQU 05
DEF NO_EFFECT EQU 00
; non-volatile statuses
-DEF SLP EQU %111 ; sleep counter
+DEF SLP_MASK EQU %111 ; 0-7 turns
const_def 3
const PSN ; 3
const BRN ; 4