This commit is contained in:
YamaArashi 2016-01-29 03:55:59 -08:00
parent 3a5e05377e
commit aa5f55985d
999 changed files with 20624 additions and 16 deletions

View File

@ -49,7 +49,8 @@ clean:
$(RM) genasm/*
find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.latfont' -o -iname '*.hwjpnfont' -o -iname '*.fwjpnfont' \) -exec rm {} +
include graphics_file_rules.mk
include castform.mk
include tilesets.mk
%.png: ;
%.pal: ;

View File

@ -1188,7 +1188,16 @@ gUnknown_082166AC: ; 82166AC
.incbin "baserom.gba", 0x002166ac, 0x2c
gUnknown_082166D8: ; 82166D8
.incbin "baserom.gba", 0x002166d8, 0xee840
.incbin "baserom.gba", 0x002166d8, 0x8
; 82166E0
.include "data/tilesets/graphics.s"
; 8259C1C
.include "data/tilesets/metatiles.s"
; 8286CF4
.incbin "baserom.gba", 0x286CF4, 0x7E224
gUnknown_08304F18: ; 8304F18
.incbin "baserom.gba", 0x00304f18, 0x3670
@ -8491,7 +8500,32 @@ gUnknown_08E8F844: ; 8E8F844
.incbin "baserom.gba", 0x00e8f844, 0xbb4
gUnknown_08E903F8: ; 8E903F8
.incbin "baserom.gba", 0x00e903f8, 0x4118
.incbin "baserom.gba", 0x00e903f8, 0x1D20
.align 2
gTilesetTiles_General: ; 8E92118
.incbin "data/tilesets/primary/general/tiles.4bpp.lz"
.align 2
gTilesetPalettes_General: ; 8E94310
.incbin "data/tilesets/primary/general/palettes/00.gbapal"
.incbin "data/tilesets/primary/general/palettes/01.gbapal"
.incbin "data/tilesets/primary/general/palettes/02.gbapal"
.incbin "data/tilesets/primary/general/palettes/03.gbapal"
.incbin "data/tilesets/primary/general/palettes/04.gbapal"
.incbin "data/tilesets/primary/general/palettes/05.gbapal"
.incbin "data/tilesets/primary/general/palettes/06.gbapal"
.incbin "data/tilesets/primary/general/palettes/07.gbapal"
.incbin "data/tilesets/primary/general/palettes/08.gbapal"
.incbin "data/tilesets/primary/general/palettes/09.gbapal"
.incbin "data/tilesets/primary/general/palettes/10.gbapal"
.incbin "data/tilesets/primary/general/palettes/11.gbapal"
.incbin "data/tilesets/primary/general/palettes/12.gbapal"
.incbin "data/tilesets/primary/general/palettes/13.gbapal"
.incbin "data/tilesets/primary/general/palettes/14.gbapal"
.incbin "data/tilesets/primary/general/palettes/15.gbapal"
gUnknown_08E94510: ; 8E94510
.incbin "baserom.gba", 0x00e94510, 0x40

1462
data/tilesets/graphics.s Normal file

File diff suppressed because it is too large Load Diff

695
data/tilesets/headers.s Normal file
View File

@ -0,0 +1,695 @@
.align 2
gTileset_General: ; 8286CF4
.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_8072FC4
.align 2
gTileset_Petalburg: ; 8286D0C
.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_8073110
.align 2
gTileset_Rustboro: ; 8286D24
.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_8073138
.align 2
gTileset_Dewford: ; 8286D3C
.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_8073164
.align 2
gTileset_Slateport: ; 8286D54
.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_807318C
.align 2
gTileset_Mauville: ; 8286D6C
.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_80731B4
.align 2
gTileset_Lavaridge: ; 8286D84
.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_80731E4
.align 2
gTileset_Fallarbor: ; 8286D9C
.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_8073210
.align 2
gTileset_Fortree: ; 8286DB4
.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_8073238
.align 2
gTileset_Lilycove: ; 8286DCC
.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_8073260
.align 2
gTileset_Mossdeep: ; 8286DE4
.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_8073288
.align 2
gTileset_EverGrande: ; 8286DFC
.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_80732B0
.align 2
gTileset_Pacifidlog: ; 8286E14
.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_80732DC
.align 2
gTileset_Sootopolis: ; 8286E2C
.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_807330C
.align 2
gTileset_Building: ; 8286E44
.byte TRUE ; is compressed
.byte FALSE ; is secondary tileset
.2byte 0 ; padding
.4byte gTilesetTiles_Building
.4byte gTilesetPalettes_Building
.4byte gMetatiles_Building
.4byte gMetatileAttributes_Building
.4byte sub_8072FEC
.align 2
gTileset_Shop: ; 8286E5C
.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
gTileset_PokemonCenter: ; 8286E74
.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
gTileset_Cave: ; 8286E8C
.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_807337C
.align 2
gTileset_PokemonSchool: ; 8286EA4
.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
gTileset_PokemonFanClub: ; 8286EBC
.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
gTileset_Unused1: ; 8286ED4
.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
gTileset_MeteorFalls: ; 8286EEC
.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
gTileset_OceanicMuseum: ; 8286F04
.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
gTileset_CableClub: ; 8286F1C
.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
gTileset_SeashoreHouse: ; 8286F34
.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
gTileset_PrettyPetalFlowerShop: ; 8286F4C
.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
gTileset_PokemonDayCare: ; 8286F64
.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
gTileset_Facility: ; 8286F7C
.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
gTileset_BikeShop: ; 8286F94
.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_80733F8
.align 2
gTileset_RusturfTunnel: ; 8286FAC
.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
gTileset_SecretBaseBrownCave: ; 8286FC4
.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
gTileset_SecretBaseTree: ; 8286FDC
.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
gTileset_SecretBaseShrub: ; 8286FF4
.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
gTileset_SecretBaseBlueCave: ; 828700C
.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
gTileset_SecretBaseYellowCave: ; 8287024
.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
gTileset_SecretBaseRedCave: ; 828703C
.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
gTileset_InsideOfTruck: ; 8287054
.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
gTileset_Unused2: ; 828706C
.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
gTileset_Contest: ; 8287084
.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
gTileset_LilycoveMuseum: ; 828709C
.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
gTileset_BrendansMaysHouse: ; 82870B4
.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
gTileset_Lab: ; 82870CC
.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
gTileset_Underwater: ; 82870E4
.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_8073334
.align 2
gTileset_PetalburgGym: ; 82870FC
.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
gTileset_SootopolisGym: ; 8287114
.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 sub_8073358
.align 2
gTileset_GenericBuilding: ; 828712C
.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
gTileset_MauvilleGameCorner: ; 8287144
.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
gTileset_RustboroGym: ; 828715C
.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
gTileset_DewfordGym: ; 8287174
.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
gTileset_MauvilleGym: ; 828718C
.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_80733CC
.align 2
gTileset_LavaridgeGym: ; 82871A4
.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
gTileset_TrickHousePuzzle: ; 82871BC
.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
gTileset_FortreeGym: ; 82871D4
.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
gTileset_MossdeepGym: ; 82871EC
.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
gTileset_Ship: ; 8287204
.byte TRUE ; is compressed
.byte TRUE ; is secondary tileset
.2byte 0 ; padding
.4byte gTilesetTiles_Ship
.4byte gTilesetPalettes_Ship
.4byte gMetatiles_Ship
.4byte gMetatileAttributes_Ship
.4byte NULL ; animation callback
.align 2
gTileset_SecretBase: ; 828721C
.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
gTileset_EliteFour: ; 8287234
.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_80733A8
.align 2
gTileset_BattleTower: ; 828724C
.byte TRUE ; is compressed
.byte TRUE ; is secondary tileset
.2byte 0 ; padding
.4byte gTilesetTiles_BattleTower
.4byte gTilesetPalettes_BattleTower
.4byte gMetatiles_BattleTower
.4byte gMetatileAttributes_BattleTower
.4byte NULL ; animation callback

529
data/tilesets/metatiles.s Normal file
View File

@ -0,0 +1,529 @@
.align 1
gMetatiles_General: ; 8259C1C
.incbin "baserom.gba", 0x259c1c, 0x2000
.align 1
gMetatileAttributes_General: ; 825BC1C
.incbin "baserom.gba", 0x25bc1c, 0x400
.align 1
gMetatiles_Petalburg: ; 825C01C
.incbin "baserom.gba", 0x25c01c, 0x900
.align 1
gMetatileAttributes_Petalburg: ; 825C91C
.incbin "baserom.gba", 0x25c91c, 0x120
.align 1
gMetatiles_Rustboro: ; 825CA3C
.incbin "baserom.gba", 0x25ca3c, 0x15e0
.align 1
gMetatileAttributes_Rustboro: ; 825E01C
.incbin "baserom.gba", 0x25e01c, 0x2bc
.align 1
gMetatiles_Dewford: ; 825E2D8
.incbin "baserom.gba", 0x25e2d8, 0x900
.align 1
gMetatileAttributes_Dewford: ; 825EBD8
.incbin "baserom.gba", 0x25ebd8, 0x120
.align 1
gMetatiles_Slateport: ; 825ECF8
.incbin "baserom.gba", 0x25ecf8, 0x16c0
.align 1
gMetatileAttributes_Slateport: ; 82603B8
.incbin "baserom.gba", 0x2603b8, 0x2d8
.align 1
gMetatiles_Mauville: ; 8260690
.incbin "baserom.gba", 0x260690, 0x1b20
.align 1
gMetatileAttributes_Mauville: ; 82621B0
.incbin "baserom.gba", 0x2621b0, 0x364
.align 1
gMetatiles_Lavaridge: ; 8262514
.incbin "baserom.gba", 0x262514, 0x11e0
.align 1
gMetatileAttributes_Lavaridge: ; 82636F4
.incbin "baserom.gba", 0x2636f4, 0x23c
.align 1
gMetatiles_Fallarbor: ; 8263930
.incbin "baserom.gba", 0x263930, 0x1520
.align 1
gMetatileAttributes_Fallarbor: ; 8264E50
.incbin "baserom.gba", 0x264e50, 0x2a4
.align 1
gMetatiles_Fortree: ; 82650F4
.incbin "baserom.gba", 0x2650f4, 0x10b0
.align 1
gMetatileAttributes_Fortree: ; 82661A4
.incbin "baserom.gba", 0x2661a4, 0x216
.align 1
gMetatiles_Lilycove: ; 82663BA
.incbin "baserom.gba", 0x2663ba, 0x15f0
.align 1
gMetatileAttributes_Lilycove: ; 82679AA
.incbin "baserom.gba", 0x2679aa, 0x2be
.align 1
gMetatiles_Mossdeep: ; 8267C68
.incbin "baserom.gba", 0x267c68, 0x16b0
.align 1
gMetatileAttributes_Mossdeep: ; 8269318
.incbin "baserom.gba", 0x269318, 0x2d6
.align 1
gMetatiles_EverGrande: ; 82695EE
.incbin "baserom.gba", 0x2695ee, 0xa80
.align 1
gMetatileAttributes_EverGrande: ; 826A06E
.incbin "baserom.gba", 0x26a06e, 0x150
.align 1
gMetatiles_Pacifidlog: ; 826A1BE
.incbin "baserom.gba", 0x26a1be, 0xbf0
.align 1
gMetatileAttributes_Pacifidlog: ; 826ADAE
.incbin "baserom.gba", 0x26adae, 0x17e
.align 1
gMetatiles_Sootopolis: ; 826AF2C
.incbin "baserom.gba", 0x26af2c, 0xfe0
.align 1
gMetatileAttributes_Sootopolis: ; 826BF0C
.incbin "baserom.gba", 0x26bf0c, 0x1fc
.align 1
gMetatiles_Building: ; 826C108
.incbin "baserom.gba", 0x26c108, 0x80
.align 1
gMetatileAttributes_Building: ; 826C188
.incbin "baserom.gba", 0x26c188, 0x10
.align 1
gMetatiles_Shop: ; 826C198
.incbin "baserom.gba", 0x26c198, 0x1180
.align 1
gMetatileAttributes_Shop: ; 826D318
.incbin "baserom.gba", 0x26d318, 0x230
.align 1
gMetatiles_PokemonCenter: ; 826D548
.incbin "baserom.gba", 0x26d548, 0xc60
.align 1
gMetatileAttributes_PokemonCenter: ; 826E1A8
.incbin "baserom.gba", 0x26e1a8, 0x18c
.align 1
gMetatiles_Cave: ; 826E334
.incbin "baserom.gba", 0x26e334, 0x19e0
.align 1
gMetatileAttributes_Cave: ; 826FD14
.incbin "baserom.gba", 0x26fd14, 0x33c
.align 1
gMetatiles_PokemonSchool: ; 8270050
.incbin "baserom.gba", 0x270050, 0x3a0
.align 1
gMetatileAttributes_PokemonSchool: ; 82703F0
.incbin "baserom.gba", 0x2703f0, 0x74
.align 1
gMetatiles_PokemonFanClub: ; 8270464
.incbin "baserom.gba", 0x270464, 0x680
.align 1
gMetatileAttributes_PokemonFanClub: ; 8270AE4
.incbin "baserom.gba", 0x270ae4, 0xd0
.align 1
gMetatiles_Unused1: ; 8270BB4
.incbin "baserom.gba", 0x270bb4, 0x20
.align 1
gMetatileAttributes_Unused1: ; 8270BD4
.incbin "baserom.gba", 0x270bd4, 0x4
.align 1
gMetatiles_MeteorFalls: ; 8270BD8
.incbin "baserom.gba", 0x270bd8, 0x9f0
.align 1
gMetatileAttributes_MeteorFalls: ; 82715C8
.incbin "baserom.gba", 0x2715c8, 0x13e
.align 1
gMetatiles_OceanicMuseum: ; 8271706
.incbin "baserom.gba", 0x271706, 0x650
.align 1
gMetatileAttributes_OceanicMuseum: ; 8271D56
.incbin "baserom.gba", 0x271d56, 0xca
.align 1
gMetatiles_CableClub: ; 8271E20
.incbin "baserom.gba", 0x271e20, 0x1000
.align 1
gMetatileAttributes_CableClub: ; 8272E20
.incbin "baserom.gba", 0x272e20, 0x200
.align 1
gMetatiles_SeashoreHouse: ; 8273020
.incbin "baserom.gba", 0x273020, 0x380
.align 1
gMetatileAttributes_SeashoreHouse: ; 82733A0
.incbin "baserom.gba", 0x2733a0, 0x70
.align 1
gMetatiles_PrettyPetalFlowerShop: ; 8273410
.incbin "baserom.gba", 0x273410, 0x480
.align 1
gMetatileAttributes_PrettyPetalFlowerShop: ; 8273890
.incbin "baserom.gba", 0x273890, 0x90
.align 1
gMetatiles_PokemonDayCare: ; 8273920
.incbin "baserom.gba", 0x273920, 0x440
.align 1
gMetatileAttributes_PokemonDayCare: ; 8273D60
.incbin "baserom.gba", 0x273d60, 0x88
.align 1
gMetatiles_Facility: ; 8273DE8
.incbin "baserom.gba", 0x273de8, 0x1fe0
.align 1
gMetatileAttributes_Facility: ; 8275DC8
.incbin "baserom.gba", 0x275dc8, 0x3fc
.align 1
gMetatiles_BikeShop: ; 82761C4
.incbin "baserom.gba", 0x2761c4, 0xf80
.align 1
gMetatileAttributes_BikeShop: ; 8277144
.incbin "baserom.gba", 0x277144, 0x1f0
.align 1
gMetatiles_RusturfTunnel: ; 8277334
.incbin "baserom.gba", 0x277334, 0x530
.align 1
gMetatileAttributes_RusturfTunnel: ; 8277864
.incbin "baserom.gba", 0x277864, 0xa6
.align 1
gMetatiles_SecretBaseSecondary: ; 827790A
.incbin "baserom.gba", 0x27790a, 0x1440
.align 1
gMetatileAttributes_SecretBaseSecondary: ; 8278D4A
.incbin "baserom.gba", 0x278d4a, 0x288
.align 1
gMetatiles_InsideOfTruck: ; 8278FD2
.incbin "baserom.gba", 0x278fd2, 0x260
.align 1
gMetatileAttributes_InsideOfTruck: ; 8279232
.incbin "baserom.gba", 0x279232, 0x4c
.align 1
gMetatiles_Contest: ; 827927E
.incbin "baserom.gba", 0x27927e, 0xe00
.align 1
gMetatileAttributes_Contest: ; 827A07E
.incbin "baserom.gba", 0x27a07e, 0x1c0
.align 1
gMetatiles_LilycoveMuseum: ; 827A23E
.incbin "baserom.gba", 0x27a23e, 0x8f0
.align 1
gMetatileAttributes_LilycoveMuseum: ; 827AB2E
.incbin "baserom.gba", 0x27ab2e, 0x11e
.align 1
gMetatiles_BrendansMaysHouse: ; 827AC4C
.incbin "baserom.gba", 0x27ac4c, 0xab0
.align 1
gMetatileAttributes_BrendansMaysHouse: ; 827B6FC
.incbin "baserom.gba", 0x27b6fc, 0x156
.align 1
gMetatiles_Lab: ; 827B852
.incbin "baserom.gba", 0x27b852, 0x9a0
.align 1
gMetatileAttributes_Lab: ; 827C1F2
.incbin "baserom.gba", 0x27c1f2, 0x134
.align 1
gMetatiles_Underwater: ; 827C326
.incbin "baserom.gba", 0x27c326, 0xec0
.align 1
gMetatileAttributes_Underwater: ; 827D1E6
.incbin "baserom.gba", 0x27d1e6, 0x1d8
.align 1
gMetatiles_GenericBuilding: ; 827D3BE
.incbin "baserom.gba", 0x27d3be, 0x2000
.align 1
gMetatileAttributes_GenericBuilding: ; 827F3BE
.incbin "baserom.gba", 0x27f3be, 0x400
.align 1
gMetatiles_MauvilleGameCorner: ; 827F7BE
.incbin "baserom.gba", 0x27f7be, 0x600
.align 1
gMetatileAttributes_MauvilleGameCorner: ; 827FDBE
.incbin "baserom.gba", 0x27fdbe, 0xc0
.align 1
gMetatiles_Unused2: ; 827FE7E
.incbin "baserom.gba", 0x27fe7e, 0x3a0
.align 1
gMetatileAttributes_Unused2: ; 828021E
.incbin "baserom.gba", 0x28021e, 0x74
.align 1
gMetatiles_RustboroGym: ; 8280292
.incbin "baserom.gba", 0x280292, 0x380
.align 1
gMetatileAttributes_RustboroGym: ; 8280612
.incbin "baserom.gba", 0x280612, 0x70
.align 1
gMetatiles_DewfordGym: ; 8280682
.incbin "baserom.gba", 0x280682, 0x3d0
.align 1
gMetatileAttributes_DewfordGym: ; 8280A52
.incbin "baserom.gba", 0x280a52, 0x7a
.align 1
gMetatiles_MauvilleGym: ; 8280ACC
.incbin "baserom.gba", 0x280acc, 0x750
.align 1
gMetatileAttributes_MauvilleGym: ; 828121C
.incbin "baserom.gba", 0x28121c, 0xea
.align 1
gMetatiles_LavaridgeGym: ; 8281306
.incbin "baserom.gba", 0x281306, 0x2a0
.align 1
gMetatileAttributes_LavaridgeGym: ; 82815A6
.incbin "baserom.gba", 0x2815a6, 0x54
.align 1
gMetatiles_PetalburgGym: ; 82815FA
.incbin "baserom.gba", 0x2815fa, 0x8c0
.align 1
gMetatileAttributes_PetalburgGym: ; 8281EBA
.incbin "baserom.gba", 0x281eba, 0x118
.align 1
gMetatiles_FortreeGym: ; 8281FD2
.incbin "baserom.gba", 0x281fd2, 0x350
.align 1
gMetatileAttributes_FortreeGym: ; 8282322
.incbin "baserom.gba", 0x282322, 0x6a
.align 1
gMetatiles_MossdeepGym: ; 828238C
.incbin "baserom.gba", 0x28238c, 0x500
.align 1
gMetatileAttributes_MossdeepGym: ; 828288C
.incbin "baserom.gba", 0x28288c, 0xa0
.align 1
gMetatiles_SootopolisGym: ; 828292C
.incbin "baserom.gba", 0x28292c, 0x630
.align 1
gMetatileAttributes_SootopolisGym: ; 8282F5C
.incbin "baserom.gba", 0x282f5c, 0xc6
.align 1
gMetatiles_TrickHousePuzzle: ; 8283022
.incbin "baserom.gba", 0x283022, 0x950
.align 1
gMetatileAttributes_TrickHousePuzzle: ; 8283972
.incbin "baserom.gba", 0x283972, 0x12a
.align 1
gMetatiles_Ship: ; 8283A9C
.incbin "baserom.gba", 0x283a9c, 0xfc0
.align 1
gMetatileAttributes_Ship: ; 8284A5C
.incbin "baserom.gba", 0x284a5c, 0x1f8
.align 1
gMetatiles_SecretBasePrimary: ; 8284C54
.incbin "baserom.gba", 0x284c54, 0x20
.align 1
gMetatileAttributes_SecretBasePrimary: ; 8284C74
.incbin "baserom.gba", 0x284c74, 0x4
.align 1
gMetatiles_EliteFour: ; 8284C78
.incbin "baserom.gba", 0x284c78, 0x14b0
.align 1
gMetatileAttributes_EliteFour: ; 8286128
.incbin "baserom.gba", 0x286128, 0x296
.align 1
gMetatiles_BattleTower: ; 82863BE
.incbin "baserom.gba", 0x2863be, 0x830
.align 1
gMetatileAttributes_BattleTower: ; 8286BEE
.incbin "baserom.gba", 0x286bee, 0x106

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -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

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
98 0 0
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
98 156 139
123 180 189
172 205 197
205 106 106
255 197 197
164 106 98

View File

@ -0,0 +1,19 @@
JASC-PAL
0100
16
98 0 0
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
0 0 0
205 180 156
180 156 131
205 205 156
238 238 148

Some files were not shown because too many files have changed in this diff Show More