table/unmovable_land.h
changeset 536 03d80fecb999
parent 384 809833b4068d
child 2186 db48cf29b983
equal deleted inserted replaced
535:0ddbb93125d1 536:03d80fecb999
     1 #define TILE_SEQ_END() { 0x80 }
     1 #define TILE_SEQ_END() { 0x80, 0, 0, 0, 0, 0, 0 }
     2 
     2 
     3 static const DrawTileUnmovableStruct _draw_tile_unmovable_data[] = {
     3 static const DrawTileUnmovableStruct _draw_tile_unmovable_data[] = {
     4 	{0xA29, 7,7, 2,2, 70},
     4 	{0xA29, 7,7, 2,2, 70, 0},
     5 	{0xA2A, 4,4, 7,7, 61},
     5 	{0xA2A, 4,4, 7,7, 61, 0},
     6 };
     6 };
     7 
     7 
     8 
     8 
     9 static const DrawTileSeqStruct _unmovable_display_datas_0[] = {
     9 static const DrawTileSeqStruct _unmovable_display_datas_0[] = {
    10 	TILE_SEQ_END()
    10 	TILE_SEQ_END()