diff --git a/Makefile b/Makefile index 062f422ec..c6f0e129a 100644 --- a/Makefile +++ b/Makefile @@ -14,11 +14,11 @@ SHA1 := sha1sum -c .PHONY: rom tools gbagfx scaninc clean compare gfx := tools/gbagfx/gbagfx -1bpp := $(gfx) 1bpp -4bpp := $(gfx) 4bpp -8bpp := $(gfx) 8bpp -gbapal := $(gfx) gbapal -lz := $(gfx) lz +1bpp := @$(gfx) 1bpp +4bpp := @$(gfx) 4bpp +8bpp := @$(gfx) 8bpp +gbapal := @$(gfx) gbapal +lz := @$(gfx) lz scaninc := tools/scaninc/scaninc objs = asm/emerald.o @@ -52,11 +52,11 @@ include graphics_file_rules.mk %.png: ; %.pal: ; -%.1bpp: %.png ; @$(1bpp) $< -%.4bpp: %.png ; @$(4bpp) $< -%.8bpp: %.png ; @$(8bpp) $< -%.gbapal: %.pal ; @$(gbapal) $< -%.lz: % ; @$(lz) $< +%.1bpp: %.png ; $(1bpp) $< +%.4bpp: %.png ; $(4bpp) $< +%.8bpp: %.png ; $(8bpp) $< +%.gbapal: %.pal ; $(gbapal) $< +%.lz: % ; $(lz) $< %.o: %.s $$($$@_deps) $(AS) $(ASFLAGS) -o $@ $< diff --git a/asm/emerald.s b/asm/emerald.s index f65d29a44..0e2f47f87 100644 --- a/asm/emerald.s +++ b/asm/emerald.s @@ -570606,7 +570606,7 @@ sub_8129068: ; 8129068 push {lr} adds r2, r0, 0 lsls r1, 16 - ldr r0, =gUnknown_083DFC74 + ldr r0, =gTilesetPointer_SecretBase ldr r0, [r0] lsrs r1, 11 ldr r0, [r0, 0x8] @@ -570634,7 +570634,7 @@ sub_8129088: ; 8129088 ldr r0, =0x000003ff ands r2, r0 @0812909E: - ldr r0, =gUnknown_083DFC74 + ldr r0, =gTilesetPointer_SecretBase ldr r0, [r0] lsls r1, r2, 5 ldr r0, [r0, 0x4] @@ -570797,7 +570797,7 @@ sub_81291A4: ; 81291A4 thumb_func_start sub_81291CC sub_81291CC: ; 81291CC lsls r0, 16 - ldr r1, =gUnknown_083DFC78 + ldr r1, =gTilesetPointer_SecretBaseRedCave ldr r1, [r1] ldr r1, [r1, 0xC] lsrs r0, 15 @@ -571015,7 +571015,7 @@ gpu_pal_decompress_alloc_tag_and_upload: ; 8129334 bl sub_81291A4 ldr r1, =0x00000884 adds r0, r5, r1 - ldr r1, =gUnknown_083DFC78 + ldr r1, =gTilesetPointer_SecretBaseRedCave ldr r2, [r1] ldr r1, [r5] ldr r1, [r1, 0x1C] @@ -571196,7 +571196,7 @@ sub_81294C0: ; 81294C0 bl sub_81291A4 ldr r0, =0x00000884 adds r5, r6, r0 - ldr r0, =gUnknown_083DFC78 + ldr r0, =gTilesetPointer_SecretBaseRedCave ldr r1, [r0] ldr r0, [r6] ldr r0, [r0, 0x1C] diff --git a/data/data2.s b/data/data2.s index 5ff974c5c..96ae70665 100644 --- a/data/data2.s +++ b/data/data2.s @@ -2268,13 +2268,19 @@ gUnknown_08339DD4: ; 8339DD4 .incbin "base_emerald.gba", 0x339dd4, 0x2c gUnknown_08339E00: ; 8339E00 - .incbin "base_emerald.gba", 0x339e00, 0xa5e74 + .incbin "base_emerald.gba", 0x339e00, 0x8 -gUnknown_083DFC74: ; 83DFC74 - .incbin "base_emerald.gba", 0x3dfc74, 0x4 +; 8339E08 + .include "data/graphics/tilesets/tileset_graphics.s" -gUnknown_083DFC78: ; 83DFC78 - .incbin "base_emerald.gba", 0x3dfc78, 0xa215c +; 83960F0 + .include "data/graphics/tilesets/metatiles.s" + +; 83DF704 + .include "data/graphics/tilesets/tilesets.s" + +; 83DFE14 + .incbin "base_emerald.gba", 0x3dfe14, 0xa1fc0 gUnknown_08481DD4: ; 8481DD4 .incbin "base_emerald.gba", 0x481dd4, 0x47a4 @@ -13158,7 +13164,35 @@ gUnknown_08DD4BF0: ; 8DD4BF0 .incbin "base_emerald.gba", 0xdd4bf0, 0x5c gUnknown_08DD4C4C: ; 8DD4C4C - .incbin "base_emerald.gba", 0xdd4c4c, 0x26b4 + .incbin "base_emerald.gba", 0xdd4c4c, 0x1c4 + + .align 2, 0 + +gTilesetPalettes_General: ; 8DD4E10 + .incbin "data/graphics/tilesets/primary/general/palettes/00.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/01.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/02.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/03.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/04.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/05.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/06.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/07.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/08.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/09.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/10.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/11.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/12.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/13.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/14.gbapal" + .incbin "data/graphics/tilesets/primary/general/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_General: ; 8DD5010 + .incbin "data/graphics/tilesets/primary/general/tiles.4bpp.lz" + +; 8DD72E0 + .incbin "base_emerald.gba", 0xdd72e0, 0x20 gUnknown_08DD7300: ; 8DD7300 .incbin "base_emerald.gba", 0xdd7300, 0x60 diff --git a/data/graphics/tilesets/metatiles.s b/data/graphics/tilesets/metatiles.s new file mode 100644 index 000000000..b90680980 --- /dev/null +++ b/data/graphics/tilesets/metatiles.s @@ -0,0 +1,699 @@ + .align 1, 0 + +gMetatiles_General: ; 83960F0 + .incbin "base_emerald.gba", 0x3960f0, 0x2000 + + .align 1, 0 + +gMetatileAttributes_General: ; 83980F0 + .incbin "base_emerald.gba", 0x3980f0, 0x400 + + .align 1, 0 + +gMetatiles_Petalburg: ; 83984F0 + .incbin "base_emerald.gba", 0x3984f0, 0x900 + + .align 1, 0 + +gMetatileAttributes_Petalburg: ; 8398DF0 + .incbin "base_emerald.gba", 0x398df0, 0x120 + + .align 1, 0 + +gMetatiles_Rustboro: ; 8398F10 + .incbin "base_emerald.gba", 0x398f10, 0x15e0 + + .align 1, 0 + +gMetatileAttributes_Rustboro: ; 839A4F0 + .incbin "base_emerald.gba", 0x39a4f0, 0x2bc + + .align 1, 0 + +gMetatiles_Dewford: ; 839A7AC + .incbin "base_emerald.gba", 0x39a7ac, 0x17b0 + + .align 1, 0 + +gMetatileAttributes_Dewford: ; 839BF5C + .incbin "base_emerald.gba", 0x39bf5c, 0x2f6 + + .align 1, 0 + +gMetatiles_Slateport: ; 839C252 + .incbin "base_emerald.gba", 0x39c252, 0x1960 + + .align 1, 0 + +gMetatileAttributes_Slateport: ; 839DBB2 + .incbin "base_emerald.gba", 0x39dbb2, 0x32c + + .align 1, 0 + +gMetatiles_Mauville: ; 839DEDE + .incbin "base_emerald.gba", 0x39dede, 0x1fe0 + + .align 1, 0 + +gMetatileAttributes_Mauville: ; 839FEBE + .incbin "base_emerald.gba", 0x39febe, 0x3fc + + .align 1, 0 + +gMetatiles_Lavaridge: ; 83A02BA + .incbin "base_emerald.gba", 0x3a02ba, 0x1b90 + + .align 1, 0 + +gMetatileAttributes_Lavaridge: ; 83A1E4A + .incbin "base_emerald.gba", 0x3a1e4a, 0x372 + + .align 1, 0 + +gMetatiles_Fallarbor: ; 83A21BC + .incbin "base_emerald.gba", 0x3a21bc, 0x16f0 + + .align 1, 0 + +gMetatileAttributes_Fallarbor: ; 83A38AC + .incbin "base_emerald.gba", 0x3a38ac, 0x2de + + .align 1, 0 + +gMetatiles_Fortree: ; 83A3B8A + .incbin "base_emerald.gba", 0x3a3b8a, 0x1180 + + .align 1, 0 + +gMetatileAttributes_Fortree: ; 83A4D0A + .incbin "base_emerald.gba", 0x3a4d0a, 0x230 + + .align 1, 0 + +gMetatiles_Lilycove: ; 83A4F3A + .incbin "base_emerald.gba", 0x3a4f3a, 0x15f0 + + .align 1, 0 + +gMetatileAttributes_Lilycove: ; 83A652A + .incbin "base_emerald.gba", 0x3a652a, 0x2be + + .align 1, 0 + +gMetatiles_Mossdeep: ; 83A67E8 + .incbin "base_emerald.gba", 0x3a67e8, 0x1c60 + + .align 1, 0 + +gMetatileAttributes_Mossdeep: ; 83A8448 + .incbin "base_emerald.gba", 0x3a8448, 0x38c + + .align 1, 0 + +gMetatiles_EverGrande: ; 83A87D4 + .incbin "base_emerald.gba", 0x3a87d4, 0xa80 + + .align 1, 0 + +gMetatileAttributes_EverGrande: ; 83A9254 + .incbin "base_emerald.gba", 0x3a9254, 0x150 + + .align 1, 0 + +gMetatiles_Pacifidlog: ; 83A93A4 + .incbin "base_emerald.gba", 0x3a93a4, 0xcb0 + + .align 1, 0 + +gMetatileAttributes_Pacifidlog: ; 83AA054 + .incbin "base_emerald.gba", 0x3aa054, 0x196 + + .align 1, 0 + +gMetatiles_Sootopolis: ; 83AA1EA + .incbin "base_emerald.gba", 0x3aa1ea, 0xfe0 + + .align 1, 0 + +gMetatileAttributes_Sootopolis: ; 83AB1CA + .incbin "base_emerald.gba", 0x3ab1ca, 0x1fc + + .align 1, 0 + +gMetatiles_BattleFrontierOutsideWest: ; 83AB3C6 + .incbin "base_emerald.gba", 0x3ab3c6, 0x1fe0 + + .align 1, 0 + +gMetatileAttributes_BattleFrontierOutsideWest: ; 83AD3A6 + .incbin "base_emerald.gba", 0x3ad3a6, 0x3fc + + .align 1, 0 + +gMetatiles_BattleFrontierOutsideEast: ; 83AD7A2 + .incbin "base_emerald.gba", 0x3ad7a2, 0x1fe0 + + .align 1, 0 + +gMetatileAttributes_BattleFrontierOutsideEast: ; 83AF782 + .incbin "base_emerald.gba", 0x3af782, 0x3fc + + .align 1, 0 + +gMetatiles_InsideBuilding: ; 83AFB7E + .incbin "base_emerald.gba", 0x3afb7e, 0x80 + + .align 1, 0 + +gMetatileAttributes_InsideBuilding: ; 83AFBFE + .incbin "base_emerald.gba", 0x3afbfe, 0x10 + + .align 1, 0 + +gMetatiles_Shop: ; 83AFC0E + .incbin "base_emerald.gba", 0x3afc0e, 0x1210 + + .align 1, 0 + +gMetatileAttributes_Shop: ; 83B0E1E + .incbin "base_emerald.gba", 0x3b0e1e, 0x242 + + .align 1, 0 + +gMetatiles_PokemonCenter: ; 83B1060 + .incbin "base_emerald.gba", 0x3b1060, 0xe80 + + .align 1, 0 + +gMetatileAttributes_PokemonCenter: ; 83B1EE0 + .incbin "base_emerald.gba", 0x3b1ee0, 0x1d0 + + .align 1, 0 + +gMetatiles_Cave: ; 83B20B0 + .incbin "base_emerald.gba", 0x3b20b0, 0x19e0 + + .align 1, 0 + +gMetatileAttributes_Cave: ; 83B3A90 + .incbin "base_emerald.gba", 0x3b3a90, 0x33c + + .align 1, 0 + +gMetatiles_PokemonSchool: ; 83B3DCC + .incbin "base_emerald.gba", 0x3b3dcc, 0x3a0 + + .align 1, 0 + +gMetatileAttributes_PokemonSchool: ; 83B416C + .incbin "base_emerald.gba", 0x3b416c, 0x74 + + .align 1, 0 + +gMetatiles_PokemonFanClub: ; 83B41E0 + .incbin "base_emerald.gba", 0x3b41e0, 0x680 + + .align 1, 0 + +gMetatileAttributes_PokemonFanClub: ; 83B4860 + .incbin "base_emerald.gba", 0x3b4860, 0xd0 + + .align 1, 0 + +gMetatiles_Unused1: ; 83B4930 + .incbin "base_emerald.gba", 0x3b4930, 0x20 + + .align 1, 0 + +gMetatileAttributes_Unused1: ; 83B4950 + .incbin "base_emerald.gba", 0x3b4950, 0x4 + + .align 1, 0 + +gMetatiles_MeteorFalls: ; 83B4954 + .incbin "base_emerald.gba", 0x3b4954, 0x9f0 + + .align 1, 0 + +gMetatileAttributes_MeteorFalls: ; 83B5344 + .incbin "base_emerald.gba", 0x3b5344, 0x13e + + .align 1, 0 + +gMetatiles_OceanicMuseum: ; 83B5482 + .incbin "base_emerald.gba", 0x3b5482, 0x7a0 + + .align 1, 0 + +gMetatileAttributes_OceanicMuseum: ; 83B5C22 + .incbin "base_emerald.gba", 0x3b5c22, 0xf4 + + .align 1, 0 + +gMetatiles_CableClub: ; 83B5D16 + .incbin "base_emerald.gba", 0x3b5d16, 0x1000 + + .align 1, 0 + +gMetatileAttributes_CableClub: ; 83B6D16 + .incbin "base_emerald.gba", 0x3b6d16, 0x200 + + .align 1, 0 + +gMetatiles_SeashoreHouse: ; 83B6F16 + .incbin "base_emerald.gba", 0x3b6f16, 0x380 + + .align 1, 0 + +gMetatileAttributes_SeashoreHouse: ; 83B7296 + .incbin "base_emerald.gba", 0x3b7296, 0x70 + + .align 1, 0 + +gMetatiles_PrettyPetalFlowerShop: ; 83B7306 + .incbin "base_emerald.gba", 0x3b7306, 0x480 + + .align 1, 0 + +gMetatileAttributes_PrettyPetalFlowerShop: ; 83B7786 + .incbin "base_emerald.gba", 0x3b7786, 0x90 + + .align 1, 0 + +gMetatiles_PokemonDayCare: ; 83B7816 + .incbin "base_emerald.gba", 0x3b7816, 0x440 + + .align 1, 0 + +gMetatileAttributes_PokemonDayCare: ; 83B7C56 + .incbin "base_emerald.gba", 0x3b7c56, 0x88 + + .align 1, 0 + +gMetatiles_Facility: ; 83B7CDE + .incbin "base_emerald.gba", 0x3b7cde, 0x1ff0 + + .align 1, 0 + +gMetatileAttributes_Facility: ; 83B9CCE + .incbin "base_emerald.gba", 0x3b9cce, 0x3fe + + .align 1, 0 + +gMetatiles_BikeShop: ; 83BA0CC + .incbin "base_emerald.gba", 0x3ba0cc, 0xf80 + + .align 1, 0 + +gMetatileAttributes_BikeShop: ; 83BB04C + .incbin "base_emerald.gba", 0x3bb04c, 0x1f0 + + .align 1, 0 + +gMetatiles_RusturfTunnel: ; 83BB23C + .incbin "base_emerald.gba", 0x3bb23c, 0x530 + + .align 1, 0 + +gMetatileAttributes_RusturfTunnel: ; 83BB76C + .incbin "base_emerald.gba", 0x3bb76c, 0xa6 + + .align 1, 0 + +gMetatiles_SecretBaseSecondary: ; 83BB812 + .incbin "base_emerald.gba", 0x3bb812, 0x1440 + + .align 1, 0 + +gMetatileAttributes_SecretBaseSecondary: ; 83BCC52 + .incbin "base_emerald.gba", 0x3bcc52, 0x288 + + .align 1, 0 + +gMetatiles_InsideOfTruck: ; 83BCEDA + .incbin "base_emerald.gba", 0x3bceda, 0x260 + + .align 1, 0 + +gMetatileAttributes_InsideOfTruck: ; 83BD13A + .incbin "base_emerald.gba", 0x3bd13a, 0x4c + + .align 1, 0 + +gMetatiles_Contest: ; 83BD186 + .incbin "base_emerald.gba", 0x3bd186, 0xe90 + + .align 1, 0 + +gMetatileAttributes_Contest: ; 83BE016 + .incbin "base_emerald.gba", 0x3be016, 0x1d2 + + .align 1, 0 + +gMetatiles_LilycoveMuseum: ; 83BE1E8 + .incbin "base_emerald.gba", 0x3be1e8, 0x8f0 + + .align 1, 0 + +gMetatileAttributes_LilycoveMuseum: ; 83BEAD8 + .incbin "base_emerald.gba", 0x3bead8, 0x11e + + .align 1, 0 + +gMetatiles_BrendansMaysHouse: ; 83BEBF6 + .incbin "base_emerald.gba", 0x3bebf6, 0xc40 + + .align 1, 0 + +gMetatileAttributes_BrendansMaysHouse: ; 83BF836 + .incbin "base_emerald.gba", 0x3bf836, 0x188 + + .align 1, 0 + +gMetatiles_Lab: ; 83BF9BE + .incbin "base_emerald.gba", 0x3bf9be, 0x9e0 + + .align 1, 0 + +gMetatileAttributes_Lab: ; 83C039E + .incbin "base_emerald.gba", 0x3c039e, 0x13c + + .align 1, 0 + +gMetatiles_Underwater: ; 83C04DA + .incbin "base_emerald.gba", 0x3c04da, 0xec0 + + .align 1, 0 + +gMetatileAttributes_Underwater: ; 83C139A + .incbin "base_emerald.gba", 0x3c139a, 0x1d8 + + .align 1, 0 + +gMetatiles_GenericBuilding: ; 83C1572 + .incbin "base_emerald.gba", 0x3c1572, 0x2000 + + .align 1, 0 + +gMetatileAttributes_GenericBuilding: ; 83C3572 + .incbin "base_emerald.gba", 0x3c3572, 0x400 + + .align 1, 0 + +gMetatiles_MauvilleGameCorner: ; 83C3972 + .incbin "base_emerald.gba", 0x3c3972, 0x600 + + .align 1, 0 + +gMetatileAttributes_MauvilleGameCorner: ; 83C3F72 + .incbin "base_emerald.gba", 0x3c3f72, 0xc0 + + .align 1, 0 + +gMetatiles_Unused2: ; 83C4032 + .incbin "base_emerald.gba", 0x3c4032, 0x3a0 + + .align 1, 0 + +gMetatileAttributes_Unused2: ; 83C43D2 + .incbin "base_emerald.gba", 0x3c43d2, 0x74 + + .align 1, 0 + +gMetatiles_RustboroGym: ; 83C4446 + .incbin "base_emerald.gba", 0x3c4446, 0x380 + + .align 1, 0 + +gMetatileAttributes_RustboroGym: ; 83C47C6 + .incbin "base_emerald.gba", 0x3c47c6, 0x70 + + .align 1, 0 + +gMetatiles_DewfordGym: ; 83C4836 + .incbin "base_emerald.gba", 0x3c4836, 0x450 + + .align 1, 0 + +gMetatileAttributes_DewfordGym: ; 83C4C86 + .incbin "base_emerald.gba", 0x3c4c86, 0x8a + + .align 1, 0 + +gMetatiles_MauvilleGym: ; 83C4D10 + .incbin "base_emerald.gba", 0x3c4d10, 0x750 + + .align 1, 0 + +gMetatileAttributes_MauvilleGym: ; 83C5460 + .incbin "base_emerald.gba", 0x3c5460, 0xea + + .align 1, 0 + +gMetatiles_LavaridgeGym: ; 83C554A + .incbin "base_emerald.gba", 0x3c554a, 0x3d0 + + .align 1, 0 + +gMetatileAttributes_LavaridgeGym: ; 83C591A + .incbin "base_emerald.gba", 0x3c591a, 0x7a + + .align 1, 0 + +gMetatiles_PetalburgGym: ; 83C5994 + .incbin "base_emerald.gba", 0x3c5994, 0xe00 + + .align 1, 0 + +gMetatileAttributes_PetalburgGym: ; 83C6794 + .incbin "base_emerald.gba", 0x3c6794, 0x1c0 + + .align 1, 0 + +gMetatiles_FortreeGym: ; 83C6954 + .incbin "base_emerald.gba", 0x3c6954, 0x500 + + .align 1, 0 + +gMetatileAttributes_FortreeGym: ; 83C6E54 + .incbin "base_emerald.gba", 0x3c6e54, 0xa0 + + .align 1, 0 + +gMetatiles_MossdeepGym: ; 83C6EF4 + .incbin "base_emerald.gba", 0x3c6ef4, 0x750 + + .align 1, 0 + +gMetatileAttributes_MossdeepGym: ; 83C7644 + .incbin "base_emerald.gba", 0x3c7644, 0xea + + .align 1, 0 + +gMetatiles_SootopolisGym: ; 83C772E + .incbin "base_emerald.gba", 0x3c772e, 0x7a0 + + .align 1, 0 + +gMetatileAttributes_SootopolisGym: ; 83C7ECE + .incbin "base_emerald.gba", 0x3c7ece, 0xf4 + + .align 1, 0 + +gMetatiles_TrickHousePuzzle: ; 83C7FC2 + .incbin "base_emerald.gba", 0x3c7fc2, 0xbd0 + + .align 1, 0 + +gMetatileAttributes_TrickHousePuzzle: ; 83C8B92 + .incbin "base_emerald.gba", 0x3c8b92, 0x17a + + .align 1, 0 + +gMetatiles_InsideShip: ; 83C8D0C + .incbin "base_emerald.gba", 0x3c8d0c, 0xfc0 + + .align 1, 0 + +gMetatileAttributes_InsideShip: ; 83C9CCC + .incbin "base_emerald.gba", 0x3c9ccc, 0x1f8 + + .align 1, 0 + +gMetatiles_SecretBasePrimary: ; 83C9EC4 + .incbin "base_emerald.gba", 0x3c9ec4, 0x20 + + .align 1, 0 + +gMetatileAttributes_SecretBasePrimary: ; 83C9EE4 + .incbin "base_emerald.gba", 0x3c9ee4, 0x4 + + .align 1, 0 + +gMetatiles_EliteFour: ; 83C9EE8 + .incbin "base_emerald.gba", 0x3c9ee8, 0x14c0 + + .align 1, 0 + +gMetatileAttributes_EliteFour: ; 83CB3A8 + .incbin "base_emerald.gba", 0x3cb3a8, 0x298 + + .align 1, 0 + +gMetatiles_BattleFrontier: ; 83CB640 + .incbin "base_emerald.gba", 0x3cb640, 0x1fd0 + + .align 1, 0 + +gMetatileAttributes_BattleFrontier: ; 83CD610 + .incbin "base_emerald.gba", 0x3cd610, 0x3fa + + .align 1, 0 + +gMetatiles_BattlePalace: ; 83CDA0A + .incbin "base_emerald.gba", 0x3cda0a, 0xae0 + + .align 1, 0 + +gMetatileAttributes_BattlePalace: ; 83CE4EA + .incbin "base_emerald.gba", 0x3ce4ea, 0x15c + + .align 1, 0 + +gMetatiles_BattleDome: ; 83CE646 + .incbin "base_emerald.gba", 0x3ce646, 0x1ab0 + + .align 1, 0 + +gMetatileAttributes_BattleDome: ; 83D00F6 + .incbin "base_emerald.gba", 0x3d00f6, 0x356 + + .align 1, 0 + +gMetatiles_BattleFactory: ; 83D044C + .incbin "base_emerald.gba", 0x3d044c, 0x1620 + + .align 1, 0 + +gMetatileAttributes_BattleFactory: ; 83D1A6C + .incbin "base_emerald.gba", 0x3d1a6c, 0x2c4 + + .align 1, 0 + +gMetatiles_BattlePike: ; 83D1D30 + .incbin "base_emerald.gba", 0x3d1d30, 0x15b0 + + .align 1, 0 + +gMetatileAttributes_BattlePike: ; 83D32E0 + .incbin "base_emerald.gba", 0x3d32e0, 0x2b6 + + .align 1, 0 + +gMetatiles_BattleArena: ; 83D3596 + .incbin "base_emerald.gba", 0x3d3596, 0xb10 + + .align 1, 0 + +gMetatileAttributes_BattleArena: ; 83D40A6 + .incbin "base_emerald.gba", 0x3d40a6, 0x162 + + .align 1, 0 + +gMetatiles_BattlePyramid: ; 83D4208 + .incbin "base_emerald.gba", 0x3d4208, 0xdd0 + + .align 1, 0 + +gMetatileAttributes_BattlePyramid: ; 83D4FD8 + .incbin "base_emerald.gba", 0x3d4fd8, 0x1ba + + .align 1, 0 + +gMetatiles_MirageTower: ; 83D5192 + .incbin "base_emerald.gba", 0x3d5192, 0x19e0 + + .align 1, 0 + +gMetatileAttributes_MirageTower: ; 83D6B72 + .incbin "base_emerald.gba", 0x3d6b72, 0x33c + + .align 1, 0 + +gMetatiles_MossdeepGameCorner: ; 83D6EAE + .incbin "base_emerald.gba", 0x3d6eae, 0x350 + + .align 1, 0 + +gMetatileAttributes_MossdeepGameCorner: ; 83D71FE + .incbin "base_emerald.gba", 0x3d71fe, 0x6a + + .align 1, 0 + +gMetatiles_IslandHabor: ; 83D7268 + .incbin "base_emerald.gba", 0x3d7268, 0x1d60 + + .align 1, 0 + +gMetatileAttributes_IslandHabor: ; 83D8FC8 + .incbin "base_emerald.gba", 0x3d8fc8, 0x3ac + + .align 1, 0 + +gMetatiles_TrainerHill: ; 83D9374 + .incbin "base_emerald.gba", 0x3d9374, 0x1e60 + + .align 1, 0 + +gMetatileAttributes_TrainerHill: ; 83DB1D4 + .incbin "base_emerald.gba", 0x3db1d4, 0x3cc + + .align 1, 0 + +gMetatiles_NavelRock: ; 83DB5A0 + .incbin "base_emerald.gba", 0x3db5a0, 0x1c30 + + .align 1, 0 + +gMetatileAttributes_NavelRock: ; 83DD1D0 + .incbin "base_emerald.gba", 0x3dd1d0, 0x386 + + .align 1, 0 + +gMetatiles_BattleFrontierRankingHall: ; 83DD556 + .incbin "base_emerald.gba", 0x3dd556, 0x5e0 + + .align 1, 0 + +gMetatileAttributes_BattleFrontierRankingHall: ; 83DDB36 + .incbin "base_emerald.gba", 0x3ddb36, 0xbc + + .align 1, 0 + +gMetatiles_BattleTent: ; 83DDBF2 + .incbin "base_emerald.gba", 0x3ddbf2, 0x10d0 + + .align 1, 0 + +gMetatileAttributes_BattleTent: ; 83DECC2 + .incbin "base_emerald.gba", 0x3decc2, 0x21a + + .align 1, 0 + +gMetatiles_MysteryEventsHouse: ; 83DEEDC + .incbin "base_emerald.gba", 0x3deedc, 0x430 + + .align 1, 0 + +gMetatileAttributes_MysteryEventsHouse: ; 83DF30C + .incbin "base_emerald.gba", 0x3df30c, 0x86 + + .align 1, 0 + +gMetatiles_UnionRoom: ; 83DF392 + .incbin "base_emerald.gba", 0x3df392, 0x310 + + .align 1, 0 + +gMetatileAttributes_UnionRoom: ; 83DF6A2 + .incbin "base_emerald.gba", 0x3df6a2, 0x62 diff --git a/data/graphics/tilesets/primary/general/palettes/00.pal b/data/graphics/tilesets/primary/general/palettes/00.pal new file mode 100644 index 000000000..0fd74602e --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +189 189 131 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/primary/general/palettes/01.pal b/data/graphics/tilesets/primary/general/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/primary/general/palettes/02.pal b/data/graphics/tilesets/primary/general/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/primary/general/palettes/03.pal b/data/graphics/tilesets/primary/general/palettes/03.pal new file mode 100644 index 000000000..32d6914d8 --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +65 180 131 +164 213 197 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/primary/general/palettes/04.pal b/data/graphics/tilesets/primary/general/palettes/04.pal new file mode 100644 index 000000000..d8051b7ba --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +156 164 189 +82 106 213 +65 90 189 +57 82 156 +41 65 139 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/primary/general/palettes/05.pal b/data/graphics/tilesets/primary/general/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/primary/general/palettes/06.pal b/data/graphics/tilesets/primary/general/palettes/06.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/general/palettes/07.pal b/data/graphics/tilesets/primary/general/palettes/07.pal new file mode 100644 index 000000000..6c4ea8bea --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +24 41 82 +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 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/general/palettes/08.pal b/data/graphics/tilesets/primary/general/palettes/08.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/general/palettes/09.pal b/data/graphics/tilesets/primary/general/palettes/09.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/general/palettes/10.pal b/data/graphics/tilesets/primary/general/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/general/palettes/11.pal b/data/graphics/tilesets/primary/general/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/general/palettes/12.pal b/data/graphics/tilesets/primary/general/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/general/palettes/13.pal b/data/graphics/tilesets/primary/general/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/general/palettes/14.pal b/data/graphics/tilesets/primary/general/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/general/palettes/15.pal b/data/graphics/tilesets/primary/general/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/primary/general/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/primary/general/tiles.png b/data/graphics/tilesets/primary/general/tiles.png new file mode 100644 index 000000000..3d1e90510 Binary files /dev/null and b/data/graphics/tilesets/primary/general/tiles.png differ diff --git a/data/graphics/tilesets/primary/inside_building/palettes/00.pal b/data/graphics/tilesets/primary/inside_building/palettes/00.pal new file mode 100644 index 000000000..ca016289c --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +222 213 82 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/01.pal b/data/graphics/tilesets/primary/inside_building/palettes/01.pal new file mode 100644 index 000000000..0b01f1a0f --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/02.pal b/data/graphics/tilesets/primary/inside_building/palettes/02.pal new file mode 100644 index 000000000..410d5193a --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/03.pal b/data/graphics/tilesets/primary/inside_building/palettes/03.pal new file mode 100644 index 000000000..410d5193a --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/04.pal b/data/graphics/tilesets/primary/inside_building/palettes/04.pal new file mode 100644 index 000000000..410d5193a --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/05.pal b/data/graphics/tilesets/primary/inside_building/palettes/05.pal new file mode 100644 index 000000000..b5001d726 --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +0 0 0 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/06.pal b/data/graphics/tilesets/primary/inside_building/palettes/06.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/07.pal b/data/graphics/tilesets/primary/inside_building/palettes/07.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/08.pal b/data/graphics/tilesets/primary/inside_building/palettes/08.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/09.pal b/data/graphics/tilesets/primary/inside_building/palettes/09.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/10.pal b/data/graphics/tilesets/primary/inside_building/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/11.pal b/data/graphics/tilesets/primary/inside_building/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/12.pal b/data/graphics/tilesets/primary/inside_building/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/13.pal b/data/graphics/tilesets/primary/inside_building/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/14.pal b/data/graphics/tilesets/primary/inside_building/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/inside_building/palettes/15.pal b/data/graphics/tilesets/primary/inside_building/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/inside_building/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/inside_building/tiles.png b/data/graphics/tilesets/primary/inside_building/tiles.png new file mode 100644 index 000000000..7d267dfb7 Binary files /dev/null and b/data/graphics/tilesets/primary/inside_building/tiles.png differ diff --git a/data/graphics/tilesets/primary/secret_base/palettes/00.pal b/data/graphics/tilesets/primary/secret_base/palettes/00.pal new file mode 100644 index 000000000..c1c000b48 --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/01.pal b/data/graphics/tilesets/primary/secret_base/palettes/01.pal new file mode 100644 index 000000000..49b51f782 --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +238 115 106 +197 65 65 +106 123 180 +172 222 90 +131 90 164 +255 213 32 +255 189 90 +156 197 246 +255 180 213 +213 139 172 +213 197 82 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/02.pal b/data/graphics/tilesets/primary/secret_base/palettes/02.pal new file mode 100644 index 000000000..ddd4db20a --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +230 123 131 +189 74 82 +156 41 49 +189 222 255 +255 197 246 +230 156 205 +213 115 164 +123 164 123 +82 115 82 +213 197 139 +148 131 65 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/03.pal b/data/graphics/tilesets/primary/secret_base/palettes/03.pal new file mode 100644 index 000000000..6a17dde12 --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +238 238 98 +205 205 82 +156 156 49 +189 222 255 +180 197 255 +148 164 213 +115 131 180 +148 148 156 +222 180 115 +180 139 65 +148 106 41 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/04.pal b/data/graphics/tilesets/primary/secret_base/palettes/04.pal new file mode 100644 index 000000000..c62b7b67f --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +156 197 246 +106 148 205 +65 115 172 +189 222 255 +255 180 82 +230 139 49 +205 98 16 +205 148 255 +57 57 57 +148 148 156 +98 98 98 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/05.pal b/data/graphics/tilesets/primary/secret_base/palettes/05.pal new file mode 100644 index 000000000..12403d988 --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +213 197 139 +180 164 98 +148 131 65 +123 98 32 +255 213 90 +106 189 255 +255 123 172 +164 222 115 +131 172 82 +139 189 139 +98 148 98 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/06.pal b/data/graphics/tilesets/primary/secret_base/palettes/06.pal new file mode 100644 index 000000000..55722534b --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +90 82 65 +205 197 164 +172 164 131 +148 139 106 +115 106 82 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +82 82 82 +115 115 115 +213 213 156 +255 246 139 +255 255 255 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/07.pal b/data/graphics/tilesets/primary/secret_base/palettes/07.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/08.pal b/data/graphics/tilesets/primary/secret_base/palettes/08.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/09.pal b/data/graphics/tilesets/primary/secret_base/palettes/09.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/10.pal b/data/graphics/tilesets/primary/secret_base/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/11.pal b/data/graphics/tilesets/primary/secret_base/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/12.pal b/data/graphics/tilesets/primary/secret_base/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/13.pal b/data/graphics/tilesets/primary/secret_base/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/14.pal b/data/graphics/tilesets/primary/secret_base/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/secret_base/palettes/15.pal b/data/graphics/tilesets/primary/secret_base/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/primary/secret_base/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/primary/secret_base/tiles.png b/data/graphics/tilesets/primary/secret_base/tiles.png new file mode 100644 index 000000000..9adc0e13f Binary files /dev/null and b/data/graphics/tilesets/primary/secret_base/tiles.png differ diff --git a/data/graphics/tilesets/primary/secret_base/unknown_tiles.png b/data/graphics/tilesets/primary/secret_base/unknown_tiles.png new file mode 100644 index 000000000..dd5c4e16a Binary files /dev/null and b/data/graphics/tilesets/primary/secret_base/unknown_tiles.png differ diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/00.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/01.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/02.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/03.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/04.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/05.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/06.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/06.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/07.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/07.pal new file mode 100644 index 000000000..a49bfa002 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +189 213 106 +156 197 74 +106 164 41 +255 180 115 +213 131 82 +172 82 49 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +255 222 131 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/08.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/08.pal new file mode 100644 index 000000000..6a4cbe8a8 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +189 148 49 +156 115 90 +197 238 148 +156 197 74 +106 164 41 +115 222 255 +0 180 255 +0 115 255 +0 82 222 +0 57 180 +255 0 255 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/09.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/09.pal new file mode 100644 index 000000000..5eca2db83 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +222 213 230 +189 172 180 +255 0 255 +255 0 255 +115 115 131 +90 106 180 +115 139 197 +172 82 49 +205 115 82 +139 255 255 +255 115 0 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/10.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/10.pal new file mode 100644 index 000000000..833bd498c --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +255 213 115 +189 148 49 +139 98 74 +90 106 180 +255 205 139 +230 172 90 +230 148 65 +180 98 24 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/11.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/11.pal new file mode 100644 index 000000000..9af599f76 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +115 115 131 +205 57 16 +255 98 49 +0 115 255 +255 0 255 +82 255 255 +255 255 172 +255 213 115 +213 180 106 +164 131 74 +222 213 230 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/12.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/13.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/14.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_arena/palettes/15.pal b/data/graphics/tilesets/secondary/battle_arena/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_arena/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_arena/tiles.png b/data/graphics/tilesets/secondary/battle_arena/tiles.png new file mode 100644 index 000000000..43297aa7b Binary files /dev/null and b/data/graphics/tilesets/secondary/battle_arena/tiles.png differ diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/00.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/01.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/02.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/03.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/04.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/05.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/06.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/06.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/07.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/07.pal new file mode 100644 index 000000000..47513eabf --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +222 213 230 +123 172 139 +139 205 172 +156 238 205 +139 156 180 +156 180 197 +172 205 213 +189 41 16 +222 74 32 +255 98 49 +255 222 131 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/08.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/08.pal new file mode 100644 index 000000000..f25d4150e --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +205 148 8 +82 82 106 +115 115 131 +156 156 164 +189 189 197 +255 255 255 +115 131 98 +90 82 82 +205 222 197 +82 131 156 +115 164 197 +164 205 222 +131 106 82 +255 123 32 +156 139 106 +255 222 131 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/09.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/09.pal new file mode 100644 index 000000000..190d04aa8 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +131 131 106 +123 172 139 +139 205 172 +156 238 205 +139 156 180 +156 180 197 +172 205 213 +172 164 156 +197 189 156 +222 213 148 +255 238 148 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/10.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/10.pal new file mode 100644 index 000000000..3ca77527d --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +189 148 49 +156 115 90 +197 238 148 +156 197 74 +106 164 41 +255 123 98 +246 8 8 +180 189 255 +123 148 255 +222 213 82 +213 222 255 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/11.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/11.pal new file mode 100644 index 000000000..f4cb76cba --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 0 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +115 115 131 +205 57 16 +255 98 49 +0 115 255 +255 0 255 +82 255 255 +255 255 172 +255 213 115 +213 180 106 +164 131 74 +222 213 230 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/12.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/13.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/14.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/14.pal new file mode 100644 index 000000000..e6a23ff55 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +222 213 230 +255 255 156 +0 189 139 +156 238 205 +115 115 131 +90 106 180 +115 139 197 +189 41 16 +222 74 32 +255 98 49 +255 222 131 diff --git a/data/graphics/tilesets/secondary/battle_dome/palettes/15.pal b/data/graphics/tilesets/secondary/battle_dome/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_dome/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_dome/tiles.png b/data/graphics/tilesets/secondary/battle_dome/tiles.png new file mode 100644 index 000000000..e0fce3196 Binary files /dev/null and b/data/graphics/tilesets/secondary/battle_dome/tiles.png differ diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/00.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/01.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/02.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/03.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/04.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/05.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/06.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/06.pal new file mode 100644 index 000000000..f4ba569f0 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +205 180 41 +255 230 41 +255 238 148 +131 131 82 +172 172 139 +213 213 197 +172 205 213 +189 41 16 +222 74 32 +255 98 49 +255 222 131 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/07.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/07.pal new file mode 100644 index 000000000..451a87644 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +222 213 230 +255 255 156 +0 238 139 +0 189 139 +115 115 131 +90 106 180 +115 139 197 +189 41 16 +222 74 32 +255 98 49 +255 222 131 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/08.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/08.pal new file mode 100644 index 000000000..6a4cbe8a8 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +189 148 49 +156 115 90 +197 238 148 +156 197 74 +106 164 41 +115 222 255 +0 180 255 +0 115 255 +0 82 222 +0 57 180 +255 0 255 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/09.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/09.pal new file mode 100644 index 000000000..5eca2db83 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +222 213 230 +189 172 180 +255 0 255 +255 0 255 +115 115 131 +90 106 180 +115 139 197 +172 82 49 +205 115 82 +139 255 255 +255 115 0 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/10.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/10.pal new file mode 100644 index 000000000..833bd498c --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +255 213 115 +189 148 49 +139 98 74 +90 106 180 +255 205 139 +230 172 90 +230 148 65 +180 98 24 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/11.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/11.pal new file mode 100644 index 000000000..9af599f76 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +115 115 131 +205 57 16 +255 98 49 +0 115 255 +255 0 255 +82 255 255 +255 255 172 +255 213 115 +213 180 106 +164 131 74 +222 213 230 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/12.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/13.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/14.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_factory/palettes/15.pal b/data/graphics/tilesets/secondary/battle_factory/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_factory/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_factory/tiles.png b/data/graphics/tilesets/secondary/battle_factory/tiles.png new file mode 100644 index 000000000..7857f0813 Binary files /dev/null and b/data/graphics/tilesets/secondary/battle_factory/tiles.png differ diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/00.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/01.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/02.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/03.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/04.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/05.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/06.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/06.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/07.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/07.pal new file mode 100644 index 000000000..451a87644 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +222 213 230 +255 255 156 +0 238 139 +0 189 139 +115 115 131 +90 106 180 +115 139 197 +189 41 16 +222 74 32 +255 98 49 +255 222 131 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/08.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/08.pal new file mode 100644 index 000000000..6a4cbe8a8 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +189 148 49 +156 115 90 +197 238 148 +156 197 74 +106 164 41 +115 222 255 +0 180 255 +0 115 255 +0 82 222 +0 57 180 +255 0 255 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/09.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/09.pal new file mode 100644 index 000000000..5eca2db83 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +222 213 230 +189 172 180 +255 0 255 +255 0 255 +115 115 131 +90 106 180 +115 139 197 +172 82 49 +205 115 82 +139 255 255 +255 115 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/10.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/10.pal new file mode 100644 index 000000000..833bd498c --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +255 213 115 +189 148 49 +139 98 74 +90 106 180 +255 205 139 +230 172 90 +230 148 65 +180 98 24 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/11.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/11.pal new file mode 100644 index 000000000..9af599f76 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +115 115 131 +205 57 16 +255 98 49 +0 115 255 +255 0 255 +82 255 255 +255 255 172 +255 213 115 +213 180 106 +164 131 74 +222 213 230 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/12.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/13.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/14.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier/palettes/15.pal b/data/graphics/tilesets/secondary/battle_frontier/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier/tiles.png b/data/graphics/tilesets/secondary/battle_frontier/tiles.png new file mode 100644 index 000000000..70ec420e9 Binary files /dev/null and b/data/graphics/tilesets/secondary/battle_frontier/tiles.png differ diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/00.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/00.pal new file mode 100644 index 000000000..b330eaff8 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/01.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/02.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/03.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/03.pal new file mode 100644 index 000000000..3760ac903 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/04.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/04.pal new file mode 100644 index 000000000..2eeaba630 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/05.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/06.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/06.pal new file mode 100644 index 000000000..4173d16de --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +197 139 205 +172 115 180 +148 90 156 +106 57 115 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/07.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/07.pal new file mode 100644 index 000000000..0aa4da99e --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 205 115 +189 172 82 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +164 189 98 +131 156 65 +98 123 32 +65 90 0 +156 139 49 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/08.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/08.pal new file mode 100644 index 000000000..6a21cef16 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +222 205 131 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +222 205 115 +189 172 82 +156 139 49 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/09.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/09.pal new file mode 100644 index 000000000..ab7b24882 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +255 255 148 +197 197 115 +213 238 255 +139 139 148 +98 98 123 +65 74 106 +213 205 222 +180 213 255 +148 164 238 +131 148 197 +238 148 16 +205 115 82 +172 82 65 +131 74 65 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/10.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/10.pal new file mode 100644 index 000000000..451da6cc5 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +205 205 197 +180 180 164 +123 213 164 +139 139 148 +0 0 0 +0 0 0 +0 0 0 +180 213 255 +148 164 238 +255 213 49 +0 0 0 +205 115 82 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/11.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/11.pal new file mode 100644 index 000000000..70a091be0 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 197 0 +164 98 90 +255 255 255 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +255 213 49 +156 139 49 +238 148 115 +205 65 82 +197 139 205 +172 115 180 +98 197 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/12.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/12.pal new file mode 100644 index 000000000..46b06b288 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +255 238 148 +255 230 41 +205 180 41 +156 139 49 +230 213 197 +197 164 148 +164 123 98 +115 82 57 +106 90 49 +255 180 131 +222 131 90 +189 82 57 +164 32 24 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/13.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/14.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/14.pal new file mode 100644 index 000000000..d7bd13fa8 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +255 0 255 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/15.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_east/tiles.png b/data/graphics/tilesets/secondary/battle_frontier_outside_east/tiles.png new file mode 100644 index 000000000..20cb7d67e Binary files /dev/null and b/data/graphics/tilesets/secondary/battle_frontier_outside_east/tiles.png differ diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/00.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/00.pal new file mode 100644 index 000000000..b330eaff8 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/01.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/02.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/03.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/03.pal new file mode 100644 index 000000000..3760ac903 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/04.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/04.pal new file mode 100644 index 000000000..2eeaba630 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/05.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/06.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/06.pal new file mode 100644 index 000000000..4173d16de --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +197 139 205 +172 115 180 +148 90 156 +106 57 115 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/07.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/07.pal new file mode 100644 index 000000000..0aa4da99e --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 205 115 +189 172 82 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +164 189 98 +131 156 65 +98 123 32 +65 90 0 +156 139 49 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/08.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/08.pal new file mode 100644 index 000000000..6a21cef16 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +222 205 131 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +222 205 115 +189 172 82 +156 139 49 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/09.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/09.pal new file mode 100644 index 000000000..ab7b24882 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +255 255 148 +197 197 115 +213 238 255 +139 139 148 +98 98 123 +65 74 106 +213 205 222 +180 213 255 +148 164 238 +131 148 197 +238 148 16 +205 115 82 +172 82 65 +131 74 65 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/10.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/10.pal new file mode 100644 index 000000000..451da6cc5 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +205 205 197 +180 180 164 +123 213 164 +139 139 148 +0 0 0 +0 0 0 +0 0 0 +180 213 255 +148 164 238 +255 213 49 +0 0 0 +205 115 82 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/11.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/11.pal new file mode 100644 index 000000000..70a091be0 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 197 0 +164 98 90 +255 255 255 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +255 213 49 +156 139 49 +238 148 115 +205 65 82 +197 139 205 +172 115 180 +98 197 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/12.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/12.pal new file mode 100644 index 000000000..46b06b288 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +255 238 148 +255 230 41 +205 180 41 +156 139 49 +230 213 197 +197 164 148 +164 123 98 +115 82 57 +106 90 49 +255 180 131 +222 131 90 +189 82 57 +164 32 24 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/13.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/14.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/14.pal new file mode 100644 index 000000000..d7bd13fa8 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +255 0 255 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/15.pal b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_outside_west/tiles.png b/data/graphics/tilesets/secondary/battle_frontier_outside_west/tiles.png new file mode 100644 index 000000000..3d5ea94f9 Binary files /dev/null and b/data/graphics/tilesets/secondary/battle_frontier_outside_west/tiles.png differ diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/00.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/01.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/02.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/03.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/04.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/05.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/06.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/06.pal new file mode 100644 index 000000000..aa7d8ecdd --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +156 164 148 +189 197 205 +213 213 222 +230 238 238 +246 255 255 +246 32 222 +131 131 106 +246 32 222 +222 189 172 +197 139 131 +189 106 90 +139 115 98 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/07.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/07.pal new file mode 100644 index 000000000..6b7b17458 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 222 246 +164 172 222 +98 98 123 +65 74 106 +123 197 246 +74 180 213 +65 123 164 +49 106 123 +189 238 180 +106 222 115 +74 180 98 +57 131 82 +131 197 230 +98 156 172 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/08.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/08.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/09.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/09.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/10.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/11.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/12.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/13.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/14.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/15.pal b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/tiles.png b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/tiles.png new file mode 100644 index 000000000..cf54e1d77 Binary files /dev/null and b/data/graphics/tilesets/secondary/battle_frontier_ranking_hall/tiles.png differ diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/00.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/00.pal new file mode 100644 index 000000000..0fd74602e --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +189 189 131 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/01.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/02.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/03.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/03.pal new file mode 100644 index 000000000..32d6914d8 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +65 180 131 +164 213 197 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/04.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/04.pal new file mode 100644 index 000000000..d8051b7ba --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +156 164 189 +82 106 213 +65 90 189 +57 82 156 +41 65 139 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/05.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/06.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/06.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/07.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/07.pal new file mode 100644 index 000000000..b441539a2 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +0 0 0 +148 65 98 +164 98 131 +189 139 164 +205 180 41 +230 197 82 +123 41 16 +164 57 24 +205 74 32 +255 98 49 +255 222 131 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/08.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/08.pal new file mode 100644 index 000000000..3a365b200 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +156 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +189 148 49 +156 115 90 +197 238 148 +156 197 74 +106 164 41 +115 222 255 +0 180 255 +0 115 255 +0 82 222 +0 57 180 +255 0 255 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/09.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/09.pal new file mode 100644 index 000000000..407a323fb --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 255 0 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +222 213 230 +189 172 180 +0 0 0 +255 0 255 +115 115 131 +90 106 180 +115 139 197 +172 82 49 +205 115 82 +139 255 255 +255 115 0 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/10.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/10.pal new file mode 100644 index 000000000..e5e7379bd --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 8 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +255 213 115 +189 148 49 +139 98 74 +90 106 180 +255 205 139 +230 172 90 +230 148 65 +180 98 24 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/11.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/11.pal new file mode 100644 index 000000000..f4cb76cba --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 0 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +115 115 131 +205 57 16 +255 98 49 +0 115 255 +255 0 255 +82 255 255 +255 255 172 +255 213 115 +213 180 106 +164 131 74 +222 213 230 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/12.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/13.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/14.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/14.pal new file mode 100644 index 000000000..e6a23ff55 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +222 213 230 +255 255 156 +0 189 139 +156 238 205 +115 115 131 +90 106 180 +115 139 197 +189 41 16 +222 74 32 +255 98 49 +255 222 131 diff --git a/data/graphics/tilesets/secondary/battle_palace/palettes/15.pal b/data/graphics/tilesets/secondary/battle_palace/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_palace/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_palace/tiles.png b/data/graphics/tilesets/secondary/battle_palace/tiles.png new file mode 100644 index 000000000..a848a9eef Binary files /dev/null and b/data/graphics/tilesets/secondary/battle_palace/tiles.png differ diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/00.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/01.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/02.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/03.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/04.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/05.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/06.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/06.pal new file mode 100644 index 000000000..55a6a0c22 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 197 0 +123 49 0 +255 255 255 +189 205 230 +156 180 222 +106 82 90 +255 148 98 +255 0 0 +197 0 0 +255 197 189 +255 156 164 +230 115 123 +180 82 65 +255 213 49 +156 139 49 +82 49 49 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/07.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/07.pal new file mode 100644 index 000000000..4e03d4aca --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 197 0 +148 49 57 +255 255 255 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +238 98 98 +230 49 57 +255 213 49 +205 172 49 +164 139 49 +123 106 49 +255 238 172 +156 139 49 +98 197 0 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/08.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/08.pal new file mode 100644 index 000000000..c93ae969b --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 197 0 +148 49 57 +255 255 255 +255 180 123 +222 123 82 +197 74 49 +123 74 49 +238 98 98 +230 49 57 +255 213 49 +205 172 49 +164 139 49 +123 106 49 +255 238 172 +156 139 49 +98 197 0 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/09.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/09.pal new file mode 100644 index 000000000..5eca2db83 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +222 213 230 +189 172 180 +255 0 255 +255 0 255 +115 115 131 +90 106 180 +115 139 197 +172 82 49 +205 115 82 +139 255 255 +255 115 0 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/10.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/10.pal new file mode 100644 index 000000000..833bd498c --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +255 213 115 +189 148 49 +139 98 74 +90 106 180 +255 205 139 +230 172 90 +230 148 65 +180 98 24 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/11.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/11.pal new file mode 100644 index 000000000..9af599f76 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +115 115 131 +205 57 16 +255 98 49 +0 115 255 +255 0 255 +82 255 255 +255 255 172 +255 213 115 +213 180 106 +164 131 74 +222 213 230 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/12.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/13.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/14.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pike/palettes/15.pal b/data/graphics/tilesets/secondary/battle_pike/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pike/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pike/tiles.png b/data/graphics/tilesets/secondary/battle_pike/tiles.png new file mode 100644 index 000000000..cba2f5794 Binary files /dev/null and b/data/graphics/tilesets/secondary/battle_pike/tiles.png differ diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/00.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/01.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/01.pal new file mode 100644 index 000000000..3952e3195 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +57 0 8 +82 82 106 +82 238 246 +41 156 246 +0 74 255 +49 49 131 +90 82 123 +139 123 123 +180 156 123 +230 197 123 +255 230 172 +255 156 0 +156 115 57 +65 82 115 +255 8 0 +255 230 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/02.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/03.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/04.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/05.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/06.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/06.pal new file mode 100644 index 000000000..3952e3195 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +57 0 8 +82 82 106 +82 238 246 +41 156 246 +0 74 255 +49 49 131 +90 82 123 +139 123 123 +180 156 123 +230 197 123 +255 230 172 +255 156 0 +156 115 57 +65 82 115 +255 8 0 +255 230 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/07.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/07.pal new file mode 100644 index 000000000..c44fb6e2c --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +49 49 131 +98 90 115 +148 131 106 +197 172 90 +255 222 82 +255 255 172 +255 123 0 +255 24 57 +238 131 90 +57 131 246 +255 222 131 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/08.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/08.pal new file mode 100644 index 000000000..4140c4d0c --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +139 90 98 +172 123 82 +213 156 65 +255 189 57 +255 222 156 +213 172 139 +180 131 123 +205 189 189 +172 148 156 +139 115 131 +255 24 8 +255 74 16 +255 123 32 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/09.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/09.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/10.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/11.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/12.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/13.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/14.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/palettes/15.pal b/data/graphics/tilesets/secondary/battle_pyramid/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_pyramid/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_pyramid/tiles.png b/data/graphics/tilesets/secondary/battle_pyramid/tiles.png new file mode 100644 index 000000000..cd45ea045 Binary files /dev/null and b/data/graphics/tilesets/secondary/battle_pyramid/tiles.png differ diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/00.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/00.pal new file mode 100644 index 000000000..ca016289c --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +222 213 82 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/01.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/02.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/03.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/04.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/05.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/06.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/06.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/07.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/07.pal new file mode 100644 index 000000000..673e6bef3 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +222 213 230 +156 131 238 +180 172 246 +205 213 255 +139 156 180 +156 180 197 +172 205 213 +189 41 16 +222 74 32 +255 98 49 +255 222 131 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/08.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/08.pal new file mode 100644 index 000000000..f25d4150e --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +205 148 8 +82 82 106 +115 115 131 +156 156 164 +189 189 197 +255 255 255 +115 131 98 +90 82 82 +205 222 197 +82 131 156 +115 164 197 +164 205 222 +131 106 82 +255 123 32 +156 139 106 +255 222 131 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/09.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/09.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/10.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/11.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/12.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/13.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/14.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_tent/palettes/15.pal b/data/graphics/tilesets/secondary/battle_tent/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/battle_tent/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/battle_tent/tiles.png b/data/graphics/tilesets/secondary/battle_tent/tiles.png new file mode 100644 index 000000000..919e3878f Binary files /dev/null and b/data/graphics/tilesets/secondary/battle_tent/tiles.png differ diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/00.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/01.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/02.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/03.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/04.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/05.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/06.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/06.pal new file mode 100644 index 000000000..415ce8dae --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +148 123 106 +172 172 139 +205 205 180 +238 238 222 +131 148 139 +172 189 172 +205 205 205 +213 222 213 +255 255 255 +164 205 172 +131 180 131 +197 238 213 +246 123 123 +197 65 74 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/07.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/07.pal new file mode 100644 index 000000000..5b89167d8 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +123 131 131 +189 197 197 +255 255 255 +90 156 24 +148 197 49 +172 213 74 +189 230 131 +0 0 0 +164 189 189 +115 156 180 +238 238 222 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/08.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/08.pal new file mode 100644 index 000000000..bfdd37dc0 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +123 131 131 +57 123 156 +164 189 189 +115 156 180 +156 115 90 +213 164 74 +246 197 90 +246 230 123 +189 189 172 +222 222 189 +255 255 255 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/09.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/09.pal new file mode 100644 index 000000000..5c201b93f --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +139 139 131 +197 197 197 +0 0 0 +255 255 255 +246 197 197 +74 74 213 +123 123 246 +180 180 0 +213 197 65 +246 246 32 +148 82 74 +205 49 41 +255 123 74 +0 0 0 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/10.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/10.pal new file mode 100644 index 000000000..e303343d2 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 230 +222 222 197 +180 180 164 +123 123 106 +65 74 106 +213 238 164 +148 213 123 +131 164 123 +90 156 82 +238 189 139 +230 156 65 +180 115 65 +139 106 65 +156 180 74 +172 255 57 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/11.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/11.pal new file mode 100644 index 000000000..95c3708c4 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 0 0 +65 65 82 +106 106 115 +189 189 164 +255 255 255 +90 90 164 +98 106 189 +139 131 213 +172 164 222 +230 123 65 +230 222 246 +197 74 65 +255 106 98 +148 115 90 +246 197 90 +246 230 123 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/12.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/13.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/14.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/bike_shop/palettes/15.pal b/data/graphics/tilesets/secondary/bike_shop/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/bike_shop/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/bike_shop/tiles.png b/data/graphics/tilesets/secondary/bike_shop/tiles.png new file mode 100644 index 000000000..ec109c3be Binary files /dev/null and b/data/graphics/tilesets/secondary/bike_shop/tiles.png differ diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/00.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/00.pal new file mode 100644 index 000000000..2ff3a4f21 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +222 213 82 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/01.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/01.pal new file mode 100644 index 000000000..ca079e0bf --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/02.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/02.pal new file mode 100644 index 000000000..1ab75b4b9 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/03.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/03.pal new file mode 100644 index 000000000..1ab75b4b9 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/04.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/04.pal new file mode 100644 index 000000000..1ab75b4b9 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/05.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/05.pal new file mode 100644 index 000000000..b5001d726 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +0 0 0 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/06.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/06.pal new file mode 100644 index 000000000..0c184a687 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +82 82 106 +131 131 148 +180 180 164 +255 255 255 +180 164 74 +205 197 90 +148 115 41 +172 139 57 +213 213 180 +106 148 197 +139 189 246 +189 222 255 +213 123 172 +246 205 238 +230 164 205 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/07.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/07.pal new file mode 100644 index 000000000..aa0ae4ad2 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +82 82 106 +131 131 148 +189 189 164 +255 255 255 +230 222 246 +148 148 197 +189 189 246 +197 123 82 +230 148 32 +255 197 74 +255 238 131 +205 180 156 +180 156 131 +205 205 156 +238 238 148 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/08.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/08.pal new file mode 100644 index 000000000..376931917 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +82 82 106 +131 131 148 +180 180 164 +255 255 255 +230 213 74 +238 230 123 +172 148 41 +205 180 49 +213 213 180 +139 197 74 +180 255 106 +0 0 0 +98 98 197 +156 139 238 +246 98 74 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/09.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/09.pal new file mode 100644 index 000000000..69220ff63 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +82 82 106 +131 131 148 +180 180 164 +255 255 255 +180 164 74 +205 197 90 +148 115 41 +172 139 57 +213 213 180 +0 0 0 +180 148 213 +205 189 238 +205 164 65 +238 238 139 +222 197 98 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/10.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/10.pal new file mode 100644 index 000000000..bf85a2091 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +82 82 106 +131 131 148 +180 180 164 +255 255 255 +230 222 246 +148 148 197 +189 189 246 +0 0 0 +0 0 0 +148 123 180 +189 164 230 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/11.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/11.pal new file mode 100644 index 000000000..955b1d21a --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/12.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/13.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/14.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/palettes/15.pal b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/15.pal new file mode 100644 index 000000000..003ed0398 --- /dev/null +++ b/data/graphics/tilesets/secondary/brendans_mays_house/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +98 156 139 +123 180 189 +172 205 197 +205 106 106 +255 197 197 +164 106 98 diff --git a/data/graphics/tilesets/secondary/brendans_mays_house/tiles.png b/data/graphics/tilesets/secondary/brendans_mays_house/tiles.png new file mode 100644 index 000000000..10163e9f1 Binary files /dev/null and b/data/graphics/tilesets/secondary/brendans_mays_house/tiles.png differ diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/00.pal b/data/graphics/tilesets/secondary/cable_club/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/01.pal b/data/graphics/tilesets/secondary/cable_club/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/02.pal b/data/graphics/tilesets/secondary/cable_club/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/03.pal b/data/graphics/tilesets/secondary/cable_club/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/04.pal b/data/graphics/tilesets/secondary/cable_club/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/05.pal b/data/graphics/tilesets/secondary/cable_club/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/06.pal b/data/graphics/tilesets/secondary/cable_club/palettes/06.pal new file mode 100644 index 000000000..05794ac82 --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +197 238 255 +172 205 213 +131 164 180 +123 156 180 +98 139 148 +246 255 255 +164 123 115 +180 74 24 +213 98 49 +98 139 148 +172 205 213 +197 238 255 +156 222 115 +148 189 98 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/07.pal b/data/graphics/tilesets/secondary/cable_club/palettes/07.pal new file mode 100644 index 000000000..00ca6903f --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +255 213 131 +246 180 82 +213 148 41 +180 172 148 +148 139 123 +255 255 222 +230 230 197 +180 74 24 +213 98 49 +90 156 139 +131 197 180 +172 230 205 +156 222 115 +148 189 106 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/08.pal b/data/graphics/tilesets/secondary/cable_club/palettes/08.pal new file mode 100644 index 000000000..43d6db90d --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +230 238 255 +213 205 246 +164 164 180 +156 197 156 +106 156 139 +246 255 255 +0 0 0 +180 74 24 +213 98 49 +123 106 164 +156 156 197 +197 197 230 +156 222 115 +148 189 106 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/09.pal b/data/graphics/tilesets/secondary/cable_club/palettes/09.pal new file mode 100644 index 000000000..87857607f --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +238 255 255 +213 222 238 +189 205 197 +156 164 172 +0 0 0 +189 139 90 +222 172 106 +246 189 115 +82 156 164 +115 197 222 +213 98 82 +246 148 131 +148 205 90 +49 131 24 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/10.pal b/data/graphics/tilesets/secondary/cable_club/palettes/10.pal new file mode 100644 index 000000000..ab8f75e5a --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +123 123 148 +246 255 255 +205 213 213 +0 0 0 +255 123 123 +172 123 115 +139 230 98 +115 189 57 +246 230 24 +189 180 49 +148 148 246 +123 123 180 +222 222 255 +180 172 213 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/11.pal b/data/graphics/tilesets/secondary/cable_club/palettes/11.pal new file mode 100644 index 000000000..468d7212c --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +49 57 74 +172 164 255 +131 123 230 +106 98 172 +82 74 180 +82 74 98 +246 255 255 +115 172 65 +123 189 74 +148 205 90 +98 90 148 +139 156 213 +57 57 106 +148 205 90 +0 255 0 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/12.pal b/data/graphics/tilesets/secondary/cable_club/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/13.pal b/data/graphics/tilesets/secondary/cable_club/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/14.pal b/data/graphics/tilesets/secondary/cable_club/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cable_club/palettes/15.pal b/data/graphics/tilesets/secondary/cable_club/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cable_club/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cable_club/tiles.png b/data/graphics/tilesets/secondary/cable_club/tiles.png new file mode 100644 index 000000000..2b153c1f4 Binary files /dev/null and b/data/graphics/tilesets/secondary/cable_club/tiles.png differ diff --git a/data/graphics/tilesets/secondary/cable_club/unknown_tiles.png b/data/graphics/tilesets/secondary/cable_club/unknown_tiles.png new file mode 100644 index 000000000..da68cdff2 Binary files /dev/null and b/data/graphics/tilesets/secondary/cable_club/unknown_tiles.png differ diff --git a/data/graphics/tilesets/secondary/cave/palettes/00.pal b/data/graphics/tilesets/secondary/cave/palettes/00.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cave/palettes/01.pal b/data/graphics/tilesets/secondary/cave/palettes/01.pal new file mode 100644 index 000000000..7118dfe7f --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +255 164 90 +255 131 90 +255 98 90 +222 82 82 +131 189 98 diff --git a/data/graphics/tilesets/secondary/cave/palettes/02.pal b/data/graphics/tilesets/secondary/cave/palettes/02.pal new file mode 100644 index 000000000..833a3188b --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +189 123 98 +164 98 90 +123 82 82 +0 0 0 +0 0 0 +0 0 0 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/cave/palettes/03.pal b/data/graphics/tilesets/secondary/cave/palettes/03.pal new file mode 100644 index 000000000..1fc912fe3 --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +222 230 238 +197 213 213 +172 197 189 +156 180 172 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +131 189 98 diff --git a/data/graphics/tilesets/secondary/cave/palettes/04.pal b/data/graphics/tilesets/secondary/cave/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cave/palettes/05.pal b/data/graphics/tilesets/secondary/cave/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cave/palettes/06.pal b/data/graphics/tilesets/secondary/cave/palettes/06.pal new file mode 100644 index 000000000..296e8f3b1 --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 131 123 +255 230 156 +230 197 139 +205 172 123 +172 139 106 +148 106 90 +115 74 57 +82 41 49 +255 255 255 +255 189 197 +255 65 106 +180 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cave/palettes/07.pal b/data/graphics/tilesets/secondary/cave/palettes/07.pal new file mode 100644 index 000000000..1175103d3 --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +255 230 230 +230 205 205 +197 164 156 +156 123 123 +115 90 82 +90 65 57 +255 255 255 +123 205 255 +57 123 255 +0 41 255 +255 189 197 +255 65 106 +180 0 0 +49 8 49 diff --git a/data/graphics/tilesets/secondary/cave/palettes/08.pal b/data/graphics/tilesets/secondary/cave/palettes/08.pal new file mode 100644 index 000000000..235e69488 --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +205 205 164 +172 172 139 +148 139 115 +115 115 74 +255 115 65 +230 115 65 +180 98 90 +164 82 82 +205 49 0 +148 49 0 +246 24 24 +246 148 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cave/palettes/09.pal b/data/graphics/tilesets/secondary/cave/palettes/09.pal new file mode 100644 index 000000000..40106dae2 --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 230 156 +238 197 164 +205 172 148 +172 139 106 +164 115 82 +139 82 24 +98 32 16 +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/graphics/tilesets/secondary/cave/palettes/10.pal b/data/graphics/tilesets/secondary/cave/palettes/10.pal new file mode 100644 index 000000000..e22581562 --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 230 156 +230 197 139 +205 172 123 +164 139 115 +131 106 106 +90 74 82 +65 41 65 +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/graphics/tilesets/secondary/cave/palettes/11.pal b/data/graphics/tilesets/secondary/cave/palettes/11.pal new file mode 100644 index 000000000..75db15b4a --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 238 255 +180 222 255 +139 197 255 +106 180 255 +57 148 246 +0 115 222 +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/graphics/tilesets/secondary/cave/palettes/12.pal b/data/graphics/tilesets/secondary/cave/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cave/palettes/13.pal b/data/graphics/tilesets/secondary/cave/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cave/palettes/14.pal b/data/graphics/tilesets/secondary/cave/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/cave/palettes/15.pal b/data/graphics/tilesets/secondary/cave/palettes/15.pal new file mode 100644 index 000000000..180232d6e --- /dev/null +++ b/data/graphics/tilesets/secondary/cave/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +222 238 255 +189 230 255 +172 222 255 +156 213 246 +123 189 238 +0 148 255 +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/graphics/tilesets/secondary/cave/tiles.png b/data/graphics/tilesets/secondary/cave/tiles.png new file mode 100644 index 000000000..f905c6b21 Binary files /dev/null and b/data/graphics/tilesets/secondary/cave/tiles.png differ diff --git a/data/graphics/tilesets/secondary/contest/palettes/00.pal b/data/graphics/tilesets/secondary/contest/palettes/00.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/contest/palettes/01.pal b/data/graphics/tilesets/secondary/contest/palettes/01.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/contest/palettes/02.pal b/data/graphics/tilesets/secondary/contest/palettes/02.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/contest/palettes/03.pal b/data/graphics/tilesets/secondary/contest/palettes/03.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/contest/palettes/04.pal b/data/graphics/tilesets/secondary/contest/palettes/04.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/contest/palettes/05.pal b/data/graphics/tilesets/secondary/contest/palettes/05.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/contest/palettes/06.pal b/data/graphics/tilesets/secondary/contest/palettes/06.pal new file mode 100644 index 000000000..790ca9c53 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +222 222 255 +197 197 255 +156 156 255 +0 0 0 +222 222 41 +246 255 246 +180 189 205 +148 172 180 +115 131 131 +131 131 222 +106 106 172 +131 139 131 +222 222 255 +255 255 255 diff --git a/data/graphics/tilesets/secondary/contest/palettes/07.pal b/data/graphics/tilesets/secondary/contest/palettes/07.pal new file mode 100644 index 000000000..f7544e843 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +222 246 205 +197 246 172 +156 222 115 +255 205 148 +222 172 123 +189 139 90 +0 0 0 +189 222 197 +0 0 0 +115 189 90 +82 164 65 +131 139 131 +230 230 255 +255 255 255 diff --git a/data/graphics/tilesets/secondary/contest/palettes/08.pal b/data/graphics/tilesets/secondary/contest/palettes/08.pal new file mode 100644 index 000000000..0c67e49a8 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +246 238 180 +246 230 106 +238 213 32 +246 180 156 +213 172 123 +205 156 123 +180 139 90 +0 0 0 +197 82 49 +205 180 24 +172 148 16 +131 139 131 +205 205 230 +255 255 255 diff --git a/data/graphics/tilesets/secondary/contest/palettes/09.pal b/data/graphics/tilesets/secondary/contest/palettes/09.pal new file mode 100644 index 000000000..742aada8d --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +246 213 230 +246 180 213 +238 139 189 +205 189 164 +189 172 148 +222 106 82 +148 123 98 +0 0 0 +0 0 0 +222 90 139 +205 41 90 +148 156 148 +205 205 230 +255 255 255 diff --git a/data/graphics/tilesets/secondary/contest/palettes/10.pal b/data/graphics/tilesets/secondary/contest/palettes/10.pal new file mode 100644 index 000000000..9e3060571 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +255 230 213 +255 205 180 +255 172 139 +0 0 0 +0 0 0 +0 0 0 +57 139 98 +90 172 131 +98 197 148 +238 123 82 +197 106 82 +131 139 131 +230 230 255 +255 255 255 diff --git a/data/graphics/tilesets/secondary/contest/palettes/11.pal b/data/graphics/tilesets/secondary/contest/palettes/11.pal new file mode 100644 index 000000000..d0d7f2a54 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +230 230 230 +189 189 189 +156 156 156 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +115 115 115 +82 82 82 +131 139 131 +230 230 255 +255 255 255 diff --git a/data/graphics/tilesets/secondary/contest/palettes/12.pal b/data/graphics/tilesets/secondary/contest/palettes/12.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/contest/palettes/13.pal b/data/graphics/tilesets/secondary/contest/palettes/13.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/contest/palettes/14.pal b/data/graphics/tilesets/secondary/contest/palettes/14.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/contest/palettes/15.pal b/data/graphics/tilesets/secondary/contest/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/contest/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/contest/tiles.png b/data/graphics/tilesets/secondary/contest/tiles.png new file mode 100644 index 000000000..09ddee472 Binary files /dev/null and b/data/graphics/tilesets/secondary/contest/tiles.png differ diff --git a/data/graphics/tilesets/secondary/dewford/palettes/00.pal b/data/graphics/tilesets/secondary/dewford/palettes/00.pal new file mode 100644 index 000000000..b330eaff8 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/01.pal b/data/graphics/tilesets/secondary/dewford/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/02.pal b/data/graphics/tilesets/secondary/dewford/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/03.pal b/data/graphics/tilesets/secondary/dewford/palettes/03.pal new file mode 100644 index 000000000..3760ac903 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/04.pal b/data/graphics/tilesets/secondary/dewford/palettes/04.pal new file mode 100644 index 000000000..2eeaba630 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/05.pal b/data/graphics/tilesets/secondary/dewford/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/06.pal b/data/graphics/tilesets/secondary/dewford/palettes/06.pal new file mode 100644 index 000000000..4173d16de --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +197 139 205 +172 115 180 +148 90 156 +106 57 115 +115 197 164 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/07.pal b/data/graphics/tilesets/secondary/dewford/palettes/07.pal new file mode 100644 index 000000000..0aa4da99e --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 205 115 +189 172 82 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +164 189 98 +131 156 65 +98 123 32 +65 90 0 +156 139 49 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/08.pal b/data/graphics/tilesets/secondary/dewford/palettes/08.pal new file mode 100644 index 000000000..6a21cef16 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +222 205 131 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +222 205 115 +189 172 82 +156 139 49 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/09.pal b/data/graphics/tilesets/secondary/dewford/palettes/09.pal new file mode 100644 index 000000000..ab7b24882 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +255 255 148 +197 197 115 +213 238 255 +139 139 148 +98 98 123 +65 74 106 +213 205 222 +180 213 255 +148 164 238 +131 148 197 +238 148 16 +205 115 82 +172 82 65 +131 74 65 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/10.pal b/data/graphics/tilesets/secondary/dewford/palettes/10.pal new file mode 100644 index 000000000..451da6cc5 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +205 205 197 +180 180 164 +123 213 164 +139 139 148 +0 0 0 +0 0 0 +0 0 0 +180 213 255 +148 164 238 +255 213 49 +0 0 0 +205 115 82 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/11.pal b/data/graphics/tilesets/secondary/dewford/palettes/11.pal new file mode 100644 index 000000000..70a091be0 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 197 0 +164 98 90 +255 255 255 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +255 213 49 +156 139 49 +238 148 115 +205 65 82 +197 139 205 +172 115 180 +98 197 0 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/12.pal b/data/graphics/tilesets/secondary/dewford/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/13.pal b/data/graphics/tilesets/secondary/dewford/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/14.pal b/data/graphics/tilesets/secondary/dewford/palettes/14.pal new file mode 100644 index 000000000..d7bd13fa8 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +255 0 255 diff --git a/data/graphics/tilesets/secondary/dewford/palettes/15.pal b/data/graphics/tilesets/secondary/dewford/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/dewford/tiles.png b/data/graphics/tilesets/secondary/dewford/tiles.png new file mode 100644 index 000000000..f79972197 Binary files /dev/null and b/data/graphics/tilesets/secondary/dewford/tiles.png differ diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/00.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/00.pal new file mode 100644 index 000000000..aff8be6e7 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +222 213 82 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/01.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/01.pal new file mode 100644 index 000000000..e407feb31 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/02.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/02.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/03.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/03.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/04.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/04.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/05.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/05.pal new file mode 100644 index 000000000..10cb13e88 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +0 0 0 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/06.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/06.pal new file mode 100644 index 000000000..6bce4cbe8 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 65 106 +90 90 123 +172 172 164 +213 213 222 +115 115 82 +131 131 98 +148 148 131 +189 189 172 +98 49 32 +57 32 16 +49 148 156 +106 172 189 +131 189 205 +82 41 24 +98 90 57 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/07.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/07.pal new file mode 100644 index 000000000..3ced3b8a0 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 65 106 +90 90 123 +172 172 164 +213 213 222 +49 98 189 +90 139 230 +164 197 230 +156 74 24 +205 123 74 +106 106 189 +156 156 222 +123 131 41 +164 164 82 +189 197 131 +197 205 156 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/08.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/08.pal new file mode 100644 index 000000000..b01449d8c --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/09.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/09.pal new file mode 100644 index 000000000..8ee0ee9ef --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/10.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/11.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/12.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/13.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/14.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/dewford_gym/palettes/15.pal b/data/graphics/tilesets/secondary/dewford_gym/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/dewford_gym/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/dewford_gym/tiles.png b/data/graphics/tilesets/secondary/dewford_gym/tiles.png new file mode 100644 index 000000000..1dad6f205 Binary files /dev/null and b/data/graphics/tilesets/secondary/dewford_gym/tiles.png differ diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/00.pal b/data/graphics/tilesets/secondary/elite_four/palettes/00.pal new file mode 100644 index 000000000..aff8be6e7 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +222 213 82 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/01.pal b/data/graphics/tilesets/secondary/elite_four/palettes/01.pal new file mode 100644 index 000000000..e407feb31 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/02.pal b/data/graphics/tilesets/secondary/elite_four/palettes/02.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/03.pal b/data/graphics/tilesets/secondary/elite_four/palettes/03.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/04.pal b/data/graphics/tilesets/secondary/elite_four/palettes/04.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/05.pal b/data/graphics/tilesets/secondary/elite_four/palettes/05.pal new file mode 100644 index 000000000..10cb13e88 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +0 0 0 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/06.pal b/data/graphics/tilesets/secondary/elite_four/palettes/06.pal new file mode 100644 index 000000000..1e2a34edf --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 156 197 +65 74 106 +148 156 156 +205 222 238 +255 255 255 +246 189 82 +246 98 49 +172 82 65 +238 230 0 +123 197 246 +74 180 213 +65 123 164 +49 106 123 +197 197 197 +255 172 139 +148 189 180 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/07.pal b/data/graphics/tilesets/secondary/elite_four/palettes/07.pal new file mode 100644 index 000000000..625a485e3 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 156 197 +65 74 106 +148 156 156 +230 238 238 +255 255 255 +205 164 115 +197 148 98 +164 131 82 +139 98 65 +123 123 49 +213 213 49 +0 0 0 +49 49 74 +205 205 164 +238 238 189 +164 164 164 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/08.pal b/data/graphics/tilesets/secondary/elite_four/palettes/08.pal new file mode 100644 index 000000000..e496f4457 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 156 197 +65 74 106 +189 131 106 +230 222 213 +255 255 255 +180 139 189 +164 123 172 +148 115 123 +131 90 98 +123 123 98 +115 164 41 +90 90 65 +49 49 74 +205 205 164 +238 238 189 +213 131 106 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/09.pal b/data/graphics/tilesets/secondary/elite_four/palettes/09.pal new file mode 100644 index 000000000..fa655bf19 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 156 197 +65 74 106 +98 156 156 +205 238 238 +255 255 255 +205 213 255 +189 197 255 +164 172 213 +148 164 189 +57 90 164 +148 230 246 +65 164 180 +65 65 82 +189 213 238 +238 255 255 +115 164 172 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/10.pal b/data/graphics/tilesets/secondary/elite_four/palettes/10.pal new file mode 100644 index 000000000..69d6da60f --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 156 197 +65 74 106 +197 205 0 +230 238 238 +255 255 255 +255 115 65 +230 115 65 +180 98 90 +164 82 82 +172 172 164 +213 213 205 +139 139 139 +164 164 156 +148 164 65 +106 123 139 +222 222 0 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/11.pal b/data/graphics/tilesets/secondary/elite_four/palettes/11.pal new file mode 100644 index 000000000..81783afb8 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 156 197 +65 74 106 +123 131 115 +164 164 148 +205 205 213 +255 255 255 +205 230 230 +156 213 213 +106 189 189 +65 172 172 +82 148 148 +98 164 164 +90 106 197 +0 0 0 +230 230 238 +0 0 0 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/12.pal b/data/graphics/tilesets/secondary/elite_four/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/13.pal b/data/graphics/tilesets/secondary/elite_four/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/14.pal b/data/graphics/tilesets/secondary/elite_four/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/elite_four/palettes/15.pal b/data/graphics/tilesets/secondary/elite_four/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/elite_four/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/elite_four/tiles.png b/data/graphics/tilesets/secondary/elite_four/tiles.png new file mode 100644 index 000000000..834be3701 Binary files /dev/null and b/data/graphics/tilesets/secondary/elite_four/tiles.png differ diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/00.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/00.pal new file mode 100644 index 000000000..b330eaff8 --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/01.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/02.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/03.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/03.pal new file mode 100644 index 000000000..3760ac903 --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/04.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/04.pal new file mode 100644 index 000000000..2eeaba630 --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/05.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/06.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/06.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/07.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/07.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/08.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/08.pal new file mode 100644 index 000000000..083dd5080 --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +246 197 123 +238 156 90 +205 115 41 +164 90 49 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 222 +98 156 180 +255 255 238 +222 222 197 +197 197 164 +164 172 123 +255 255 115 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/09.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/09.pal new file mode 100644 index 000000000..cc58c4f24 --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 +180 131 65 +205 156 131 +123 106 57 +41 49 90 +131 197 222 +98 156 180 +205 205 189 +148 189 180 +98 172 148 +49 164 115 +24 148 98 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/10.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/10.pal new file mode 100644 index 000000000..76a7119d5 --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +197 255 164 +131 197 98 +90 164 49 +65 98 16 +98 238 106 +246 222 106 +246 172 32 +205 115 8 +255 205 238 +246 156 189 +213 82 115 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/11.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/11.pal new file mode 100644 index 000000000..ade62fd1c --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +197 255 164 +131 197 98 +90 164 49 +65 98 16 +222 222 172 +189 189 255 +115 115 255 +98 90 172 +255 246 82 +230 213 24 +164 148 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/12.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/13.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/13.pal new file mode 100644 index 000000000..88ed5e555 --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +205 156 131 +189 139 74 +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/graphics/tilesets/secondary/ever_grande/palettes/14.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/14.pal new file mode 100644 index 000000000..d7bd13fa8 --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +255 0 255 diff --git a/data/graphics/tilesets/secondary/ever_grande/palettes/15.pal b/data/graphics/tilesets/secondary/ever_grande/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/ever_grande/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/ever_grande/tiles.png b/data/graphics/tilesets/secondary/ever_grande/tiles.png new file mode 100644 index 000000000..0f3689c24 Binary files /dev/null and b/data/graphics/tilesets/secondary/ever_grande/tiles.png differ diff --git a/data/graphics/tilesets/secondary/facility/palettes/00.pal b/data/graphics/tilesets/secondary/facility/palettes/00.pal new file mode 100644 index 000000000..0fd74602e --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +189 189 131 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/facility/palettes/01.pal b/data/graphics/tilesets/secondary/facility/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/facility/palettes/02.pal b/data/graphics/tilesets/secondary/facility/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/facility/palettes/03.pal b/data/graphics/tilesets/secondary/facility/palettes/03.pal new file mode 100644 index 000000000..5665ddc22 --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +65 180 131 +164 213 197 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/facility/palettes/04.pal b/data/graphics/tilesets/secondary/facility/palettes/04.pal new file mode 100644 index 000000000..d8051b7ba --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +156 164 189 +82 106 213 +65 90 189 +57 82 156 +41 65 139 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/facility/palettes/05.pal b/data/graphics/tilesets/secondary/facility/palettes/05.pal new file mode 100644 index 000000000..4e684594c --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/facility/palettes/06.pal b/data/graphics/tilesets/secondary/facility/palettes/06.pal new file mode 100644 index 000000000..5caa038ad --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 222 246 +164 172 222 +98 98 123 +65 74 106 +238 213 205 +222 172 164 +205 131 123 +189 98 82 +222 222 222 +172 180 189 +139 148 164 +106 123 123 +222 74 0 +213 213 57 diff --git a/data/graphics/tilesets/secondary/facility/palettes/07.pal b/data/graphics/tilesets/secondary/facility/palettes/07.pal new file mode 100644 index 000000000..2064b3bd2 --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +238 222 172 +230 156 98 +197 90 65 +65 74 106 +106 106 123 +131 90 49 +90 65 49 +57 57 57 +222 222 197 +172 180 148 +131 148 115 +106 123 65 +156 205 230 +156 156 156 diff --git a/data/graphics/tilesets/secondary/facility/palettes/08.pal b/data/graphics/tilesets/secondary/facility/palettes/08.pal new file mode 100644 index 000000000..42a3483c0 --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 222 246 +131 131 139 +98 98 123 +65 74 106 +164 205 189 +139 180 172 +115 156 139 +98 139 131 +189 172 180 +156 139 148 +230 106 57 +205 49 24 +148 57 24 +0 0 0 diff --git a/data/graphics/tilesets/secondary/facility/palettes/09.pal b/data/graphics/tilesets/secondary/facility/palettes/09.pal new file mode 100644 index 000000000..b06dfbda7 --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 222 246 +164 172 222 +98 98 123 +65 74 106 +98 98 123 +65 74 106 +115 123 164 +49 49 74 +189 238 180 +106 222 115 +74 180 98 +57 131 82 +131 197 230 +98 156 172 diff --git a/data/graphics/tilesets/secondary/facility/palettes/10.pal b/data/graphics/tilesets/secondary/facility/palettes/10.pal new file mode 100644 index 000000000..cd86ca4ae --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +222 213 230 +189 172 180 +255 205 106 +230 189 106 +205 156 82 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +57 139 49 +106 106 123 diff --git a/data/graphics/tilesets/secondary/facility/palettes/11.pal b/data/graphics/tilesets/secondary/facility/palettes/11.pal new file mode 100644 index 000000000..ec8e2f42d --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +74 74 98 +106 106 115 +0 0 0 +0 0 0 +148 106 57 +189 139 57 +213 189 131 +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/graphics/tilesets/secondary/facility/palettes/12.pal b/data/graphics/tilesets/secondary/facility/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/facility/palettes/13.pal b/data/graphics/tilesets/secondary/facility/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/facility/palettes/14.pal b/data/graphics/tilesets/secondary/facility/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/facility/palettes/15.pal b/data/graphics/tilesets/secondary/facility/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/facility/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/facility/tiles.png b/data/graphics/tilesets/secondary/facility/tiles.png new file mode 100644 index 000000000..5585dee3b Binary files /dev/null and b/data/graphics/tilesets/secondary/facility/tiles.png differ diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/00.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/00.pal new file mode 100644 index 000000000..ede0c60a1 --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +189 189 131 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/01.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/02.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/03.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/03.pal new file mode 100644 index 000000000..a43bc0261 --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/04.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/04.pal new file mode 100644 index 000000000..2eeaba630 --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/05.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/06.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/06.pal new file mode 100644 index 000000000..8567e5dec --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +197 255 156 +156 189 98 +115 131 49 +57 57 0 +238 230 164 +197 180 115 +156 131 65 +57 32 8 +238 156 106 +213 131 82 +189 106 57 +148 82 24 +90 49 16 +131 90 90 +98 65 82 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/07.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/07.pal new file mode 100644 index 000000000..724a8f09d --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +222 230 164 +180 197 115 +148 156 82 +123 131 65 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +90 172 172 +131 197 222 +255 205 82 +230 156 49 +222 123 32 +156 98 41 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/08.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/08.pal new file mode 100644 index 000000000..eec2e315a --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 238 180 +255 213 164 +238 180 123 +205 156 106 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +238 213 205 +222 180 164 +189 148 139 +164 123 115 +131 90 90 +98 65 82 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/09.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/09.pal new file mode 100644 index 000000000..0a1b4b263 --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +197 255 156 +156 189 98 +115 131 49 +74 82 32 +238 230 164 +197 180 115 +156 106 65 +57 32 8 +238 156 106 +213 115 82 +189 90 57 +164 65 32 +148 57 16 +131 90 90 +98 65 82 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/10.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/10.pal new file mode 100644 index 000000000..45872b290 --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +230 230 205 +205 205 164 +172 172 139 +148 139 115 +115 115 74 +90 90 57 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +57 82 0 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/11.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/11.pal new file mode 100644 index 000000000..c8755f2c3 --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +230 230 205 +205 205 164 +205 205 164 +148 139 115 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +230 230 205 +205 205 164 +172 172 139 +148 139 115 +115 115 74 +90 90 57 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/12.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/13.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/14.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fallarbor/palettes/15.pal b/data/graphics/tilesets/secondary/fallarbor/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/fallarbor/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fallarbor/tiles.png b/data/graphics/tilesets/secondary/fallarbor/tiles.png new file mode 100644 index 000000000..4c5d72277 Binary files /dev/null and b/data/graphics/tilesets/secondary/fallarbor/tiles.png differ diff --git a/data/graphics/tilesets/secondary/fortree/palettes/00.pal b/data/graphics/tilesets/secondary/fortree/palettes/00.pal new file mode 100644 index 000000000..2277c3b1f --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/01.pal b/data/graphics/tilesets/secondary/fortree/palettes/01.pal new file mode 100644 index 000000000..ab53d6bb9 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/02.pal b/data/graphics/tilesets/secondary/fortree/palettes/02.pal new file mode 100644 index 000000000..d89115157 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/03.pal b/data/graphics/tilesets/secondary/fortree/palettes/03.pal new file mode 100644 index 000000000..413b94d4a --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +65 180 131 +164 213 197 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/04.pal b/data/graphics/tilesets/secondary/fortree/palettes/04.pal new file mode 100644 index 000000000..16bcbb6b8 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +156 164 189 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/05.pal b/data/graphics/tilesets/secondary/fortree/palettes/05.pal new file mode 100644 index 000000000..7ac00c23a --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/06.pal b/data/graphics/tilesets/secondary/fortree/palettes/06.pal new file mode 100644 index 000000000..a15c0ba56 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/07.pal b/data/graphics/tilesets/secondary/fortree/palettes/07.pal new file mode 100644 index 000000000..a15c0ba56 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/08.pal b/data/graphics/tilesets/secondary/fortree/palettes/08.pal new file mode 100644 index 000000000..40b922e28 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +255 255 255 +246 238 189 +230 213 172 +213 197 156 +189 164 131 +65 74 106 +230 255 255 +189 230 238 +123 197 222 +98 148 222 +106 106 197 +0 0 0 +172 180 197 +123 123 123 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/09.pal b/data/graphics/tilesets/secondary/fortree/palettes/09.pal new file mode 100644 index 000000000..f1aae32aa --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +164 255 98 +74 213 74 +65 156 49 +57 82 0 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +0 0 0 +0 0 0 +238 246 189 +205 213 164 +172 180 123 +131 139 74 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/10.pal b/data/graphics/tilesets/secondary/fortree/palettes/10.pal new file mode 100644 index 000000000..41c041aff --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +255 255 123 +222 213 82 +189 180 24 +148 148 32 +131 131 139 +98 98 123 +74 74 90 +41 49 90 +65 156 49 +57 82 0 +238 213 164 +222 172 131 +205 115 82 +156 90 74 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/11.pal b/data/graphics/tilesets/secondary/fortree/palettes/11.pal new file mode 100644 index 000000000..3697456eb --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +0 0 0 +0 0 0 +0 0 0 +65 57 49 +0 0 0 +172 197 123 +205 205 98 +180 205 49 +156 164 98 +115 123 49 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/12.pal b/data/graphics/tilesets/secondary/fortree/palettes/12.pal new file mode 100644 index 000000000..a15c0ba56 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/13.pal b/data/graphics/tilesets/secondary/fortree/palettes/13.pal new file mode 100644 index 000000000..0536910b6 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +0 0 0 +0 0 0 +0 0 0 +65 57 49 +0 0 0 +123 213 0 +164 230 131 +164 222 90 +98 172 32 +82 148 32 +115 197 164 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/14.pal b/data/graphics/tilesets/secondary/fortree/palettes/14.pal new file mode 100644 index 000000000..a15c0ba56 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fortree/palettes/15.pal b/data/graphics/tilesets/secondary/fortree/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fortree/tiles.png b/data/graphics/tilesets/secondary/fortree/tiles.png new file mode 100644 index 000000000..0875d1d47 Binary files /dev/null and b/data/graphics/tilesets/secondary/fortree/tiles.png differ diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/00.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/00.pal new file mode 100644 index 000000000..aff8be6e7 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +222 213 82 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/01.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/01.pal new file mode 100644 index 000000000..e407feb31 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/02.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/02.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/03.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/03.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/04.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/04.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/05.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/05.pal new file mode 100644 index 000000000..10cb13e88 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/06.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/06.pal new file mode 100644 index 000000000..e0b4713d1 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 205 +255 255 255 +106 156 106 +148 197 131 +172 230 139 +213 238 205 +98 106 123 +131 139 172 +172 172 222 +213 213 246 +180 189 90 +222 222 139 +246 246 189 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/07.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/07.pal new file mode 100644 index 000000000..67f51bbde --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 205 +255 255 255 +57 106 57 +123 156 90 +164 197 115 +189 230 139 +230 238 205 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/08.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/08.pal new file mode 100644 index 000000000..b01449d8c --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/09.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/09.pal new file mode 100644 index 000000000..b01449d8c --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/10.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/10.pal new file mode 100644 index 000000000..b01449d8c --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/11.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/12.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/13.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/14.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fortree_gym/palettes/15.pal b/data/graphics/tilesets/secondary/fortree_gym/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/fortree_gym/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/fortree_gym/tiles.png b/data/graphics/tilesets/secondary/fortree_gym/tiles.png new file mode 100644 index 000000000..bb16dd0ca Binary files /dev/null and b/data/graphics/tilesets/secondary/fortree_gym/tiles.png differ diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/00.pal b/data/graphics/tilesets/secondary/generic_building/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/01.pal b/data/graphics/tilesets/secondary/generic_building/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/02.pal b/data/graphics/tilesets/secondary/generic_building/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/03.pal b/data/graphics/tilesets/secondary/generic_building/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/04.pal b/data/graphics/tilesets/secondary/generic_building/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/05.pal b/data/graphics/tilesets/secondary/generic_building/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/06.pal b/data/graphics/tilesets/secondary/generic_building/palettes/06.pal new file mode 100644 index 000000000..920ad12c9 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +139 139 139 +180 180 164 +255 255 255 +189 180 49 +222 213 82 +123 115 49 +156 148 16 +213 213 180 +98 156 139 +123 180 189 +172 222 230 +255 205 139 +246 246 164 +222 131 90 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/07.pal b/data/graphics/tilesets/secondary/generic_building/palettes/07.pal new file mode 100644 index 000000000..533778712 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +139 139 139 +189 189 164 +255 255 255 +230 222 246 +255 238 213 +255 0 0 +115 115 164 +131 139 230 +164 164 255 +156 106 16 +115 115 139 +213 213 172 +222 172 82 +189 139 49 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/08.pal b/data/graphics/tilesets/secondary/generic_building/palettes/08.pal new file mode 100644 index 000000000..0b01f1a0f --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/09.pal b/data/graphics/tilesets/secondary/generic_building/palettes/09.pal new file mode 100644 index 000000000..371e5a211 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +139 139 139 +189 189 164 +255 255 255 +230 222 246 +148 148 197 +189 189 246 +205 106 49 +246 180 49 +255 246 131 +255 0 0 +189 172 82 +213 205 98 +148 115 41 +172 139 57 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/10.pal b/data/graphics/tilesets/secondary/generic_building/palettes/10.pal new file mode 100644 index 000000000..432f42149 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +123 123 131 +189 189 164 +255 255 255 +213 197 74 +213 180 131 +148 115 41 +172 139 57 +213 213 180 +106 139 49 +131 172 74 +164 205 106 +197 255 172 +115 90 57 +255 0 0 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/11.pal b/data/graphics/tilesets/secondary/generic_building/palettes/11.pal new file mode 100644 index 000000000..8c2460403 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +139 139 139 +189 189 164 +255 255 255 +222 197 74 +230 230 106 +230 222 246 +148 98 123 +197 131 156 +197 164 189 +123 164 189 +131 197 98 +172 238 139 +90 156 57 +0 0 0 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/12.pal b/data/graphics/tilesets/secondary/generic_building/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/13.pal b/data/graphics/tilesets/secondary/generic_building/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/14.pal b/data/graphics/tilesets/secondary/generic_building/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/generic_building/palettes/15.pal b/data/graphics/tilesets/secondary/generic_building/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/generic_building/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/generic_building/tiles.png b/data/graphics/tilesets/secondary/generic_building/tiles.png new file mode 100644 index 000000000..d94085b06 Binary files /dev/null and b/data/graphics/tilesets/secondary/generic_building/tiles.png differ diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/00.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/01.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/02.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/03.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/04.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/05.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/06.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/06.pal new file mode 100644 index 000000000..53de0c383 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +131 131 148 +115 115 131 +98 98 131 +255 255 255 +255 0 255 +57 57 49 +65 74 106 +41 49 90 +222 222 238 +189 189 213 +156 156 172 +189 148 139 +156 115 115 +98 98 106 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/07.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/07.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/08.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/08.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/09.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/09.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/10.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/11.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/12.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/13.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/14.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/palettes/15.pal b/data/graphics/tilesets/secondary/inside_of_truck/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_of_truck/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_of_truck/tiles.png b/data/graphics/tilesets/secondary/inside_of_truck/tiles.png new file mode 100644 index 000000000..44f923a5a Binary files /dev/null and b/data/graphics/tilesets/secondary/inside_of_truck/tiles.png differ diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/00.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/01.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/02.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/03.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/04.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/05.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/06.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/06.pal new file mode 100644 index 000000000..edc6209ee --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +74 74 98 +115 115 115 +205 205 197 +255 255 255 +123 115 164 +164 156 180 +197 205 230 +222 230 255 +123 115 164 +131 148 189 +156 172 213 +148 139 189 +131 180 255 +123 180 148 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/07.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/07.pal new file mode 100644 index 000000000..373c76e29 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +74 74 98 +106 106 115 +205 205 197 +255 255 255 +148 106 57 +189 139 57 +213 189 131 +123 82 49 +189 90 65 +189 115 65 +222 123 82 +222 164 98 +180 180 255 +172 172 57 +255 255 98 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/08.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/08.pal new file mode 100644 index 000000000..e934d6330 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +74 74 98 +139 139 148 +205 205 197 +255 255 255 +131 131 82 +156 156 115 +205 205 148 +238 238 189 +131 164 148 +148 205 139 +189 230 148 +213 131 49 +255 180 65 +255 148 123 +222 57 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/09.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/09.pal new file mode 100644 index 000000000..d88e13350 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +74 74 98 +115 115 115 +205 205 197 +255 255 255 +148 131 65 +180 164 98 +213 213 115 +222 230 255 +123 115 164 +131 148 189 +156 172 213 +197 139 90 +131 180 255 +123 180 148 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/10.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/10.pal new file mode 100644 index 000000000..d90be2ed5 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +74 74 98 +115 115 115 +205 205 197 +213 222 246 +98 98 131 +106 115 164 +164 164 213 +222 230 255 +123 115 164 +131 148 189 +156 172 213 +148 139 189 +131 180 255 +123 180 148 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/11.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/12.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/13.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/14.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/palettes/15.pal b/data/graphics/tilesets/secondary/inside_ship/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/inside_ship/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/inside_ship/tiles.png b/data/graphics/tilesets/secondary/inside_ship/tiles.png new file mode 100644 index 000000000..d4b0471b2 Binary files /dev/null and b/data/graphics/tilesets/secondary/inside_ship/tiles.png differ diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/00.pal b/data/graphics/tilesets/secondary/island_habor/palettes/00.pal new file mode 100644 index 000000000..0fd74602e --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +189 189 131 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/01.pal b/data/graphics/tilesets/secondary/island_habor/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/02.pal b/data/graphics/tilesets/secondary/island_habor/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/03.pal b/data/graphics/tilesets/secondary/island_habor/palettes/03.pal new file mode 100644 index 000000000..5665ddc22 --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +65 180 131 +164 213 197 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/04.pal b/data/graphics/tilesets/secondary/island_habor/palettes/04.pal new file mode 100644 index 000000000..d8051b7ba --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +156 164 189 +82 106 213 +65 90 189 +57 82 156 +41 65 139 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/05.pal b/data/graphics/tilesets/secondary/island_habor/palettes/05.pal new file mode 100644 index 000000000..4e684594c --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/06.pal b/data/graphics/tilesets/secondary/island_habor/palettes/06.pal new file mode 100644 index 000000000..5caa038ad --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 222 246 +164 172 222 +98 98 123 +65 74 106 +238 213 205 +222 172 164 +205 131 123 +189 98 82 +222 222 222 +172 180 189 +139 148 164 +106 123 123 +222 74 0 +213 213 57 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/07.pal b/data/graphics/tilesets/secondary/island_habor/palettes/07.pal new file mode 100644 index 000000000..2064b3bd2 --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +238 222 172 +230 156 98 +197 90 65 +65 74 106 +106 106 123 +131 90 49 +90 65 49 +57 57 57 +222 222 197 +172 180 148 +131 148 115 +106 123 65 +156 205 230 +156 156 156 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/08.pal b/data/graphics/tilesets/secondary/island_habor/palettes/08.pal new file mode 100644 index 000000000..42a3483c0 --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 222 246 +131 131 139 +98 98 123 +65 74 106 +164 205 189 +139 180 172 +115 156 139 +98 139 131 +189 172 180 +156 139 148 +230 106 57 +205 49 24 +148 57 24 +0 0 0 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/09.pal b/data/graphics/tilesets/secondary/island_habor/palettes/09.pal new file mode 100644 index 000000000..b06dfbda7 --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 222 246 +164 172 222 +98 98 123 +65 74 106 +98 98 123 +65 74 106 +115 123 164 +49 49 74 +189 238 180 +106 222 115 +74 180 98 +57 131 82 +131 197 230 +98 156 172 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/10.pal b/data/graphics/tilesets/secondary/island_habor/palettes/10.pal new file mode 100644 index 000000000..cd86ca4ae --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +222 213 230 +189 172 180 +255 205 106 +230 189 106 +205 156 82 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +57 139 49 +106 106 123 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/11.pal b/data/graphics/tilesets/secondary/island_habor/palettes/11.pal new file mode 100644 index 000000000..ec8e2f42d --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +74 74 98 +106 106 115 +0 0 0 +0 0 0 +148 106 57 +189 139 57 +213 189 131 +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/graphics/tilesets/secondary/island_habor/palettes/12.pal b/data/graphics/tilesets/secondary/island_habor/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/13.pal b/data/graphics/tilesets/secondary/island_habor/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/14.pal b/data/graphics/tilesets/secondary/island_habor/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/island_habor/palettes/15.pal b/data/graphics/tilesets/secondary/island_habor/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/island_habor/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/island_habor/tiles.png b/data/graphics/tilesets/secondary/island_habor/tiles.png new file mode 100644 index 000000000..e70a72977 Binary files /dev/null and b/data/graphics/tilesets/secondary/island_habor/tiles.png differ diff --git a/data/graphics/tilesets/secondary/lab/palettes/00.pal b/data/graphics/tilesets/secondary/lab/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lab/palettes/01.pal b/data/graphics/tilesets/secondary/lab/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lab/palettes/02.pal b/data/graphics/tilesets/secondary/lab/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lab/palettes/03.pal b/data/graphics/tilesets/secondary/lab/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lab/palettes/04.pal b/data/graphics/tilesets/secondary/lab/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lab/palettes/05.pal b/data/graphics/tilesets/secondary/lab/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lab/palettes/06.pal b/data/graphics/tilesets/secondary/lab/palettes/06.pal new file mode 100644 index 000000000..4177738be --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 0 0 +131 131 131 +148 148 148 +180 180 164 +255 255 255 +180 164 74 +205 197 90 +98 98 123 +172 139 57 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +205 106 106 +255 197 197 +164 106 98 diff --git a/data/graphics/tilesets/secondary/lab/palettes/07.pal b/data/graphics/tilesets/secondary/lab/palettes/07.pal new file mode 100644 index 000000000..fda834509 --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 0 0 +65 65 82 +106 106 115 +189 189 164 +255 255 255 +230 222 246 +98 148 197 +189 189 246 +197 74 65 +230 123 65 +255 197 74 +98 98 197 +255 106 98 +148 115 90 +213 180 106 +255 246 123 diff --git a/data/graphics/tilesets/secondary/lab/palettes/08.pal b/data/graphics/tilesets/secondary/lab/palettes/08.pal new file mode 100644 index 000000000..eb9e8d504 --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 0 0 +65 65 82 +139 139 148 +180 180 164 +255 255 255 +230 213 74 +238 230 123 +115 98 41 +172 148 41 +106 106 115 +82 180 65 +139 230 115 +172 65 57 +98 98 197 +82 131 189 +213 82 65 diff --git a/data/graphics/tilesets/secondary/lab/palettes/09.pal b/data/graphics/tilesets/secondary/lab/palettes/09.pal new file mode 100644 index 000000000..9ac1fed8c --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 0 0 +255 255 255 +0 0 0 +0 0 0 +98 98 123 +65 74 106 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +222 222 222 +172 180 189 +139 148 164 +106 123 123 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lab/palettes/10.pal b/data/graphics/tilesets/secondary/lab/palettes/10.pal new file mode 100644 index 000000000..46e85084f --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 0 0 +148 148 156 +156 156 164 +172 172 180 +255 255 255 +0 0 0 +0 0 0 +123 123 131 +0 0 0 +213 213 213 +0 0 0 +0 0 0 +172 205 197 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lab/palettes/11.pal b/data/graphics/tilesets/secondary/lab/palettes/11.pal new file mode 100644 index 000000000..6af45c809 --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +98 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 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lab/palettes/12.pal b/data/graphics/tilesets/secondary/lab/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lab/palettes/13.pal b/data/graphics/tilesets/secondary/lab/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lab/palettes/14.pal b/data/graphics/tilesets/secondary/lab/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lab/palettes/15.pal b/data/graphics/tilesets/secondary/lab/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lab/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lab/tiles.png b/data/graphics/tilesets/secondary/lab/tiles.png new file mode 100644 index 000000000..c2a86a73d Binary files /dev/null and b/data/graphics/tilesets/secondary/lab/tiles.png differ diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/00.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/00.pal new file mode 100644 index 000000000..12fb56d82 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 98 57 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/01.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/01.pal new file mode 100644 index 000000000..c6f51997b --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +49 49 255 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/02.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/02.pal new file mode 100644 index 000000000..6eda79fe1 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +49 49 255 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/03.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/03.pal new file mode 100644 index 000000000..29ad43099 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +49 49 255 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/04.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/04.pal new file mode 100644 index 000000000..a684702a4 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +49 49 255 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/05.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/05.pal new file mode 100644 index 000000000..0133b78c7 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +49 49 255 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/06.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/06.pal new file mode 100644 index 000000000..00e1478a7 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +197 205 0 +230 238 238 +255 255 255 +255 115 65 +230 115 65 +180 98 90 +164 82 82 +205 49 0 +148 49 0 +246 24 24 +246 148 0 +148 164 65 +106 123 139 +222 222 0 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/07.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/07.pal new file mode 100644 index 000000000..61a25d3f5 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +49 49 255 +238 180 139 +230 148 82 +197 131 74 +172 98 49 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 156 197 +148 180 222 +246 238 238 +230 222 222 +197 197 148 +180 172 115 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/08.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/08.pal new file mode 100644 index 000000000..fc03cf4c1 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +49 49 255 +255 255 255 +0 0 0 +0 0 0 +197 197 172 +148 148 139 +98 98 123 +65 74 106 +41 49 90 +139 205 246 +115 189 238 +255 230 139 +222 189 98 +180 156 74 +139 123 32 +115 82 41 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/09.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/09.pal new file mode 100644 index 000000000..85d5bfe67 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +49 49 255 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +98 16 0 +0 0 0 +0 0 0 +0 0 0 +57 82 0 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/10.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/10.pal new file mode 100644 index 000000000..ae1c01f6d --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +49 49 255 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 189 172 +213 156 139 +189 131 115 +156 98 82 +131 49 32 +98 16 0 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/11.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/11.pal new file mode 100644 index 000000000..83771e0f8 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +49 49 255 +238 205 197 +222 180 164 +156 115 115 +98 65 82 +255 0 255 +98 57 49 +255 0 255 +98 16 0 +238 189 172 +213 156 139 +189 131 115 +156 98 82 +131 49 32 +98 16 0 +98 82 65 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/12.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/13.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/14.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge/palettes/15.pal b/data/graphics/tilesets/secondary/lavaridge/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge/tiles.png b/data/graphics/tilesets/secondary/lavaridge/tiles.png new file mode 100644 index 000000000..4886aa28e Binary files /dev/null and b/data/graphics/tilesets/secondary/lavaridge/tiles.png differ diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/00.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/00.pal new file mode 100644 index 000000000..6b4a5e220 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/01.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/01.pal new file mode 100644 index 000000000..d54ea4c79 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +255 164 90 +255 131 90 +255 98 90 +222 82 82 +131 189 98 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/02.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/02.pal new file mode 100644 index 000000000..3b5b270a9 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +189 123 98 +164 98 90 +123 82 82 +0 0 0 +0 0 0 +0 0 0 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/03.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/03.pal new file mode 100644 index 000000000..a07e75d21 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +222 230 238 +197 213 213 +172 197 189 +156 180 172 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +131 189 98 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/04.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/04.pal new file mode 100644 index 000000000..eeab76954 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/05.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/05.pal new file mode 100644 index 000000000..eeab76954 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/06.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/06.pal new file mode 100644 index 000000000..25e47048a --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 205 +255 255 255 +131 90 74 +164 123 98 +197 156 123 +230 197 148 +180 57 49 +205 123 82 +230 189 115 +255 255 156 +98 74 65 +90 90 41 +123 123 49 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/07.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/07.pal new file mode 100644 index 000000000..804e3088e --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 205 +255 255 255 +131 90 74 +164 123 98 +197 156 123 +230 197 148 +197 32 74 +197 106 139 +222 164 164 +255 230 197 +98 74 65 +90 90 41 +123 123 49 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/08.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/08.pal new file mode 100644 index 000000000..adddf0389 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +255 255 255 +98 98 98 +213 213 139 +172 172 90 +139 139 65 +230 246 205 +189 238 180 +131 222 180 +98 172 139 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/09.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/09.pal new file mode 100644 index 000000000..5a677492c --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +255 255 255 +123 123 49 +230 197 148 +205 172 139 +180 139 123 +156 115 106 +131 90 74 +49 57 41 +255 255 156 +230 189 115 +205 123 82 +180 57 49 +90 90 41 +246 205 49 +197 8 0 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/10.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/11.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/12.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/13.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/14.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/palettes/15.pal b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/lavaridge_gym/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lavaridge_gym/tiles.png b/data/graphics/tilesets/secondary/lavaridge_gym/tiles.png new file mode 100644 index 000000000..0865ea207 Binary files /dev/null and b/data/graphics/tilesets/secondary/lavaridge_gym/tiles.png differ diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/00.pal b/data/graphics/tilesets/secondary/lilycove/palettes/00.pal new file mode 100644 index 000000000..b330eaff8 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/01.pal b/data/graphics/tilesets/secondary/lilycove/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/02.pal b/data/graphics/tilesets/secondary/lilycove/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/03.pal b/data/graphics/tilesets/secondary/lilycove/palettes/03.pal new file mode 100644 index 000000000..3760ac903 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/04.pal b/data/graphics/tilesets/secondary/lilycove/palettes/04.pal new file mode 100644 index 000000000..2eeaba630 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/05.pal b/data/graphics/tilesets/secondary/lilycove/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/06.pal b/data/graphics/tilesets/secondary/lilycove/palettes/06.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/07.pal b/data/graphics/tilesets/secondary/lilycove/palettes/07.pal new file mode 100644 index 000000000..1828f6925 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +189 189 255 +156 156 189 +74 82 189 +131 131 139 +98 98 123 +65 74 106 +222 230 238 +255 255 98 +205 205 82 +164 164 65 +123 123 49 +82 82 32 +41 41 16 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/08.pal b/data/graphics/tilesets/secondary/lilycove/palettes/08.pal new file mode 100644 index 000000000..aeaaed7a7 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +205 213 238 +172 189 246 +115 148 213 +90 115 189 +131 131 139 +98 98 123 +65 74 106 +222 213 222 +172 205 246 +131 197 213 +255 255 255 +255 246 156 +222 222 123 +172 172 106 +255 164 57 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/09.pal b/data/graphics/tilesets/secondary/lilycove/palettes/09.pal new file mode 100644 index 000000000..388c42bca --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +230 230 205 +222 222 180 +189 189 156 +164 156 131 +131 131 90 +98 98 65 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +189 205 230 +205 205 164 +115 197 164 +65 180 131 +24 148 106 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/10.pal b/data/graphics/tilesets/secondary/lilycove/palettes/10.pal new file mode 100644 index 000000000..4320fe1f0 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +246 238 189 +230 213 172 +213 197 156 +189 164 131 +115 115 123 +115 115 123 +0 0 0 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +123 148 189 +90 115 156 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/11.pal b/data/graphics/tilesets/secondary/lilycove/palettes/11.pal new file mode 100644 index 000000000..4e113c817 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +230 230 205 +205 205 164 +172 172 139 +148 139 115 +115 115 74 +90 90 57 +115 197 164 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/12.pal b/data/graphics/tilesets/secondary/lilycove/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/13.pal b/data/graphics/tilesets/secondary/lilycove/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/14.pal b/data/graphics/tilesets/secondary/lilycove/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lilycove/palettes/15.pal b/data/graphics/tilesets/secondary/lilycove/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lilycove/tiles.png b/data/graphics/tilesets/secondary/lilycove/tiles.png new file mode 100644 index 000000000..88c5c7a28 Binary files /dev/null and b/data/graphics/tilesets/secondary/lilycove/tiles.png differ diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/00.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/00.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/01.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/01.pal new file mode 100644 index 000000000..7118dfe7f --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +255 164 90 +255 131 90 +255 98 90 +222 82 82 +131 189 98 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/02.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/02.pal new file mode 100644 index 000000000..833a3188b --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +189 123 98 +164 98 90 +123 82 82 +0 0 0 +0 0 0 +0 0 0 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/03.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/03.pal new file mode 100644 index 000000000..1fc912fe3 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +222 230 238 +197 213 213 +172 197 189 +156 180 172 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +131 189 98 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/04.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/05.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/06.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/06.pal new file mode 100644 index 000000000..2eabf7ca4 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +197 205 246 +148 164 238 +98 123 230 +255 255 238 +255 255 205 +230 230 139 +222 205 115 +205 180 98 +123 98 41 +255 205 180 +238 172 148 +213 148 123 +180 115 82 +65 74 106 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/07.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/07.pal new file mode 100644 index 000000000..62bbfb1bd --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +255 238 90 +197 189 57 +115 98 0 +255 205 213 +255 180 172 +255 156 131 +255 139 90 +205 230 180 +139 197 131 +90 148 74 +197 205 246 +148 164 238 +74 90 197 +255 238 197 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/08.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/08.pal new file mode 100644 index 000000000..1e441d6aa --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +156 189 172 +115 148 131 +74 106 90 +230 230 230 +197 197 197 +139 139 139 +82 82 82 +255 238 90 +197 189 57 +156 139 0 +230 74 24 +65 74 106 +65 74 106 +255 238 197 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/09.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/09.pal new file mode 100644 index 000000000..191cfb75c --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +230 230 230 +213 213 213 +197 197 197 +180 180 180 +164 164 164 +156 156 156 +123 123 123 +90 90 90 +90 90 90 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/10.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/11.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/11.pal new file mode 100644 index 000000000..6b04e5257 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +197 205 246 +148 164 238 +98 123 230 +255 255 238 +255 238 197 +246 230 164 +222 205 115 +205 180 98 +172 139 74 +255 205 180 +238 172 148 +213 148 123 +180 115 82 +65 74 106 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/12.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/12.pal new file mode 100644 index 000000000..62bbfb1bd --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +255 238 90 +197 189 57 +115 98 0 +255 205 213 +255 180 172 +255 156 131 +255 139 90 +205 230 180 +139 197 131 +90 148 74 +197 205 246 +148 164 238 +74 90 197 +255 238 197 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/13.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/13.pal new file mode 100644 index 000000000..1e441d6aa --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +156 189 172 +115 148 131 +74 106 90 +230 230 230 +197 197 197 +139 139 139 +82 82 82 +255 238 90 +197 189 57 +156 139 0 +230 74 24 +65 74 106 +65 74 106 +255 238 197 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/palettes/14.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/14.pal new file mode 100644 index 000000000..465473bfd --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +230 230 230 +197 197 197 +164 164 164 +139 139 139 +106 106 106 +82 82 82 +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/graphics/tilesets/secondary/lilycove_museum/palettes/15.pal b/data/graphics/tilesets/secondary/lilycove_museum/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/lilycove_museum/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/lilycove_museum/tiles.png b/data/graphics/tilesets/secondary/lilycove_museum/tiles.png new file mode 100644 index 000000000..495187301 Binary files /dev/null and b/data/graphics/tilesets/secondary/lilycove_museum/tiles.png differ diff --git a/data/graphics/tilesets/secondary/mauville/palettes/00.pal b/data/graphics/tilesets/secondary/mauville/palettes/00.pal new file mode 100644 index 000000000..ec62d174f --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/01.pal b/data/graphics/tilesets/secondary/mauville/palettes/01.pal new file mode 100644 index 000000000..52b6553ba --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/02.pal b/data/graphics/tilesets/secondary/mauville/palettes/02.pal new file mode 100644 index 000000000..cd3497fee --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/03.pal b/data/graphics/tilesets/secondary/mauville/palettes/03.pal new file mode 100644 index 000000000..fc89dfe93 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/04.pal b/data/graphics/tilesets/secondary/mauville/palettes/04.pal new file mode 100644 index 000000000..15aa45b54 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/05.pal b/data/graphics/tilesets/secondary/mauville/palettes/05.pal new file mode 100644 index 000000000..9971fda91 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/06.pal b/data/graphics/tilesets/secondary/mauville/palettes/06.pal new file mode 100644 index 000000000..ab1f9e40d --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +156 255 189 +123 222 156 +90 189 123 +57 156 90 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +172 197 255 +172 172 172 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/07.pal b/data/graphics/tilesets/secondary/mauville/palettes/07.pal new file mode 100644 index 000000000..fa1dbd296 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +255 255 180 +238 238 90 +213 213 65 +189 180 74 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +213 213 213 +164 164 172 +230 197 246 +213 139 222 +197 115 164 +148 98 106 +172 205 230 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/08.pal b/data/graphics/tilesets/secondary/mauville/palettes/08.pal new file mode 100644 index 000000000..bc7cb5c88 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +115 189 246 +131 197 98 +57 139 49 +57 82 0 +255 255 98 +255 255 255 +222 230 238 +189 205 230 +255 172 222 +230 131 180 +213 90 139 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/09.pal b/data/graphics/tilesets/secondary/mauville/palettes/09.pal new file mode 100644 index 000000000..9c37027c3 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +255 255 255 +131 197 98 +57 139 49 +57 82 0 +255 255 98 +172 197 230 +139 164 222 +106 131 213 +255 230 148 +238 197 115 +230 172 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/10.pal b/data/graphics/tilesets/secondary/mauville/palettes/10.pal new file mode 100644 index 000000000..a2e1cdc17 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +255 255 255 +148 222 205 +123 180 172 +131 164 205 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +246 197 98 +148 222 255 +230 172 238 +213 139 222 +197 115 164 +148 98 106 +115 197 164 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/11.pal b/data/graphics/tilesets/secondary/mauville/palettes/11.pal new file mode 100644 index 000000000..c73ec2fe8 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +172 180 139 +255 255 255 +222 230 238 +164 180 197 +123 123 131 +90 90 115 +65 74 106 +156 213 255 +98 172 238 +238 213 205 +205 180 172 +197 246 230 +148 222 205 +98 197 180 +74 148 131 +49 106 90 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/12.pal b/data/graphics/tilesets/secondary/mauville/palettes/12.pal new file mode 100644 index 000000000..e61ab86b1 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +222 230 238 +164 180 197 +123 123 131 +90 90 115 +65 74 106 +0 0 0 +0 0 0 +255 255 197 +238 238 98 +197 246 230 +148 222 205 +98 197 180 +74 148 131 +49 106 90 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/13.pal b/data/graphics/tilesets/secondary/mauville/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/14.pal b/data/graphics/tilesets/secondary/mauville/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville/palettes/15.pal b/data/graphics/tilesets/secondary/mauville/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville/tiles.png b/data/graphics/tilesets/secondary/mauville/tiles.png new file mode 100644 index 000000000..a015fe5b4 Binary files /dev/null and b/data/graphics/tilesets/secondary/mauville/tiles.png differ diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/00.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/01.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/02.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/03.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/04.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/05.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/06.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/06.pal new file mode 100644 index 000000000..7dc7f376a --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +123 123 139 +205 205 197 +255 255 255 +49 131 156 +98 172 205 +189 205 230 +238 230 246 +213 82 49 +246 82 82 +164 74 65 +172 98 90 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/07.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/07.pal new file mode 100644 index 000000000..6c2b0c07e --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +123 123 139 +205 205 197 +255 255 255 +180 156 49 +197 197 49 +255 255 98 +197 238 148 +156 197 74 +106 164 41 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/08.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/08.pal new file mode 100644 index 000000000..4f83e4b70 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +156 148 139 +205 189 197 +255 255 255 +82 123 255 +156 255 90 +131 197 90 +123 148 213 +180 205 230 +180 123 49 +222 156 74 +255 189 90 +0 0 0 +255 49 148 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/09.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/09.pal new file mode 100644 index 000000000..0f7f46c29 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +123 123 139 +205 205 197 +255 255 255 +156 90 57 +197 131 82 +222 197 74 +238 230 123 +115 180 115 +123 197 123 +0 0 0 +172 222 156 +0 0 0 +0 0 0 +238 90 57 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/10.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/11.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/12.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/13.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/14.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/palettes/15.pal b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_game_corner/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_game_corner/tiles.png b/data/graphics/tilesets/secondary/mauville_game_corner/tiles.png new file mode 100644 index 000000000..c8f0dd1ee Binary files /dev/null and b/data/graphics/tilesets/secondary/mauville_game_corner/tiles.png differ diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/00.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/00.pal new file mode 100644 index 000000000..aff8be6e7 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +222 213 82 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/01.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/01.pal new file mode 100644 index 000000000..e407feb31 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/02.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/02.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/03.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/03.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/04.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/04.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/05.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/05.pal new file mode 100644 index 000000000..10cb13e88 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/06.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/06.pal new file mode 100644 index 000000000..4a1deb1ba --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 205 +255 255 255 +156 164 222 +213 222 238 +180 180 131 +205 205 131 +222 197 65 +246 230 65 +255 255 16 +246 246 172 +172 148 16 +189 148 197 +222 180 255 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/07.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/07.pal new file mode 100644 index 000000000..76ac2d545 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 205 +255 255 255 +123 82 98 +156 115 148 +189 148 197 +222 180 255 +172 148 16 +230 205 65 +246 238 131 +0 255 82 +0 255 82 +156 172 246 +197 205 255 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/08.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/08.pal new file mode 100644 index 000000000..e60a9d7ba --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/09.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/09.pal new file mode 100644 index 000000000..965ca482a --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +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 255 255 +0 74 106 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/10.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/10.pal new file mode 100644 index 000000000..e60a9d7ba --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 +0 255 82 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/11.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/12.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/13.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/14.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_gym/palettes/15.pal b/data/graphics/tilesets/secondary/mauville_gym/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/mauville_gym/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mauville_gym/tiles.png b/data/graphics/tilesets/secondary/mauville_gym/tiles.png new file mode 100644 index 000000000..d710d2e40 Binary files /dev/null and b/data/graphics/tilesets/secondary/mauville_gym/tiles.png differ diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/00.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/00.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/01.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/01.pal new file mode 100644 index 000000000..7118dfe7f --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +255 164 90 +255 131 90 +255 98 90 +222 82 82 +131 189 98 diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/02.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/02.pal new file mode 100644 index 000000000..833a3188b --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +189 123 98 +164 98 90 +123 82 82 +0 0 0 +0 0 0 +0 0 0 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/03.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/03.pal new file mode 100644 index 000000000..1fc912fe3 --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +222 230 238 +197 213 213 +172 197 189 +156 180 172 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +131 189 98 diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/04.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/05.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/05.pal new file mode 100644 index 000000000..ff05421f8 --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +0 0 0 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +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/graphics/tilesets/secondary/meteor_falls/palettes/06.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/06.pal new file mode 100644 index 000000000..a631fa042 --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +222 197 230 +197 180 189 +164 148 164 +131 115 139 +106 90 115 +74 65 106 +49 41 82 +255 246 255 +213 197 131 +180 164 115 +148 131 106 +115 98 98 +82 65 90 +49 41 82 +49 8 49 diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/07.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/07.pal new file mode 100644 index 000000000..d01edc083 --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +222 197 230 +197 180 189 +164 148 164 +131 115 139 +106 90 115 +74 65 106 +49 41 82 +197 180 189 +180 148 189 +172 115 197 +164 90 197 +148 57 205 +139 24 205 +131 0 213 +0 0 0 diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/08.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/08.pal new file mode 100644 index 000000000..1304a7f14 --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +213 213 230 +197 180 189 +164 148 164 +131 115 139 +106 90 115 +74 65 106 diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/09.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/09.pal new file mode 100644 index 000000000..5fe2d938a --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +189 180 90 +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/graphics/tilesets/secondary/meteor_falls/palettes/10.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/11.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/12.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/12.pal new file mode 100644 index 000000000..49f469f25 --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +205 189 106 +180 148 65 +164 115 74 +156 90 41 +131 82 32 +106 65 41 +82 65 49 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/13.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/13.pal new file mode 100644 index 000000000..75d5b7ae0 --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 230 148 +222 205 123 +197 189 106 +172 172 90 +139 156 65 +115 139 49 +90 123 32 +255 255 213 +238 222 180 +230 205 139 +222 189 123 +213 164 98 +180 123 65 +115 74 32 +0 0 0 diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/14.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/14.pal new file mode 100644 index 000000000..35deb8183 --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 238 180 +238 230 172 +205 205 139 +172 180 115 +139 172 90 +115 148 65 +90 115 49 +255 230 148 +205 205 131 +164 189 115 +123 172 106 +82 148 90 +41 131 74 +41 82 65 +0 0 0 diff --git a/data/graphics/tilesets/secondary/meteor_falls/palettes/15.pal b/data/graphics/tilesets/secondary/meteor_falls/palettes/15.pal new file mode 100644 index 000000000..58cb59df6 --- /dev/null +++ b/data/graphics/tilesets/secondary/meteor_falls/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 230 205 +246 213 180 +222 180 139 +213 164 106 +180 131 82 +156 106 49 +131 74 49 +255 255 255 +197 238 255 +156 213 246 +115 189 238 +82 164 230 +41 139 222 +8 123 213 +49 8 49 diff --git a/data/graphics/tilesets/secondary/meteor_falls/tiles.png b/data/graphics/tilesets/secondary/meteor_falls/tiles.png new file mode 100644 index 000000000..5b0342f9b Binary files /dev/null and b/data/graphics/tilesets/secondary/meteor_falls/tiles.png differ diff --git a/data/graphics/tilesets/secondary/mirage_tower/palettes/00.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/00.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mirage_tower/palettes/01.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/01.pal new file mode 100644 index 000000000..7118dfe7f --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +255 164 90 +255 131 90 +255 98 90 +222 82 82 +131 189 98 diff --git a/data/graphics/tilesets/secondary/mirage_tower/palettes/02.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/02.pal new file mode 100644 index 000000000..833a3188b --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +189 123 98 +164 98 90 +123 82 82 +0 0 0 +0 0 0 +0 0 0 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/mirage_tower/palettes/03.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/03.pal new file mode 100644 index 000000000..1fc912fe3 --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +222 230 238 +197 213 213 +172 197 189 +156 180 172 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +131 189 98 diff --git a/data/graphics/tilesets/secondary/mirage_tower/palettes/04.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mirage_tower/palettes/05.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mirage_tower/palettes/06.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/06.pal new file mode 100644 index 000000000..b95af02cc --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 131 123 +255 255 189 +238 230 156 +222 213 123 +205 197 98 +164 156 82 +123 115 74 +82 74 65 +255 255 255 +255 189 197 +255 65 106 +180 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mirage_tower/palettes/07.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/07.pal new file mode 100644 index 000000000..1175103d3 --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +255 230 230 +230 205 205 +197 164 156 +156 123 123 +115 90 82 +90 65 57 +255 255 255 +123 205 255 +57 123 255 +0 41 255 +255 189 197 +255 65 106 +180 0 0 +49 8 49 diff --git a/data/graphics/tilesets/secondary/mirage_tower/palettes/08.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/08.pal new file mode 100644 index 000000000..235e69488 --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +205 205 164 +172 172 139 +148 139 115 +115 115 74 +255 115 65 +230 115 65 +180 98 90 +164 82 82 +205 49 0 +148 49 0 +246 24 24 +246 148 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mirage_tower/palettes/09.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/09.pal new file mode 100644 index 000000000..40106dae2 --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 230 156 +238 197 164 +205 172 148 +172 139 106 +164 115 82 +139 82 24 +98 32 16 +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/graphics/tilesets/secondary/mirage_tower/palettes/10.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/10.pal new file mode 100644 index 000000000..e22581562 --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 230 156 +230 197 139 +205 172 123 +164 139 115 +131 106 106 +90 74 82 +65 41 65 +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/graphics/tilesets/secondary/mirage_tower/palettes/11.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/11.pal new file mode 100644 index 000000000..75db15b4a --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 238 255 +180 222 255 +139 197 255 +106 180 255 +57 148 246 +0 115 222 +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/graphics/tilesets/secondary/mirage_tower/palettes/12.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mirage_tower/palettes/13.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mirage_tower/palettes/14.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mirage_tower/palettes/15.pal b/data/graphics/tilesets/secondary/mirage_tower/palettes/15.pal new file mode 100644 index 000000000..180232d6e --- /dev/null +++ b/data/graphics/tilesets/secondary/mirage_tower/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +222 238 255 +189 230 255 +172 222 255 +156 213 246 +123 189 238 +0 148 255 +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/graphics/tilesets/secondary/mirage_tower/tiles.png b/data/graphics/tilesets/secondary/mirage_tower/tiles.png new file mode 100644 index 000000000..8eab57f93 Binary files /dev/null and b/data/graphics/tilesets/secondary/mirage_tower/tiles.png differ diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/00.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/00.pal new file mode 100644 index 000000000..b330eaff8 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/01.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/01.pal new file mode 100644 index 000000000..1d09f740d --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 197 98 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/02.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/03.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/03.pal new file mode 100644 index 000000000..3760ac903 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/04.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/04.pal new file mode 100644 index 000000000..2eeaba630 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/05.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/06.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/06.pal new file mode 100644 index 000000000..04806992c --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 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 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/07.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/07.pal new file mode 100644 index 000000000..e1fe522d4 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +205 205 197 +189 189 172 +164 164 148 +131 131 106 +90 98 74 +74 74 57 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/08.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/08.pal new file mode 100644 index 000000000..07d79210a --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 197 98 +255 255 255 +205 205 197 +180 180 164 +180 189 222 +139 139 148 +98 98 123 +65 74 106 +41 49 90 +180 213 255 +148 164 238 +255 213 49 +238 148 16 +205 213 131 +148 148 74 +90 82 8 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/09.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/09.pal new file mode 100644 index 000000000..cee575bae --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 197 98 +255 255 255 +139 205 123 +98 172 98 +65 131 98 +123 123 148 +98 98 123 +65 74 106 +41 49 90 +189 189 197 +164 164 156 +246 222 156 +213 148 115 +189 82 82 +131 57 65 +246 148 49 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/10.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/10.pal new file mode 100644 index 000000000..f2493cb8e --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 197 98 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +115 139 139 +148 139 139 +222 205 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/11.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/11.pal new file mode 100644 index 000000000..65a683c39 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 197 98 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +246 246 246 +246 246 238 +222 222 213 +205 205 189 +172 172 156 +148 148 123 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/12.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/13.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/14.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep/palettes/15.pal b/data/graphics/tilesets/secondary/mossdeep/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep/tiles.png b/data/graphics/tilesets/secondary/mossdeep/tiles.png new file mode 100644 index 000000000..1933b8983 Binary files /dev/null and b/data/graphics/tilesets/secondary/mossdeep/tiles.png differ diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/00.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/00.pal new file mode 100644 index 000000000..aff8be6e7 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +222 213 82 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/01.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/01.pal new file mode 100644 index 000000000..e407feb31 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/02.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/02.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/03.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/03.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/04.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/04.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/05.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/05.pal new file mode 100644 index 000000000..10cb13e88 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/06.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/06.pal new file mode 100644 index 000000000..778b629e3 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +32 41 74 +238 238 238 +213 156 98 +238 205 180 +131 189 172 +197 230 197 +222 197 65 +255 230 74 +131 106 82 +238 205 164 +213 180 115 +189 164 98 +164 139 82 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/07.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/07.pal new file mode 100644 index 000000000..ebf4d5db1 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 164 +238 238 238 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +74 98 197 +189 205 238 +156 172 222 +123 148 205 +98 123 197 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/08.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/08.pal new file mode 100644 index 000000000..98650f1ec --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +156 131 49 +255 238 172 +230 213 139 +213 189 115 +189 164 90 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/09.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/09.pal new file mode 100644 index 000000000..b01449d8c --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/10.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/11.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/12.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/13.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/14.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/15.pal b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_game_corner/tiles.png b/data/graphics/tilesets/secondary/mossdeep_game_corner/tiles.png new file mode 100644 index 000000000..379c4f42f Binary files /dev/null and b/data/graphics/tilesets/secondary/mossdeep_game_corner/tiles.png differ diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/00.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/00.pal new file mode 100644 index 000000000..aff8be6e7 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +222 213 82 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/01.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/01.pal new file mode 100644 index 000000000..e407feb31 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/02.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/02.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/03.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/03.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/04.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/04.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/05.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/05.pal new file mode 100644 index 000000000..10cb13e88 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/06.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/06.pal new file mode 100644 index 000000000..718925975 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 164 +255 255 255 +90 98 123 +148 74 65 +197 82 74 +255 148 98 +131 131 148 +156 156 172 +189 180 197 +222 213 222 +172 164 32 +205 197 57 +238 238 82 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/07.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/07.pal new file mode 100644 index 000000000..3251cf239 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 164 +255 255 255 +90 98 123 +41 131 82 +90 180 131 +148 230 180 +131 131 148 +156 156 172 +189 180 197 +222 213 222 +156 24 106 +197 106 180 +238 189 255 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/08.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/08.pal new file mode 100644 index 000000000..c73e6560a --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 164 +255 255 255 +90 98 123 +222 164 172 +255 197 205 +180 222 255 +131 131 148 +156 156 172 +189 180 197 +222 213 222 +16 57 156 +82 123 205 +148 197 255 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/09.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/09.pal new file mode 100644 index 000000000..8ee0ee9ef --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/10.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/11.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/12.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/13.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/14.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/palettes/15.pal b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/mossdeep_gym/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mossdeep_gym/tiles.png b/data/graphics/tilesets/secondary/mossdeep_gym/tiles.png new file mode 100644 index 000000000..919d0334e Binary files /dev/null and b/data/graphics/tilesets/secondary/mossdeep_gym/tiles.png differ diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/00.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/01.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/02.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/03.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/04.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/05.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/06.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/06.pal new file mode 100644 index 000000000..920ad12c9 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +139 139 139 +180 180 164 +255 255 255 +189 180 49 +222 213 82 +123 115 49 +156 148 16 +213 213 180 +98 156 139 +123 180 189 +172 222 230 +255 205 139 +246 246 164 +222 131 90 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/07.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/07.pal new file mode 100644 index 000000000..1ee6388e7 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +139 139 139 +180 180 164 +255 255 255 +230 222 246 +255 238 213 +255 0 0 +115 115 164 +131 139 230 +164 164 255 +156 106 16 +115 115 139 +213 213 172 +222 172 82 +189 139 49 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/08.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/08.pal new file mode 100644 index 000000000..0b01f1a0f --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/09.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/09.pal new file mode 100644 index 000000000..371e5a211 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +139 139 139 +189 189 164 +255 255 255 +230 222 246 +148 148 197 +189 189 246 +205 106 49 +246 180 49 +255 246 131 +255 0 0 +189 172 82 +213 205 98 +148 115 41 +172 139 57 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/10.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/10.pal new file mode 100644 index 000000000..432f42149 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +123 123 131 +189 189 164 +255 255 255 +213 197 74 +213 180 131 +148 115 41 +172 139 57 +213 213 180 +106 139 49 +131 172 74 +164 205 106 +197 255 172 +115 90 57 +255 0 0 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/11.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/11.pal new file mode 100644 index 000000000..8c2460403 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +139 139 139 +189 189 164 +255 255 255 +222 197 74 +230 230 106 +230 222 246 +148 98 123 +197 131 156 +197 164 189 +123 164 189 +131 197 98 +172 238 139 +90 156 57 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/12.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/13.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/14.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/palettes/15.pal b/data/graphics/tilesets/secondary/mystery_events_house/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/mystery_events_house/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/mystery_events_house/tiles.png b/data/graphics/tilesets/secondary/mystery_events_house/tiles.png new file mode 100644 index 000000000..1f5f8639b Binary files /dev/null and b/data/graphics/tilesets/secondary/mystery_events_house/tiles.png differ diff --git a/data/graphics/tilesets/secondary/navel_rock/palettes/00.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/00.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/navel_rock/palettes/01.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/01.pal new file mode 100644 index 000000000..7118dfe7f --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +255 164 90 +255 131 90 +255 98 90 +222 82 82 +131 189 98 diff --git a/data/graphics/tilesets/secondary/navel_rock/palettes/02.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/02.pal new file mode 100644 index 000000000..833a3188b --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +189 123 98 +164 98 90 +123 82 82 +0 0 0 +0 0 0 +0 0 0 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/navel_rock/palettes/03.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/03.pal new file mode 100644 index 000000000..1fc912fe3 --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +222 230 238 +197 213 213 +172 197 189 +156 180 172 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +131 189 98 diff --git a/data/graphics/tilesets/secondary/navel_rock/palettes/04.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/navel_rock/palettes/05.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/navel_rock/palettes/06.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/06.pal new file mode 100644 index 000000000..296e8f3b1 --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 131 123 +255 230 156 +230 197 139 +205 172 123 +172 139 106 +148 106 90 +115 74 57 +82 41 49 +255 255 255 +255 189 197 +255 65 106 +180 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/navel_rock/palettes/07.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/07.pal new file mode 100644 index 000000000..1175103d3 --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +255 230 230 +230 205 205 +197 164 156 +156 123 123 +115 90 82 +90 65 57 +255 255 255 +123 205 255 +57 123 255 +0 41 255 +255 189 197 +255 65 106 +180 0 0 +49 8 49 diff --git a/data/graphics/tilesets/secondary/navel_rock/palettes/08.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/08.pal new file mode 100644 index 000000000..235e69488 --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +205 205 164 +172 172 139 +148 139 115 +115 115 74 +255 115 65 +230 115 65 +180 98 90 +164 82 82 +205 49 0 +148 49 0 +246 24 24 +246 148 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/navel_rock/palettes/09.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/09.pal new file mode 100644 index 000000000..53f3c1208 --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 82 164 +255 255 255 +255 255 230 +255 255 197 +230 230 172 +205 205 139 +172 172 115 +131 123 57 +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/graphics/tilesets/secondary/navel_rock/palettes/10.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/10.pal new file mode 100644 index 000000000..2a77b3f10 --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 82 164 +255 255 205 +222 222 172 +189 189 139 +164 164 115 +156 156 98 +131 131 65 +74 82 32 +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/graphics/tilesets/secondary/navel_rock/palettes/11.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/11.pal new file mode 100644 index 000000000..7811abf04 --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 82 164 +205 205 148 +180 180 123 +148 148 90 +123 131 74 +98 98 49 +65 65 16 +24 32 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/graphics/tilesets/secondary/navel_rock/palettes/12.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/navel_rock/palettes/13.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/navel_rock/palettes/14.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/navel_rock/palettes/15.pal b/data/graphics/tilesets/secondary/navel_rock/palettes/15.pal new file mode 100644 index 000000000..180232d6e --- /dev/null +++ b/data/graphics/tilesets/secondary/navel_rock/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +222 238 255 +189 230 255 +172 222 255 +156 213 246 +123 189 238 +0 148 255 +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/graphics/tilesets/secondary/navel_rock/tiles.png b/data/graphics/tilesets/secondary/navel_rock/tiles.png new file mode 100644 index 000000000..06d8065f1 Binary files /dev/null and b/data/graphics/tilesets/secondary/navel_rock/tiles.png differ diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/00.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/00.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/01.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/01.pal new file mode 100644 index 000000000..7118dfe7f --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +255 164 90 +255 131 90 +255 98 90 +222 82 82 +131 189 98 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/02.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/02.pal new file mode 100644 index 000000000..833a3188b --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +189 123 98 +164 98 90 +123 82 82 +0 0 0 +0 0 0 +0 0 0 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/03.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/03.pal new file mode 100644 index 000000000..1fc912fe3 --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +222 230 238 +197 213 213 +172 197 189 +156 180 172 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +131 189 98 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/04.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/05.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/06.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/06.pal new file mode 100644 index 000000000..cee1f5d12 --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +197 205 246 +148 164 238 +98 123 230 +255 246 222 +238 222 172 +222 205 123 +205 156 65 +213 230 255 +172 205 255 +131 180 255 +98 164 255 +82 148 238 +139 205 172 +41 65 90 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/07.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/07.pal new file mode 100644 index 000000000..6b5e56bf3 --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +180 189 222 +106 123 189 +32 57 164 +255 205 213 +255 180 172 +255 156 131 +255 139 90 +205 205 205 +164 164 164 +123 123 123 +82 82 82 +41 41 41 +222 205 123 +41 65 90 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/08.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/08.pal new file mode 100644 index 000000000..4fde273b1 --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +213 246 213 +164 213 197 +123 189 180 +74 164 164 +32 139 148 +0 106 115 +0 0 0 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/09.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/09.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/10.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/11.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/12.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/13.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/14.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/palettes/15.pal b/data/graphics/tilesets/secondary/oceanic_museum/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/oceanic_museum/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/oceanic_museum/tiles.png b/data/graphics/tilesets/secondary/oceanic_museum/tiles.png new file mode 100644 index 000000000..25a20d586 Binary files /dev/null and b/data/graphics/tilesets/secondary/oceanic_museum/tiles.png differ diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/00.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/00.pal new file mode 100644 index 000000000..b330eaff8 --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/01.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/02.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/03.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/03.pal new file mode 100644 index 000000000..3760ac903 --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/04.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/04.pal new file mode 100644 index 000000000..2eeaba630 --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/05.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/06.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/06.pal new file mode 100644 index 000000000..07383f797 --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +197 172 156 +172 139 131 +156 115 106 +123 98 90 +131 131 164 +98 98 123 +65 74 106 +41 49 90 +164 131 90 +172 139 98 +197 172 98 +205 197 246 +115 115 148 +148 148 172 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/07.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/07.pal new file mode 100644 index 000000000..d7a002d31 --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 230 156 +230 197 139 +205 172 123 +164 139 115 +131 106 106 +90 74 82 +65 41 65 +255 255 255 +197 238 255 +156 213 246 +115 189 238 +82 164 230 +41 139 222 +8 123 213 +49 8 49 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/08.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/08.pal new file mode 100644 index 000000000..cb0664b99 --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +222 230 238 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +65 74 106 +32 32 82 +238 230 164 +238 197 98 +205 156 57 +164 123 24 +106 57 41 +0 0 0 +82 106 213 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/09.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/09.pal new file mode 100644 index 000000000..780f5b0ab --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +222 230 164 +180 189 123 +156 164 98 +131 139 74 +90 98 41 +98 98 123 +65 74 106 +32 32 82 +238 230 164 +238 197 98 +205 156 57 +164 123 24 +131 82 49 +131 131 139 +82 106 213 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/10.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/10.pal new file mode 100644 index 000000000..a67be9e1e --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +222 230 238 +172 197 230 +139 164 222 +106 131 213 +65 74 189 +49 49 172 +32 32 82 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +123 82 82 +82 49 65 +82 106 213 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/11.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/12.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/13.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/14.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pacifidlog/palettes/15.pal b/data/graphics/tilesets/secondary/pacifidlog/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/pacifidlog/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pacifidlog/tiles.png b/data/graphics/tilesets/secondary/pacifidlog/tiles.png new file mode 100644 index 000000000..496232735 Binary files /dev/null and b/data/graphics/tilesets/secondary/pacifidlog/tiles.png differ diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/00.pal b/data/graphics/tilesets/secondary/petalburg/palettes/00.pal new file mode 100644 index 000000000..b330eaff8 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/01.pal b/data/graphics/tilesets/secondary/petalburg/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/02.pal b/data/graphics/tilesets/secondary/petalburg/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/03.pal b/data/graphics/tilesets/secondary/petalburg/palettes/03.pal new file mode 100644 index 000000000..3760ac903 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/04.pal b/data/graphics/tilesets/secondary/petalburg/palettes/04.pal new file mode 100644 index 000000000..2eeaba630 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/05.pal b/data/graphics/tilesets/secondary/petalburg/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/06.pal b/data/graphics/tilesets/secondary/petalburg/palettes/06.pal new file mode 100644 index 000000000..b893aa09e --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +230 222 222 +213 213 197 +189 197 172 +131 131 139 +98 106 123 +65 74 106 +41 49 90 +164 213 230 +106 189 197 +230 222 156 +205 197 123 +180 164 123 +164 139 98 +115 197 164 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/07.pal b/data/graphics/tilesets/secondary/petalburg/palettes/07.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/08.pal b/data/graphics/tilesets/secondary/petalburg/palettes/08.pal new file mode 100644 index 000000000..7a3033a07 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +213 222 172 +189 205 172 +189 189 131 +164 172 123 +131 131 139 +98 106 123 +65 74 106 +41 49 90 +164 213 230 +106 189 197 +238 238 246 +205 213 238 +156 156 180 +115 172 57 +115 197 164 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/09.pal b/data/graphics/tilesets/secondary/petalburg/palettes/09.pal new file mode 100644 index 000000000..c4a6e250a --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +238 230 205 +213 205 148 +205 180 123 +172 139 123 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +156 205 246 +98 156 238 +255 230 180 +255 189 172 +246 164 131 +205 139 106 +115 197 164 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/10.pal b/data/graphics/tilesets/secondary/petalburg/palettes/10.pal new file mode 100644 index 000000000..266c8f30e --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +230 222 222 +213 213 197 +189 197 172 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +156 205 246 +98 156 238 +255 230 123 +222 172 115 +189 139 115 +156 106 115 +115 197 164 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/11.pal b/data/graphics/tilesets/secondary/petalburg/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/12.pal b/data/graphics/tilesets/secondary/petalburg/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/13.pal b/data/graphics/tilesets/secondary/petalburg/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/14.pal b/data/graphics/tilesets/secondary/petalburg/palettes/14.pal new file mode 100644 index 000000000..955aa8cad --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +255 205 123 +222 172 115 +189 139 115 +156 106 115 +115 197 164 +230 213 189 +205 180 172 +180 148 164 +156 123 156 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg/palettes/15.pal b/data/graphics/tilesets/secondary/petalburg/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg/tiles.png b/data/graphics/tilesets/secondary/petalburg/tiles.png new file mode 100644 index 000000000..97e8bf187 Binary files /dev/null and b/data/graphics/tilesets/secondary/petalburg/tiles.png differ diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/00.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/00.pal new file mode 100644 index 000000000..7dca002cc --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +115 197 164 +115 197 164 +115 197 164 +115 197 164 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 197 164 +115 197 164 +115 197 164 +115 197 164 +115 197 164 +115 197 164 +115 197 164 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/01.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/01.pal new file mode 100644 index 000000000..cfc40debd --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +123 123 131 +255 230 123 +230 197 98 +213 164 74 +246 246 205 +230 230 180 +213 222 156 +180 222 255 +123 197 246 +82 172 246 +246 246 65 +222 222 16 +255 172 172 +238 115 115 +255 255 255 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/02.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/02.pal new file mode 100644 index 000000000..6855a2cc5 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +123 123 131 +222 148 98 +189 115 65 +156 82 32 +0 0 0 +0 0 0 +172 222 255 +123 197 246 +255 172 172 +255 98 98 +213 213 213 +172 172 172 +65 238 65 +32 189 32 +255 255 255 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/03.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/03.pal new file mode 100644 index 000000000..52b6553ba --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/04.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/04.pal new file mode 100644 index 000000000..eeab76954 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/05.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/05.pal new file mode 100644 index 000000000..eeab76954 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/06.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/06.pal new file mode 100644 index 000000000..329e95dba --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +98 98 123 +189 189 205 +255 255 255 +139 74 41 +172 106 65 +205 139 98 +222 172 123 +255 213 156 +246 164 74 +230 230 180 +246 246 205 +139 139 164 +106 180 230 +180 213 238 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/07.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/07.pal new file mode 100644 index 000000000..a6f376061 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +98 98 123 +189 189 205 +255 255 255 +230 230 180 +246 246 205 +24 123 24 +49 180 74 +98 74 148 +131 106 197 +189 74 49 +255 106 49 +205 180 82 +230 205 115 +246 230 131 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/08.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/08.pal new file mode 100644 index 000000000..a22a9b402 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +98 98 123 +189 189 205 +255 255 255 +230 230 180 +246 246 205 +49 82 172 +74 106 222 +255 255 0 +255 255 0 +255 255 0 +255 255 0 +255 255 0 +255 255 0 +255 255 0 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/09.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/09.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/10.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/11.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/12.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/13.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/14.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/palettes/15.pal b/data/graphics/tilesets/secondary/petalburg_gym/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/petalburg_gym/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/petalburg_gym/tiles.png b/data/graphics/tilesets/secondary/petalburg_gym/tiles.png new file mode 100644 index 000000000..8c996f701 Binary files /dev/null and b/data/graphics/tilesets/secondary/petalburg_gym/tiles.png differ diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/00.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/01.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/02.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/03.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/04.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/05.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/06.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/06.pal new file mode 100644 index 000000000..293f40178 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +148 148 148 +205 205 197 +255 255 255 +189 82 32 +222 123 49 +246 180 115 +255 230 180 +205 197 139 +238 222 164 +246 238 189 +255 255 197 +131 180 213 +255 255 0 +148 156 189 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/07.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/07.pal new file mode 100644 index 000000000..77df14e7d --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +148 148 164 +189 189 164 +255 255 255 +148 131 164 +180 172 222 +230 230 180 +222 156 98 +246 106 74 +255 255 197 +197 90 41 +106 115 57 +255 74 0 +139 222 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/08.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/08.pal new file mode 100644 index 000000000..65892aa52 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +189 148 49 +156 115 90 +197 238 148 +156 197 74 +106 164 41 +197 222 205 +139 180 172 +172 205 180 +0 0 0 +255 98 49 +238 222 164 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/09.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/09.pal new file mode 100644 index 000000000..151c0cfbd --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +255 222 65 +197 164 24 +255 172 123 +213 115 98 +255 213 172 +255 238 156 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/10.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/11.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/11.pal new file mode 100644 index 000000000..85f766945 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 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 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/12.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/13.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/14.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/14.pal new file mode 100644 index 000000000..7635ad673 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +255 0 255 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/pokemon_center/palettes/15.pal b/data/graphics/tilesets/secondary/pokemon_center/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_center/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_center/tiles.png b/data/graphics/tilesets/secondary/pokemon_center/tiles.png new file mode 100644 index 000000000..826da07bf Binary files /dev/null and b/data/graphics/tilesets/secondary/pokemon_center/tiles.png differ diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/00.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/00.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/01.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/01.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/02.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/02.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/03.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/03.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/04.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/04.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/05.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/05.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/06.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/06.pal new file mode 100644 index 000000000..b450b87c3 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +123 156 255 +98 131 230 +74 106 213 +222 230 238 +189 213 238 +156 172 222 +230 197 106 +213 164 74 +164 131 65 +230 230 255 +205 205 255 +65 98 164 +131 131 131 +255 255 255 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/07.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/07.pal new file mode 100644 index 000000000..486d28959 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +255 213 164 +246 189 131 +205 164 106 +189 230 115 +164 197 98 +106 164 57 +230 222 156 +213 164 74 +139 106 65 +205 205 205 +139 139 139 +255 255 180 +213 213 65 +255 255 255 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/08.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/08.pal new file mode 100644 index 000000000..85e40f5f9 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +0 0 0 +0 0 0 +0 0 0 +230 238 255 +205 230 255 +180 222 255 +255 222 131 +222 164 98 +189 123 90 +246 246 139 +0 0 0 +0 0 0 +139 139 139 +255 255 255 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/09.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/09.pal new file mode 100644 index 000000000..62ce002f5 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +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 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/10.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/10.pal new file mode 100644 index 000000000..62ce002f5 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +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 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/11.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/11.pal new file mode 100644 index 000000000..62ce002f5 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +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 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/12.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/12.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/13.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/13.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/14.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/14.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/palettes/15.pal b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/15.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_day_care/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_day_care/tiles.png b/data/graphics/tilesets/secondary/pokemon_day_care/tiles.png new file mode 100644 index 000000000..eab49af32 Binary files /dev/null and b/data/graphics/tilesets/secondary/pokemon_day_care/tiles.png differ diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/00.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/01.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/02.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/03.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/04.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/05.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/06.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/06.pal new file mode 100644 index 000000000..97d3f20bd --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +156 156 139 +164 148 65 +213 164 106 +230 213 131 +246 238 205 +0 0 0 +197 189 123 +222 213 139 +246 238 180 +238 205 172 +205 205 213 +255 148 131 +255 255 115 +156 197 230 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/07.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/07.pal new file mode 100644 index 000000000..4172436d0 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +246 246 255 +205 197 213 +156 156 164 +222 230 255 +172 205 213 +156 189 172 +189 230 148 +139 205 123 +106 131 98 +238 131 106 +205 106 106 +255 246 41 +255 205 148 +189 197 115 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/08.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/08.pal new file mode 100644 index 000000000..7fd087b3b --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +172 172 189 +222 213 205 +238 238 238 +123 139 74 +148 205 98 +205 246 123 +255 238 230 +222 222 189 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/09.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/09.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/10.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/11.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/12.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/13.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/14.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/15.pal b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_fan_club/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_fan_club/tiles.png b/data/graphics/tilesets/secondary/pokemon_fan_club/tiles.png new file mode 100644 index 000000000..2714292f0 Binary files /dev/null and b/data/graphics/tilesets/secondary/pokemon_fan_club/tiles.png differ diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/00.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/01.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/02.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/03.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/04.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/05.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/06.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/06.pal new file mode 100644 index 000000000..32de19f7a --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +246 180 131 +164 164 148 +197 197 189 +222 222 222 +238 164 106 +205 139 98 +115 172 106 +238 238 189 +255 255 255 +172 213 197 +205 238 238 +172 213 246 +213 213 156 +172 172 189 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/07.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/07.pal new file mode 100644 index 000000000..6be64b12d --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +65 74 106 +246 189 123 +246 246 230 +115 164 98 +139 189 115 +230 180 41 +197 148 8 +180 115 32 +222 222 131 +180 180 90 +238 238 180 +0 0 0 +0 0 0 +197 197 197 +115 115 131 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/08.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/08.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/09.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/09.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/10.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/11.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/12.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/13.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/14.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/palettes/15.pal b/data/graphics/tilesets/secondary/pokemon_school/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/pokemon_school/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pokemon_school/tiles.png b/data/graphics/tilesets/secondary/pokemon_school/tiles.png new file mode 100644 index 000000000..3c8c4dffe Binary files /dev/null and b/data/graphics/tilesets/secondary/pokemon_school/tiles.png differ diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/00.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/00.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/01.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/01.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/02.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/02.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/03.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/03.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/04.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/04.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/05.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/05.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/06.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/06.pal new file mode 100644 index 000000000..8b20df7fe --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +156 213 156 +98 156 98 +74 123 65 +197 57 49 +246 106 98 +230 164 74 +180 115 65 +139 82 82 +213 213 230 +180 172 180 +255 255 189 +230 230 139 +189 189 148 +238 246 255 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/07.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/07.pal new file mode 100644 index 000000000..2646e3550 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +156 213 156 +98 156 98 +65 98 65 +255 197 205 +238 123 131 +131 180 255 +65 115 213 +255 255 49 +189 189 0 +255 222 164 +222 139 82 +205 205 213 +164 164 172 +255 255 255 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/08.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/08.pal new file mode 100644 index 000000000..62ce002f5 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +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 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/09.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/09.pal new file mode 100644 index 000000000..62ce002f5 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +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 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/10.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/10.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/11.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/11.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/12.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/12.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/13.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/13.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/14.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/14.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/15.pal b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/15.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/pretty_petal_flower_shop/tiles.png b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/tiles.png new file mode 100644 index 000000000..7a9e44935 Binary files /dev/null and b/data/graphics/tilesets/secondary/pretty_petal_flower_shop/tiles.png differ diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/00.pal b/data/graphics/tilesets/secondary/rustboro/palettes/00.pal new file mode 100644 index 000000000..72c278d4a --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/01.pal b/data/graphics/tilesets/secondary/rustboro/palettes/01.pal new file mode 100644 index 000000000..910d7f0a1 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/02.pal b/data/graphics/tilesets/secondary/rustboro/palettes/02.pal new file mode 100644 index 000000000..cfdd4a65f --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/03.pal b/data/graphics/tilesets/secondary/rustboro/palettes/03.pal new file mode 100644 index 000000000..a43bc0261 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/04.pal b/data/graphics/tilesets/secondary/rustboro/palettes/04.pal new file mode 100644 index 000000000..87ee0d004 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/05.pal b/data/graphics/tilesets/secondary/rustboro/palettes/05.pal new file mode 100644 index 000000000..5e1c48361 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/06.pal b/data/graphics/tilesets/secondary/rustboro/palettes/06.pal new file mode 100644 index 000000000..955b1d21a --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/07.pal b/data/graphics/tilesets/secondary/rustboro/palettes/07.pal new file mode 100644 index 000000000..d34af89f8 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 213 189 +180 180 148 +156 156 123 +255 255 255 +238 238 213 +205 205 164 +189 189 131 +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/graphics/tilesets/secondary/rustboro/palettes/08.pal b/data/graphics/tilesets/secondary/rustboro/palettes/08.pal new file mode 100644 index 000000000..e0fa4349b --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +238 238 213 +205 205 164 +189 189 131 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +205 213 230 +139 180 213 +205 238 189 +164 205 172 +139 189 139 +123 164 74 +115 197 164 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/09.pal b/data/graphics/tilesets/secondary/rustboro/palettes/09.pal new file mode 100644 index 000000000..0e9d799f8 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +230 205 148 +197 172 115 +180 156 98 +164 115 82 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +180 189 238 +123 172 205 +238 230 164 +205 205 115 +189 189 82 +172 156 57 +115 197 164 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/10.pal b/data/graphics/tilesets/secondary/rustboro/palettes/10.pal new file mode 100644 index 000000000..6f0bfa7ee --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +222 222 222 +172 180 189 +139 148 156 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +197 222 238 +156 180 213 +131 180 180 +148 197 197 +0 0 0 +0 0 0 +115 197 164 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/11.pal b/data/graphics/tilesets/secondary/rustboro/palettes/11.pal new file mode 100644 index 000000000..d4978f176 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 213 189 +180 180 148 +156 156 123 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +205 213 230 +139 180 213 +238 230 189 +222 213 172 +189 172 106 +172 148 98 +115 197 164 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/12.pal b/data/graphics/tilesets/secondary/rustboro/palettes/12.pal new file mode 100644 index 000000000..6b0281bd6 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/13.pal b/data/graphics/tilesets/secondary/rustboro/palettes/13.pal new file mode 100644 index 000000000..6b0281bd6 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/14.pal b/data/graphics/tilesets/secondary/rustboro/palettes/14.pal new file mode 100644 index 000000000..6b0281bd6 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro/palettes/15.pal b/data/graphics/tilesets/secondary/rustboro/palettes/15.pal new file mode 100644 index 000000000..5ce654cf6 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro/tiles.png b/data/graphics/tilesets/secondary/rustboro/tiles.png new file mode 100644 index 000000000..8cea2a4d9 Binary files /dev/null and b/data/graphics/tilesets/secondary/rustboro/tiles.png differ diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/00.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/00.pal new file mode 100644 index 000000000..aff8be6e7 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +222 213 82 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/01.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/01.pal new file mode 100644 index 000000000..e407feb31 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/02.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/02.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/03.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/03.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/04.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/04.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/05.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/05.pal new file mode 100644 index 000000000..10cb13e88 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/06.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/06.pal new file mode 100644 index 000000000..c39396a39 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 164 +255 255 255 +0 0 255 +189 189 172 +213 213 205 +230 230 230 +205 156 82 +222 189 123 +238 230 164 +205 123 106 +172 148 148 +213 164 164 +255 213 213 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/07.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/07.pal new file mode 100644 index 000000000..2ad3352c0 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 164 +255 255 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +115 189 156 +131 156 148 +131 205 172 +180 238 205 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/08.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/08.pal new file mode 100644 index 000000000..0fed412b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 164 +255 255 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 +0 0 255 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/09.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/09.pal new file mode 100644 index 000000000..8ee0ee9ef --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/10.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/11.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/12.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/13.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/14.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/palettes/15.pal b/data/graphics/tilesets/secondary/rustboro_gym/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rustboro_gym/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rustboro_gym/tiles.png b/data/graphics/tilesets/secondary/rustboro_gym/tiles.png new file mode 100644 index 000000000..bfdc07c07 Binary files /dev/null and b/data/graphics/tilesets/secondary/rustboro_gym/tiles.png differ diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/00.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/00.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/01.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/01.pal new file mode 100644 index 000000000..7118dfe7f --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +255 164 90 +255 131 90 +255 98 90 +222 82 82 +131 189 98 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/02.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/02.pal new file mode 100644 index 000000000..833a3188b --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +189 123 98 +164 98 90 +123 82 82 +0 0 0 +0 0 0 +0 0 0 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/03.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/03.pal new file mode 100644 index 000000000..1fc912fe3 --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +197 213 213 +222 230 238 +197 213 213 +172 197 189 +156 180 172 +148 115 131 +230 106 189 +57 74 123 +41 49 90 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +131 189 98 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/04.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/05.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/06.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/06.pal new file mode 100644 index 000000000..aba51c414 --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +222 148 115 +222 238 156 +180 197 106 +156 172 82 +131 148 57 +106 123 32 +82 98 8 +57 74 0 +197 230 213 +148 205 164 +115 197 131 +90 172 98 +90 131 90 +82 98 90 +49 65 57 +49 8 49 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/07.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/07.pal new file mode 100644 index 000000000..20b365ccf --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +222 148 115 +197 255 213 +164 246 172 +115 230 131 +57 213 65 +49 172 49 +65 139 0 +0 82 0 +255 255 255 +197 238 255 +156 213 246 +115 189 238 +82 164 230 +41 139 222 +8 123 213 +49 8 49 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/08.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/08.pal new file mode 100644 index 000000000..81f64d446 --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +222 148 115 +255 230 156 +230 197 139 +205 172 123 +180 148 115 +156 115 98 +131 90 82 +82 41 49 +255 255 255 +197 238 255 +156 213 246 +115 189 238 +82 164 230 +41 139 222 +8 123 213 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/09.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/09.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/10.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/11.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/12.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/13.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/14.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/15.pal b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/rusturf_tunnel/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/rusturf_tunnel/tiles.png b/data/graphics/tilesets/secondary/rusturf_tunnel/tiles.png new file mode 100644 index 000000000..dc947bcc5 Binary files /dev/null and b/data/graphics/tilesets/secondary/rusturf_tunnel/tiles.png differ diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/00.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/00.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/01.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/01.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/02.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/02.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/03.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/03.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/04.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/04.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/05.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/05.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/06.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/06.pal new file mode 100644 index 000000000..03079aaf7 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +255 230 123 +230 197 98 +189 156 74 +246 246 205 +230 230 180 +197 205 148 +180 222 255 +123 197 180 +82 172 148 +180 180 139 +0 0 0 +0 0 0 +131 131 139 +255 255 255 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/07.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/07.pal new file mode 100644 index 000000000..977ac0fdd --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +222 172 98 +180 139 90 +139 106 82 +0 0 0 +0 0 0 +172 222 255 +123 197 246 +255 172 172 +255 98 98 +213 213 213 +172 172 172 +65 238 65 +32 189 32 +255 255 255 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/08.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/08.pal new file mode 100644 index 000000000..472744a79 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +131 131 139 +197 197 123 +0 98 246 +246 197 57 +230 230 180 +197 156 65 +180 222 255 +123 180 180 +82 123 148 +255 238 49 +197 189 82 +255 172 172 +205 115 131 +255 255 255 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/09.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/09.pal new file mode 100644 index 000000000..62ce002f5 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +65 74 106 +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 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/10.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/10.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/11.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/11.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/12.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/12.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/13.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/13.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/14.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/14.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/seashore_house/palettes/15.pal b/data/graphics/tilesets/secondary/seashore_house/palettes/15.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/seashore_house/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/seashore_house/tiles.png b/data/graphics/tilesets/secondary/seashore_house/tiles.png new file mode 100644 index 000000000..695f83037 Binary files /dev/null and b/data/graphics/tilesets/secondary/seashore_house/tiles.png differ diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/00.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/00.pal new file mode 100644 index 000000000..c1c000b48 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/01.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/01.pal new file mode 100644 index 000000000..49b51f782 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +238 115 106 +197 65 65 +106 123 180 +172 222 90 +131 90 164 +255 213 32 +255 189 90 +156 197 246 +255 180 213 +213 139 172 +213 197 82 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/02.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/02.pal new file mode 100644 index 000000000..ddd4db20a --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +230 123 131 +189 74 82 +156 41 49 +189 222 255 +255 197 246 +230 156 205 +213 115 164 +123 164 123 +82 115 82 +213 197 139 +148 131 65 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/03.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/03.pal new file mode 100644 index 000000000..84cab30c7 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +238 238 98 +205 205 82 +156 156 49 +189 222 255 +180 197 255 +148 164 213 +115 131 180 +246 230 106 +205 180 32 +197 156 82 +148 106 41 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/04.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/04.pal new file mode 100644 index 000000000..c62b7b67f --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +156 197 246 +106 148 205 +65 115 172 +189 222 255 +255 180 82 +230 139 49 +205 98 16 +205 148 255 +57 57 57 +148 148 156 +98 98 98 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/05.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/05.pal new file mode 100644 index 000000000..12403d988 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +213 197 139 +180 164 98 +148 131 65 +123 98 32 +255 213 90 +106 189 255 +255 123 172 +164 222 115 +131 172 82 +139 189 139 +98 148 98 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/06.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/06.pal new file mode 100644 index 000000000..4ca4ce835 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +82 82 82 +156 197 197 +123 164 164 +98 139 139 +74 115 115 +255 222 131 +222 189 98 +189 156 65 +156 123 32 +24 24 24 +82 82 82 +115 115 115 +189 197 164 +246 230 164 +255 255 255 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/07.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/07.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/08.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/08.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/09.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/09.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/10.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/10.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/11.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/11.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/12.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/12.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/13.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/13.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/14.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/14.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/15.pal b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/15.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/blue_cave/tiles.png b/data/graphics/tilesets/secondary/secret_base/blue_cave/tiles.png new file mode 100644 index 000000000..207e8d845 Binary files /dev/null and b/data/graphics/tilesets/secondary/secret_base/blue_cave/tiles.png differ diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/00.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/00.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/01.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/01.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/02.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/02.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/03.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/03.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/04.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/04.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/05.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/05.pal new file mode 100644 index 000000000..3fa694cda --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +24 24 24 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/06.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/06.pal new file mode 100644 index 000000000..55722534b --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +90 82 65 +205 197 164 +172 164 131 +148 139 106 +115 106 82 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +82 82 82 +115 115 115 +213 213 156 +255 246 139 +255 255 255 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/07.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/07.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/08.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/08.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/09.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/09.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/10.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/10.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/11.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/11.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/12.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/12.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/13.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/13.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/14.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/14.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/15.pal b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/15.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/brown_cave/tiles.png b/data/graphics/tilesets/secondary/secret_base/brown_cave/tiles.png new file mode 100644 index 000000000..7888f8cc2 Binary files /dev/null and b/data/graphics/tilesets/secondary/secret_base/brown_cave/tiles.png differ diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/00.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/00.pal new file mode 100644 index 000000000..c1c000b48 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/01.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/01.pal new file mode 100644 index 000000000..49b51f782 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +238 115 106 +197 65 65 +106 123 180 +172 222 90 +131 90 164 +255 213 32 +255 189 90 +156 197 246 +255 180 213 +213 139 172 +213 197 82 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/02.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/02.pal new file mode 100644 index 000000000..ddd4db20a --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +230 123 131 +189 74 82 +156 41 49 +189 222 255 +255 197 246 +230 156 205 +213 115 164 +123 164 123 +82 115 82 +213 197 139 +148 131 65 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/03.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/03.pal new file mode 100644 index 000000000..84cab30c7 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +238 238 98 +205 205 82 +156 156 49 +189 222 255 +180 197 255 +148 164 213 +115 131 180 +246 230 106 +205 180 32 +197 156 82 +148 106 41 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/04.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/04.pal new file mode 100644 index 000000000..c62b7b67f --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +156 197 246 +106 148 205 +65 115 172 +189 222 255 +255 180 82 +230 139 49 +205 98 16 +205 148 255 +57 57 57 +148 148 156 +98 98 98 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/05.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/05.pal new file mode 100644 index 000000000..12403d988 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +213 197 139 +180 164 98 +148 131 65 +123 98 32 +255 213 90 +106 189 255 +255 123 172 +164 222 115 +131 172 82 +139 189 139 +98 148 98 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/06.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/06.pal new file mode 100644 index 000000000..f6bd21771 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +65 65 65 +213 172 139 +180 139 115 +156 106 90 +131 82 65 +213 213 213 +180 180 180 +148 148 148 +115 115 115 +24 24 24 +82 82 82 +115 115 115 +230 205 139 +255 246 139 +255 255 255 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/07.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/07.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/08.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/08.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/09.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/09.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/10.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/10.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/11.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/11.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/12.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/12.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/13.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/13.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/14.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/14.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/15.pal b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/15.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/red_cave/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/red_cave/tiles.png b/data/graphics/tilesets/secondary/secret_base/red_cave/tiles.png new file mode 100644 index 000000000..5c21865e2 Binary files /dev/null and b/data/graphics/tilesets/secondary/secret_base/red_cave/tiles.png differ diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/00.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/00.pal new file mode 100644 index 000000000..c1c000b48 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/01.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/01.pal new file mode 100644 index 000000000..49b51f782 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +238 115 106 +197 65 65 +106 123 180 +172 222 90 +131 90 164 +255 213 32 +255 189 90 +156 197 246 +255 180 213 +213 139 172 +213 197 82 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/02.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/02.pal new file mode 100644 index 000000000..ddd4db20a --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +230 123 131 +189 74 82 +156 41 49 +189 222 255 +255 197 246 +230 156 205 +213 115 164 +123 164 123 +82 115 82 +213 197 139 +148 131 65 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/03.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/03.pal new file mode 100644 index 000000000..84cab30c7 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +238 238 98 +205 205 82 +156 156 49 +189 222 255 +180 197 255 +148 164 213 +115 131 180 +246 230 106 +205 180 32 +197 156 82 +148 106 41 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/04.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/04.pal new file mode 100644 index 000000000..c62b7b67f --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +156 197 246 +106 148 205 +65 115 172 +189 222 255 +255 180 82 +230 139 49 +205 98 16 +205 148 255 +57 57 57 +148 148 156 +98 98 98 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/05.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/05.pal new file mode 100644 index 000000000..12403d988 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +213 197 139 +180 164 98 +148 131 65 +123 98 32 +255 213 90 +106 189 255 +255 123 172 +164 222 115 +131 172 82 +139 189 139 +98 148 98 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/06.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/06.pal new file mode 100644 index 000000000..a7a615c96 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +82 82 82 +180 238 139 +139 197 98 +98 156 57 +65 106 49 +222 189 98 +189 156 74 +156 123 49 +123 90 32 +24 24 24 +82 82 82 +115 115 115 +238 213 131 +255 238 172 +255 255 255 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/07.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/07.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/08.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/08.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/09.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/09.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/10.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/10.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/11.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/11.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/12.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/12.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/13.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/13.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/14.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/14.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/palettes/15.pal b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/15.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/shrub/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/shrub/tiles.png b/data/graphics/tilesets/secondary/secret_base/shrub/tiles.png new file mode 100644 index 000000000..2e0a6d028 Binary files /dev/null and b/data/graphics/tilesets/secondary/secret_base/shrub/tiles.png differ diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/00.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/00.pal new file mode 100644 index 000000000..c1c000b48 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/01.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/01.pal new file mode 100644 index 000000000..49b51f782 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +238 115 106 +197 65 65 +106 123 180 +172 222 90 +131 90 164 +255 213 32 +255 189 90 +156 197 246 +255 180 213 +213 139 172 +213 197 82 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/02.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/02.pal new file mode 100644 index 000000000..ddd4db20a --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +230 123 131 +189 74 82 +156 41 49 +189 222 255 +255 197 246 +230 156 205 +213 115 164 +123 164 123 +82 115 82 +213 197 139 +148 131 65 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/03.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/03.pal new file mode 100644 index 000000000..84cab30c7 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +238 238 98 +205 205 82 +156 156 49 +189 222 255 +180 197 255 +148 164 213 +115 131 180 +246 230 106 +205 180 32 +197 156 82 +148 106 41 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/04.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/04.pal new file mode 100644 index 000000000..c62b7b67f --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +156 197 246 +106 148 205 +65 115 172 +189 222 255 +255 180 82 +230 139 49 +205 98 16 +205 148 255 +57 57 57 +148 148 156 +98 98 98 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/05.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/05.pal new file mode 100644 index 000000000..12403d988 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +213 197 139 +180 164 98 +148 131 65 +123 98 32 +255 213 90 +106 189 255 +255 123 172 +164 222 115 +131 172 82 +139 189 139 +98 148 98 +82 82 82 +115 115 115 +189 189 197 +238 238 255 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/06.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/06.pal new file mode 100644 index 000000000..d316392c2 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +82 82 82 +148 230 148 +106 189 115 +65 148 90 +16 98 49 +189 156 65 +156 123 49 +131 98 41 +106 74 32 +24 24 24 +82 82 82 +115 115 115 +222 197 115 +255 238 172 +255 255 255 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/07.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/07.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/08.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/08.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/09.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/09.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/10.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/10.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/11.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/11.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/12.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/12.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/13.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/13.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/14.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/14.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/palettes/15.pal b/data/graphics/tilesets/secondary/secret_base/tree/palettes/15.pal new file mode 100644 index 000000000..8438631aa --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/tree/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 +24 24 24 diff --git a/data/graphics/tilesets/secondary/secret_base/tree/tiles.png b/data/graphics/tilesets/secondary/secret_base/tree/tiles.png new file mode 100644 index 000000000..83ddd6144 Binary files /dev/null and b/data/graphics/tilesets/secondary/secret_base/tree/tiles.png differ diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/00.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/00.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/01.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/01.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/02.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/02.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/03.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/03.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/04.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/04.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/05.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/05.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/06.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/06.pal new file mode 100644 index 000000000..cd72a1cb0 --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +82 82 82 +222 222 156 +197 197 131 +180 180 106 +164 164 90 +197 172 139 +164 148 123 +139 123 106 +106 98 90 +24 24 24 +82 82 82 +115 115 115 +230 230 90 +255 255 205 +255 255 255 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/07.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/07.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/08.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/08.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/09.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/09.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/10.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/10.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/11.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/11.pal new file mode 100644 index 000000000..d8bf59a3c --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +131 82 65 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/12.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/12.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/13.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/13.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/14.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/14.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/15.pal b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/15.pal new file mode 100644 index 000000000..73ceba3ee --- /dev/null +++ b/data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 180 82 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/secret_base/yellow_cave/tiles.png b/data/graphics/tilesets/secondary/secret_base/yellow_cave/tiles.png new file mode 100644 index 000000000..e8386a804 Binary files /dev/null and b/data/graphics/tilesets/secondary/secret_base/yellow_cave/tiles.png differ diff --git a/data/graphics/tilesets/secondary/shop/palettes/00.pal b/data/graphics/tilesets/secondary/shop/palettes/00.pal new file mode 100644 index 000000000..63aa4eb14 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 24 24 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/shop/palettes/01.pal b/data/graphics/tilesets/secondary/shop/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/shop/palettes/02.pal b/data/graphics/tilesets/secondary/shop/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/shop/palettes/03.pal b/data/graphics/tilesets/secondary/shop/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/shop/palettes/04.pal b/data/graphics/tilesets/secondary/shop/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/shop/palettes/05.pal b/data/graphics/tilesets/secondary/shop/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/shop/palettes/06.pal b/data/graphics/tilesets/secondary/shop/palettes/06.pal new file mode 100644 index 000000000..6daa8bd99 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +139 139 139 +180 180 164 +255 255 255 +213 222 213 +164 238 189 +205 255 213 +180 222 139 +156 213 123 +255 164 123 +205 148 123 +131 180 180 +0 0 0 +139 213 222 +205 238 246 diff --git a/data/graphics/tilesets/secondary/shop/palettes/07.pal b/data/graphics/tilesets/secondary/shop/palettes/07.pal new file mode 100644 index 000000000..3f84eac82 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +172 164 189 +222 213 230 +255 255 255 +131 189 164 +139 205 230 +205 230 255 +205 90 82 +255 131 98 +197 197 49 +255 246 57 +139 123 255 +255 213 189 +115 115 189 +0 0 0 diff --git a/data/graphics/tilesets/secondary/shop/palettes/08.pal b/data/graphics/tilesets/secondary/shop/palettes/08.pal new file mode 100644 index 000000000..65892aa52 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +189 148 49 +156 115 90 +197 238 148 +156 197 74 +106 164 41 +197 222 205 +139 180 172 +172 205 180 +0 0 0 +255 98 49 +238 222 164 diff --git a/data/graphics/tilesets/secondary/shop/palettes/09.pal b/data/graphics/tilesets/secondary/shop/palettes/09.pal new file mode 100644 index 000000000..fc737bd42 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +139 139 139 +180 180 164 +255 255 255 +230 156 57 +246 197 57 +205 131 32 +172 90 32 +246 230 115 +98 197 98 +90 148 65 +148 222 115 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/shop/palettes/10.pal b/data/graphics/tilesets/secondary/shop/palettes/10.pal new file mode 100644 index 000000000..327de3d77 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/shop/palettes/11.pal b/data/graphics/tilesets/secondary/shop/palettes/11.pal new file mode 100644 index 000000000..bc29a214b --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +74 74 74 +246 246 230 +230 230 222 +213 213 197 +222 222 164 +255 255 205 +189 189 131 +205 255 205 +172 222 180 +255 197 172 +230 164 131 +148 197 156 +205 156 123 +238 238 139 +98 172 238 diff --git a/data/graphics/tilesets/secondary/shop/palettes/12.pal b/data/graphics/tilesets/secondary/shop/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/shop/palettes/13.pal b/data/graphics/tilesets/secondary/shop/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/shop/palettes/14.pal b/data/graphics/tilesets/secondary/shop/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/shop/palettes/15.pal b/data/graphics/tilesets/secondary/shop/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/shop/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/shop/tiles.png b/data/graphics/tilesets/secondary/shop/tiles.png new file mode 100644 index 000000000..31e3c5319 Binary files /dev/null and b/data/graphics/tilesets/secondary/shop/tiles.png differ diff --git a/data/graphics/tilesets/secondary/slateport/palettes/00.pal b/data/graphics/tilesets/secondary/slateport/palettes/00.pal new file mode 100644 index 000000000..b330eaff8 --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/01.pal b/data/graphics/tilesets/secondary/slateport/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/02.pal b/data/graphics/tilesets/secondary/slateport/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/03.pal b/data/graphics/tilesets/secondary/slateport/palettes/03.pal new file mode 100644 index 000000000..3760ac903 --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/04.pal b/data/graphics/tilesets/secondary/slateport/palettes/04.pal new file mode 100644 index 000000000..2eeaba630 --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/05.pal b/data/graphics/tilesets/secondary/slateport/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/06.pal b/data/graphics/tilesets/secondary/slateport/palettes/06.pal new file mode 100644 index 000000000..0c2d8d3ca --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +230 230 238 +205 205 222 +197 180 222 +123 131 156 +98 98 123 +65 74 106 +41 49 90 +205 205 148 +172 148 90 +222 213 238 +197 180 189 +164 156 164 +131 106 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/07.pal b/data/graphics/tilesets/secondary/slateport/palettes/07.pal new file mode 100644 index 000000000..44fab8f63 --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +213 106 255 +255 156 0 +205 205 222 +148 139 164 +65 74 106 +255 255 222 +222 205 148 +172 164 106 +139 115 74 +238 57 32 +197 82 16 +197 148 57 +230 222 57 +0 213 156 +65 164 115 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/08.pal b/data/graphics/tilesets/secondary/slateport/palettes/08.pal new file mode 100644 index 000000000..61c92b5fd --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +230 230 205 +222 222 180 +189 189 156 +164 156 131 +131 131 90 +115 115 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +189 230 222 +148 213 197 +98 172 180 +98 148 123 +115 197 164 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/09.pal b/data/graphics/tilesets/secondary/slateport/palettes/09.pal new file mode 100644 index 000000000..adf3765e2 --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +246 180 131 +230 139 98 +189 106 82 +123 98 65 +246 230 172 +222 180 115 +197 131 65 +205 222 172 +131 172 123 +238 246 230 +189 197 246 +123 148 246 +82 123 180 +90 115 98 +65 74 106 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/10.pal b/data/graphics/tilesets/secondary/slateport/palettes/10.pal new file mode 100644 index 000000000..d2b04b760 --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +222 205 148 +189 172 82 +156 131 32 +115 106 49 +148 148 156 +98 98 123 +65 74 106 +41 49 90 +238 246 246 +148 205 255 +222 222 189 +90 148 156 +156 197 90 +115 139 65 +115 197 164 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/11.pal b/data/graphics/tilesets/secondary/slateport/palettes/11.pal new file mode 100644 index 000000000..4c25c67ba --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +255 189 139 +246 115 74 +156 82 49 +189 246 197 +148 230 115 +8 139 65 +90 197 238 +98 164 172 +255 230 156 +230 197 65 +65 74 106 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/12.pal b/data/graphics/tilesets/secondary/slateport/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/13.pal b/data/graphics/tilesets/secondary/slateport/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/14.pal b/data/graphics/tilesets/secondary/slateport/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/slateport/palettes/15.pal b/data/graphics/tilesets/secondary/slateport/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/slateport/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/slateport/tiles.png b/data/graphics/tilesets/secondary/slateport/tiles.png new file mode 100644 index 000000000..f89ca2b0c Binary files /dev/null and b/data/graphics/tilesets/secondary/slateport/tiles.png differ diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/00.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/00.pal new file mode 100644 index 000000000..b330eaff8 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/01.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/02.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/03.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/03.pal new file mode 100644 index 000000000..3760ac903 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/04.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/04.pal new file mode 100644 index 000000000..2eeaba630 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/05.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/06.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/06.pal new file mode 100644 index 000000000..b9e93fa5f --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +238 238 213 +222 222 180 +180 180 148 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +0 0 0 +0 0 0 +156 164 156 +123 131 123 +98 106 98 +82 90 82 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/07.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/07.pal new file mode 100644 index 000000000..d3bc3e455 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +0 0 0 +0 0 0 +189 148 139 +156 115 115 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +246 246 246 +246 246 238 +222 222 213 +205 205 189 +172 172 156 +148 148 123 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/08.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/08.pal new file mode 100644 index 000000000..34602b5cf --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +65 90 189 +57 82 164 +41 65 139 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/09.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/09.pal new file mode 100644 index 000000000..97bd65a6c --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +115 189 246 +98 164 222 +90 139 197 +74 123 172 +65 98 148 +57 82 131 +255 255 255 +255 255 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/10.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/10.pal new file mode 100644 index 000000000..6ca963250 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +139 115 106 +115 90 82 +90 65 65 +172 148 139 +0 0 0 +139 115 139 +172 164 222 +246 74 65 +222 74 57 +197 74 49 +172 74 41 +148 74 41 +82 139 197 +74 115 172 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/11.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/11.pal new file mode 100644 index 000000000..e36705237 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/12.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/13.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/14.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis/palettes/15.pal b/data/graphics/tilesets/secondary/sootopolis/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis/tiles.png b/data/graphics/tilesets/secondary/sootopolis/tiles.png new file mode 100644 index 000000000..5e9866821 Binary files /dev/null and b/data/graphics/tilesets/secondary/sootopolis/tiles.png differ diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/00.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/00.pal new file mode 100644 index 000000000..aff8be6e7 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +222 213 82 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/01.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/01.pal new file mode 100644 index 000000000..e407feb31 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/02.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/02.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/03.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/03.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/04.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/04.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/05.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/05.pal new file mode 100644 index 000000000..10cb13e88 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/06.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/06.pal new file mode 100644 index 000000000..b724b343a --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +255 255 255 +213 238 238 +172 222 230 +131 205 222 +90 189 213 +57 172 205 +205 205 197 +148 148 148 +98 98 123 +65 74 106 +164 156 98 +246 238 189 +238 222 164 +205 197 139 +189 180 123 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/07.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/07.pal new file mode 100644 index 000000000..ee3af5fd6 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +255 255 255 +222 222 238 +189 189 205 +156 156 189 +131 131 156 +90 90 115 +57 65 98 +172 148 230 +148 123 180 +123 98 131 +197 255 230 +139 246 205 +82 238 180 +205 180 255 +246 238 189 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/08.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/08.pal new file mode 100644 index 000000000..a51cc1ff4 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +255 255 255 +205 205 197 +148 148 148 +98 98 123 +65 74 106 +123 139 148 +90 106 131 +222 246 255 +180 213 238 +148 189 222 +115 156 205 +82 131 189 +49 98 172 +16 74 156 +0 0 255 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/09.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/09.pal new file mode 100644 index 000000000..d52250370 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +123 131 156 +189 189 164 +255 255 255 +156 156 189 +189 189 205 +222 222 238 +74 98 123 +98 131 156 +131 164 197 +172 213 222 +205 238 238 +0 0 255 +0 0 255 +0 0 255 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/10.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/11.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/12.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/13.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/14.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/palettes/15.pal b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/sootopolis_gym/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/sootopolis_gym/tiles.png b/data/graphics/tilesets/secondary/sootopolis_gym/tiles.png new file mode 100644 index 000000000..b2533b243 Binary files /dev/null and b/data/graphics/tilesets/secondary/sootopolis_gym/tiles.png differ diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/00.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/00.pal new file mode 100644 index 000000000..aff8be6e7 --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +222 213 82 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/01.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/01.pal new file mode 100644 index 000000000..e407feb31 --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/02.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/02.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/03.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/03.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/04.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/04.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/05.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/05.pal new file mode 100644 index 000000000..10cb13e88 --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +0 0 0 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/06.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/06.pal new file mode 100644 index 000000000..4272ec53f --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +172 131 189 +65 74 106 +123 123 131 +164 180 197 +222 230 238 +255 255 255 +82 148 197 +156 213 255 +123 189 246 +98 172 238 +172 246 197 +139 222 172 +115 197 148 +255 238 148 +238 213 106 +222 197 74 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/07.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/07.pal new file mode 100644 index 000000000..019d67bab --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +172 131 189 +65 74 106 +123 123 123 +180 180 164 +255 255 255 +222 222 255 +180 180 222 +131 131 172 +82 148 197 +172 205 246 +57 106 139 +255 131 115 +164 255 180 +90 139 123 +98 197 180 +148 148 139 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/08.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/08.pal new file mode 100644 index 000000000..a6eed96d0 --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +172 131 189 +65 74 106 +123 123 131 +164 180 197 +222 230 238 +255 255 255 +255 238 230 +230 213 205 +197 172 164 +238 230 255 +205 189 238 +180 156 230 +148 106 213 +255 205 139 +246 172 115 +246 139 98 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/09.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/09.pal new file mode 100644 index 000000000..22f2b18d4 --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +172 131 189 +65 74 106 +98 98 139 +156 213 255 +255 255 255 +222 222 255 +180 180 222 +131 131 172 +98 172 238 +197 246 230 +148 222 205 +98 197 180 +74 148 131 +49 106 90 +255 197 255 +246 139 197 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/10.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/10.pal new file mode 100644 index 000000000..88c0c62c7 --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +172 131 189 +82 82 106 +148 148 148 +205 205 197 +255 255 255 +189 82 32 +222 123 49 +246 180 115 +255 230 180 +205 197 139 +238 222 164 +246 238 189 +255 255 197 +0 0 255 +106 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/11.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/12.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/13.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/14.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/trainer_hill/palettes/15.pal b/data/graphics/tilesets/secondary/trainer_hill/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/trainer_hill/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/trainer_hill/tiles.png b/data/graphics/tilesets/secondary/trainer_hill/tiles.png new file mode 100644 index 000000000..f5330af84 Binary files /dev/null and b/data/graphics/tilesets/secondary/trainer_hill/tiles.png differ diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/00.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/00.pal new file mode 100644 index 000000000..aff8be6e7 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +98 98 123 +148 148 148 +205 205 197 +255 255 255 +123 123 98 +148 148 131 +180 180 164 +230 230 213 +213 213 180 +98 156 139 +123 180 189 +172 205 197 +222 213 82 +255 0 255 +139 148 82 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/01.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/01.pal new file mode 100644 index 000000000..e407feb31 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +65 74 106 +139 139 148 +180 180 164 +255 255 255 +255 0 0 +255 0 0 +255 0 0 +255 0 0 +172 90 49 +205 98 57 +246 139 98 +255 205 139 +255 0 0 +255 0 0 +255 0 0 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/02.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/02.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/03.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/03.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/04.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/04.pal new file mode 100644 index 000000000..a4ac5a5b0 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/05.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/05.pal new file mode 100644 index 000000000..10cb13e88 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 205 123 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +131 197 246 +106 180 222 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +0 0 0 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/06.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/06.pal new file mode 100644 index 000000000..3ca551406 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +139 139 139 +180 180 164 +255 255 255 +189 180 49 +222 213 82 +123 115 49 +156 148 16 +213 213 180 +98 156 139 +123 180 189 +172 222 230 +255 205 139 +246 246 164 +222 131 90 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/07.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/07.pal new file mode 100644 index 000000000..1afaac5ce --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +131 131 131 +205 205 197 +246 246 246 +255 255 255 +255 205 189 +246 164 106 +123 131 180 +156 164 230 +213 205 255 +115 0 0 +0 0 139 +180 49 0 +24 49 189 +230 82 74 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/08.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/08.pal new file mode 100644 index 000000000..068efae76 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +255 246 189 +255 230 123 +230 197 98 +213 164 74 +255 180 8 +0 222 0 +255 106 0 +255 0 255 +255 0 255 +205 205 197 +197 148 57 +172 131 41 +148 98 16 +131 131 139 +65 74 106 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/09.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/09.pal new file mode 100644 index 000000000..0279a0461 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +255 246 189 +246 246 246 +230 197 98 +172 131 41 +255 0 65 +180 0 41 +106 8 16 +0 123 255 +8 65 222 +0 0 172 +123 205 49 +74 156 0 +24 106 0 +213 213 255 +65 74 106 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/10.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/10.pal new file mode 100644 index 000000000..9102bb834 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +65 74 106 +139 139 139 +180 180 164 +255 255 255 +213 197 74 +213 180 131 +148 115 41 +172 139 57 +213 213 180 +106 139 49 +131 172 74 +164 205 106 +197 255 172 +115 90 57 +255 0 255 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/11.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/11.pal new file mode 100644 index 000000000..98ec4d349 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 180 189 +255 0 255 +246 246 246 +255 0 255 +255 0 255 +255 205 0 +205 156 0 +139 90 0 +246 82 189 +197 32 139 +131 0 74 +255 0 255 +255 0 255 +255 0 255 +213 213 255 +65 74 106 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/12.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/13.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/14.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/15.pal b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/trick_house_puzzle/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/trick_house_puzzle/tiles.png b/data/graphics/tilesets/secondary/trick_house_puzzle/tiles.png new file mode 100644 index 000000000..eb81554cc Binary files /dev/null and b/data/graphics/tilesets/secondary/trick_house_puzzle/tiles.png differ diff --git a/data/graphics/tilesets/secondary/underwater/palettes/00.pal b/data/graphics/tilesets/secondary/underwater/palettes/00.pal new file mode 100644 index 000000000..b330eaff8 --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/01.pal b/data/graphics/tilesets/secondary/underwater/palettes/01.pal new file mode 100644 index 000000000..3c6e40c2e --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/02.pal b/data/graphics/tilesets/secondary/underwater/palettes/02.pal new file mode 100644 index 000000000..4c41030f6 --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/03.pal b/data/graphics/tilesets/secondary/underwater/palettes/03.pal new file mode 100644 index 000000000..3760ac903 --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +255 0 255 +255 0 255 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/04.pal b/data/graphics/tilesets/secondary/underwater/palettes/04.pal new file mode 100644 index 000000000..2eeaba630 --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 106 213 +65 90 189 +57 82 164 +49 74 148 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/05.pal b/data/graphics/tilesets/secondary/underwater/palettes/05.pal new file mode 100644 index 000000000..90adedf53 --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +24 41 82 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/06.pal b/data/graphics/tilesets/secondary/underwater/palettes/06.pal new file mode 100644 index 000000000..ffb720cf0 --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +115 148 189 +82 115 156 +57 82 131 +32 49 106 +197 164 255 +148 115 222 +90 49 180 +41 49 90 +255 0 255 +213 213 255 +98 57 189 +74 32 156 +41 8 139 +16 0 123 +41 41 41 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/07.pal b/data/graphics/tilesets/secondary/underwater/palettes/07.pal new file mode 100644 index 000000000..8568431be --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +222 213 255 +197 197 230 +180 180 222 +106 106 246 +74 74 222 +180 0 255 +180 0 255 +0 0 139 +197 197 238 +197 172 230 +172 148 213 +164 131 205 +139 115 180 +115 98 164 +41 123 238 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/08.pal b/data/graphics/tilesets/secondary/underwater/palettes/08.pal new file mode 100644 index 000000000..3531f1f17 --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +131 164 205 +98 131 172 +74 98 148 +49 65 123 +255 0 255 +255 0 255 +255 0 255 +41 49 90 +255 0 255 +255 0 255 +115 74 213 +82 41 189 +57 16 164 +32 0 139 +41 123 238 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/09.pal b/data/graphics/tilesets/secondary/underwater/palettes/09.pal new file mode 100644 index 000000000..f7e230cf9 --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +8 8 139 +255 0 255 +255 0 255 +0 0 74 +57 41 139 +49 8 139 +24 0 123 +16 8 115 +8 8 82 +8 8 65 +41 24 238 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/10.pal b/data/graphics/tilesets/secondary/underwater/palettes/10.pal new file mode 100644 index 000000000..1cbcd4a25 --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +24 24 180 +255 0 255 +255 0 255 +0 0 106 +82 74 156 +82 49 164 +65 24 164 +49 8 156 +24 0 131 +0 0 123 +41 123 238 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/11.pal b/data/graphics/tilesets/secondary/underwater/palettes/11.pal new file mode 100644 index 000000000..ee30af5b6 --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +213 213 255 +156 156 255 +131 131 255 +106 106 246 +74 74 222 +180 0 255 +180 0 255 +0 0 139 +197 164 255 +180 148 255 +148 115 222 +115 74 205 +90 49 180 +57 16 164 +41 123 238 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/12.pal b/data/graphics/tilesets/secondary/underwater/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/13.pal b/data/graphics/tilesets/secondary/underwater/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/14.pal b/data/graphics/tilesets/secondary/underwater/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/underwater/palettes/15.pal b/data/graphics/tilesets/secondary/underwater/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/underwater/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/underwater/tiles.png b/data/graphics/tilesets/secondary/underwater/tiles.png new file mode 100644 index 000000000..e0569d970 Binary files /dev/null and b/data/graphics/tilesets/secondary/underwater/tiles.png differ diff --git a/data/graphics/tilesets/secondary/union_room/palettes/00.pal b/data/graphics/tilesets/secondary/union_room/palettes/00.pal new file mode 100644 index 000000000..8db07d418 --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +123 123 123 +180 180 164 +255 255 255 +172 148 65 +213 197 106 +246 238 148 +82 148 197 +172 205 246 +222 230 230 +106 197 106 +164 255 180 +205 82 65 +255 131 115 +148 148 139 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/01.pal b/data/graphics/tilesets/secondary/union_room/palettes/01.pal new file mode 100644 index 000000000..66561f6d3 --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +213 213 172 +82 82 106 +123 123 123 +180 180 164 +255 255 255 +197 197 148 +213 213 172 +189 230 255 +139 180 222 +131 115 16 +164 148 49 +197 180 74 +222 205 106 +246 238 148 +222 213 230 +90 131 180 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/02.pal b/data/graphics/tilesets/secondary/union_room/palettes/02.pal new file mode 100644 index 000000000..87a022102 --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +213 213 172 +82 82 106 +123 123 123 +197 189 213 +255 255 255 +106 197 106 +230 213 123 +255 205 90 +255 238 197 +90 90 115 +230 238 246 +156 205 246 +98 156 238 +246 238 164 +230 139 98 +189 98 74 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/03.pal b/data/graphics/tilesets/secondary/union_room/palettes/03.pal new file mode 100644 index 000000000..783496dcd --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +213 213 172 +82 82 106 +123 123 123 +172 172 164 +255 255 255 +230 180 74 +255 246 131 +65 98 156 +90 123 180 +115 156 197 +222 213 131 +164 164 172 +205 205 213 +238 238 246 +106 172 115 +156 205 139 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/04.pal b/data/graphics/tilesets/secondary/union_room/palettes/04.pal new file mode 100644 index 000000000..89eace605 --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +213 213 172 +82 82 106 +123 123 123 +172 172 164 +255 255 255 +230 238 246 +172 197 180 +197 222 205 +90 189 172 +246 238 156 +205 189 131 +189 164 123 +148 131 106 +106 106 106 +213 222 230 +238 180 115 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/05.pal b/data/graphics/tilesets/secondary/union_room/palettes/05.pal new file mode 100644 index 000000000..c7780e5c7 --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +213 213 172 +82 82 106 +123 123 123 +172 172 164 +255 255 255 +213 222 222 +164 180 189 +255 0 255 +131 115 74 +213 213 148 +197 189 139 +172 156 115 +148 131 90 +197 197 205 +205 82 65 +0 0 0 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/06.pal b/data/graphics/tilesets/secondary/union_room/palettes/06.pal new file mode 100644 index 000000000..1d08ce9a2 --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +213 213 172 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/07.pal b/data/graphics/tilesets/secondary/union_room/palettes/07.pal new file mode 100644 index 000000000..f0c97cf87 --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +123 123 123 +180 180 164 +255 255 255 +156 189 255 +82 123 197 +49 90 156 +106 164 148 +82 139 123 +106 164 222 +222 230 148 +189 197 115 +90 148 197 +222 164 32 +189 230 255 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/08.pal b/data/graphics/tilesets/secondary/union_room/palettes/08.pal new file mode 100644 index 000000000..33b52bbbd --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 106 +131 131 139 +172 172 164 +255 255 255 +213 222 222 +180 197 213 +156 172 197 +230 106 90 +189 65 49 +255 131 115 +139 41 24 +197 255 205 +238 197 106 +255 255 213 +255 246 172 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/09.pal b/data/graphics/tilesets/secondary/union_room/palettes/09.pal new file mode 100644 index 000000000..3a2cf3b7a --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +123 123 123 +172 172 164 +255 255 255 +139 222 148 +156 238 164 +197 255 205 +172 246 180 +238 238 197 +255 0 255 +255 0 255 +0 255 156 +189 65 49 +255 222 123 +246 197 0 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/10.pal b/data/graphics/tilesets/secondary/union_room/palettes/10.pal new file mode 100644 index 000000000..6ea570459 --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +90 0 255 +238 230 156 +230 189 131 +131 189 172 +205 82 65 +255 148 0 +106 164 148 +82 139 123 +82 82 106 +123 123 123 +180 180 164 +255 255 255 +156 213 197 +164 172 139 +90 0 255 +90 0 255 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/11.pal b/data/graphics/tilesets/secondary/union_room/palettes/11.pal new file mode 100644 index 000000000..008f150c7 --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +82 82 106 +148 148 164 +205 189 197 +255 255 255 +115 115 131 +255 0 255 +0 255 156 +106 164 148 +82 139 123 +255 0 255 +255 255 172 +255 213 115 +213 180 106 +164 131 74 +222 213 230 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/12.pal b/data/graphics/tilesets/secondary/union_room/palettes/12.pal new file mode 100644 index 000000000..c1e7c3d5c --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +90 0 255 +90 0 255 +90 0 255 +90 0 255 +90 0 255 +90 0 255 +90 0 255 +90 0 255 +90 0 255 +90 0 255 +90 0 255 +90 0 255 +90 0 255 +90 0 255 +90 0 255 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/13.pal b/data/graphics/tilesets/secondary/union_room/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/14.pal b/data/graphics/tilesets/secondary/union_room/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/union_room/palettes/15.pal b/data/graphics/tilesets/secondary/union_room/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/union_room/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/union_room/tiles.png b/data/graphics/tilesets/secondary/union_room/tiles.png new file mode 100644 index 000000000..50d44bf93 Binary files /dev/null and b/data/graphics/tilesets/secondary/union_room/tiles.png differ diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/00.pal b/data/graphics/tilesets/secondary/unused_1/palettes/00.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/01.pal b/data/graphics/tilesets/secondary/unused_1/palettes/01.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/02.pal b/data/graphics/tilesets/secondary/unused_1/palettes/02.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/03.pal b/data/graphics/tilesets/secondary/unused_1/palettes/03.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/04.pal b/data/graphics/tilesets/secondary/unused_1/palettes/04.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/05.pal b/data/graphics/tilesets/secondary/unused_1/palettes/05.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/06.pal b/data/graphics/tilesets/secondary/unused_1/palettes/06.pal new file mode 100644 index 000000000..56e35d895 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +238 246 255 +230 246 255 +222 238 255 +213 238 255 +180 213 238 +0 148 255 +255 255 255 +255 255 189 +255 255 156 +255 255 123 +82 164 230 +41 139 222 +8 123 213 +41 82 164 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/07.pal b/data/graphics/tilesets/secondary/unused_1/palettes/07.pal new file mode 100644 index 000000000..955b1d21a --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/08.pal b/data/graphics/tilesets/secondary/unused_1/palettes/08.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/09.pal b/data/graphics/tilesets/secondary/unused_1/palettes/09.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/10.pal b/data/graphics/tilesets/secondary/unused_1/palettes/10.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/11.pal b/data/graphics/tilesets/secondary/unused_1/palettes/11.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/12.pal b/data/graphics/tilesets/secondary/unused_1/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/13.pal b/data/graphics/tilesets/secondary/unused_1/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/14.pal b/data/graphics/tilesets/secondary/unused_1/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/palettes/15.pal b/data/graphics/tilesets/secondary/unused_1/palettes/15.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_1/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_1/tiles.png b/data/graphics/tilesets/secondary/unused_1/tiles.png new file mode 100644 index 000000000..0a35187c8 Binary files /dev/null and b/data/graphics/tilesets/secondary/unused_1/tiles.png differ diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/00.pal b/data/graphics/tilesets/secondary/unused_2/palettes/00.pal new file mode 100644 index 000000000..72c278d4a --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/00.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +255 0 255 +115 189 246 +98 172 238 +115 189 246 +98 164 222 +82 139 197 +74 115 172 +115 197 164 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/01.pal b/data/graphics/tilesets/secondary/unused_2/palettes/01.pal new file mode 100644 index 000000000..910d7f0a1 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/01.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +255 189 131 +238 148 115 +222 106 98 +205 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/02.pal b/data/graphics/tilesets/secondary/unused_2/palettes/02.pal new file mode 100644 index 000000000..cfdd4a65f --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/02.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +180 255 131 +131 197 98 +57 139 49 +57 82 0 +222 148 115 +106 90 90 +164 98 90 +65 57 49 +255 197 148 +222 106 98 +205 65 82 +164 213 197 +115 197 164 +65 180 131 +24 164 106 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/03.pal b/data/graphics/tilesets/secondary/unused_2/palettes/03.pal new file mode 100644 index 000000000..ffe910f4b --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/03.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +213 213 213 +189 189 189 +164 164 164 +131 131 139 +65 180 131 +164 213 197 +65 49 65 +238 213 205 +222 180 164 +189 148 139 +156 115 115 +131 90 90 +98 65 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/04.pal b/data/graphics/tilesets/secondary/unused_2/palettes/04.pal new file mode 100644 index 000000000..9319cc491 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/04.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +222 230 238 +255 0 255 +255 0 255 +255 0 255 +156 164 189 +82 106 213 +65 90 189 +57 82 156 +41 65 139 +172 197 230 +139 164 222 +106 131 213 +82 106 213 +115 197 164 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/05.pal b/data/graphics/tilesets/secondary/unused_2/palettes/05.pal new file mode 100644 index 000000000..5e1c48361 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/05.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 255 255 +222 230 238 +189 205 230 +156 180 222 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +115 189 246 +98 172 238 +238 230 164 +222 205 131 +213 180 106 +205 156 82 +115 197 164 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/06.pal b/data/graphics/tilesets/secondary/unused_2/palettes/06.pal new file mode 100644 index 000000000..6b0281bd6 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/06.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/07.pal b/data/graphics/tilesets/secondary/unused_2/palettes/07.pal new file mode 100644 index 000000000..6b0281bd6 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/07.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/08.pal b/data/graphics/tilesets/secondary/unused_2/palettes/08.pal new file mode 100644 index 000000000..6b0281bd6 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/08.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/09.pal b/data/graphics/tilesets/secondary/unused_2/palettes/09.pal new file mode 100644 index 000000000..6b0281bd6 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/09.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/10.pal b/data/graphics/tilesets/secondary/unused_2/palettes/10.pal new file mode 100644 index 000000000..6b0281bd6 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/10.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/11.pal b/data/graphics/tilesets/secondary/unused_2/palettes/11.pal new file mode 100644 index 000000000..6b0281bd6 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/11.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 0 255 +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 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/12.pal b/data/graphics/tilesets/secondary/unused_2/palettes/12.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/12.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/13.pal b/data/graphics/tilesets/secondary/unused_2/palettes/13.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/13.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/14.pal b/data/graphics/tilesets/secondary/unused_2/palettes/14.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/14.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_2/palettes/15.pal b/data/graphics/tilesets/secondary/unused_2/palettes/15.pal new file mode 100644 index 000000000..e7717d74e --- /dev/null +++ b/data/graphics/tilesets/secondary/unused_2/palettes/15.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 213 180 +255 197 148 +222 148 115 +123 65 65 +57 74 123 +41 57 98 +24 41 82 +16 32 57 +222 230 238 +255 197 90 +189 156 90 +255 98 90 +197 65 65 +255 255 255 +0 0 0 diff --git a/data/graphics/tilesets/secondary/unused_2/tiles.png b/data/graphics/tilesets/secondary/unused_2/tiles.png new file mode 100644 index 000000000..b9c594303 Binary files /dev/null and b/data/graphics/tilesets/secondary/unused_2/tiles.png differ diff --git a/data/graphics/tilesets/tileset_graphics.s b/data/graphics/tilesets/tileset_graphics.s new file mode 100644 index 000000000..24f1e9dc1 --- /dev/null +++ b/data/graphics/tilesets/tileset_graphics.s @@ -0,0 +1,1887 @@ + .align 2, 0 + +gTilesetTiles_Petalburg: ; 8339E08 + .incbin "data/graphics/tilesets/secondary/petalburg/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Petalburg: ; 833A704 + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Rustboro: ; 833A904 + .incbin "data/graphics/tilesets/secondary/rustboro/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Rustboro: ; 833BEC0 + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Dewford: ; 833C0C0 + .incbin "data/graphics/tilesets/secondary/dewford/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Dewford: ; 833D540 + .incbin "data/graphics/tilesets/secondary/dewford/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Slateport: ; 833D740 + .incbin "data/graphics/tilesets/secondary/slateport/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Slateport: ; 833F708 + .incbin "data/graphics/tilesets/secondary/slateport/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/slateport/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Mauville: ; 833F908 + .incbin "data/graphics/tilesets/secondary/mauville/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Mauville: ; 834172C + .incbin "data/graphics/tilesets/secondary/mauville/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Lavaridge: ; 834192C + .incbin "data/graphics/tilesets/secondary/lavaridge/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Lavaridge: ; 8342E28 + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Fallarbor: ; 8343028 + .incbin "data/graphics/tilesets/secondary/fallarbor/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Fallarbor: ; 83447A0 + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/fallarbor/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Fortree: ; 83449A0 + .incbin "data/graphics/tilesets/secondary/fortree/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Fortree: ; 8346020 + .incbin "data/graphics/tilesets/secondary/fortree/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Lilycove: ; 8346220 + .incbin "data/graphics/tilesets/secondary/lilycove/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Lilycove: ; 83475C0 + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Mossdeep: ; 83477C0 + .incbin "data/graphics/tilesets/secondary/mossdeep/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Mossdeep: ; 8348E10 + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_EverGrande: ; 8349010 + .incbin "data/graphics/tilesets/secondary/ever_grande/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_EverGrande: ; 8349C28 + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/ever_grande/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Pacifidlog: ; 8349E28 + .incbin "data/graphics/tilesets/secondary/pacifidlog/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Pacifidlog: ; 834B5B4 + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/pacifidlog/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Sootopolis: ; 834B7B4 + .incbin "data/graphics/tilesets/secondary/sootopolis/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Sootopolis: ; 834C6B4 + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_BattleFrontierOutsideWest: ; 834C8B4 + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_BattleFrontierOutsideWest: ; 834E3E4 + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_west/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_BattleFrontierOutsideEast: ; 834E5E4 + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_BattleFrontierOutsideEast: ; 834F984 + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_outside_east/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_InsideBuilding: ; 834FB84 + .incbin "data/graphics/tilesets/primary/inside_building/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_InsideBuilding: ; 83508BC + .incbin "data/graphics/tilesets/primary/inside_building/palettes/00.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/01.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/02.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/03.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/04.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/05.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/06.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/07.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/08.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/09.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/10.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/11.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/12.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/13.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/14.gbapal" + .incbin "data/graphics/tilesets/primary/inside_building/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Shop: ; 8350ABC + .incbin "data/graphics/tilesets/secondary/shop/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Shop: ; 83520DC + .incbin "data/graphics/tilesets/secondary/shop/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/shop/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_PokemonCenter: ; 83522DC + .incbin "data/graphics/tilesets/secondary/pokemon_center/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_PokemonCenter: ; 8353574 + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_center/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Cave: ; 8353774 + .incbin "data/graphics/tilesets/secondary/cave/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Cave: ; 8355260 + .incbin "data/graphics/tilesets/secondary/cave/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/cave/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_PokemonSchool: ; 8355460 + .incbin "data/graphics/tilesets/secondary/pokemon_school/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_PokemonSchool: ; 8355BA8 + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_school/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_PokemonFanClub: ; 8355DA8 + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_PokemonFanClub: ; 83566D4 + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_fan_club/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Unused1: ; 83568D4 + .incbin "data/graphics/tilesets/secondary/unused_1/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Unused1: ; 8356920 + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_1/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_MeteorFalls: ; 8356B20 + .incbin "data/graphics/tilesets/secondary/meteor_falls/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_MeteorFalls: ; 8358840 + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/meteor_falls/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_OceanicMuseum: ; 8358A40 + .incbin "data/graphics/tilesets/secondary/oceanic_museum/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_OceanicMuseum: ; 83599CC + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/oceanic_museum/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_CableClub: ; 8359BCC + .incbin "data/graphics/tilesets/secondary/cable_club/tiles.4bpp" + + .align 2, 0 + + .incbin "data/graphics/tilesets/secondary/cable_club/unknown_tiles.4bpp" + + .align 2, 0 + +gTilesetPalettes_CableClub: ; 835EACC + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/cable_club/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_SeashoreHouse: ; 835ECCC + .incbin "data/graphics/tilesets/secondary/seashore_house/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_SeashoreHouse: ; 835F5A8 + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/seashore_house/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_PrettyPetalFlowerShop: ; 835F7A8 + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_PrettyPetalFlowerShop: ; 83603A0 + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/pretty_petal_flower_shop/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_PokemonDayCare: ; 83605A0 + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_PokemonDayCare: ; 8360FDC + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/pokemon_day_care/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Facility: ; 83611DC + .incbin "data/graphics/tilesets/secondary/facility/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Facility: ; 8362E90 + .incbin "data/graphics/tilesets/secondary/facility/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/facility/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_BikeShop: ; 8363090 + .incbin "data/graphics/tilesets/secondary/bike_shop/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_BikeShop: ; 83643C0 + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/bike_shop/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_RusturfTunnel: ; 83645C0 + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_RusturfTunnel: ; 8365008 + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/rusturf_tunnel/palettes/15.gbapal" + + .align 2, 0 + +; unused compressed copy of tiles + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/unused_tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_SecretBaseBrownCave: ; 8365788 + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/palettes/15.gbapal" + + .align 2, 0 + +; unused compressed copy of tiles + .incbin "data/graphics/tilesets/secondary/secret_base/tree/unused_tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_SecretBaseTree: ; 8365EAC + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/tree/palettes/15.gbapal" + + .align 2, 0 + +; unused compressed copy of tiles + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/unused_tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_SecretBaseShrub: ; 8366614 + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/palettes/15.gbapal" + + .align 2, 0 + +; unused compressed copy of tiles + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/unused_tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_SecretBaseBlueCave: ; 8366C30 + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/palettes/15.gbapal" + + .align 2, 0 + +; unused compressed copy of tiles + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/unused_tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_SecretBaseYellowCave: ; 8367368 + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/palettes/15.gbapal" + + .align 2, 0 + +; unused compressed copy of tiles + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/unused_tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_SecretBaseRedCave: ; 83679A0 + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_SecretBaseBrownCave: ; 8367BA0 + .incbin "data/graphics/tilesets/secondary/secret_base/brown_cave/tiles.4bpp" + + .align 2, 0 + +gTilesetTiles_SecretBaseTree: ; 8368600 + .incbin "data/graphics/tilesets/secondary/secret_base/tree/tiles.4bpp" + + .align 2, 0 + +gTilesetTiles_SecretBaseShrub: ; 8369060 + .incbin "data/graphics/tilesets/secondary/secret_base/shrub/tiles.4bpp" + + .align 2, 0 + +gTilesetTiles_SecretBaseBlueCave: ; 8369AC0 + .incbin "data/graphics/tilesets/secondary/secret_base/blue_cave/tiles.4bpp" + + .align 2, 0 + +gTilesetTiles_SecretBaseYellowCave: ; 836A520 + .incbin "data/graphics/tilesets/secondary/secret_base/yellow_cave/tiles.4bpp" + + .align 2, 0 + +gTilesetTiles_SecretBaseRedCave: ; 836AF80 + .incbin "data/graphics/tilesets/secondary/secret_base/red_cave/tiles.4bpp" + + .align 2, 0 + +gTilesetTiles_InsideOfTruck: ; 836B9E0 + .incbin "data/graphics/tilesets/secondary/inside_of_truck/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_InsideOfTruck: ; 836BC3C + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_of_truck/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Contest: ; 836BE3C + .incbin "data/graphics/tilesets/secondary/contest/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Contest: ; 836C990 + .incbin "data/graphics/tilesets/secondary/contest/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/contest/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_LilycoveMuseum: ; 836CB90 + .incbin "data/graphics/tilesets/secondary/lilycove_museum/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_LilycoveMuseum: ; 836DEAC + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/lilycove_museum/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_BrendansMaysHouse: ; 836E0AC + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_BrendansMaysHouse: ; 836F178 + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/brendans_mays_house/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Lab: ; 836F378 + .incbin "data/graphics/tilesets/secondary/lab/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Lab: ; 83703DC + .incbin "data/graphics/tilesets/secondary/lab/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/lab/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Underwater: ; 83705DC + .incbin "data/graphics/tilesets/secondary/underwater/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Underwater: ; 8371798 + .incbin "data/graphics/tilesets/secondary/underwater/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/underwater/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_GenericBuilding: ; 8371998 + .incbin "data/graphics/tilesets/secondary/generic_building/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_GenericBuilding: ; 83733C4 + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/generic_building/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_MauvilleGameCorner: ; 83735C4 + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_MauvilleGameCorner: ; 8374288 + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_game_corner/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_Unused2: ; 8374488 + .incbin "data/graphics/tilesets/secondary/unused_2/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_Unused2: ; 83749B0 + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/unused_2/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_RustboroGym: ; 8374BB0 + .incbin "data/graphics/tilesets/secondary/rustboro_gym/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_RustboroGym: ; 8374F34 + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/rustboro_gym/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_DewfordGym: ; 8375134 + .incbin "data/graphics/tilesets/secondary/dewford_gym/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_DewfordGym: ; 8375400 + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/dewford_gym/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_MauvilleGym: ; 8375600 + .incbin "data/graphics/tilesets/secondary/mauville_gym/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_MauvilleGym: ; 8375D84 + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/mauville_gym/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_LavaridgeGym: ; 8375F84 + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_LavaridgeGym: ; 83762AC + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/lavaridge_gym/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_PetalburgGym: ; 83764AC + .incbin "data/graphics/tilesets/secondary/petalburg_gym/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_PetalburgGym: ; 8376B50 + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/petalburg_gym/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_FortreeGym: ; 8376D50 + .incbin "data/graphics/tilesets/secondary/fortree_gym/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_FortreeGym: ; 83770C4 + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/fortree_gym/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_MossdeepGym: ; 83772C4 + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_MossdeepGym: ; 8377730 + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_gym/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_SootopolisGym: ; 8377930 + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_SootopolisGym: ; 8378AC4 + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/sootopolis_gym/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_TrickHousePuzzle: ; 8378CC4 + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_TrickHousePuzzle: ; 8379A78 + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/trick_house_puzzle/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_InsideShip: ; 8379C78 + .incbin "data/graphics/tilesets/secondary/inside_ship/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_InsideShip: ; 837A848 + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/inside_ship/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_SecretBase: ; 837AA48 + .incbin "data/graphics/tilesets/primary/secret_base/tiles.4bpp" + + .align 2, 0 + + .incbin "data/graphics/tilesets/primary/secret_base/unknown_tiles.4bpp" + + .align 2, 0 + +gTilesetPalettes_SecretBase: ; 8382A48 + .incbin "data/graphics/tilesets/primary/secret_base/palettes/00.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/01.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/02.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/03.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/04.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/05.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/06.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/07.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/08.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/09.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/10.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/11.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/12.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/13.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/14.gbapal" + .incbin "data/graphics/tilesets/primary/secret_base/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_EliteFour: ; 8382C48 + .incbin "data/graphics/tilesets/secondary/elite_four/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_EliteFour: ; 8383CC4 + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/elite_four/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_BattleFrontier: ; 8383EC4 + .incbin "data/graphics/tilesets/secondary/battle_frontier/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_BattleFrontier: ; 8384BC8 + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_BattlePalace: ; 8384DC8 + .incbin "data/graphics/tilesets/secondary/battle_palace/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_BattlePalace: ; 8385540 + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_palace/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_BattleDome: ; 8385740 + .incbin "data/graphics/tilesets/secondary/battle_dome/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_BattleDome: ; 8386990 + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_dome/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_BattleFactory: ; 8386B90 + .incbin "data/graphics/tilesets/secondary/battle_factory/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_BattleFactory: ; 8387D7C + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_factory/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_BattlePike: ; 8387F7C + .incbin "data/graphics/tilesets/secondary/battle_pike/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_BattlePike: ; 8389250 + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pike/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_BattleArena: ; 8389450 + .incbin "data/graphics/tilesets/secondary/battle_arena/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_BattleArena: ; 8389F8C + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_arena/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_BattlePyramid: ; 838A18C + .incbin "data/graphics/tilesets/secondary/battle_pyramid/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_BattlePyramid: ; 838B39C + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_pyramid/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_MirageTower: ; 838B59C + .incbin "data/graphics/tilesets/secondary/mirage_tower/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_MirageTower: ; 838CFE4 + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/mirage_tower/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_MossdeepGameCorner: ; 838D1E4 + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_MossdeepGameCorner: ; 838D604 + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/mossdeep_game_corner/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_IslandHabor: ; 838D804 + .incbin "data/graphics/tilesets/secondary/island_habor/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_IslandHabor: ; 838F1D4 + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/island_habor/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_TrainerHill: ; 838F3D4 + .incbin "data/graphics/tilesets/secondary/trainer_hill/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_TrainerHill: ; 83904C4 + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/trainer_hill/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_NavelRock: ; 83906C4 + .incbin "data/graphics/tilesets/secondary/navel_rock/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_NavelRock: ; 8392258 + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/navel_rock/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_BattleFrontierRankingHall: ; 8392458 + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_BattleFrontierRankingHall: ; 8392CAC + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_frontier_ranking_hall/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_BattleTent: ; 8392EAC + .incbin "data/graphics/tilesets/secondary/battle_tent/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_BattleTent: ; 8393910 + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/battle_tent/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_MysteryEventsHouse: ; 8393B10 + .incbin "data/graphics/tilesets/secondary/mystery_events_house/tiles.4bpp.lz" + + .align 2, 0 + +gTilesetPalettes_MysteryEventsHouse: ; 8395478 + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/mystery_events_house/palettes/15.gbapal" + + .align 2, 0 + +gTilesetPalettes_UnionRoom: ; 8395678 + .incbin "data/graphics/tilesets/secondary/union_room/palettes/00.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/01.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/02.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/03.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/04.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/05.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/06.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/07.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/08.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/09.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/10.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/11.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/12.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/13.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/14.gbapal" + .incbin "data/graphics/tilesets/secondary/union_room/palettes/15.gbapal" + + .align 2, 0 + +gTilesetTiles_UnionRoom: ; 8395878 + .incbin "data/graphics/tilesets/secondary/union_room/tiles.4bpp.lz" diff --git a/data/graphics/tilesets/tilesets.s b/data/graphics/tilesets/tilesets.s new file mode 100644 index 000000000..cee1ca09f --- /dev/null +++ b/data/graphics/tilesets/tilesets.s @@ -0,0 +1,909 @@ + .align 2, 0 + +gTileset_General: ; 83DF704 + .byte TRUE ; is compressed + .byte FALSE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_General + .4byte gTilesetPalettes_General + .4byte gMetatiles_General + .4byte gMetatileAttributes_General + .4byte sub_80A0B20 + + .align 2, 0 + +gTileset_Petalburg: ; 83DF71C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Petalburg + .4byte gTilesetPalettes_Petalburg + .4byte gMetatiles_Petalburg + .4byte gMetatileAttributes_Petalburg + .4byte sub_80A0C6C + + .align 2, 0 + +gTileset_Rustboro: ; 83DF734 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Rustboro + .4byte gTilesetPalettes_Rustboro + .4byte gMetatiles_Rustboro + .4byte gMetatileAttributes_Rustboro + .4byte sub_80A0C94 + + .align 2, 0 + +gTileset_Dewford: ; 83DF74C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Dewford + .4byte gTilesetPalettes_Dewford + .4byte gMetatiles_Dewford + .4byte gMetatileAttributes_Dewford + .4byte sub_80A0CC0 + + .align 2, 0 + +gTileset_Slateport: ; 83DF764 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Slateport + .4byte gTilesetPalettes_Slateport + .4byte gMetatiles_Slateport + .4byte gMetatileAttributes_Slateport + .4byte sub_80A0CEC + + .align 2, 0 + +gTileset_Mauville: ; 83DF77C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Mauville + .4byte gTilesetPalettes_Mauville + .4byte gMetatiles_Mauville + .4byte gMetatileAttributes_Mauville + .4byte sub_80A0D18 + + .align 2, 0 + +gTileset_Lavaridge: ; 83DF794 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Lavaridge + .4byte gTilesetPalettes_Lavaridge + .4byte gMetatiles_Lavaridge + .4byte gMetatileAttributes_Lavaridge + .4byte sub_80A0D48 + + .align 2, 0 + +gTileset_Fallarbor: ; 83DF7AC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Fallarbor + .4byte gTilesetPalettes_Fallarbor + .4byte gMetatiles_Fallarbor + .4byte gMetatileAttributes_Fallarbor + .4byte sub_80A0D74 + + .align 2, 0 + +gTileset_Fortree: ; 83DF7C4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Fortree + .4byte gTilesetPalettes_Fortree + .4byte gMetatiles_Fortree + .4byte gMetatileAttributes_Fortree + .4byte sub_80A0D9C + + .align 2, 0 + +gTileset_Lilycove: ; 83DF7DC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Lilycove + .4byte gTilesetPalettes_Lilycove + .4byte gMetatiles_Lilycove + .4byte gMetatileAttributes_Lilycove + .4byte sub_80A0DC4 + + .align 2, 0 + +gTileset_Mossdeep: ; 83DF7F4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Mossdeep + .4byte gTilesetPalettes_Mossdeep + .4byte gMetatiles_Mossdeep + .4byte gMetatileAttributes_Mossdeep + .4byte sub_80A0DEC + + .align 2, 0 + +gTileset_EverGrande: ; 83DF80C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_EverGrande + .4byte gTilesetPalettes_EverGrande + .4byte gMetatiles_EverGrande + .4byte gMetatileAttributes_EverGrande + .4byte sub_80A0E14 + + .align 2, 0 + +gTileset_Pacifidlog: ; 83DF824 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Pacifidlog + .4byte gTilesetPalettes_Pacifidlog + .4byte gMetatiles_Pacifidlog + .4byte gMetatileAttributes_Pacifidlog + .4byte sub_80A0E40 + + .align 2, 0 + +gTileset_Sootopolis: ; 83DF83C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Sootopolis + .4byte gTilesetPalettes_Sootopolis + .4byte gMetatiles_Sootopolis + .4byte gMetatileAttributes_Sootopolis + .4byte sub_80A0E70 + + .align 2, 0 + +gTileset_BattleFrontierOutsideWest: ; 83DF854 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_BattleFrontierOutsideWest + .4byte gTilesetPalettes_BattleFrontierOutsideWest + .4byte gMetatiles_BattleFrontierOutsideWest + .4byte gMetatileAttributes_BattleFrontierOutsideWest + .4byte sub_80A0E9C + + .align 2, 0 + +gTileset_BattleFrontierOutsideEast: ; 83DF86C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_BattleFrontierOutsideEast + .4byte gTilesetPalettes_BattleFrontierOutsideEast + .4byte gMetatiles_BattleFrontierOutsideEast + .4byte gMetatileAttributes_BattleFrontierOutsideEast + .4byte sub_80A0EC8 + + .align 2, 0 + +gTileset_InsideBuilding: ; 83DF884 + .byte TRUE ; is compressed + .byte FALSE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_InsideBuilding + .4byte gTilesetPalettes_InsideBuilding + .4byte gMetatiles_InsideBuilding + .4byte gMetatileAttributes_InsideBuilding + .4byte sub_80A0B48 + + .align 2, 0 + +gTileset_Shop: ; 83DF89C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Shop + .4byte gTilesetPalettes_Shop + .4byte gMetatiles_Shop + .4byte gMetatileAttributes_Shop + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_PokemonCenter: ; 83DF8B4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_PokemonCenter + .4byte gTilesetPalettes_PokemonCenter + .4byte gMetatiles_PokemonCenter + .4byte gMetatileAttributes_PokemonCenter + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_Cave: ; 83DF8CC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Cave + .4byte gTilesetPalettes_Cave + .4byte gMetatiles_Cave + .4byte gMetatileAttributes_Cave + .4byte sub_80A0F3C + + .align 2, 0 + +gTileset_PokemonSchool: ; 83DF8E4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_PokemonSchool + .4byte gTilesetPalettes_PokemonSchool + .4byte gMetatiles_PokemonSchool + .4byte gMetatileAttributes_PokemonSchool + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_PokemonFanClub: ; 83DF8FC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_PokemonFanClub + .4byte gTilesetPalettes_PokemonFanClub + .4byte gMetatiles_PokemonFanClub + .4byte gMetatileAttributes_PokemonFanClub + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_Unused1: ; 83DF914 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Unused1 + .4byte gTilesetPalettes_Unused1 + .4byte gMetatiles_Unused1 + .4byte gMetatileAttributes_Unused1 + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_MeteorFalls: ; 83DF92C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_MeteorFalls + .4byte gTilesetPalettes_MeteorFalls + .4byte gMetatiles_MeteorFalls + .4byte gMetatileAttributes_MeteorFalls + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_OceanicMuseum: ; 83DF944 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_OceanicMuseum + .4byte gTilesetPalettes_OceanicMuseum + .4byte gMetatiles_OceanicMuseum + .4byte gMetatileAttributes_OceanicMuseum + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_CableClub: ; 83DF95C + .byte FALSE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_CableClub + .4byte gTilesetPalettes_CableClub + .4byte gMetatiles_CableClub + .4byte gMetatileAttributes_CableClub + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_SeashoreHouse: ; 83DF974 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_SeashoreHouse + .4byte gTilesetPalettes_SeashoreHouse + .4byte gMetatiles_SeashoreHouse + .4byte gMetatileAttributes_SeashoreHouse + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_PrettyPetalFlowerShop: ; 83DF98C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_PrettyPetalFlowerShop + .4byte gTilesetPalettes_PrettyPetalFlowerShop + .4byte gMetatiles_PrettyPetalFlowerShop + .4byte gMetatileAttributes_PrettyPetalFlowerShop + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_PokemonDayCare: ; 83DF9A4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_PokemonDayCare + .4byte gTilesetPalettes_PokemonDayCare + .4byte gMetatiles_PokemonDayCare + .4byte gMetatileAttributes_PokemonDayCare + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_Facility: ; 83DF9BC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Facility + .4byte gTilesetPalettes_Facility + .4byte gMetatiles_Facility + .4byte gMetatileAttributes_Facility + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_BikeShop: ; 83DF9D4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_BikeShop + .4byte gTilesetPalettes_BikeShop + .4byte gMetatiles_BikeShop + .4byte gMetatileAttributes_BikeShop + .4byte sub_80A0FB8 + + .align 2, 0 + +gTileset_RusturfTunnel: ; 83DF9EC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_RusturfTunnel + .4byte gTilesetPalettes_RusturfTunnel + .4byte gMetatiles_RusturfTunnel + .4byte gMetatileAttributes_RusturfTunnel + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_SecretBaseBrownCave: ; 83DFA04 + .byte FALSE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_SecretBaseBrownCave + .4byte gTilesetPalettes_SecretBaseBrownCave + .4byte gMetatiles_SecretBaseSecondary + .4byte gMetatileAttributes_SecretBaseSecondary + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_SecretBaseTree: ; 83DFA1C + .byte FALSE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_SecretBaseTree + .4byte gTilesetPalettes_SecretBaseTree + .4byte gMetatiles_SecretBaseSecondary + .4byte gMetatileAttributes_SecretBaseSecondary + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_SecretBaseShrub: ; 83DFA34 + .byte FALSE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_SecretBaseShrub + .4byte gTilesetPalettes_SecretBaseShrub + .4byte gMetatiles_SecretBaseSecondary + .4byte gMetatileAttributes_SecretBaseSecondary + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_SecretBaseBlueCave: ; 83DFA4C + .byte FALSE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_SecretBaseBlueCave + .4byte gTilesetPalettes_SecretBaseBlueCave + .4byte gMetatiles_SecretBaseSecondary + .4byte gMetatileAttributes_SecretBaseSecondary + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_SecretBaseYellowCave: ; 83DFA64 + .byte FALSE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_SecretBaseYellowCave + .4byte gTilesetPalettes_SecretBaseYellowCave + .4byte gMetatiles_SecretBaseSecondary + .4byte gMetatileAttributes_SecretBaseSecondary + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_SecretBaseRedCave: ; 83DFA7C + .byte FALSE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_SecretBaseRedCave + .4byte gTilesetPalettes_SecretBaseRedCave + .4byte gMetatiles_SecretBaseSecondary + .4byte gMetatileAttributes_SecretBaseSecondary + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_InsideOfTruck: ; 83DFA94 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_InsideOfTruck + .4byte gTilesetPalettes_InsideOfTruck + .4byte gMetatiles_InsideOfTruck + .4byte gMetatileAttributes_InsideOfTruck + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_Unused2: ; 83DFAAC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Unused2 + .4byte gTilesetPalettes_Unused2 + .4byte gMetatiles_Unused2 + .4byte gMetatileAttributes_Unused2 + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_Contest: ; 83DFAC4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Contest + .4byte gTilesetPalettes_Contest + .4byte gMetatiles_Contest + .4byte gMetatileAttributes_Contest + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_LilycoveMuseum: ; 83DFADC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_LilycoveMuseum + .4byte gTilesetPalettes_LilycoveMuseum + .4byte gMetatiles_LilycoveMuseum + .4byte gMetatileAttributes_LilycoveMuseum + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_BrendansMaysHouse: ; 83DFAF4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_BrendansMaysHouse + .4byte gTilesetPalettes_BrendansMaysHouse + .4byte gMetatiles_BrendansMaysHouse + .4byte gMetatileAttributes_BrendansMaysHouse + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_Lab: ; 83DFB0C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Lab + .4byte gTilesetPalettes_Lab + .4byte gMetatiles_Lab + .4byte gMetatileAttributes_Lab + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_Underwater: ; 83DFB24 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_Underwater + .4byte gTilesetPalettes_Underwater + .4byte gMetatiles_Underwater + .4byte gMetatileAttributes_Underwater + .4byte sub_80A0EF4 + + .align 2, 0 + +gTileset_PetalburgGym: ; 83DFB3C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_PetalburgGym + .4byte gTilesetPalettes_PetalburgGym + .4byte gMetatiles_PetalburgGym + .4byte gMetatileAttributes_PetalburgGym + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_SootopolisGym: ; 83DFB54 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_SootopolisGym + .4byte gTilesetPalettes_SootopolisGym + .4byte gMetatiles_SootopolisGym + .4byte gMetatileAttributes_SootopolisGym + .4byte Tileset28AnimationHeader + + .align 2, 0 + +gTileset_GenericBuilding: ; 83DFB6C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_GenericBuilding + .4byte gTilesetPalettes_GenericBuilding + .4byte gMetatiles_GenericBuilding + .4byte gMetatileAttributes_GenericBuilding + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_MauvilleGameCorner: ; 83DFB84 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_MauvilleGameCorner + .4byte gTilesetPalettes_MauvilleGameCorner + .4byte gMetatiles_MauvilleGameCorner + .4byte gMetatileAttributes_MauvilleGameCorner + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_RustboroGym: ; 83DFB9C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_RustboroGym + .4byte gTilesetPalettes_RustboroGym + .4byte gMetatiles_RustboroGym + .4byte gMetatileAttributes_RustboroGym + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_DewfordGym: ; 83DFBB4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_DewfordGym + .4byte gTilesetPalettes_DewfordGym + .4byte gMetatiles_DewfordGym + .4byte gMetatileAttributes_DewfordGym + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_MauvilleGym: ; 83DFBCC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_MauvilleGym + .4byte gTilesetPalettes_MauvilleGym + .4byte gMetatiles_MauvilleGym + .4byte gMetatileAttributes_MauvilleGym + .4byte sub_80A0F8C + + .align 2, 0 + +gTileset_LavaridgeGym: ; 83DFBE4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_LavaridgeGym + .4byte gTilesetPalettes_LavaridgeGym + .4byte gMetatiles_LavaridgeGym + .4byte gMetatileAttributes_LavaridgeGym + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_TrickHousePuzzle: ; 83DFBFC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_TrickHousePuzzle + .4byte gTilesetPalettes_TrickHousePuzzle + .4byte gMetatiles_TrickHousePuzzle + .4byte gMetatileAttributes_TrickHousePuzzle + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_FortreeGym: ; 83DFC14 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_FortreeGym + .4byte gTilesetPalettes_FortreeGym + .4byte gMetatiles_FortreeGym + .4byte gMetatileAttributes_FortreeGym + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_MossdeepGym: ; 83DFC2C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_MossdeepGym + .4byte gTilesetPalettes_MossdeepGym + .4byte gMetatiles_MossdeepGym + .4byte gMetatileAttributes_MossdeepGym + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_InsideShip: ; 83DFC44 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_InsideShip + .4byte gTilesetPalettes_InsideShip + .4byte gMetatiles_InsideShip + .4byte gMetatileAttributes_InsideShip + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_SecretBase: ; 83DFC5C + .byte FALSE ; is compressed + .byte FALSE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_SecretBase + .4byte gTilesetPalettes_SecretBase + .4byte gMetatiles_SecretBasePrimary + .4byte gMetatileAttributes_SecretBasePrimary + .4byte NULL ; animation callback + + .align 2, 0 + +gTilesetPointer_SecretBase: ; 83DFC74 + .4byte gTileset_SecretBase + + .align 2, 0 + +gTilesetPointer_SecretBaseRedCave: ; 83DFC78 + .4byte gTileset_SecretBaseRedCave + + .align 2, 0 + +gTileset_EliteFour: ; 83DFC7C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_EliteFour + .4byte gTilesetPalettes_EliteFour + .4byte gMetatiles_EliteFour + .4byte gMetatileAttributes_EliteFour + .4byte sub_80A0F68 + + .align 2, 0 + +gTileset_BattleFrontier: ; 83DFC94 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_BattleFrontier + .4byte gTilesetPalettes_BattleFrontier + .4byte gMetatiles_BattleFrontier + .4byte gMetatileAttributes_BattleFrontier + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_BattlePalace: ; 83DFCAC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_BattlePalace + .4byte gTilesetPalettes_BattlePalace + .4byte gMetatiles_BattlePalace + .4byte gMetatileAttributes_BattlePalace + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_BattleDome: ; 83DFCC4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_BattleDome + .4byte gTilesetPalettes_BattleDome + .4byte gMetatiles_BattleDome + .4byte gMetatileAttributes_BattleDome + .4byte sub_80A1010 + + .align 2, 0 + +gTileset_BattleFactory: ; 83DFCDC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_BattleFactory + .4byte gTilesetPalettes_BattleFactory + .4byte gMetatiles_BattleFactory + .4byte gMetatileAttributes_BattleFactory + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_BattlePike: ; 83DFCF4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_BattlePike + .4byte gTilesetPalettes_BattlePike + .4byte gMetatiles_BattlePike + .4byte gMetatileAttributes_BattlePike + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_BattleArena: ; 83DFD0C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_BattleArena + .4byte gTilesetPalettes_BattleArena + .4byte gMetatiles_BattleArena + .4byte gMetatileAttributes_BattleArena + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_BattlePyramid: ; 83DFD24 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_BattlePyramid + .4byte gTilesetPalettes_BattlePyramid + .4byte gMetatiles_BattlePyramid + .4byte gMetatileAttributes_BattlePyramid + .4byte sub_80A0FE4 + + .align 2, 0 + +gTileset_MirageTower: ; 83DFD3C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_MirageTower + .4byte gTilesetPalettes_MirageTower + .4byte gMetatiles_MirageTower + .4byte gMetatileAttributes_MirageTower + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_MossdeepGameCorner: ; 83DFD54 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_MossdeepGameCorner + .4byte gTilesetPalettes_MossdeepGameCorner + .4byte gMetatiles_MossdeepGameCorner + .4byte gMetatileAttributes_MossdeepGameCorner + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_IslandHabor: ; 83DFD6C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_IslandHabor + .4byte gTilesetPalettes_IslandHabor + .4byte gMetatiles_IslandHabor + .4byte gMetatileAttributes_IslandHabor + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_TrainerHill: ; 83DFD84 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_TrainerHill + .4byte gTilesetPalettes_TrainerHill + .4byte gMetatiles_TrainerHill + .4byte gMetatileAttributes_TrainerHill + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_NavelRock: ; 83DFD9C + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_NavelRock + .4byte gTilesetPalettes_NavelRock + .4byte gMetatiles_NavelRock + .4byte gMetatileAttributes_NavelRock + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_BattleFrontierRankingHall: ; 83DFDB4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_BattleFrontierRankingHall + .4byte gTilesetPalettes_BattleFrontierRankingHall + .4byte gMetatiles_BattleFrontierRankingHall + .4byte gMetatileAttributes_BattleFrontierRankingHall + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_BattleTent: ; 83DFDCC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_BattleTent + .4byte gTilesetPalettes_BattleTent + .4byte gMetatiles_BattleTent + .4byte gMetatileAttributes_BattleTent + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_MysteryEventsHouse: ; 83DFDE4 + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_MysteryEventsHouse + .4byte gTilesetPalettes_MysteryEventsHouse + .4byte gMetatiles_MysteryEventsHouse + .4byte gMetatileAttributes_MysteryEventsHouse + .4byte NULL ; animation callback + + .align 2, 0 + +gTileset_UnionRoom: ; 83DFDFC + .byte TRUE ; is compressed + .byte TRUE ; is secondary tileset + .2byte 0 ; padding + .4byte gTilesetTiles_UnionRoom + .4byte gTilesetPalettes_UnionRoom + .4byte gMetatiles_UnionRoom + .4byte gMetatileAttributes_UnionRoom + .4byte NULL ; animation callback diff --git a/graphics_file_rules.mk b/graphics_file_rules.mk index fe7ed48ac..3b94e567b 100644 --- a/graphics_file_rules.mk +++ b/graphics_file_rules.mk @@ -1,7 +1,7 @@ -monstillfrontdir = data/graphics/pokemon/still_front_pics +monstillfrontdir := data/graphics/pokemon/still_front_pics monbackdir := data/graphics/pokemon/back_pics monfrontdir := data/graphics/pokemon/front_pics -monpaldir = data/graphics/pokemon/palettes +monpaldir := data/graphics/pokemon/palettes $(monstillfrontdir)/castform_still_front_pic.4bpp: $(monstillfrontdir)/castform_normal_form_still_front_pic.4bpp \ $(monstillfrontdir)/castform_sunny_form_still_front_pic.4bpp \ @@ -32,3 +32,197 @@ $(monpaldir)/castform_shiny_palette.gbapal: $(monpaldir)/castform_normal_form_sh $(monpaldir)/castform_rainy_form_shiny_palette.gbapal \ $(monpaldir)/castform_snowy_form_shiny_palette.gbapal @cat $(monpaldir)/castform_normal_form_shiny_palette.gbapal $(monpaldir)/castform_sunny_form_shiny_palette.gbapal $(monpaldir)/castform_rainy_form_shiny_palette.gbapal $(monpaldir)/castform_snowy_form_shiny_palette.gbapal >$@ + +tilesetdir := data/graphics/tilesets + +$(tilesetdir)/secondary/petalburg/tiles.4bpp: $(tilesetdir)/secondary/petalburg/tiles.png + $(4bpp) $< -num_tiles 159 + +$(tilesetdir)/secondary/rustboro/tiles.4bpp: $(tilesetdir)/secondary/rustboro/tiles.png + $(4bpp) $< -num_tiles 498 + +$(tilesetdir)/secondary/dewford/tiles.4bpp: $(tilesetdir)/secondary/dewford/tiles.png + $(4bpp) $< -num_tiles 503 + +$(tilesetdir)/secondary/slateport/tiles.4bpp: $(tilesetdir)/secondary/slateport/tiles.png + $(4bpp) $< -num_tiles 504 + +$(tilesetdir)/secondary/mauville/tiles.4bpp: $(tilesetdir)/secondary/mauville/tiles.png + $(4bpp) $< -num_tiles 503 + +$(tilesetdir)/secondary/lavaridge/tiles.4bpp: $(tilesetdir)/secondary/lavaridge/tiles.png + $(4bpp) $< -num_tiles 450 + +$(tilesetdir)/secondary/fortree/tiles.4bpp: $(tilesetdir)/secondary/fortree/tiles.png + $(4bpp) $< -num_tiles 493 + +$(tilesetdir)/secondary/pacifidlog/tiles.4bpp: $(tilesetdir)/secondary/pacifidlog/tiles.png + $(4bpp) $< -num_tiles 504 + +$(tilesetdir)/secondary/sootopolis/tiles.4bpp: $(tilesetdir)/secondary/sootopolis/tiles.png + $(4bpp) $< -num_tiles 328 + +$(tilesetdir)/secondary/battle_frontier_outside_west/tiles.4bpp: $(tilesetdir)/secondary/battle_frontier_outside_west/tiles.png + $(4bpp) $< -num_tiles 508 + +$(tilesetdir)/secondary/battle_frontier_outside_east/tiles.4bpp: $(tilesetdir)/secondary/battle_frontier_outside_east/tiles.png + $(4bpp) $< -num_tiles 508 + +$(tilesetdir)/primary/inside_building/tiles.4bpp: $(tilesetdir)/primary/inside_building/tiles.png + $(4bpp) $< -num_tiles 502 + +$(tilesetdir)/secondary/shop/tiles.4bpp: $(tilesetdir)/secondary/shop/tiles.png + $(4bpp) $< -num_tiles 502 + +$(tilesetdir)/secondary/pokemon_center/tiles.4bpp: $(tilesetdir)/secondary/pokemon_center/tiles.png + $(4bpp) $< -num_tiles 478 + +$(tilesetdir)/secondary/cave/tiles.4bpp: $(tilesetdir)/secondary/cave/tiles.png + $(4bpp) $< -num_tiles 425 + +$(tilesetdir)/secondary/pokemon_school/tiles.4bpp: $(tilesetdir)/secondary/pokemon_school/tiles.png + $(4bpp) $< -num_tiles 278 + +$(tilesetdir)/secondary/pokemon_fan_club/tiles.4bpp: $(tilesetdir)/secondary/pokemon_fan_club/tiles.png + $(4bpp) $< -num_tiles 319 + +$(tilesetdir)/secondary/unused_1/tiles.4bpp: $(tilesetdir)/secondary/unused_1/tiles.png + $(4bpp) $< -num_tiles 17 + +$(tilesetdir)/secondary/meteor_falls/tiles.4bpp: $(tilesetdir)/secondary/meteor_falls/tiles.png + $(4bpp) $< -num_tiles 460 + +$(tilesetdir)/secondary/oceanic_museum/tiles.4bpp: $(tilesetdir)/secondary/oceanic_museum/tiles.png + $(4bpp) $< -num_tiles 319 + +$(tilesetdir)/secondary/cable_club/unknown_tiles.4bpp: $(tilesetdir)/secondary/cable_club/unknown_tiles.png + $(4bpp) $< -num_tiles 120 + +$(tilesetdir)/secondary/seashore_house/tiles.4bpp: $(tilesetdir)/secondary/seashore_house/tiles.png + $(4bpp) $< -num_tiles 312 + +$(tilesetdir)/secondary/pretty_petal_flower_shop/tiles.4bpp: $(tilesetdir)/secondary/pretty_petal_flower_shop/tiles.png + $(4bpp) $< -num_tiles 345 + +$(tilesetdir)/secondary/pokemon_day_care/tiles.4bpp: $(tilesetdir)/secondary/pokemon_day_care/tiles.png + $(4bpp) $< -num_tiles 355 + +$(tilesetdir)/secondary/secret_base/brown_cave/unused_tiles.4bpp: $(tilesetdir)/secondary/secret_base/brown_cave/tiles.png + $(4bpp) $< -output $@ -num_tiles 82 + +$(tilesetdir)/secondary/secret_base/tree/unused_tiles.4bpp: $(tilesetdir)/secondary/secret_base/tree/tiles.png + $(4bpp) $< -output $@ -num_tiles 82 + +$(tilesetdir)/secondary/secret_base/shrub/unused_tiles.4bpp: $(tilesetdir)/secondary/secret_base/shrub/tiles.png + $(4bpp) $< -output $@ -num_tiles 82 + +$(tilesetdir)/secondary/secret_base/blue_cave/unused_tiles.4bpp: $(tilesetdir)/secondary/secret_base/blue_cave/tiles.png + $(4bpp) $< -output $@ -num_tiles 82 + +$(tilesetdir)/secondary/secret_base/yellow_cave/unused_tiles.4bpp: $(tilesetdir)/secondary/secret_base/yellow_cave/tiles.png + $(4bpp) $< -output $@ -num_tiles 82 + +$(tilesetdir)/secondary/secret_base/red_cave/unused_tiles.4bpp: $(tilesetdir)/secondary/secret_base/red_cave/tiles.png + $(4bpp) $< -output $@ -num_tiles 82 + +$(tilesetdir)/secondary/secret_base/brown_cave/tiles.4bpp: $(tilesetdir)/secondary/secret_base/brown_cave/tiles.png + $(4bpp) $< -num_tiles 83 + +$(tilesetdir)/secondary/secret_base/tree/tiles.4bpp: $(tilesetdir)/secondary/secret_base/tree/tiles.png + $(4bpp) $< -num_tiles 83 + +$(tilesetdir)/secondary/secret_base/shrub/tiles.4bpp: $(tilesetdir)/secondary/secret_base/shrub/tiles.png + $(4bpp) $< -num_tiles 83 + +$(tilesetdir)/secondary/secret_base/blue_cave/tiles.4bpp: $(tilesetdir)/secondary/secret_base/blue_cave/tiles.png + $(4bpp) $< -num_tiles 83 + +$(tilesetdir)/secondary/secret_base/yellow_cave/tiles.4bpp: $(tilesetdir)/secondary/secret_base/yellow_cave/tiles.png + $(4bpp) $< -num_tiles 83 + +$(tilesetdir)/secondary/secret_base/red_cave/tiles.4bpp: $(tilesetdir)/secondary/secret_base/red_cave/tiles.png + $(4bpp) $< -num_tiles 83 + +$(tilesetdir)/secondary/inside_of_truck/tiles.4bpp: $(tilesetdir)/secondary/inside_of_truck/tiles.png + $(4bpp) $< -num_tiles 62 + +$(tilesetdir)/secondary/contest/tiles.4bpp: $(tilesetdir)/secondary/contest/tiles.png + $(4bpp) $< -num_tiles 430 + +$(tilesetdir)/secondary/lilycove_museum/tiles.4bpp: $(tilesetdir)/secondary/lilycove_museum/tiles.png + $(4bpp) $< -num_tiles 431 + +$(tilesetdir)/secondary/lab/tiles.4bpp: $(tilesetdir)/secondary/lab/tiles.png + $(4bpp) $< -num_tiles 500 + +$(tilesetdir)/secondary/underwater/tiles.4bpp: $(tilesetdir)/secondary/underwater/tiles.png + $(4bpp) $< -num_tiles 500 + +$(tilesetdir)/secondary/generic_building/tiles.4bpp: $(tilesetdir)/secondary/generic_building/tiles.png + $(4bpp) $< -num_tiles 509 + +$(tilesetdir)/secondary/mauville_game_corner/tiles.4bpp: $(tilesetdir)/secondary/mauville_game_corner/tiles.png + $(4bpp) $< -num_tiles 469 + +$(tilesetdir)/secondary/unused_2/tiles.4bpp: $(tilesetdir)/secondary/unused_2/tiles.png + $(4bpp) $< -num_tiles 150 + +$(tilesetdir)/secondary/rustboro_gym/tiles.4bpp: $(tilesetdir)/secondary/rustboro_gym/tiles.png + $(4bpp) $< -num_tiles 60 + +$(tilesetdir)/secondary/dewford_gym/tiles.4bpp: $(tilesetdir)/secondary/dewford_gym/tiles.png + $(4bpp) $< -num_tiles 61 + +$(tilesetdir)/secondary/lavaridge_gym/tiles.4bpp: $(tilesetdir)/secondary/lavaridge_gym/tiles.png + $(4bpp) $< -num_tiles 54 + +$(tilesetdir)/secondary/petalburg_gym/tiles.4bpp: $(tilesetdir)/secondary/petalburg_gym/tiles.png + $(4bpp) $< -num_tiles 148 + +$(tilesetdir)/secondary/fortree_gym/tiles.4bpp: $(tilesetdir)/secondary/fortree_gym/tiles.png + $(4bpp) $< -num_tiles 61 + +$(tilesetdir)/secondary/mossdeep_gym/tiles.4bpp: $(tilesetdir)/secondary/mossdeep_gym/tiles.png + $(4bpp) $< -num_tiles 82 + +$(tilesetdir)/secondary/sootopolis_gym/tiles.4bpp: $(tilesetdir)/secondary/sootopolis_gym/tiles.png + $(4bpp) $< -num_tiles 484 + +$(tilesetdir)/secondary/trick_house_puzzle/tiles.4bpp: $(tilesetdir)/secondary/trick_house_puzzle/tiles.png + $(4bpp) $< -num_tiles 294 + +$(tilesetdir)/secondary/inside_ship/tiles.4bpp: $(tilesetdir)/secondary/inside_ship/tiles.png + $(4bpp) $< -num_tiles 342 + +$(tilesetdir)/secondary/elite_four/tiles.4bpp: $(tilesetdir)/secondary/elite_four/tiles.png + $(4bpp) $< -num_tiles 505 + +$(tilesetdir)/secondary/battle_frontier/tiles.4bpp: $(tilesetdir)/secondary/battle_frontier/tiles.png + $(4bpp) $< -num_tiles 310 + +$(tilesetdir)/secondary/battle_factory/tiles.4bpp: $(tilesetdir)/secondary/battle_factory/tiles.png + $(4bpp) $< -num_tiles 424 + +$(tilesetdir)/secondary/battle_pike/tiles.4bpp: $(tilesetdir)/secondary/battle_pike/tiles.png + $(4bpp) $< -num_tiles 382 + +$(tilesetdir)/secondary/mirage_tower/tiles.4bpp: $(tilesetdir)/secondary/mirage_tower/tiles.png + $(4bpp) $< -num_tiles 420 + +$(tilesetdir)/secondary/mossdeep_game_corner/tiles.4bpp: $(tilesetdir)/secondary/mossdeep_game_corner/tiles.png + $(4bpp) $< -num_tiles 95 + +$(tilesetdir)/secondary/island_habor/tiles.4bpp: $(tilesetdir)/secondary/island_habor/tiles.png + $(4bpp) $< -num_tiles 503 + +$(tilesetdir)/secondary/trainer_hill/tiles.4bpp: $(tilesetdir)/secondary/trainer_hill/tiles.png + $(4bpp) $< -num_tiles 374 + +$(tilesetdir)/secondary/navel_rock/tiles.4bpp: $(tilesetdir)/secondary/navel_rock/tiles.png + $(4bpp) $< -num_tiles 420 + +$(tilesetdir)/secondary/battle_frontier_ranking_hall/tiles.4bpp: $(tilesetdir)/secondary/battle_frontier_ranking_hall/tiles.png + $(4bpp) $< -num_tiles 136 + +$(tilesetdir)/secondary/mystery_events_house/tiles.4bpp: $(tilesetdir)/secondary/mystery_events_house/tiles.png + $(4bpp) $< -num_tiles 509 diff --git a/tools/gbagfx/main.c b/tools/gbagfx/main.c index a1a0ed4da..472a87f79 100644 --- a/tools/gbagfx/main.c +++ b/tools/gbagfx/main.c @@ -10,7 +10,7 @@ #include "jasc_pal.h" #include "lz.h" -void ConvertToPng(char *imageFilePath, char *paletteFilePath, bool isObject, int width) +void ConvertToPng(char *imageFilePath, char *outputFilePath, char *paletteFilePath, bool isObject, int width) { struct Image image; int bitDepth = 0; @@ -40,14 +40,17 @@ void ConvertToPng(char *imageFilePath, char *paletteFilePath, bool isObject, int image.isObject = isObject; - ChangeFileExtension(imageFilePath, "png"); + if (outputFilePath == NULL) { + ChangeFileExtension(imageFilePath, "png"); + outputFilePath = imageFilePath; + } - WritePng(imageFilePath, &image); + WritePng(outputFilePath, &image); FreeImage(&image); } -void ConvertFromPng(char *imageFilePath, int numTiles, int bitDepth) +void ConvertFromPng(char *imageFilePath, char *outputFilePath, int numTiles, int bitDepth) { struct Image image; @@ -57,11 +60,14 @@ void ConvertFromPng(char *imageFilePath, int numTiles, int bitDepth) ReadPng(imageFilePath, &image); - char newExtension[5]; - snprintf(newExtension, 5, "%dbpp", bitDepth); - ChangeFileExtension(imageFilePath, newExtension); + if (outputFilePath == NULL) { + char newExtension[5]; + snprintf(newExtension, 5, "%dbpp", bitDepth); + ChangeFileExtension(imageFilePath, newExtension); + outputFilePath = imageFilePath; + } - WriteImage(imageFilePath, numTiles, bitDepth, &image, !image.hasPalette); + WriteImage(outputFilePath, numTiles, bitDepth, &image, !image.hasPalette); FreeImage(&image); } @@ -144,6 +150,7 @@ int main(int argc, char **argv) char imageFilePath[GBAGFX_MAX_PATH + 1]; strcpy(imageFilePath, argv[2]); + char *outputFilePath = NULL; char paletteFilePath[GBAGFX_MAX_PATH + 1]; bool hasPalette = false; bool isObject = false; @@ -152,7 +159,14 @@ int main(int argc, char **argv) for (int i = 3; i < argc; i++) { char *option = argv[i]; - if (strcmp(option, "-palette") == 0) { + if (strcmp(option, "-output") == 0) { + if (i + 1 >= argc) + FATAL_ERROR("No output file path following \"-output\".\n"); + + i++; + + outputFilePath = argv[i]; + } else if (strcmp(option, "-palette") == 0) { if (i + 1 >= argc) FATAL_ERROR("No palette file path following \"-palette\".\n"); @@ -181,7 +195,7 @@ int main(int argc, char **argv) } } - ConvertToPng(imageFilePath, hasPalette ? paletteFilePath : NULL, isObject, width); + ConvertToPng(imageFilePath, outputFilePath, hasPalette ? paletteFilePath : NULL, isObject, width); } else if (strcmp(command, "1bpp") == 0 || strcmp(command, "4bpp") == 0 || strcmp(command, "8bpp") == 0) { if (argc < 3) FATAL_ERROR("No image file path arg.\n"); @@ -191,13 +205,21 @@ int main(int argc, char **argv) char imageFilePath[GBAGFX_MAX_PATH + 1]; strcpy(imageFilePath, argv[2]); + char *outputFilePath = NULL; int numTiles = 0; int bitDepth = command[0] - '0'; for (int i = 3; i < argc; i++) { char *option = argv[i]; - if (strcmp(option, "-num_tiles") == 0) { + if (strcmp(option, "-output") == 0) { + if (i + 1 >= argc) + FATAL_ERROR("No output file path following \"-output\".\n"); + + i++; + + outputFilePath = argv[i]; + } else if (strcmp(option, "-num_tiles") == 0) { if (i + 1 >= argc) FATAL_ERROR("No number of tiles following \"-num_tiles\".\n"); @@ -213,7 +235,7 @@ int main(int argc, char **argv) } } - ConvertFromPng(imageFilePath, numTiles, bitDepth); + ConvertFromPng(imageFilePath, outputFilePath, numTiles, bitDepth); } else if (strcmp(command, "pal") == 0) { if (argc < 3) FATAL_ERROR("No palette file path arg.\n");