diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2020-11-29 21:28:38 +0000 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2020-11-29 21:28:38 +0000 |
commit | 083cb38e33891d58158762ac2580bd3b62fcdaec (patch) | |
tree | c9230a7f0b45215e87d5a27c1a9cc09e66f8fe05 /constants/map_data_constants.asm | |
parent | a7dca30971a049a525e33bc43eaf2b18ce899c5e (diff) |
Update related tile animation constants
Diffstat (limited to 'constants/map_data_constants.asm')
-rw-r--r-- | constants/map_data_constants.asm | 8 |
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 |