diff --git a/graphics/backspr/gBackShinySprite385Castform.png b/graphics/backspr/gBackShinySprite385Castform.png index 20baea1..d5b239c 100644 Binary files a/graphics/backspr/gBackShinySprite385Castform.png and b/graphics/backspr/gBackShinySprite385Castform.png differ diff --git a/graphics/backspriteflags.grit b/graphics/backspriteflags.grit index f204b39..2cd0406 100644 --- a/graphics/backspriteflags.grit +++ b/graphics/backspriteflags.grit @@ -1 +1 @@ --gzl -gB4 -fts -pe16 -pzlz77 -gu8 -fh! \ No newline at end of file +-gzl -gB4 -fts -pe64 -pzlz77 -gu8 -fh! \ No newline at end of file diff --git a/graphics/frontspr/gFrontSprite385Castform.png b/graphics/frontspr/gFrontSprite385Castform.png index 8c51af3..35b9227 100644 Binary files a/graphics/frontspr/gFrontSprite385Castform.png and b/graphics/frontspr/gFrontSprite385Castform.png differ diff --git a/graphics/frontspriteflags.grit b/graphics/frontspriteflags.grit index f204b39..2cd0406 100644 --- a/graphics/frontspriteflags.grit +++ b/graphics/frontspriteflags.grit @@ -1 +1 @@ --gzl -gB4 -fts -pe16 -pzlz77 -gu8 -fh! \ No newline at end of file +-gzl -gB4 -fts -pe64 -pzlz77 -gu8 -fh! \ No newline at end of file diff --git a/scripts/data_extractor.py b/scripts/data_extractor.py index 9653e1b..3180ad6 100644 --- a/scripts/data_extractor.py +++ b/scripts/data_extractor.py @@ -189,6 +189,4 @@ GeneralStructTableExtractor(0x74634, SpeciesDict, OutputFolder + "Back_Pic_Coord GeneralTableExtractor(0x356F8, SpeciesDict, False, OutputFolder + "Enemy_Elevation_Table.c", "const u8", "gEnemyMonElevation", "", "NUM_SPECIES", 0, NumberOfPokemon, 1, False) GeneralTableExtractor(0x138, SpeciesDict, False, OutputFolder + "Icon_Table.c", "const u32", "gMonIconTable", "", "NUM_SPECIES", 0, NumberOfPokemon, 4, False) GeneralTableExtractor(0x13C, SpeciesDict, False, OutputFolder + "Icon_Palette_Table.c", "const u8", "gMonIconPaletteIndices", "", "NUM_SPECIES", 0, NumberOfPokemon, 1, False) -GeneralTableExtractor(0x105E14, SpeciesDict, False, OutputFolder + "Footprint_Table.c", "const u32", "gMonFootprintTable", "", "NUM_SPECIES", 0, NumberOfPokemon, 4, False) -GeneralStructTableExtractor(0x72114, SpeciesDict, OutputFolder + "Cry_Table.c", "const struct ToneData", "gCryTable", "NUM_SPECIES", NumberOfPokemon, 12, ["type", "key", "length", "pan_sweep", "wav", "attack", "decay", "sustain", "release"], [1, 1, 1, 1, 4, 1, 1, 1, 1], [], True, False, 0) -GeneralStructTableExtractor(0x72104, SpeciesDict, OutputFolder + "Cry_Table_2.c", "const struct ToneData", "gCryTable2", "NUM_SPECIES", NumberOfPokemon, 12, ["type", "key", "length", "pan_sweep", "wav", "attack", "decay", "sustain", "release"], [1, 1, 1, 1, 4, 1, 1, 1, 1], [], True, False, 0) +GeneralTableExtractor(0x105E14, SpeciesDict, False, OutputFolder + "Footprint_Table.c", "const u32", "gMonFootprintTable", "", "NUM_SPECIES", 0, NumberOfPokemon, 4, False) \ No newline at end of file