summaryrefslogtreecommitdiff
path: root/constants/map_data_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/map_data_constants.asm')
-rw-r--r--constants/map_data_constants.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm
index 5efd9928..bd55f753 100644
--- a/constants/map_data_constants.asm
+++ b/constants/map_data_constants.asm
@@ -9,8 +9,8 @@ MAP_BORDER EQU 3
shift_const SOUTH ; 4
shift_const NORTH ; 8
-; tileset environments
+; flower and water tile animations
const_def
- const INDOOR ; 0
- const CAVE ; 1
- const OUTDOOR ; 2
+ const STATIC_FLOWERS_WATER ; 0
+ const STATIC_FLOWERS_ANIMATED_WATER ; 1
+ const ANIMATED_FLOWERS_WATER ; 2