Improve new constants and comment based on feedback

This commit is contained in:
SatoMew 2020-11-29 22:07:26 +00:00
parent 083cb38e33
commit 3756ec6dd9
3 changed files with 35 additions and 35 deletions

View file

@ -4,13 +4,13 @@ MAP_BORDER EQU 3
; connection directions
const_def
shift_const EAST ; 1
shift_const WEST ; 2
shift_const SOUTH ; 4
shift_const NORTH ; 8
shift_const EAST ; 1
shift_const WEST ; 2
shift_const SOUTH ; 4
shift_const NORTH ; 8
; flower and water tile animations
const_def
const STATIC_FLOWERS_WATER ; 0
const STATIC_FLOWERS_ANIMATED_WATER ; 1
const ANIMATED_FLOWERS_WATER ; 2
const TILEANIM_NONE ; 0
const TILEANIM_WATER ; 1
const TILEANIM_WATER_FLOWER ; 2