src/table/unmovable_land.h
branchgamebalance
changeset 9895 7bd07f43b0e3
parent 5983 8fb0a46d60b8
child 6878 7d1ff2f621c7
child 9064 de16e6400927
equal deleted inserted replaced
9894:70d78ac95d6c 9895:7bd07f43b0e3
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 typedef struct DrawTileUnmovableStruct {
     3 struct DrawTileUnmovableStruct {
     4 	uint16 image;
     4 	uint16 image;
     5 	byte subcoord_x;
     5 	byte subcoord_x;
     6 	byte subcoord_y;
     6 	byte subcoord_y;
     7 	byte width;
     7 	byte width;
     8 	byte height;
     8 	byte height;
     9 	byte z_size;
     9 	byte z_size;
    10 	byte unused;
    10 	byte unused;
    11 } DrawTileUnmovableStruct;
    11 };
    12 
    12 
    13 #define TILE_SEQ_END() { (byte)0x80, 0, 0, 0, 0, 0, 0, 0 }
    13 #define TILE_SEQ_END() { (byte)0x80, 0, 0, 0, 0, 0, 0, 0 }
    14 
    14 
    15 static const DrawTileUnmovableStruct _draw_tile_unmovable_data[] = {
    15 static const DrawTileUnmovableStruct _draw_tile_unmovable_data[] = {
    16 	{0xA29, 7, 7, 2, 2, 70, 0},
    16 	{0xA29, 7, 7, 2, 2, 70, 0},