src/table/unmovable_land.h
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5643 3778051e8095
child 5920 16287dbdc64e
equal deleted inserted replaced
5649:55c8267c933f 5650:aefc131bf5ce
     8 	byte height;
     8 	byte height;
     9 	byte z_size;
     9 	byte z_size;
    10 	byte unused;
    10 	byte unused;
    11 } DrawTileUnmovableStruct;
    11 } DrawTileUnmovableStruct;
    12 
    12 
    13 #define TILE_SEQ_END() { 0x80, 0, 0, 0, 0, 0, 0 }
    13 #define TILE_SEQ_END() { (byte)0x80, 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},
    17 	{0xA2A, 4, 4, 7, 7, 61, 0},
    17 	{0xA2A, 4, 4, 7, 7, 61, 0},
    18 };
    18 };