aboutsummaryrefslogtreecommitdiffstats
path: root/constants/script_constants.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-09 14:51:48 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-09 14:51:48 -0400
commit3e572b6f48b81e5340980c13b1b37b2907942713 (patch)
treec994a1ca8f587d674e680ec808e7fcbaab4d053d /constants/script_constants.asm
parentEliminate enum: use const instead, with case-by-case parallel const implement... (diff)
downloadpokeyellow-3e572b6f48b81e5340980c13b1b37b2907942713.tar.gz
pokeyellow-3e572b6f48b81e5340980c13b1b37b2907942713.tar.xz
pokeyellow-3e572b6f48b81e5340980c13b1b37b2907942713.zip
Use const_skip and const_next macros for brevity
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r--constants/script_constants.asm7
1 files changed, 4 insertions, 3 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm
index c04e9ca0..d381ce6c 100644
--- a/constants/script_constants.asm
+++ b/constants/script_constants.asm
@@ -1,7 +1,8 @@
; emotion bubbles
-EXCLAMATION_BUBBLE EQU 0
-QUESTION_BUBBLE EQU 1
-SMILE_BUBBLE EQU 2
+ const_def
+ const EXCLAMATION_BUBBLE ; 0
+ const QUESTION_BUBBLE ; 1
+ const SMILE_BUBBLE ; 2
; slot symbols
SLOTS7 EQU $0200