summaryrefslogtreecommitdiff
path: root/constants/script_constants.asm
diff options
context:
space:
mode:
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