aboutsummaryrefslogtreecommitdiffstats
path: root/constants/hide_show_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/hide_show_constants.asm')
-rw-r--r--constants/hide_show_constants.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/hide_show_constants.asm b/constants/hide_show_constants.asm
index 91205861..22f35261 100644
--- a/constants/hide_show_constants.asm
+++ b/constants/hide_show_constants.asm
@@ -1,5 +1,5 @@
-HIDE EQU $11
-SHOW EQU $15
+DEF HIDE EQU $11
+DEF SHOW EQU $15
; MissableObjects indexes (see data/maps/hide_show_data.asm)
; this is a list of the sprites that can be enabled/disabled during the game
@@ -245,4 +245,4 @@ SHOW EQU $15
const HS_DAISY_SITTING_COPY ; EC
const HS_DAISY_WALKING_COPY ; ED
const HS_TOWN_MAP_COPY ; EE
-NUM_HS_OBJECTS EQU const_value
+DEF NUM_HS_OBJECTS EQU const_value