mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Improve new constants and comment based on feedback
This commit is contained in:
parent
083cb38e33
commit
3756ec6dd9
3 changed files with 35 additions and 35 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue