diff options
Diffstat (limited to 'data')
64 files changed, 739 insertions, 10 deletions
diff --git a/data/data_83FECCC.s b/data/data_83FECCC.s index 829ee9b35..2107a7c0f 100644 --- a/data/data_83FECCC.s +++ b/data/data_83FECCC.s @@ -1,3 +1,5 @@ +#include "constants/region_map.h" +#include "constants/flags.h" .include "asm/macros.inc" .include "constants/constants.inc" .section .rodata @@ -382,17 +384,9 @@ gTMCaseMainWindowPalette:: @ 841F408 .section .rodata.841F4B4 .align 2 gUnknown_841F4B4:: @ 841F4B4 - .incbin "baserom.gba", 0x41F4B4, 0x1F534 - -gUnknown_843E9E8:: @ 843E9E8 - .incbin "baserom.gba", 0x43E9E8, 0x1C0 - -gUnknown_843EBA8:: @ 843EBA8 - .incbin "baserom.gba", 0x43EBA8, 0x8 - -gUnknown_843EBB0:: @ 843EBB0 - .incbin "baserom.gba", 0x43EBB0, 0x4 + .incbin "baserom.gba", 0x41f4b4, 0x20 + .section .rodata.843EBB4 gUnknown_843EBB4:: @ 843EBB4 .incbin "baserom.gba", 0x43EBB4, 0x18 diff --git a/data/map_preview/altering_cave_pal.pal b/data/map_preview/altering_cave_pal.pal new file mode 100644 index 000000000..f451adce2 --- /dev/null +++ b/data/map_preview/altering_cave_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +65 74 90 +139 205 123 +90 164 98 +213 205 172 +189 172 139 +156 205 164 +230 230 205 +148 213 106 +189 222 197 +148 131 90 +238 230 189 +213 246 255 +164 205 255 +205 230 255 +238 246 255 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/altering_cave_tilemap.bin b/data/map_preview/altering_cave_tilemap.bin Binary files differnew file mode 100644 index 000000000..fa907c6e7 --- /dev/null +++ b/data/map_preview/altering_cave_tilemap.bin diff --git a/data/map_preview/altering_cave_tiles.png b/data/map_preview/altering_cave_tiles.png Binary files differnew file mode 100644 index 000000000..4ea8496a2 --- /dev/null +++ b/data/map_preview/altering_cave_tiles.png diff --git a/data/map_preview/berry_forest_pal.pal b/data/map_preview/berry_forest_pal.pal new file mode 100644 index 000000000..755a6c2ed --- /dev/null +++ b/data/map_preview/berry_forest_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 90 +238 238 246 +197 197 98 +180 180 90 +106 115 24 +156 156 49 +197 164 90 +164 131 74 +131 106 65 +213 213 156 +222 238 172 +156 189 115 +131 156 82 +131 123 57 +246 246 246 +189 213 139 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/berry_forest_tilemap.bin b/data/map_preview/berry_forest_tilemap.bin Binary files differnew file mode 100644 index 000000000..fe7312a9f --- /dev/null +++ b/data/map_preview/berry_forest_tilemap.bin diff --git a/data/map_preview/berry_forest_tiles.png b/data/map_preview/berry_forest_tiles.png Binary files differnew file mode 100644 index 000000000..6f6efd0fe --- /dev/null +++ b/data/map_preview/berry_forest_tiles.png diff --git a/data/map_preview/cerulean_cave_pal.pal b/data/map_preview/cerulean_cave_pal.pal new file mode 100644 index 000000000..074a6b6f7 --- /dev/null +++ b/data/map_preview/cerulean_cave_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +49 57 106 +222 205 246 +189 164 205 +156 123 164 +238 230 255 +82 106 123 +123 156 172 +222 230 238 +189 197 205 +164 172 180 +139 172 148 +180 205 189 +115 123 131 +213 238 222 +49 57 74 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/cerulean_cave_tilemap.bin b/data/map_preview/cerulean_cave_tilemap.bin Binary files differnew file mode 100644 index 000000000..e66ab7ea3 --- /dev/null +++ b/data/map_preview/cerulean_cave_tilemap.bin diff --git a/data/map_preview/cerulean_cave_tiles.png b/data/map_preview/cerulean_cave_tiles.png Binary files differnew file mode 100644 index 000000000..e9f7b4e2e --- /dev/null +++ b/data/map_preview/cerulean_cave_tiles.png diff --git a/data/map_preview/digletts_cave_pal.pal b/data/map_preview/digletts_cave_pal.pal new file mode 100644 index 000000000..923d83144 --- /dev/null +++ b/data/map_preview/digletts_cave_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +49 57 74 +197 197 205 +189 180 172 +148 148 115 +222 238 246 +90 98 90 +106 148 106 +222 222 180 +189 189 148 +164 164 123 +156 197 123 +115 164 82 +106 106 98 +197 222 156 +74 74 65 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/digletts_cave_tilemap.bin b/data/map_preview/digletts_cave_tilemap.bin Binary files differnew file mode 100644 index 000000000..2f8bbd665 --- /dev/null +++ b/data/map_preview/digletts_cave_tilemap.bin diff --git a/data/map_preview/digletts_cave_tiles.png b/data/map_preview/digletts_cave_tiles.png Binary files differnew file mode 100644 index 000000000..c3e7d2879 --- /dev/null +++ b/data/map_preview/digletts_cave_tiles.png diff --git a/data/map_preview/dotted_hole_pal.pal b/data/map_preview/dotted_hole_pal.pal new file mode 100644 index 000000000..fd424fa28 --- /dev/null +++ b/data/map_preview/dotted_hole_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +65 74 90 +238 246 246 +74 156 106 +115 197 115 +156 230 148 +180 189 197 +213 222 230 +230 238 246 +115 123 90 +156 164 123 +197 205 156 +213 222 189 +222 230 197 +213 238 255 +255 255 255 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/dotted_hole_tilemap.bin b/data/map_preview/dotted_hole_tilemap.bin Binary files differnew file mode 100644 index 000000000..a83083b38 --- /dev/null +++ b/data/map_preview/dotted_hole_tilemap.bin diff --git a/data/map_preview/dotted_hole_tiles.png b/data/map_preview/dotted_hole_tiles.png Binary files differnew file mode 100644 index 000000000..f2d23d46e --- /dev/null +++ b/data/map_preview/dotted_hole_tiles.png diff --git a/data/map_preview/icefall_cave_pal.pal b/data/map_preview/icefall_cave_pal.pal new file mode 100644 index 000000000..4e31e5380 --- /dev/null +++ b/data/map_preview/icefall_cave_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +65 74 106 +238 246 246 +82 139 115 +131 180 131 +172 213 164 +205 205 189 +222 222 205 +238 238 222 +115 115 115 +156 156 139 +180 180 156 +197 197 189 +213 213 205 +213 238 255 +255 255 255 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/icefall_cave_tilemap.bin b/data/map_preview/icefall_cave_tilemap.bin Binary files differnew file mode 100644 index 000000000..bd1d05d1b --- /dev/null +++ b/data/map_preview/icefall_cave_tilemap.bin diff --git a/data/map_preview/icefall_cave_tiles.png b/data/map_preview/icefall_cave_tiles.png Binary files differnew file mode 100644 index 000000000..211f19758 --- /dev/null +++ b/data/map_preview/icefall_cave_tiles.png diff --git a/data/map_preview/kanto_safari_zone_pal.pal b/data/map_preview/kanto_safari_zone_pal.pal new file mode 100644 index 000000000..0434848d8 --- /dev/null +++ b/data/map_preview/kanto_safari_zone_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +0 0 0 +222 230 213 +222 213 148 +197 230 148 +213 238 164 +123 164 90 +230 246 246 +222 238 246 +213 222 255 +180 222 98 +205 180 115 +205 213 197 +180 156 106 +164 197 90 +222 238 197 +222 246 213 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +189 222 98 +172 205 90 +115 172 65 +222 213 148 +139 197 98 +205 180 115 +205 230 246 +180 156 106 +222 238 246 +189 213 255 +197 230 148 diff --git a/data/map_preview/kanto_safari_zone_tilemap.bin b/data/map_preview/kanto_safari_zone_tilemap.bin Binary files differnew file mode 100644 index 000000000..756de73b6 --- /dev/null +++ b/data/map_preview/kanto_safari_zone_tilemap.bin diff --git a/data/map_preview/kanto_safari_zone_tiles.png b/data/map_preview/kanto_safari_zone_tiles.png Binary files differnew file mode 100644 index 000000000..b1da5a41d --- /dev/null +++ b/data/map_preview/kanto_safari_zone_tiles.png diff --git a/data/map_preview/kanto_victory_road_pal.pal b/data/map_preview/kanto_victory_road_pal.pal new file mode 100644 index 000000000..828ff7e22 --- /dev/null +++ b/data/map_preview/kanto_victory_road_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +74 82 98 +222 238 246 +98 139 106 +131 172 98 +164 205 123 +180 189 197 +205 213 222 +222 230 238 +139 131 74 +172 172 98 +197 197 123 +213 205 148 +222 213 156 +213 230 246 +246 246 246 +0 0 0 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +131 172 98 +164 205 123 +139 131 74 +172 172 98 +197 197 123 +213 205 148 +222 213 156 +148 189 131 +205 213 222 +222 238 246 +98 139 106 diff --git a/data/map_preview/kanto_victory_road_tilemap.bin b/data/map_preview/kanto_victory_road_tilemap.bin Binary files differnew file mode 100644 index 000000000..03d1cc292 --- /dev/null +++ b/data/map_preview/kanto_victory_road_tilemap.bin diff --git a/data/map_preview/kanto_victory_road_tiles.png b/data/map_preview/kanto_victory_road_tiles.png Binary files differnew file mode 100644 index 000000000..b3432b9c9 --- /dev/null +++ b/data/map_preview/kanto_victory_road_tiles.png diff --git a/data/map_preview/lost_cave_pal.pal b/data/map_preview/lost_cave_pal.pal new file mode 100644 index 000000000..33b29a07b --- /dev/null +++ b/data/map_preview/lost_cave_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +65 74 90 +98 106 123 +123 131 148 +189 189 164 +164 156 131 +238 238 222 +213 213 197 +213 238 238 +189 213 213 +131 123 98 +213 213 180 +197 222 222 +172 189 230 +189 205 222 +230 230 213 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/lost_cave_tilemap.bin b/data/map_preview/lost_cave_tilemap.bin Binary files differnew file mode 100644 index 000000000..6c256acc2 --- /dev/null +++ b/data/map_preview/lost_cave_tilemap.bin diff --git a/data/map_preview/lost_cave_tiles.png b/data/map_preview/lost_cave_tiles.png Binary files differnew file mode 100644 index 000000000..a2c4c8f38 --- /dev/null +++ b/data/map_preview/lost_cave_tiles.png diff --git a/data/map_preview/monean_chamber_pal.pal b/data/map_preview/monean_chamber_pal.pal new file mode 100644 index 000000000..ce72a4891 --- /dev/null +++ b/data/map_preview/monean_chamber_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +74 82 98 +205 213 139 +156 164 82 +123 131 82 +213 189 164 +222 230 164 +115 189 106 +172 213 131 +172 148 123 +213 238 238 +230 205 180 +131 106 98 +180 189 123 +197 230 255 +230 246 255 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/monean_chamber_tilemap.bin b/data/map_preview/monean_chamber_tilemap.bin Binary files differnew file mode 100644 index 000000000..f228d3daf --- /dev/null +++ b/data/map_preview/monean_chamber_tilemap.bin diff --git a/data/map_preview/monean_chamber_tiles.png b/data/map_preview/monean_chamber_tiles.png Binary files differnew file mode 100644 index 000000000..6426d175f --- /dev/null +++ b/data/map_preview/monean_chamber_tiles.png diff --git a/data/map_preview/mt_ember_pal.pal b/data/map_preview/mt_ember_pal.pal new file mode 100644 index 000000000..4f5066e64 --- /dev/null +++ b/data/map_preview/mt_ember_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +65 74 90 +238 246 246 +222 246 255 +230 230 255 +156 230 148 +205 189 213 +222 205 230 +238 222 246 +131 106 106 +172 148 148 +197 172 172 +222 197 197 +238 213 213 +213 238 255 +255 255 255 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/mt_ember_tilemap.bin b/data/map_preview/mt_ember_tilemap.bin Binary files differnew file mode 100644 index 000000000..52af71494 --- /dev/null +++ b/data/map_preview/mt_ember_tilemap.bin diff --git a/data/map_preview/mt_ember_tiles.png b/data/map_preview/mt_ember_tiles.png Binary files differnew file mode 100644 index 000000000..9145e9d4f --- /dev/null +++ b/data/map_preview/mt_ember_tiles.png diff --git a/data/map_preview/mt_moon_pal.pal b/data/map_preview/mt_moon_pal.pal new file mode 100644 index 000000000..9a858a8c6 --- /dev/null +++ b/data/map_preview/mt_moon_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +74 82 98 +230 238 255 +65 131 90 +115 180 115 +156 213 148 +205 205 230 +230 222 255 +222 222 180 +115 106 90 +148 139 98 +172 164 115 +205 197 164 +205 197 164 +205 230 255 +238 230 213 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/mt_moon_tilemap.bin b/data/map_preview/mt_moon_tilemap.bin Binary files differnew file mode 100644 index 000000000..469efcf77 --- /dev/null +++ b/data/map_preview/mt_moon_tilemap.bin diff --git a/data/map_preview/mt_moon_tiles.png b/data/map_preview/mt_moon_tiles.png Binary files differnew file mode 100644 index 000000000..8ede39bdd --- /dev/null +++ b/data/map_preview/mt_moon_tiles.png diff --git a/data/map_preview/pokemon_mansion_pal.pal b/data/map_preview/pokemon_mansion_pal.pal new file mode 100644 index 000000000..7f6ef22a5 --- /dev/null +++ b/data/map_preview/pokemon_mansion_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +106 115 131 +213 164 180 +180 131 148 +238 189 205 +230 238 213 +115 82 131 +172 180 172 +131 139 139 +205 213 205 +238 213 238 +238 238 205 +230 222 189 +246 238 164 +222 213 139 +246 246 255 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/pokemon_mansion_tilemap.bin b/data/map_preview/pokemon_mansion_tilemap.bin Binary files differnew file mode 100644 index 000000000..a8b1b3d3f --- /dev/null +++ b/data/map_preview/pokemon_mansion_tilemap.bin diff --git a/data/map_preview/pokemon_mansion_tiles.png b/data/map_preview/pokemon_mansion_tiles.png Binary files differnew file mode 100644 index 000000000..1fa94ceda --- /dev/null +++ b/data/map_preview/pokemon_mansion_tiles.png diff --git a/data/map_preview/pokemon_tower_pal.pal b/data/map_preview/pokemon_tower_pal.pal new file mode 100644 index 000000000..93f4847ae --- /dev/null +++ b/data/map_preview/pokemon_tower_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +222 213 246 +213 230 213 +172 180 205 +205 197 156 +180 205 180 +148 164 148 +238 246 238 +238 230 189 +230 238 255 +148 156 180 +255 246 205 +172 164 123 +115 123 148 +197 205 230 +238 246 255 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/pokemon_tower_tilemap.bin b/data/map_preview/pokemon_tower_tilemap.bin Binary files differnew file mode 100644 index 000000000..f12b9bdf8 --- /dev/null +++ b/data/map_preview/pokemon_tower_tilemap.bin diff --git a/data/map_preview/pokemon_tower_tiles.png b/data/map_preview/pokemon_tower_tiles.png Binary files differnew file mode 100644 index 000000000..21583f9b3 --- /dev/null +++ b/data/map_preview/pokemon_tower_tiles.png diff --git a/data/map_preview/power_plant_pal.pal b/data/map_preview/power_plant_pal.pal new file mode 100644 index 000000000..49e5d6800 --- /dev/null +++ b/data/map_preview/power_plant_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +74 82 98 +255 246 205 +189 180 189 +189 189 222 +230 222 123 +222 205 205 +246 230 230 +139 156 189 +222 238 255 +106 123 156 +213 189 164 +164 156 164 +238 246 255 +255 238 238 +255 255 255 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/power_plant_tilemap.bin b/data/map_preview/power_plant_tilemap.bin Binary files differnew file mode 100644 index 000000000..609cbb30d --- /dev/null +++ b/data/map_preview/power_plant_tilemap.bin diff --git a/data/map_preview/power_plant_tiles.png b/data/map_preview/power_plant_tiles.png Binary files differnew file mode 100644 index 000000000..6cd334aa9 --- /dev/null +++ b/data/map_preview/power_plant_tiles.png diff --git a/data/map_preview/rock_tunnel_pal.pal b/data/map_preview/rock_tunnel_pal.pal new file mode 100644 index 000000000..1412128d0 --- /dev/null +++ b/data/map_preview/rock_tunnel_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +65 74 90 +238 246 246 +74 156 106 +115 197 115 +156 230 148 +205 205 189 +222 222 205 +238 238 222 +123 123 90 +164 164 123 +197 197 148 +213 213 180 +230 230 197 +213 238 255 +255 255 255 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/rock_tunnel_tilemap.bin b/data/map_preview/rock_tunnel_tilemap.bin Binary files differnew file mode 100644 index 000000000..9c322e0b1 --- /dev/null +++ b/data/map_preview/rock_tunnel_tilemap.bin diff --git a/data/map_preview/rock_tunnel_tiles.png b/data/map_preview/rock_tunnel_tiles.png Binary files differnew file mode 100644 index 000000000..e58ef7fb1 --- /dev/null +++ b/data/map_preview/rock_tunnel_tiles.png diff --git a/data/map_preview/rocket_hideout_pal.pal b/data/map_preview/rocket_hideout_pal.pal new file mode 100644 index 000000000..9c969e843 --- /dev/null +++ b/data/map_preview/rocket_hideout_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +98 106 123 +156 180 156 +222 213 172 +238 238 246 +246 238 197 +189 156 131 +222 189 164 +213 213 222 +222 238 222 +139 156 139 +197 222 197 +197 230 180 +131 139 156 +238 205 180 +255 255 255 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/rocket_hideout_tilemap.bin b/data/map_preview/rocket_hideout_tilemap.bin Binary files differnew file mode 100644 index 000000000..db9757ebb --- /dev/null +++ b/data/map_preview/rocket_hideout_tilemap.bin diff --git a/data/map_preview/rocket_hideout_tiles.png b/data/map_preview/rocket_hideout_tiles.png Binary files differnew file mode 100644 index 000000000..8f57f8afe --- /dev/null +++ b/data/map_preview/rocket_hideout_tiles.png diff --git a/data/map_preview/rocket_warehouse_pal.pal b/data/map_preview/rocket_warehouse_pal.pal new file mode 100644 index 000000000..c4fffd171 --- /dev/null +++ b/data/map_preview/rocket_warehouse_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +98 106 123 +139 180 172 +222 213 172 +238 238 246 +246 238 197 +189 156 131 +222 189 164 +213 213 222 +222 238 222 +139 156 139 +197 222 197 +197 230 180 +131 139 156 +238 205 180 +255 255 255 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/rocket_warehouse_tilemap.bin b/data/map_preview/rocket_warehouse_tilemap.bin Binary files differnew file mode 100644 index 000000000..7636eea0a --- /dev/null +++ b/data/map_preview/rocket_warehouse_tilemap.bin diff --git a/data/map_preview/rocket_warehouse_tiles.png b/data/map_preview/rocket_warehouse_tiles.png Binary files differnew file mode 100644 index 000000000..cc9dae203 --- /dev/null +++ b/data/map_preview/rocket_warehouse_tiles.png diff --git a/data/map_preview/seafoam_islands_pal.pal b/data/map_preview/seafoam_islands_pal.pal new file mode 100644 index 000000000..348275aca --- /dev/null +++ b/data/map_preview/seafoam_islands_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +65 74 90 +156 222 123 +106 180 98 +197 205 172 +172 172 139 +172 222 164 +222 230 205 +164 230 106 +205 238 197 +131 131 90 +238 230 189 +213 246 255 +164 205 255 +205 230 255 +238 246 255 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/seafoam_islands_tilemap.bin b/data/map_preview/seafoam_islands_tilemap.bin Binary files differnew file mode 100644 index 000000000..05afc22fc --- /dev/null +++ b/data/map_preview/seafoam_islands_tilemap.bin diff --git a/data/map_preview/seafoam_islands_tiles.png b/data/map_preview/seafoam_islands_tiles.png Binary files differnew file mode 100644 index 000000000..b76a85053 --- /dev/null +++ b/data/map_preview/seafoam_islands_tiles.png diff --git a/data/map_preview/silph_co_pal.pal b/data/map_preview/silph_co_pal.pal new file mode 100644 index 000000000..07acfb986 --- /dev/null +++ b/data/map_preview/silph_co_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 0 +238 246 246 +213 238 246 +164 205 197 +131 197 123 +197 230 230 +139 180 172 +180 180 205 +131 131 164 +205 205 230 +172 222 172 +197 213 246 +90 164 90 +123 172 164 +205 238 246 +246 246 255 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/silph_co_tilemap.bin b/data/map_preview/silph_co_tilemap.bin Binary files differnew file mode 100644 index 000000000..9449f6cd7 --- /dev/null +++ b/data/map_preview/silph_co_tilemap.bin diff --git a/data/map_preview/silph_co_tiles.png b/data/map_preview/silph_co_tiles.png Binary files differnew file mode 100644 index 000000000..c5433bcee --- /dev/null +++ b/data/map_preview/silph_co_tiles.png diff --git a/data/map_preview/viridian_forest_pal.pal b/data/map_preview/viridian_forest_pal.pal new file mode 100644 index 000000000..ff1655587 --- /dev/null +++ b/data/map_preview/viridian_forest_pal.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +255 255 90 +222 246 246 +156 230 148 +115 197 115 +41 106 106 +90 172 123 +197 189 106 +148 139 90 +106 98 74 +205 246 197 +180 213 230 +123 189 205 +90 156 164 +65 131 139 +246 246 255 +32 41 41 +255 255 90 +246 246 255 +74 98 123 +213 213 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/map_preview/viridian_forest_tilemap.bin b/data/map_preview/viridian_forest_tilemap.bin Binary files differnew file mode 100644 index 000000000..37883b634 --- /dev/null +++ b/data/map_preview/viridian_forest_tilemap.bin diff --git a/data/map_preview/viridian_forest_tiles.png b/data/map_preview/viridian_forest_tiles.png Binary files differnew file mode 100644 index 000000000..79b70c2e5 --- /dev/null +++ b/data/map_preview/viridian_forest_tiles.png |