summaryrefslogtreecommitdiff
path: root/include/tiles.h
diff options
context:
space:
mode:
authorReinmmar <herwig.orlich@gmail.com>2023-11-29 09:13:55 +0100
committerReinmmar <herwig.orlich@gmail.com>2023-11-29 09:13:55 +0100
commit3d3b6c1b2c39ff8737ef51ce1f4da7b0c0652aa9 (patch)
tree1faf80ebdfc5da0bb9029efaa677c2d3251b9d65 /include/tiles.h
parentc19e313df4758a6be19384b1b728283b55ffa92b (diff)
cleaned up matching function
Diffstat (limited to 'include/tiles.h')
-rw-r--r--include/tiles.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/tiles.h b/include/tiles.h
index 9915face..1d3cac90 100644
--- a/include/tiles.h
+++ b/include/tiles.h
@@ -8,6 +8,15 @@ typedef enum {
CUT_TREE = 0x1F,
ROCK = 0x55,
CHEST = 0x73,
+ CHEST_OPEN = 0x74,
+ TORCH = 0x76,
+ TORCH_LIT = 0x77,
+ PRESSURE_BUTTON = 0x78,
+ PRESSURE_BUTTON_PRESSED = 0x79,
+ PRESSURE_SQUARE = 0x7a,
+ PRESSURE_SQUARE_PRESSED = 0x7b,
+ STAIRS_UP = 0x92,
+ STAIRS_DOWN = 0x93,
SIGNPOST = 0x176,
PERMA_ROCK = 0x1D3,
PERMA_ROCK2 = 0x1D4,