summaryrefslogtreecommitdiff
path: root/table/unmovable_land.h
diff options
context:
space:
mode:
Diffstat (limited to 'table/unmovable_land.h')
-rw-r--r--table/unmovable_land.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/table/unmovable_land.h b/table/unmovable_land.h
index 15c226333..490c4564b 100644
--- a/table/unmovable_land.h
+++ b/table/unmovable_land.h
@@ -1,5 +1,15 @@
/* $Id$ */
+typedef struct DrawTileUnmovableStruct {
+ uint16 image;
+ byte subcoord_x;
+ byte subcoord_y;
+ byte width;
+ byte height;
+ byte z_size;
+ byte unused;
+} DrawTileUnmovableStruct;
+
#define TILE_SEQ_END() { 0x80, 0, 0, 0, 0, 0, 0 }
static const DrawTileUnmovableStruct _draw_tile_unmovable_data[] = {