954 }; |
954 }; |
955 |
955 |
956 // half grass half SPR_AIRPORT_APRON |
956 // half grass half SPR_AIRPORT_APRON |
957 static const DrawTileSeqStruct _station_display_datas_0163[] = { |
957 static const DrawTileSeqStruct _station_display_datas_0163[] = { |
958 { 0, 0, 0, 0, 0, 0, SPR_GRASS_RIGHT, PAL_NONE }, |
958 { 0, 0, 0, 0, 0, 0, SPR_GRASS_RIGHT, PAL_NONE }, |
|
959 TILE_SEQ_END() |
|
960 }; |
|
961 |
|
962 // drive-through truck stop X |
|
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 }, |
|
965 { 1, 13, 0, 14, 1, 10, SPR_TRUCK_STOP_DT_X_E | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, |
|
966 TILE_SEQ_END() |
|
967 }; |
|
968 |
|
969 // drive-through truck stop Y |
|
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 }, |
|
972 { 0, 1, 0, 3, 14, 10, SPR_TRUCK_STOP_DT_Y_E | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, |
|
973 TILE_SEQ_END() |
|
974 }; |
|
975 |
|
976 // drive-through bus stop X |
|
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 }, |
|
979 { 5, 14, 0, 8, 1, 10, SPR_BUS_STOP_DT_X_E | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, |
|
980 TILE_SEQ_END() |
|
981 }; |
|
982 |
|
983 // drive-through bus stop Y |
|
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 }, |
|
986 { 0, 5, 0, 3, 8, 10, SPR_BUS_STOP_DT_Y_E | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, |
959 TILE_SEQ_END() |
987 TILE_SEQ_END() |
960 }; |
988 }; |
961 |
989 |
962 static const DrawTileSprites _station_display_datas[] = { |
990 static const DrawTileSprites _station_display_datas[] = { |
963 { SPR_RAIL_TRACK_X, PAL_NONE, _station_display_datas_0 }, |
991 { SPR_RAIL_TRACK_X, PAL_NONE, _station_display_datas_0 }, |
1126 { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0163 }, |
1154 { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0163 }, |
1127 { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_58 }, |
1155 { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_58 }, |
1128 { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_59 }, |
1156 { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_59 }, |
1129 { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_60 }, |
1157 { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_60 }, |
1130 { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_61 }, |
1158 { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_61 }, |
1131 }; |
1159 { SPR_ROAD_PAVED_STRAIGHT_X, PAL_NONE, _station_display_datas_0168 }, |
|
1160 { SPR_ROAD_PAVED_STRAIGHT_Y, PAL_NONE, _station_display_datas_0169 }, |
|
1161 { SPR_ROAD_PAVED_STRAIGHT_X, PAL_NONE, _station_display_datas_0170 }, |
|
1162 { SPR_ROAD_PAVED_STRAIGHT_Y, PAL_NONE, _station_display_datas_0171 } |
|
1163 }; |