src/table/station_land.h
branchgamebalance
changeset 9913 e79cd19772dd
parent 9910 0b2aebc8283e
child 6730 f09255ea0123
equal deleted inserted replaced
9912:1ac8aac92385 9913:e79cd19772dd
   959 	TILE_SEQ_END()
   959 	TILE_SEQ_END()
   960 };
   960 };
   961 
   961 
   962 // drive-through truck stop X
   962 // drive-through truck stop X
   963 static const DrawTileSeqStruct _station_display_datas_0168[] = {
   963 static const DrawTileSeqStruct _station_display_datas_0168[] = {
   964 	{  1,  0,  0,  14,  3, 10, SPR_TRUCK_STOP_DT_X_W | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   964 	{  0,  0,  0,  16,  3, 16, SPR_TRUCK_STOP_DT_X_W | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   965 	{  1, 13,  0,  14,  1, 10, SPR_TRUCK_STOP_DT_X_E | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   965 	{  0, 13,  0,  16,  3, 16, SPR_TRUCK_STOP_DT_X_E | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   966 	TILE_SEQ_END()
   966 	TILE_SEQ_END()
   967 };
   967 };
   968 
   968 
   969 // drive-through truck stop Y
   969 // drive-through truck stop Y
   970 static const DrawTileSeqStruct _station_display_datas_0169[] = {
   970 static const DrawTileSeqStruct _station_display_datas_0169[] = {
   971 	{ 13,  1,  0,  1, 14, 10, SPR_TRUCK_STOP_DT_Y_W | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   971 	{ 13,  0,  0,  3, 16, 16, SPR_TRUCK_STOP_DT_Y_W | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   972 	{  0,  1,  0,  3, 14, 10, SPR_TRUCK_STOP_DT_Y_E | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   972 	{  0,  0,  0,  3, 16, 16, SPR_TRUCK_STOP_DT_Y_E | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   973 	TILE_SEQ_END()
   973 	TILE_SEQ_END()
   974 };
   974 };
   975 
   975 
   976 // drive-through bus stop X
   976 // drive-through bus stop X
   977 static const DrawTileSeqStruct _station_display_datas_0170[] = {
   977 static const DrawTileSeqStruct _station_display_datas_0170[] = {
   978 	{  5,  0,  0,  8,  3, 10, SPR_BUS_STOP_DT_X_W | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   978 	{  0,  0,  0,  16,  3, 16, SPR_BUS_STOP_DT_X_W | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   979 	{  5, 14,  0,  8,  1, 10, SPR_BUS_STOP_DT_X_E | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   979 	{  0, 13,  0,  16,  3, 16, SPR_BUS_STOP_DT_X_E | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   980 	TILE_SEQ_END()
   980 	TILE_SEQ_END()
   981 };
   981 };
   982 
   982 
   983 // drive-through bus stop Y
   983 // drive-through bus stop Y
   984 static const DrawTileSeqStruct _station_display_datas_0171[] = {
   984 static const DrawTileSeqStruct _station_display_datas_0171[] = {
   985 	{ 13,  5,  0,  1,  8, 10, SPR_BUS_STOP_DT_Y_W | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   985 	{ 13,  0,  0,  3,  16, 16, SPR_BUS_STOP_DT_Y_W | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   986 	{  0,  5,  0,  3,  8, 10, SPR_BUS_STOP_DT_Y_E | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   986 	{  0,  0,  0,  3,  16, 16, SPR_BUS_STOP_DT_Y_E | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE },
   987 	TILE_SEQ_END()
   987 	TILE_SEQ_END()
   988 };
   988 };
   989 
   989 
   990 static const DrawTileSprites _station_display_datas[] = {
   990 static const DrawTileSprites _station_display_datas[] = {
   991 	{ SPR_RAIL_TRACK_X,               PAL_NONE, _station_display_datas_0 },
   991 	{ SPR_RAIL_TRACK_X,               PAL_NONE, _station_display_datas_0 },