summaryrefslogtreecommitdiff
path: root/include/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/map.h')
-rw-r--r--include/map.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/map.h b/include/map.h
index 960e9e6..b3c1512 100644
--- a/include/map.h
+++ b/include/map.h
@@ -15,6 +15,12 @@ typedef enum t_tile_type {
TILE_FUNK = 4,
TILE_WOOD1 = 5,
TILE_GYM = 6,
+ TILE_FLOWERS = 7,
+ TILE_CARPET1 = 8,
+ TILE_CARPET2 = 9,
+ TILE_CARPET3 = 10,
+ TILE_CARPET4 = 11,
+ TILE_CARPET5 = 12,
TILE_END,
} tile_type;