diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-14 18:32:33 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-14 18:32:33 -0400 |
commit | 1521f52e37741a9220a1362443df6d0462e582d3 (patch) | |
tree | 781277010d81b9ff820931da9be3e617be8cbe17 | |
parent | 94a70b63cf7f1a9dbfc14fcee8e390791fc17a1b (diff) |
Make .gbcpal files for Pokémon and trainer sprites
Pokémon use their back sprites since front sprites differ between Gold and Silver.
255 files changed, 330 insertions, 825 deletions
@@ -17,6 +17,9 @@ *.sgm *.sav *.rtc +*.sn* +*.sa* +*.sg1 # rgbds extras *.map @@ -44,6 +47,7 @@ used_space.png .DS_STORE # compiled graphics -*.lz -*.2bpp *.1bpp +*.2bpp +*.lz +*.gbcpal @@ -53,7 +53,7 @@ silver: pokesilver.gbc clean: rm -f $(roms) $(gold_obj) $(silver_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o - find gfx \( -name "*.[12]bpp" -o -name "*.lz" \) -delete + find gfx \( -name "*.[12]bpp" -o -name "*.lz" -o -name "*.gbcpal" \) -delete $(MAKE) clean -C tools/ tidy: @@ -221,3 +221,6 @@ gfx/sgb/silver_border.2bpp: tools/gfx += --trim-whitespace $(RGBGFX) $(rgbgfx) -d1 -o $@ $< $(if $(tools/gfx),\ tools/gfx $(tools/gfx) -d1 -o $@ $@) + +%.gbcpal: %.png + $(RGBGFX) -p $@ $< diff --git a/data/pokemon/palettes.asm b/data/pokemon/palettes.asm index 7cdff532..e6fbf844 100644 --- a/data/pokemon/palettes.asm +++ b/data/pokemon/palettes.asm @@ -1,7 +1,7 @@ PokemonPalettes: ; entries correspond to Pokémon species, two apiece -; Each front.gbcpal is generated from the corresponding .png, and +; Each back.gbcpal is generated from the corresponding .png, and ; only the middle two colors are included, not black or white. ; Shiny palettes are defined directly, not generated. @@ -12,507 +12,507 @@ PokemonPalettes: RGB 30, 22, 17 RGB 16, 14, 19 -INCLUDE "gfx/pokemon/bulbasaur/normal.pal" +INCBIN "gfx/pokemon/bulbasaur/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/bulbasaur/shiny.pal" -INCLUDE "gfx/pokemon/ivysaur/normal.pal" +INCBIN "gfx/pokemon/ivysaur/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/ivysaur/shiny.pal" -INCLUDE "gfx/pokemon/venusaur/normal.pal" +INCBIN "gfx/pokemon/venusaur/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/venusaur/shiny.pal" -INCLUDE "gfx/pokemon/charmander/normal.pal" +INCBIN "gfx/pokemon/charmander/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/charmander/shiny.pal" -INCLUDE "gfx/pokemon/charmeleon/normal.pal" +INCBIN "gfx/pokemon/charmeleon/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/charmeleon/shiny.pal" -INCLUDE "gfx/pokemon/charizard/normal.pal" +INCBIN "gfx/pokemon/charizard/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/charizard/shiny.pal" -INCLUDE "gfx/pokemon/squirtle/normal.pal" +INCBIN "gfx/pokemon/squirtle/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/squirtle/shiny.pal" -INCLUDE "gfx/pokemon/wartortle/normal.pal" +INCBIN "gfx/pokemon/wartortle/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/wartortle/shiny.pal" -INCLUDE "gfx/pokemon/blastoise/normal.pal" +INCBIN "gfx/pokemon/blastoise/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/blastoise/shiny.pal" -INCLUDE "gfx/pokemon/caterpie/normal.pal" +INCBIN "gfx/pokemon/caterpie/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/caterpie/shiny.pal" -INCLUDE "gfx/pokemon/metapod/normal.pal" +INCBIN "gfx/pokemon/metapod/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/metapod/shiny.pal" -INCLUDE "gfx/pokemon/butterfree/normal.pal" +INCBIN "gfx/pokemon/butterfree/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/butterfree/shiny.pal" -INCLUDE "gfx/pokemon/weedle/normal.pal" +INCBIN "gfx/pokemon/weedle/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/weedle/shiny.pal" -INCLUDE "gfx/pokemon/kakuna/normal.pal" +INCBIN "gfx/pokemon/kakuna/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/kakuna/shiny.pal" -INCLUDE "gfx/pokemon/beedrill/normal.pal" +INCBIN "gfx/pokemon/beedrill/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/beedrill/shiny.pal" -INCLUDE "gfx/pokemon/pidgey/normal.pal" +INCBIN "gfx/pokemon/pidgey/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/pidgey/shiny.pal" -INCLUDE "gfx/pokemon/pidgeotto/normal.pal" +INCBIN "gfx/pokemon/pidgeotto/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/pidgeotto/shiny.pal" -INCLUDE "gfx/pokemon/pidgeot/normal.pal" +INCBIN "gfx/pokemon/pidgeot/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/pidgeot/shiny.pal" -INCLUDE "gfx/pokemon/rattata/normal.pal" +INCBIN "gfx/pokemon/rattata/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/rattata/shiny.pal" -INCLUDE "gfx/pokemon/raticate/normal.pal" +INCBIN "gfx/pokemon/raticate/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/raticate/shiny.pal" -INCLUDE "gfx/pokemon/spearow/normal.pal" +INCBIN "gfx/pokemon/spearow/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/spearow/shiny.pal" -INCLUDE "gfx/pokemon/fearow/normal.pal" +INCBIN "gfx/pokemon/fearow/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/fearow/shiny.pal" -INCLUDE "gfx/pokemon/ekans/normal.pal" +INCBIN "gfx/pokemon/ekans/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/ekans/shiny.pal" -INCLUDE "gfx/pokemon/arbok/normal.pal" +INCBIN "gfx/pokemon/arbok/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/arbok/shiny.pal" -INCLUDE "gfx/pokemon/pikachu/normal.pal" +INCBIN "gfx/pokemon/pikachu/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/pikachu/shiny.pal" -INCLUDE "gfx/pokemon/raichu/normal.pal" +INCBIN "gfx/pokemon/raichu/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/raichu/shiny.pal" -INCLUDE "gfx/pokemon/sandshrew/normal.pal" +INCBIN "gfx/pokemon/sandshrew/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/sandshrew/shiny.pal" -INCLUDE "gfx/pokemon/sandslash/normal.pal" +INCBIN "gfx/pokemon/sandslash/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/sandslash/shiny.pal" -INCLUDE "gfx/pokemon/nidoran_f/normal.pal" +INCBIN "gfx/pokemon/nidoran_f/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/nidoran_f/shiny.pal" -INCLUDE "gfx/pokemon/nidorina/normal.pal" +INCBIN "gfx/pokemon/nidorina/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/nidorina/shiny.pal" -INCLUDE "gfx/pokemon/nidoqueen/normal.pal" +INCBIN "gfx/pokemon/nidoqueen/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/nidoqueen/shiny.pal" -INCLUDE "gfx/pokemon/nidoran_m/normal.pal" +INCBIN "gfx/pokemon/nidoran_m/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/nidoran_m/shiny.pal" -INCLUDE "gfx/pokemon/nidorino/normal.pal" +INCBIN "gfx/pokemon/nidorino/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/nidorino/shiny.pal" -INCLUDE "gfx/pokemon/nidoking/normal.pal" +INCBIN "gfx/pokemon/nidoking/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/nidoking/shiny.pal" -INCLUDE "gfx/pokemon/clefairy/normal.pal" +INCBIN "gfx/pokemon/clefairy/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/clefairy/shiny.pal" -INCLUDE "gfx/pokemon/clefable/normal.pal" +INCBIN "gfx/pokemon/clefable/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/clefable/shiny.pal" -INCLUDE "gfx/pokemon/vulpix/normal.pal" +INCBIN "gfx/pokemon/vulpix/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/vulpix/shiny.pal" -INCLUDE "gfx/pokemon/ninetales/normal.pal" +INCBIN "gfx/pokemon/ninetales/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/ninetales/shiny.pal" -INCLUDE "gfx/pokemon/jigglypuff/normal.pal" +INCBIN "gfx/pokemon/jigglypuff/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/jigglypuff/shiny.pal" -INCLUDE "gfx/pokemon/wigglytuff/normal.pal" +INCBIN "gfx/pokemon/wigglytuff/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/wigglytuff/shiny.pal" -INCLUDE "gfx/pokemon/zubat/normal.pal" +INCBIN "gfx/pokemon/zubat/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/zubat/shiny.pal" -INCLUDE "gfx/pokemon/golbat/normal.pal" +INCBIN "gfx/pokemon/golbat/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/golbat/shiny.pal" -INCLUDE "gfx/pokemon/oddish/normal.pal" +INCBIN "gfx/pokemon/oddish/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/oddish/shiny.pal" -INCLUDE "gfx/pokemon/gloom/normal.pal" +INCBIN "gfx/pokemon/gloom/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/gloom/shiny.pal" -INCLUDE "gfx/pokemon/vileplume/normal.pal" +INCBIN "gfx/pokemon/vileplume/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/vileplume/shiny.pal" -INCLUDE "gfx/pokemon/paras/normal.pal" +INCBIN "gfx/pokemon/paras/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/paras/shiny.pal" -INCLUDE "gfx/pokemon/parasect/normal.pal" +INCBIN "gfx/pokemon/parasect/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/parasect/shiny.pal" -INCLUDE "gfx/pokemon/venonat/normal.pal" +INCBIN "gfx/pokemon/venonat/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/venonat/shiny.pal" -INCLUDE "gfx/pokemon/venomoth/normal.pal" +INCBIN "gfx/pokemon/venomoth/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/venomoth/shiny.pal" -INCLUDE "gfx/pokemon/diglett/normal.pal" +INCBIN "gfx/pokemon/diglett/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/diglett/shiny.pal" -INCLUDE "gfx/pokemon/dugtrio/normal.pal" +INCBIN "gfx/pokemon/dugtrio/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/dugtrio/shiny.pal" -INCLUDE "gfx/pokemon/meowth/normal.pal" +INCBIN "gfx/pokemon/meowth/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/meowth/shiny.pal" -INCLUDE "gfx/pokemon/persian/normal.pal" +INCBIN "gfx/pokemon/persian/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/persian/shiny.pal" -INCLUDE "gfx/pokemon/psyduck/normal.pal" +INCBIN "gfx/pokemon/psyduck/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/psyduck/shiny.pal" -INCLUDE "gfx/pokemon/golduck/normal.pal" +INCBIN "gfx/pokemon/golduck/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/golduck/shiny.pal" -INCLUDE "gfx/pokemon/mankey/normal.pal" +INCBIN "gfx/pokemon/mankey/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/mankey/shiny.pal" -INCLUDE "gfx/pokemon/primeape/normal.pal" +INCBIN "gfx/pokemon/primeape/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/primeape/shiny.pal" -INCLUDE "gfx/pokemon/growlithe/normal.pal" +INCBIN "gfx/pokemon/growlithe/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/growlithe/shiny.pal" -INCLUDE "gfx/pokemon/arcanine/normal.pal" +INCBIN "gfx/pokemon/arcanine/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/arcanine/shiny.pal" -INCLUDE "gfx/pokemon/poliwag/normal.pal" +INCBIN "gfx/pokemon/poliwag/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/poliwag/shiny.pal" -INCLUDE "gfx/pokemon/poliwhirl/normal.pal" +INCBIN "gfx/pokemon/poliwhirl/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/poliwhirl/shiny.pal" -INCLUDE "gfx/pokemon/poliwrath/normal.pal" +INCBIN "gfx/pokemon/poliwrath/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/poliwrath/shiny.pal" -INCLUDE "gfx/pokemon/abra/normal.pal" +INCBIN "gfx/pokemon/abra/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/abra/shiny.pal" -INCLUDE "gfx/pokemon/kadabra/normal.pal" +INCBIN "gfx/pokemon/kadabra/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/kadabra/shiny.pal" -INCLUDE "gfx/pokemon/alakazam/normal.pal" +INCBIN "gfx/pokemon/alakazam/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/alakazam/shiny.pal" -INCLUDE "gfx/pokemon/machop/normal.pal" +INCBIN "gfx/pokemon/machop/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/machop/shiny.pal" -INCLUDE "gfx/pokemon/machoke/normal.pal" +INCBIN "gfx/pokemon/machoke/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/machoke/shiny.pal" -INCLUDE "gfx/pokemon/machamp/normal.pal" +INCBIN "gfx/pokemon/machamp/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/machamp/shiny.pal" -INCLUDE "gfx/pokemon/bellsprout/normal.pal" +INCBIN "gfx/pokemon/bellsprout/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/bellsprout/shiny.pal" -INCLUDE "gfx/pokemon/weepinbell/normal.pal" +INCBIN "gfx/pokemon/weepinbell/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/weepinbell/shiny.pal" -INCLUDE "gfx/pokemon/victreebel/normal.pal" +INCBIN "gfx/pokemon/victreebel/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/victreebel/shiny.pal" -INCLUDE "gfx/pokemon/tentacool/normal.pal" +INCBIN "gfx/pokemon/tentacool/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/tentacool/shiny.pal" -INCLUDE "gfx/pokemon/tentacruel/normal.pal" +INCBIN "gfx/pokemon/tentacruel/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/tentacruel/shiny.pal" -INCLUDE "gfx/pokemon/geodude/normal.pal" +INCBIN "gfx/pokemon/geodude/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/geodude/shiny.pal" -INCLUDE "gfx/pokemon/graveler/normal.pal" +INCBIN "gfx/pokemon/graveler/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/graveler/shiny.pal" -INCLUDE "gfx/pokemon/golem/normal.pal" +INCBIN "gfx/pokemon/golem/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/golem/shiny.pal" -INCLUDE "gfx/pokemon/ponyta/normal.pal" +INCBIN "gfx/pokemon/ponyta/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/ponyta/shiny.pal" -INCLUDE "gfx/pokemon/rapidash/normal.pal" +INCBIN "gfx/pokemon/rapidash/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/rapidash/shiny.pal" -INCLUDE "gfx/pokemon/slowpoke/normal.pal" +INCBIN "gfx/pokemon/slowpoke/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/slowpoke/shiny.pal" -INCLUDE "gfx/pokemon/slowbro/normal.pal" +INCBIN "gfx/pokemon/slowbro/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/slowbro/shiny.pal" -INCLUDE "gfx/pokemon/magnemite/normal.pal" +INCBIN "gfx/pokemon/magnemite/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/magnemite/shiny.pal" -INCLUDE "gfx/pokemon/magneton/normal.pal" +INCBIN "gfx/pokemon/magneton/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/magneton/shiny.pal" -INCLUDE "gfx/pokemon/farfetch_d/normal.pal" +INCBIN "gfx/pokemon/farfetch_d/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/farfetch_d/shiny.pal" -INCLUDE "gfx/pokemon/doduo/normal.pal" +INCBIN "gfx/pokemon/doduo/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/doduo/shiny.pal" -INCLUDE "gfx/pokemon/dodrio/normal.pal" +INCBIN "gfx/pokemon/dodrio/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/dodrio/shiny.pal" -INCLUDE "gfx/pokemon/seel/normal.pal" +INCBIN "gfx/pokemon/seel/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/seel/shiny.pal" -INCLUDE "gfx/pokemon/dewgong/normal.pal" +INCBIN "gfx/pokemon/dewgong/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/dewgong/shiny.pal" -INCLUDE "gfx/pokemon/grimer/normal.pal" +INCBIN "gfx/pokemon/grimer/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/grimer/shiny.pal" -INCLUDE "gfx/pokemon/muk/normal.pal" +INCBIN "gfx/pokemon/muk/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/muk/shiny.pal" -INCLUDE "gfx/pokemon/shellder/normal.pal" +INCBIN "gfx/pokemon/shellder/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/shellder/shiny.pal" -INCLUDE "gfx/pokemon/cloyster/normal.pal" +INCBIN "gfx/pokemon/cloyster/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/cloyster/shiny.pal" -INCLUDE "gfx/pokemon/gastly/normal.pal" +INCBIN "gfx/pokemon/gastly/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/gastly/shiny.pal" -INCLUDE "gfx/pokemon/haunter/normal.pal" +INCBIN "gfx/pokemon/haunter/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/haunter/shiny.pal" -INCLUDE "gfx/pokemon/gengar/normal.pal" +INCBIN "gfx/pokemon/gengar/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/gengar/shiny.pal" -INCLUDE "gfx/pokemon/onix/normal.pal" +INCBIN "gfx/pokemon/onix/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/onix/shiny.pal" -INCLUDE "gfx/pokemon/drowzee/normal.pal" +INCBIN "gfx/pokemon/drowzee/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/drowzee/shiny.pal" -INCLUDE "gfx/pokemon/hypno/normal.pal" +INCBIN "gfx/pokemon/hypno/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/hypno/shiny.pal" -INCLUDE "gfx/pokemon/krabby/normal.pal" +INCBIN "gfx/pokemon/krabby/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/krabby/shiny.pal" -INCLUDE "gfx/pokemon/kingler/normal.pal" +INCBIN "gfx/pokemon/kingler/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/kingler/shiny.pal" -INCLUDE "gfx/pokemon/voltorb/normal.pal" +INCBIN "gfx/pokemon/voltorb/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/voltorb/shiny.pal" -INCLUDE "gfx/pokemon/electrode/normal.pal" +INCBIN "gfx/pokemon/electrode/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/electrode/shiny.pal" -INCLUDE "gfx/pokemon/exeggcute/normal.pal" +INCBIN "gfx/pokemon/exeggcute/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/exeggcute/shiny.pal" -INCLUDE "gfx/pokemon/exeggutor/normal.pal" +INCBIN "gfx/pokemon/exeggutor/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/exeggutor/shiny.pal" -INCLUDE "gfx/pokemon/cubone/normal.pal" +INCBIN "gfx/pokemon/cubone/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/cubone/shiny.pal" -INCLUDE "gfx/pokemon/marowak/normal.pal" +INCBIN "gfx/pokemon/marowak/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/marowak/shiny.pal" -INCLUDE "gfx/pokemon/hitmonlee/normal.pal" +INCBIN "gfx/pokemon/hitmonlee/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/hitmonlee/shiny.pal" -INCLUDE "gfx/pokemon/hitmonchan/normal.pal" +INCBIN "gfx/pokemon/hitmonchan/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/hitmonchan/shiny.pal" -INCLUDE "gfx/pokemon/lickitung/normal.pal" +INCBIN "gfx/pokemon/lickitung/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/lickitung/shiny.pal" -INCLUDE "gfx/pokemon/koffing/normal.pal" +INCBIN "gfx/pokemon/koffing/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/koffing/shiny.pal" -INCLUDE "gfx/pokemon/weezing/normal.pal" +INCBIN "gfx/pokemon/weezing/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/weezing/shiny.pal" -INCLUDE "gfx/pokemon/rhyhorn/normal.pal" +INCBIN "gfx/pokemon/rhyhorn/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/rhyhorn/shiny.pal" -INCLUDE "gfx/pokemon/rhydon/normal.pal" +INCBIN "gfx/pokemon/rhydon/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/rhydon/shiny.pal" -INCLUDE "gfx/pokemon/chansey/normal.pal" +INCBIN "gfx/pokemon/chansey/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/chansey/shiny.pal" -INCLUDE "gfx/pokemon/tangela/normal.pal" +INCBIN "gfx/pokemon/tangela/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/tangela/shiny.pal" -INCLUDE "gfx/pokemon/kangaskhan/normal.pal" +INCBIN "gfx/pokemon/kangaskhan/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/kangaskhan/shiny.pal" -INCLUDE "gfx/pokemon/horsea/normal.pal" +INCBIN "gfx/pokemon/horsea/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/horsea/shiny.pal" -INCLUDE "gfx/pokemon/seadra/normal.pal" +INCBIN "gfx/pokemon/seadra/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/seadra/shiny.pal" -INCLUDE "gfx/pokemon/goldeen/normal.pal" +INCBIN "gfx/pokemon/goldeen/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/goldeen/shiny.pal" -INCLUDE "gfx/pokemon/seaking/normal.pal" +INCBIN "gfx/pokemon/seaking/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/seaking/shiny.pal" -INCLUDE "gfx/pokemon/staryu/normal.pal" +INCBIN "gfx/pokemon/staryu/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/staryu/shiny.pal" -INCLUDE "gfx/pokemon/starmie/normal.pal" +INCBIN "gfx/pokemon/starmie/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/starmie/shiny.pal" -INCLUDE "gfx/pokemon/mr__mime/normal.pal" +INCBIN "gfx/pokemon/mr__mime/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/mr__mime/shiny.pal" -INCLUDE "gfx/pokemon/scyther/normal.pal" +INCBIN "gfx/pokemon/scyther/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/scyther/shiny.pal" -INCLUDE "gfx/pokemon/jynx/normal.pal" +INCBIN "gfx/pokemon/jynx/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/jynx/shiny.pal" -INCLUDE "gfx/pokemon/electabuzz/normal.pal" +INCBIN "gfx/pokemon/electabuzz/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/electabuzz/shiny.pal" -INCLUDE "gfx/pokemon/magmar/normal.pal" +INCBIN "gfx/pokemon/magmar/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/magmar/shiny.pal" -INCLUDE "gfx/pokemon/pinsir/normal.pal" +INCBIN "gfx/pokemon/pinsir/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/pinsir/shiny.pal" -INCLUDE "gfx/pokemon/tauros/normal.pal" +INCBIN "gfx/pokemon/tauros/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/tauros/shiny.pal" -INCLUDE "gfx/pokemon/magikarp/normal.pal" +INCBIN "gfx/pokemon/magikarp/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/magikarp/shiny.pal" -INCLUDE "gfx/pokemon/gyarados/normal.pal" +INCBIN "gfx/pokemon/gyarados/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/gyarados/shiny.pal" -INCLUDE "gfx/pokemon/lapras/normal.pal" +INCBIN "gfx/pokemon/lapras/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/lapras/shiny.pal" -INCLUDE "gfx/pokemon/ditto/normal.pal" +INCBIN "gfx/pokemon/ditto/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/ditto/shiny.pal" -INCLUDE "gfx/pokemon/eevee/normal.pal" +INCBIN "gfx/pokemon/eevee/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/eevee/shiny.pal" -INCLUDE "gfx/pokemon/vaporeon/normal.pal" +INCBIN "gfx/pokemon/vaporeon/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/vaporeon/shiny.pal" -INCLUDE "gfx/pokemon/jolteon/normal.pal" +INCBIN "gfx/pokemon/jolteon/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/jolteon/shiny.pal" -INCLUDE "gfx/pokemon/flareon/normal.pal" +INCBIN "gfx/pokemon/flareon/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/flareon/shiny.pal" -INCLUDE "gfx/pokemon/porygon/normal.pal" +INCBIN "gfx/pokemon/porygon/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/porygon/shiny.pal" -INCLUDE "gfx/pokemon/omanyte/normal.pal" +INCBIN "gfx/pokemon/omanyte/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/omanyte/shiny.pal" -INCLUDE "gfx/pokemon/omastar/normal.pal" +INCBIN "gfx/pokemon/omastar/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/omastar/shiny.pal" -INCLUDE "gfx/pokemon/kabuto/normal.pal" +INCBIN "gfx/pokemon/kabuto/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/kabuto/shiny.pal" -INCLUDE "gfx/pokemon/kabutops/normal.pal" +INCBIN "gfx/pokemon/kabutops/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/kabutops/shiny.pal" -INCLUDE "gfx/pokemon/aerodactyl/normal.pal" +INCBIN "gfx/pokemon/aerodactyl/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/aerodactyl/shiny.pal" -INCLUDE "gfx/pokemon/snorlax/normal.pal" +INCBIN "gfx/pokemon/snorlax/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/snorlax/shiny.pal" -INCLUDE "gfx/pokemon/articuno/normal.pal" +INCBIN "gfx/pokemon/articuno/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/articuno/shiny.pal" -INCLUDE "gfx/pokemon/zapdos/normal.pal" +INCBIN "gfx/pokemon/zapdos/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/zapdos/shiny.pal" -INCLUDE "gfx/pokemon/moltres/normal.pal" +INCBIN "gfx/pokemon/moltres/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/moltres/shiny.pal" -INCLUDE "gfx/pokemon/dratini/normal.pal" +INCBIN "gfx/pokemon/dratini/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/dratini/shiny.pal" -INCLUDE "gfx/pokemon/dragonair/normal.pal" +INCBIN "gfx/pokemon/dragonair/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/dragonair/shiny.pal" -INCLUDE "gfx/pokemon/dragonite/normal.pal" +INCBIN "gfx/pokemon/dragonite/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/dragonite/shiny.pal" -INCLUDE "gfx/pokemon/mewtwo/normal.pal" +INCBIN "gfx/pokemon/mewtwo/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/mewtwo/shiny.pal" -INCLUDE "gfx/pokemon/mew/normal.pal" +INCBIN "gfx/pokemon/mew/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/mew/shiny.pal" -INCLUDE "gfx/pokemon/chikorita/normal.pal" +INCBIN "gfx/pokemon/chikorita/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/chikorita/shiny.pal" -INCLUDE "gfx/pokemon/bayleef/normal.pal" +INCBIN "gfx/pokemon/bayleef/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/bayleef/shiny.pal" -INCLUDE "gfx/pokemon/meganium/normal.pal" +INCBIN "gfx/pokemon/meganium/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/meganium/shiny.pal" -INCLUDE "gfx/pokemon/cyndaquil/normal.pal" +INCBIN "gfx/pokemon/cyndaquil/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/cyndaquil/shiny.pal" -INCLUDE "gfx/pokemon/quilava/normal.pal" +INCBIN "gfx/pokemon/quilava/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/quilava/shiny.pal" -INCLUDE "gfx/pokemon/typhlosion/normal.pal" +INCBIN "gfx/pokemon/typhlosion/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/typhlosion/shiny.pal" -INCLUDE "gfx/pokemon/totodile/normal.pal" +INCBIN "gfx/pokemon/totodile/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/totodile/shiny.pal" -INCLUDE "gfx/pokemon/croconaw/normal.pal" +INCBIN "gfx/pokemon/croconaw/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/croconaw/shiny.pal" -INCLUDE "gfx/pokemon/feraligatr/normal.pal" +INCBIN "gfx/pokemon/feraligatr/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/feraligatr/shiny.pal" -INCLUDE "gfx/pokemon/sentret/normal.pal" +INCBIN "gfx/pokemon/sentret/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/sentret/shiny.pal" -INCLUDE "gfx/pokemon/furret/normal.pal" +INCBIN "gfx/pokemon/furret/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/furret/shiny.pal" -INCLUDE "gfx/pokemon/hoothoot/normal.pal" +INCBIN "gfx/pokemon/hoothoot/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/hoothoot/shiny.pal" -INCLUDE "gfx/pokemon/noctowl/normal.pal" +INCBIN "gfx/pokemon/noctowl/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/noctowl/shiny.pal" -INCLUDE "gfx/pokemon/ledyba/normal.pal" +INCBIN "gfx/pokemon/ledyba/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/ledyba/shiny.pal" -INCLUDE "gfx/pokemon/ledian/normal.pal" +INCBIN "gfx/pokemon/ledian/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/ledian/shiny.pal" -INCLUDE "gfx/pokemon/spinarak/normal.pal" +INCBIN "gfx/pokemon/spinarak/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/spinarak/shiny.pal" -INCLUDE "gfx/pokemon/ariados/normal.pal" +INCBIN "gfx/pokemon/ariados/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/ariados/shiny.pal" -INCLUDE "gfx/pokemon/crobat/normal.pal" +INCBIN "gfx/pokemon/crobat/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/crobat/shiny.pal" -INCLUDE "gfx/pokemon/chinchou/normal.pal" +INCBIN "gfx/pokemon/chinchou/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/chinchou/shiny.pal" -INCLUDE "gfx/pokemon/lanturn/normal.pal" +INCBIN "gfx/pokemon/lanturn/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/lanturn/shiny.pal" -INCLUDE "gfx/pokemon/pichu/normal.pal" +INCBIN "gfx/pokemon/pichu/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/pichu/shiny.pal" -INCLUDE "gfx/pokemon/cleffa/normal.pal" +INCBIN "gfx/pokemon/cleffa/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/cleffa/shiny.pal" -INCLUDE "gfx/pokemon/igglybuff/normal.pal" +INCBIN "gfx/pokemon/igglybuff/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/igglybuff/shiny.pal" -INCLUDE "gfx/pokemon/togepi/normal.pal" +INCBIN "gfx/pokemon/togepi/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/togepi/shiny.pal" -INCLUDE "gfx/pokemon/togetic/normal.pal" +INCBIN "gfx/pokemon/togetic/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/togetic/shiny.pal" -INCLUDE "gfx/pokemon/natu/normal.pal" +INCBIN "gfx/pokemon/natu/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/natu/shiny.pal" -INCLUDE "gfx/pokemon/xatu/normal.pal" +INCBIN "gfx/pokemon/xatu/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/xatu/shiny.pal" -INCLUDE "gfx/pokemon/mareep/normal.pal" +INCBIN "gfx/pokemon/mareep/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/mareep/shiny.pal" -INCLUDE "gfx/pokemon/flaaffy/normal.pal" +INCBIN "gfx/pokemon/flaaffy/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/flaaffy/shiny.pal" -INCLUDE "gfx/pokemon/ampharos/normal.pal" +INCBIN "gfx/pokemon/ampharos/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/ampharos/shiny.pal" -INCLUDE "gfx/pokemon/bellossom/normal.pal" +INCBIN "gfx/pokemon/bellossom/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/bellossom/shiny.pal" -INCLUDE "gfx/pokemon/marill/normal.pal" +INCBIN "gfx/pokemon/marill/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/marill/shiny.pal" -INCLUDE "gfx/pokemon/azumarill/normal.pal" +INCBIN "gfx/pokemon/azumarill/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/azumarill/shiny.pal" -INCLUDE "gfx/pokemon/sudowoodo/normal.pal" +INCBIN "gfx/pokemon/sudowoodo/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/sudowoodo/shiny.pal" -INCLUDE "gfx/pokemon/politoed/normal.pal" +INCBIN "gfx/pokemon/politoed/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/politoed/shiny.pal" -INCLUDE "gfx/pokemon/hoppip/normal.pal" +INCBIN "gfx/pokemon/hoppip/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/hoppip/shiny.pal" -INCLUDE "gfx/pokemon/skiploom/normal.pal" +INCBIN "gfx/pokemon/skiploom/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/skiploom/shiny.pal" -INCLUDE "gfx/pokemon/jumpluff/normal.pal" +INCBIN "gfx/pokemon/jumpluff/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/jumpluff/shiny.pal" -INCLUDE "gfx/pokemon/aipom/normal.pal" +INCBIN "gfx/pokemon/aipom/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/aipom/shiny.pal" -INCLUDE "gfx/pokemon/sunkern/normal.pal" +INCBIN "gfx/pokemon/sunkern/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/sunkern/shiny.pal" -INCLUDE "gfx/pokemon/sunflora/normal.pal" +INCBIN "gfx/pokemon/sunflora/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/sunflora/shiny.pal" -INCLUDE "gfx/pokemon/yanma/normal.pal" +INCBIN "gfx/pokemon/yanma/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/yanma/shiny.pal" -INCLUDE "gfx/pokemon/wooper/normal.pal" +INCBIN "gfx/pokemon/wooper/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/wooper/shiny.pal" -INCLUDE "gfx/pokemon/quagsire/normal.pal" +INCBIN "gfx/pokemon/quagsire/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/quagsire/shiny.pal" -INCLUDE "gfx/pokemon/espeon/normal.pal" +INCBIN "gfx/pokemon/espeon/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/espeon/shiny.pal" -INCLUDE "gfx/pokemon/umbreon/normal.pal" +INCBIN "gfx/pokemon/umbreon/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/umbreon/shiny.pal" -INCLUDE "gfx/pokemon/murkrow/normal.pal" +INCBIN "gfx/pokemon/murkrow/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/murkrow/shiny.pal" -INCLUDE "gfx/pokemon/slowking/normal.pal" +INCBIN "gfx/pokemon/slowking/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/slowking/shiny.pal" -INCLUDE "gfx/pokemon/misdreavus/normal.pal" +INCBIN "gfx/pokemon/misdreavus/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/misdreavus/shiny.pal" -INCLUDE "gfx/pokemon/unown/normal.pal" +INCLUDE "gfx/pokemon/unown/normal.pal" ; not back.gbcpal INCLUDE "gfx/pokemon/unown/shiny.pal" -INCLUDE "gfx/pokemon/wobbuffet/normal.pal" +INCBIN "gfx/pokemon/wobbuffet/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/wobbuffet/shiny.pal" -INCLUDE "gfx/pokemon/girafarig/normal.pal" +INCBIN "gfx/pokemon/girafarig/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/girafarig/shiny.pal" -INCLUDE "gfx/pokemon/pineco/normal.pal" +INCBIN "gfx/pokemon/pineco/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/pineco/shiny.pal" -INCLUDE "gfx/pokemon/forretress/normal.pal" +INCBIN "gfx/pokemon/forretress/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/forretress/shiny.pal" -INCLUDE "gfx/pokemon/dunsparce/normal.pal" +INCBIN "gfx/pokemon/dunsparce/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/dunsparce/shiny.pal" -INCLUDE "gfx/pokemon/gligar/normal.pal" +INCBIN "gfx/pokemon/gligar/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/gligar/shiny.pal" -INCLUDE "gfx/pokemon/steelix/normal.pal" +INCBIN "gfx/pokemon/steelix/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/steelix/shiny.pal" -INCLUDE "gfx/pokemon/snubbull/normal.pal" +INCBIN "gfx/pokemon/snubbull/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/snubbull/shiny.pal" -INCLUDE "gfx/pokemon/granbull/normal.pal" +INCBIN "gfx/pokemon/granbull/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/granbull/shiny.pal" -INCLUDE "gfx/pokemon/qwilfish/normal.pal" +INCBIN "gfx/pokemon/qwilfish/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/qwilfish/shiny.pal" -INCLUDE "gfx/pokemon/scizor/normal.pal" +INCBIN "gfx/pokemon/scizor/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/scizor/shiny.pal" -INCLUDE "gfx/pokemon/shuckle/normal.pal" +INCBIN "gfx/pokemon/shuckle/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/shuckle/shiny.pal" -INCLUDE "gfx/pokemon/heracross/normal.pal" +INCBIN "gfx/pokemon/heracross/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/heracross/shiny.pal" -INCLUDE "gfx/pokemon/sneasel/normal.pal" +INCBIN "gfx/pokemon/sneasel/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/sneasel/shiny.pal" -INCLUDE "gfx/pokemon/teddiursa/normal.pal" +INCBIN "gfx/pokemon/teddiursa/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/teddiursa/shiny.pal" -INCLUDE "gfx/pokemon/ursaring/normal.pal" +INCBIN "gfx/pokemon/ursaring/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/ursaring/shiny.pal" -INCLUDE "gfx/pokemon/slugma/normal.pal" +INCBIN "gfx/pokemon/slugma/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/slugma/shiny.pal" -INCLUDE "gfx/pokemon/magcargo/normal.pal" +INCBIN "gfx/pokemon/magcargo/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/magcargo/shiny.pal" -INCLUDE "gfx/pokemon/swinub/normal.pal" +INCBIN "gfx/pokemon/swinub/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/swinub/shiny.pal" -INCLUDE "gfx/pokemon/piloswine/normal.pal" +INCBIN "gfx/pokemon/piloswine/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/piloswine/shiny.pal" -INCLUDE "gfx/pokemon/corsola/normal.pal" +INCBIN "gfx/pokemon/corsola/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/corsola/shiny.pal" -INCLUDE "gfx/pokemon/remoraid/normal.pal" +INCBIN "gfx/pokemon/remoraid/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/remoraid/shiny.pal" -INCLUDE "gfx/pokemon/octillery/normal.pal" +INCBIN "gfx/pokemon/octillery/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/octillery/shiny.pal" -INCLUDE "gfx/pokemon/delibird/normal.pal" +INCBIN "gfx/pokemon/delibird/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/delibird/shiny.pal" -INCLUDE "gfx/pokemon/mantine/normal.pal" +INCBIN "gfx/pokemon/mantine/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/mantine/shiny.pal" -INCLUDE "gfx/pokemon/skarmory/normal.pal" +INCBIN "gfx/pokemon/skarmory/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/skarmory/shiny.pal" -INCLUDE "gfx/pokemon/houndour/normal.pal" +INCBIN "gfx/pokemon/houndour/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/houndour/shiny.pal" -INCLUDE "gfx/pokemon/houndoom/normal.pal" +INCBIN "gfx/pokemon/houndoom/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/houndoom/shiny.pal" -INCLUDE "gfx/pokemon/kingdra/normal.pal" +INCBIN "gfx/pokemon/kingdra/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/kingdra/shiny.pal" -INCLUDE "gfx/pokemon/phanpy/normal.pal" +INCBIN "gfx/pokemon/phanpy/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/phanpy/shiny.pal" -INCLUDE "gfx/pokemon/donphan/normal.pal" +INCBIN "gfx/pokemon/donphan/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/donphan/shiny.pal" -INCLUDE "gfx/pokemon/porygon2/normal.pal" +INCBIN "gfx/pokemon/porygon2/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/porygon2/shiny.pal" -INCLUDE "gfx/pokemon/stantler/normal.pal" +INCBIN "gfx/pokemon/stantler/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/stantler/shiny.pal" -INCLUDE "gfx/pokemon/smeargle/normal.pal" +INCBIN "gfx/pokemon/smeargle/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/smeargle/shiny.pal" -INCLUDE "gfx/pokemon/tyrogue/normal.pal" +INCBIN "gfx/pokemon/tyrogue/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/tyrogue/shiny.pal" -INCLUDE "gfx/pokemon/hitmontop/normal.pal" +INCBIN "gfx/pokemon/hitmontop/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/hitmontop/shiny.pal" -INCLUDE "gfx/pokemon/smoochum/normal.pal" +INCBIN "gfx/pokemon/smoochum/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/smoochum/shiny.pal" -INCLUDE "gfx/pokemon/elekid/normal.pal" +INCBIN "gfx/pokemon/elekid/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/elekid/shiny.pal" -INCLUDE "gfx/pokemon/magby/normal.pal" +INCBIN "gfx/pokemon/magby/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/magby/shiny.pal" -INCLUDE "gfx/pokemon/miltank/normal.pal" +INCBIN "gfx/pokemon/miltank/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/miltank/shiny.pal" -INCLUDE "gfx/pokemon/blissey/normal.pal" +INCBIN "gfx/pokemon/blissey/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/blissey/shiny.pal" -INCLUDE "gfx/pokemon/raikou/normal.pal" +INCBIN "gfx/pokemon/raikou/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/raikou/shiny.pal" -INCLUDE "gfx/pokemon/entei/normal.pal" +INCBIN "gfx/pokemon/entei/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/entei/shiny.pal" -INCLUDE "gfx/pokemon/suicune/normal.pal" +INCBIN "gfx/pokemon/suicune/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/suicune/shiny.pal" -INCLUDE "gfx/pokemon/larvitar/normal.pal" +INCBIN "gfx/pokemon/larvitar/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/larvitar/shiny.pal" -INCLUDE "gfx/pokemon/pupitar/normal.pal" +INCBIN "gfx/pokemon/pupitar/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/pupitar/shiny.pal" -INCLUDE "gfx/pokemon/tyranitar/normal.pal" +INCBIN "gfx/pokemon/tyranitar/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/tyranitar/shiny.pal" -INCLUDE "gfx/pokemon/lugia/normal.pal" +INCBIN "gfx/pokemon/lugia/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/lugia/shiny.pal" -INCLUDE "gfx/pokemon/ho_oh/normal.pal" +INCBIN "gfx/pokemon/ho_oh/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/ho_oh/shiny.pal" -INCLUDE "gfx/pokemon/celebi/normal.pal" +INCBIN "gfx/pokemon/celebi/back.gbcpal", middle_colors INCLUDE "gfx/pokemon/celebi/shiny.pal" ; 252 @@ -522,7 +522,7 @@ INCLUDE "gfx/pokemon/celebi/shiny.pal" RGB 30, 26, 11 RGB 23, 16, 00 -INCLUDE "gfx/pokemon/egg/normal.pal" +INCBIN "gfx/pokemon/egg/front.gbcpal", middle_colors INCLUDE "gfx/pokemon/egg/shiny.pal" ; 254 diff --git a/data/trainers/palettes.asm b/data/trainers/palettes.asm index b21729f8..6641e0df 100644 --- a/data/trainers/palettes.asm +++ b/data/trainers/palettes.asm @@ -5,70 +5,70 @@ TrainerPalettes: ; only the middle two colors are included, not black or white. PlayerPalette: ; Chris uses the same colors as Cal -INCLUDE "gfx/trainers/cal.pal" -INCLUDE "gfx/trainers/falkner.pal" -INCLUDE "gfx/trainers/whitney.pal" -INCLUDE "gfx/trainers/bugsy.pal" -INCLUDE "gfx/trainers/morty.pal" -INCLUDE "gfx/trainers/pryce.pal" -INCLUDE "gfx/trainers/jasmine.pal" -INCLUDE "gfx/trainers/chuck.pal" -INCLUDE "gfx/trainers/clair.pal" -INCLUDE "gfx/trainers/rival1.pal" -INCLUDE "gfx/trainers/oak.pal" -INCLUDE "gfx/trainers/will.pal" -INCLUDE "gfx/trainers/cal.pal" -INCLUDE "gfx/trainers/bruno.pal" -INCLUDE "gfx/trainers/karen.pal" -INCLUDE "gfx/trainers/koga.pal" -INCLUDE "gfx/trainers/champion.pal" -INCLUDE "gfx/trainers/brock.pal" -INCLUDE "gfx/trainers/misty.pal" -INCLUDE "gfx/trainers/lt_surge.pal" -INCLUDE "gfx/trainers/scientist.pal" -INCLUDE "gfx/trainers/erika.pal" -INCLUDE "gfx/trainers/youngster.pal" -INCLUDE "gfx/trainers/schoolboy.pal" -INCLUDE "gfx/trainers/bird_keeper.pal" -INCLUDE "gfx/trainers/lass.pal" -INCLUDE "gfx/trainers/janine.pal" -INCLUDE "gfx/trainers/cooltrainer_m.pal" -INCLUDE "gfx/trainers/cooltrainer_f.pal" -INCLUDE "gfx/trainers/beauty.pal" -INCLUDE "gfx/trainers/pokemaniac.pal" -INCLUDE "gfx/trainers/grunt_m.pal" -INCLUDE "gfx/trainers/gentleman.pal" -INCLUDE "gfx/trainers/skier.pal" -INCLUDE "gfx/trainers/teacher.pal" -INCLUDE "gfx/trainers/sabrina.pal" -INCLUDE "gfx/trainers/bug_catcher.pal" -INCLUDE "gfx/trainers/fisher.pal" -INCLUDE "gfx/trainers/swimmer_m.pal" -INCLUDE "gfx/trainers/swimmer_f.pal" -INCLUDE "gfx/trainers/sailor.pal" -INCLUDE "gfx/trainers/super_nerd.pal" -INCLUDE "gfx/trainers/rival2.pal" -INCLUDE "gfx/trainers/guitarist.pal" -INCLUDE "gfx/trainers/hiker.pal" -INCLUDE "gfx/trainers/biker.pal" -INCLUDE "gfx/trainers/blaine.pal" -INCLUDE "gfx/trainers/burglar.pal" -INCLUDE "gfx/trainers/firebreather.pal" -INCLUDE "gfx/trainers/juggler.pal" -INCLUDE "gfx/trainers/blackbelt_t.pal" -INCLUDE "gfx/trainers/executive_m.pal" -INCLUDE "gfx/trainers/psychic_t.pal" -INCLUDE "gfx/trainers/picnicker.pal" -INCLUDE "gfx/trainers/camper.pal" -INCLUDE "gfx/trainers/executive_f.pal" -INCLUDE "gfx/trainers/sage.pal" -INCLUDE "gfx/trainers/medium.pal" -INCLUDE "gfx/trainers/boarder.pal" -INCLUDE "gfx/trainers/pokefan_m.pal" -INCLUDE "gfx/trainers/kimono_girl.pal" -INCLUDE "gfx/trainers/twins.pal" -INCLUDE "gfx/trainers/pokefan_f.pal" -INCLUDE "gfx/trainers/red.pal" -INCLUDE "gfx/trainers/blue.pal" -INCLUDE "gfx/trainers/officer.pal" -INCLUDE "gfx/trainers/grunt_f.pal" +INCBIN "gfx/trainers/cal.gbcpal", middle_colors +INCBIN "gfx/trainers/falkner.gbcpal", middle_colors +INCBIN "gfx/trainers/whitney.gbcpal", middle_colors +INCBIN "gfx/trainers/bugsy.gbcpal", middle_colors +INCBIN "gfx/trainers/morty.gbcpal", middle_colors +INCBIN "gfx/trainers/pryce.gbcpal", middle_colors +INCBIN "gfx/trainers/jasmine.gbcpal", middle_colors +INCBIN "gfx/trainers/chuck.gbcpal", middle_colors +INCBIN "gfx/trainers/clair.gbcpal", middle_colors +INCBIN "gfx/trainers/rival1.gbcpal", middle_colors +INCBIN "gfx/trainers/oak.gbcpal", middle_colors +INCBIN "gfx/trainers/will.gbcpal", middle_colors +INCBIN "gfx/trainers/cal.gbcpal", middle_colors +INCBIN "gfx/trainers/bruno.gbcpal", middle_colors +INCBIN "gfx/trainers/karen.gbcpal", middle_colors +INCBIN "gfx/trainers/koga.gbcpal", middle_colors +INCBIN "gfx/trainers/champion.gbcpal", middle_colors +INCBIN "gfx/trainers/brock.gbcpal", middle_colors +INCBIN "gfx/trainers/misty.gbcpal", middle_colors +INCBIN "gfx/trainers/lt_surge.gbcpal", middle_colors +INCBIN "gfx/trainers/scientist.gbcpal", middle_colors +INCBIN "gfx/trainers/erika.gbcpal", middle_colors +INCBIN "gfx/trainers/youngster.gbcpal", middle_colors +INCBIN "gfx/trainers/schoolboy.gbcpal", middle_colors +INCBIN "gfx/trainers/bird_keeper.gbcpal", middle_colors +INCBIN "gfx/trainers/lass.gbcpal", middle_colors +INCBIN "gfx/trainers/janine.gbcpal", middle_colors +INCBIN "gfx/trainers/cooltrainer_m.gbcpal", middle_colors +INCBIN "gfx/trainers/cooltrainer_f.gbcpal", middle_colors +INCBIN "gfx/trainers/beauty.gbcpal", middle_colors +INCBIN "gfx/trainers/pokemaniac.gbcpal", middle_colors +INCBIN "gfx/trainers/grunt_m.gbcpal", middle_colors +INCBIN "gfx/trainers/gentleman.gbcpal", middle_colors +INCBIN "gfx/trainers/skier.gbcpal", middle_colors +INCBIN "gfx/trainers/teacher.gbcpal", middle_colors +INCBIN "gfx/trainers/sabrina.gbcpal", middle_colors +INCBIN "gfx/trainers/bug_catcher.gbcpal", middle_colors +INCBIN "gfx/trainers/fisher.gbcpal", middle_colors +INCBIN "gfx/trainers/swimmer_m.gbcpal", middle_colors +INCBIN "gfx/trainers/swimmer_f.gbcpal", middle_colors +INCBIN "gfx/trainers/sailor.gbcpal", middle_colors +INCBIN "gfx/trainers/super_nerd.gbcpal", middle_colors +INCBIN "gfx/trainers/rival2.gbcpal", middle_colors +INCBIN "gfx/trainers/guitarist.gbcpal", middle_colors +INCBIN "gfx/trainers/hiker.gbcpal", middle_colors +INCBIN "gfx/trainers/biker.gbcpal", middle_colors +INCBIN "gfx/trainers/blaine.gbcpal", middle_colors +INCBIN "gfx/trainers/burglar.gbcpal", middle_colors +INCBIN "gfx/trainers/firebreather.gbcpal", middle_colors +INCBIN "gfx/trainers/juggler.gbcpal", middle_colors +INCBIN "gfx/trainers/blackbelt_t.gbcpal", middle_colors +INCBIN "gfx/trainers/executive_m.gbcpal", middle_colors +INCBIN "gfx/trainers/psychic_t.gbcpal", middle_colors +INCBIN "gfx/trainers/picnicker.gbcpal", middle_colors +INCBIN "gfx/trainers/camper.gbcpal", middle_colors +INCBIN "gfx/trainers/executive_f.gbcpal", middle_colors +INCBIN "gfx/trainers/sage.gbcpal", middle_colors +INCBIN "gfx/trainers/medium.gbcpal", middle_colors +INCBIN "gfx/trainers/boarder.gbcpal", middle_colors +INCBIN "gfx/trainers/pokefan_m.gbcpal", middle_colors +INCBIN "gfx/trainers/kimono_girl.gbcpal", middle_colors +INCBIN "gfx/trainers/twins.gbcpal", middle_colors +INCBIN "gfx/trainers/pokefan_f.gbcpal", middle_colors +INCBIN "gfx/trainers/red.gbcpal", middle_colors +INCBIN "gfx/trainers/blue.gbcpal", middle_colors +INCBIN "gfx/trainers/officer.gbcpal", middle_colors +INCBIN "gfx/trainers/grunt_f.gbcpal", middle_colors diff --git a/gfx/pokemon/abra/normal.pal b/gfx/pokemon/abra/normal.pal deleted file mode 100644 index b47312e6..00000000 --- a/gfx/pokemon/abra/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 28, 19, 3 - RGB 12, 8, 10 diff --git a/gfx/pokemon/aerodactyl/normal.pal b/gfx/pokemon/aerodactyl/normal.pal deleted file mode 100644 index 33810f1f..00000000 --- a/gfx/pokemon/aerodactyl/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 21, 15, 18 - RGB 13, 11, 8 diff --git a/gfx/pokemon/aipom/normal.pal b/gfx/pokemon/aipom/normal.pal deleted file mode 100644 index 5c66b895..00000000 --- a/gfx/pokemon/aipom/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 27, 18, 4 - RGB 8, 3, 15 diff --git a/gfx/pokemon/alakazam/normal.pal b/gfx/pokemon/alakazam/normal.pal deleted file mode 100644 index b47312e6..00000000 --- a/gfx/pokemon/alakazam/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 28, 19, 3 - RGB 12, 8, 10 diff --git a/gfx/pokemon/ampharos/normal.pal b/gfx/pokemon/ampharos/normal.pal deleted file mode 100644 index b15c4796..00000000 --- a/gfx/pokemon/ampharos/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 31, 2 - RGB 21, 10, 1 diff --git a/gfx/pokemon/arbok/normal.pal b/gfx/pokemon/arbok/normal.pal deleted file mode 100644 index 54f9175f..00000000 --- a/gfx/pokemon/arbok/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 18, 8, 19 - RGB 22, 4, 9 diff --git a/gfx/pokemon/arcanine/normal.pal b/gfx/pokemon/arcanine/normal.pal deleted file mode 100644 index 25fb9b3f..00000000 --- a/gfx/pokemon/arcanine/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 23, 7 - RGB 31, 9, 4 diff --git a/gfx/pokemon/ariados/normal.pal b/gfx/pokemon/ariados/normal.pal deleted file mode 100644 index 50204d1d..00000000 --- a/gfx/pokemon/ariados/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 27, 10, 8 - RGB 14, 6, 20 diff --git a/gfx/pokemon/articuno/normal.pal b/gfx/pokemon/articuno/normal.pal deleted file mode 100644 index 05cb0837..00000000 --- a/gfx/pokemon/articuno/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 11, 21, 31 - RGB 8, 11, 16 diff --git a/gfx/pokemon/azumarill/normal.pal b/gfx/pokemon/azumarill/normal.pal deleted file mode 100644 index 6303390b..00000000 --- a/gfx/pokemon/azumarill/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 10, 15, 24 - RGB 18, 9, 7 diff --git a/gfx/pokemon/bayleef/normal.pal b/gfx/pokemon/bayleef/normal.pal deleted file mode 100644 index c6ef854f..00000000 --- a/gfx/pokemon/bayleef/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 27, 20, 13 - RGB 11, 16, 2 diff --git a/gfx/pokemon/beedrill/normal.pal b/gfx/pokemon/beedrill/normal.pal deleted file mode 100644 index 35631148..00000000 --- a/gfx/pokemon/beedrill/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 26, 6 - RGB 30, 4, 1 diff --git a/gfx/pokemon/bellossom/normal.pal b/gfx/pokemon/bellossom/normal.pal deleted file mode 100644 index 556917ae..00000000 --- a/gfx/pokemon/bellossom/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 28, 11, 26 - RGB 15, 23, 6 diff --git a/gfx/pokemon/bellsprout/normal.pal b/gfx/pokemon/bellsprout/normal.pal deleted file mode 100644 index c68764ea..00000000 --- a/gfx/pokemon/bellsprout/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 20, 31, 7 - RGB 27, 10, 9 diff --git a/gfx/pokemon/blastoise/normal.pal b/gfx/pokemon/blastoise/normal.pal deleted file mode 100644 index d7003753..00000000 --- a/gfx/pokemon/blastoise/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 24, 20, 3 - RGB 8, 11, 31 diff --git a/gfx/pokemon/blissey/normal.pal b/gfx/pokemon/blissey/normal.pal deleted file mode 100644 index 99bc37f0..00000000 --- a/gfx/pokemon/blissey/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 28, 12, 14 - RGB 18, 5, 8 diff --git a/gfx/pokemon/bulbasaur/normal.pal b/gfx/pokemon/bulbasaur/normal.pal deleted file mode 100644 index 6f84db00..00000000 --- a/gfx/pokemon/bulbasaur/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 12, 31, 11 - RGB 31, 10, 6 diff --git a/gfx/pokemon/butterfree/normal.pal b/gfx/pokemon/butterfree/normal.pal deleted file mode 100644 index 0f572de0..00000000 --- a/gfx/pokemon/butterfree/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 15, 28, 31 - RGB 25, 10, 19 diff --git a/gfx/pokemon/caterpie/normal.pal b/gfx/pokemon/caterpie/normal.pal deleted file mode 100644 index 33a57093..00000000 --- a/gfx/pokemon/caterpie/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 12, 22, 6 - RGB 31, 12, 17 diff --git a/gfx/pokemon/celebi/normal.pal b/gfx/pokemon/celebi/normal.pal deleted file mode 100644 index d9d8df61..00000000 --- a/gfx/pokemon/celebi/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 10, 31, 0 - RGB 3, 13, 28 diff --git a/gfx/pokemon/chansey/normal.pal b/gfx/pokemon/chansey/normal.pal deleted file mode 100644 index 27272f65..00000000 --- a/gfx/pokemon/chansey/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 27, 19, 23 - RGB 31, 8, 21 diff --git a/gfx/pokemon/charizard/normal.pal b/gfx/pokemon/charizard/normal.pal deleted file mode 100644 index 20efc76b..00000000 --- a/gfx/pokemon/charizard/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 14, 0 - RGB 7, 11, 15 diff --git a/gfx/pokemon/charmander/normal.pal b/gfx/pokemon/charmander/normal.pal deleted file mode 100644 index e658089e..00000000 --- a/gfx/pokemon/charmander/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 18, 4 - RGB 22, 11, 5 diff --git a/gfx/pokemon/charmeleon/normal.pal b/gfx/pokemon/charmeleon/normal.pal deleted file mode 100644 index c1ccf8f8..00000000 --- a/gfx/pokemon/charmeleon/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 14, 5 - RGB 23, 9, 10 diff --git a/gfx/pokemon/chikorita/normal.pal b/gfx/pokemon/chikorita/normal.pal deleted file mode 100644 index 54af09ac..00000000 --- a/gfx/pokemon/chikorita/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 29, 23, 12 - RGB 3, 20, 0 diff --git a/gfx/pokemon/chinchou/normal.pal b/gfx/pokemon/chinchou/normal.pal deleted file mode 100644 index 32d7675c..00000000 --- a/gfx/pokemon/chinchou/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 27, 22, 7 - RGB 7, 7, 20 diff --git a/gfx/pokemon/clefable/normal.pal b/gfx/pokemon/clefable/normal.pal deleted file mode 100644 index b7ce916a..00000000 --- a/gfx/pokemon/clefable/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 13, 25 - RGB 13, 7, 0 diff --git a/gfx/pokemon/clefairy/normal.pal b/gfx/pokemon/clefairy/normal.pal deleted file mode 100644 index b7ce916a..00000000 --- a/gfx/pokemon/clefairy/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 13, 25 - RGB 13, 7, 0 diff --git a/gfx/pokemon/cleffa/normal.pal b/gfx/pokemon/cleffa/normal.pal deleted file mode 100644 index b7ce916a..00000000 --- a/gfx/pokemon/cleffa/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 13, 25 - RGB 13, 7, 0 diff --git a/gfx/pokemon/cloyster/normal.pal b/gfx/pokemon/cloyster/normal.pal deleted file mode 100644 index a3517502..00000000 --- a/gfx/pokemon/cloyster/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 19, 10, 25 - RGB 9, 4, 13 diff --git a/gfx/pokemon/corsola/normal.pal b/gfx/pokemon/corsola/normal.pal deleted file mode 100644 index c0398e6d..00000000 --- a/gfx/pokemon/corsola/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 11, 31 - RGB 28, 7, 13 diff --git a/gfx/pokemon/crobat/normal.pal b/gfx/pokemon/crobat/normal.pal deleted file mode 100644 index 2d9a2d15..00000000 --- a/gfx/pokemon/crobat/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 18, 8, 21 - RGB 4, 9, 15 diff --git a/gfx/pokemon/croconaw/normal.pal b/gfx/pokemon/croconaw/normal.pal deleted file mode 100644 index da3e2904..00000000 --- a/gfx/pokemon/croconaw/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 10, 21, 18 - RGB 24, 9, 10 diff --git a/gfx/pokemon/cubone/normal.pal b/gfx/pokemon/cubone/normal.pal deleted file mode 100644 index 2870dcff..00000000 --- a/gfx/pokemon/cubone/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 22, 16, 11 - RGB 14, 8, 4 diff --git a/gfx/pokemon/cyndaquil/normal.pal b/gfx/pokemon/cyndaquil/normal.pal deleted file mode 100644 index 3868b6a7..00000000 --- a/gfx/pokemon/cyndaquil/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 27, 0 - RGB 31, 7, 5 diff --git a/gfx/pokemon/delibird/normal.pal b/gfx/pokemon/delibird/normal.pal deleted file mode 100644 index a9413fb1..00000000 --- a/gfx/pokemon/delibird/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 21, 16, 31 - RGB 30, 8, 2 diff --git a/gfx/pokemon/dewgong/normal.pal b/gfx/pokemon/dewgong/normal.pal deleted file mode 100644 index 8270611e..00000000 --- a/gfx/pokemon/dewgong/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 19, 21, 31 - RGB 8, 11, 18 diff --git a/gfx/pokemon/diglett/normal.pal b/gfx/pokemon/diglett/normal.pal deleted file mode 100644 index 52a1cfbb..00000000 --- a/gfx/pokemon/diglett/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 19, 11, 4 - RGB 24, 6, 4 diff --git a/gfx/pokemon/ditto/normal.pal b/gfx/pokemon/ditto/normal.pal deleted file mode 100644 index 312962cc..00000000 --- a/gfx/pokemon/ditto/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 12, 28 - RGB 13, 7, 16 diff --git a/gfx/pokemon/dodrio/normal.pal b/gfx/pokemon/dodrio/normal.pal deleted file mode 100644 index 80484a1d..00000000 --- a/gfx/pokemon/dodrio/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 26, 16, 8 - RGB 18, 8, 6 diff --git a/gfx/pokemon/doduo/normal.pal b/gfx/pokemon/doduo/normal.pal deleted file mode 100644 index d96bdde7..00000000 --- a/gfx/pokemon/doduo/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 20, 16, 8 - RGB 9, 8, 6 diff --git a/gfx/pokemon/donphan/normal.pal b/gfx/pokemon/donphan/normal.pal deleted file mode 100644 index 98e217d8..00000000 --- a/gfx/pokemon/donphan/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 18, 20, 19 - RGB 5, 11, 8 diff --git a/gfx/pokemon/dragonair/normal.pal b/gfx/pokemon/dragonair/normal.pal deleted file mode 100644 index 30154c0a..00000000 --- a/gfx/pokemon/dragonair/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 14, 19, 31 - RGB 5, 11, 31 diff --git a/gfx/pokemon/dragonite/normal.pal b/gfx/pokemon/dragonite/normal.pal deleted file mode 100644 index ba3f7ffa..00000000 --- a/gfx/pokemon/dragonite/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 21, 18, 6 - RGB 11, 10, 17 diff --git a/gfx/pokemon/dratini/normal.pal b/gfx/pokemon/dratini/normal.pal deleted file mode 100644 index c2822134..00000000 --- a/gfx/pokemon/dratini/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 28, 26, 7 - RGB 5, 11, 24 diff --git a/gfx/pokemon/drowzee/normal.pal b/gfx/pokemon/drowzee/normal.pal deleted file mode 100644 index 26b5c0ae..00000000 --- a/gfx/pokemon/drowzee/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 23, 4 - RGB 18, 10, 12 diff --git a/gfx/pokemon/dugtrio/normal.pal b/gfx/pokemon/dugtrio/normal.pal deleted file mode 100644 index 52a1cfbb..00000000 --- a/gfx/pokemon/dugtrio/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 19, 11, 4 - RGB 24, 6, 4 diff --git a/gfx/pokemon/dunsparce/normal.pal b/gfx/pokemon/dunsparce/normal.pal deleted file mode 100644 index 033b118d..00000000 --- a/gfx/pokemon/dunsparce/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 24, 6 - RGB 9, 7, 16 diff --git a/gfx/pokemon/eevee/normal.pal b/gfx/pokemon/eevee/normal.pal deleted file mode 100644 index fb72df20..00000000 --- a/gfx/pokemon/eevee/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 24, 16, 11 - RGB 17, 10, 8 diff --git a/gfx/pokemon/egg/normal.pal b/gfx/pokemon/egg/normal.pal deleted file mode 100644 index a24d6f55..00000000 --- a/gfx/pokemon/egg/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 30, 26, 11 - RGB 23, 16, 00 diff --git a/gfx/pokemon/ekans/normal.pal b/gfx/pokemon/ekans/normal.pal deleted file mode 100644 index 0f03ad91..00000000 --- a/gfx/pokemon/ekans/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 13, 23 - RGB 23, 3, 17 diff --git a/gfx/pokemon/electabuzz/normal.pal b/gfx/pokemon/electabuzz/normal.pal deleted file mode 100644 index 977f9b2d..00000000 --- a/gfx/pokemon/electabuzz/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 31, 5 - RGB 24, 16, 5 diff --git a/gfx/pokemon/electrode/normal.pal b/gfx/pokemon/electrode/normal.pal deleted file mode 100644 index 1ec48dc7..00000000 --- a/gfx/pokemon/electrode/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 25, 23, 17 - RGB 31, 9, 8 diff --git a/gfx/pokemon/elekid/normal.pal b/gfx/pokemon/elekid/normal.pal deleted file mode 100644 index 842ec4a0..00000000 --- a/gfx/pokemon/elekid/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 31, 5 - RGB 15, 10, 3 diff --git a/gfx/pokemon/entei/normal.pal b/gfx/pokemon/entei/normal.pal deleted file mode 100644 index 8977a693..00000000 --- a/gfx/pokemon/entei/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 11, 1 - RGB 17, 4, 0 diff --git a/gfx/pokemon/espeon/normal.pal b/gfx/pokemon/espeon/normal.pal deleted file mode 100644 index 1d1599c8..00000000 --- a/gfx/pokemon/espeon/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 17, 15, 25 - RGB 14, 4, 17 diff --git a/gfx/pokemon/exeggcute/normal.pal b/gfx/pokemon/exeggcute/normal.pal deleted file mode 100644 index 350cf315..00000000 --- a/gfx/pokemon/exeggcute/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 15, 26 - RGB 19, 12, 9 diff --git a/gfx/pokemon/exeggutor/normal.pal b/gfx/pokemon/exeggutor/normal.pal deleted file mode 100644 index 87ebc518..00000000 --- a/gfx/pokemon/exeggutor/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 26, 16, 6 - RGB 5, 16, 7 diff --git a/gfx/pokemon/farfetch_d/normal.pal b/gfx/pokemon/farfetch_d/normal.pal deleted file mode 100644 index 49d58e2c..00000000 --- a/gfx/pokemon/farfetch_d/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 12, 8 - RGB 6, 26, 1 diff --git a/gfx/pokemon/fearow/normal.pal b/gfx/pokemon/fearow/normal.pal deleted file mode 100644 index e305e3a3..00000000 --- a/gfx/pokemon/fearow/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 22, 17, 7 - RGB 31, 11, 0 diff --git a/gfx/pokemon/feraligatr/normal.pal b/gfx/pokemon/feraligatr/normal.pal deleted file mode 100644 index 96148796..00000000 --- a/gfx/pokemon/feraligatr/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 8, 17, 13 - RGB 18, 7, 1 diff --git a/gfx/pokemon/flaaffy/normal.pal b/gfx/pokemon/flaaffy/normal.pal deleted file mode 100644 index 422d0c6f..00000000 --- a/gfx/pokemon/flaaffy/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 13, 19 - RGB 10, 3, 14 diff --git a/gfx/pokemon/flareon/normal.pal b/gfx/pokemon/flareon/normal.pal deleted file mode 100644 index 24fcd4d2..00000000 --- a/gfx/pokemon/flareon/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 10, 1 - RGB 21, 5, 2 diff --git a/gfx/pokemon/forretress/normal.pal b/gfx/pokemon/forretress/normal.pal deleted file mode 100644 index fc2384c1..00000000 --- a/gfx/pokemon/forretress/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 17, 13, 14 - RGB 19, 6, 9 diff --git a/gfx/pokemon/furret/normal.pal b/gfx/pokemon/furret/normal.pal deleted file mode 100644 index fc8c22fc..00000000 --- a/gfx/pokemon/furret/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 21, 4 - RGB 14, 9, 2 diff --git a/gfx/pokemon/gastly/normal.pal b/gfx/pokemon/gastly/normal.pal deleted file mode 100644 index 44712ea9..00000000 --- a/gfx/pokemon/gastly/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 30, 13, 30 - RGB 17, 0, 23 diff --git a/gfx/pokemon/gengar/normal.pal b/gfx/pokemon/gengar/normal.pal deleted file mode 100644 index ec8660e2..00000000 --- a/gfx/pokemon/gengar/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 8, 2 - RGB 17, 0, 19 diff --git a/gfx/pokemon/geodude/normal.pal b/gfx/pokemon/geodude/normal.pal deleted file mode 100644 index c329ce85..00000000 --- a/gfx/pokemon/geodude/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 18, 17, 15 - RGB 8, 11, 7 diff --git a/gfx/pokemon/girafarig/normal.pal b/gfx/pokemon/girafarig/normal.pal deleted file mode 100644 index dac001e6..00000000 --- a/gfx/pokemon/girafarig/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 22, 4 - RGB 17, 12, 5 diff --git a/gfx/pokemon/gligar/normal.pal b/gfx/pokemon/gligar/normal.pal deleted file mode 100644 index b6d2f917..00000000 --- a/gfx/pokemon/gligar/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 25, 6, 18 - RGB 8, 7, 20 diff --git a/gfx/pokemon/gloom/normal.pal b/gfx/pokemon/gloom/normal.pal deleted file mode 100644 index 70ba0d75..00000000 --- a/gfx/pokemon/gloom/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 14, 7 - RGB 8, 9, 13 diff --git a/gfx/pokemon/golbat/normal.pal b/gfx/pokemon/golbat/normal.pal deleted file mode 100644 index 2d9a2d15..00000000 --- a/gfx/pokemon/golbat/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 18, 8, 21 - RGB 4, 9, 15 diff --git a/gfx/pokemon/goldeen/normal.pal b/gfx/pokemon/goldeen/normal.pal deleted file mode 100644 index 43b7ea07..00000000 --- a/gfx/pokemon/goldeen/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 12, 19 - RGB 31, 10, 2 diff --git a/gfx/pokemon/golduck/normal.pal b/gfx/pokemon/golduck/normal.pal deleted file mode 100644 index dde238ec..00000000 --- a/gfx/pokemon/golduck/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 27, 23, 4 - RGB 12, 9, 24 diff --git a/gfx/pokemon/golem/normal.pal b/gfx/pokemon/golem/normal.pal deleted file mode 100644 index c329ce85..00000000 --- a/gfx/pokemon/golem/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 18, 17, 15 - RGB 8, 11, 7 diff --git a/gfx/pokemon/granbull/normal.pal b/gfx/pokemon/granbull/normal.pal deleted file mode 100644 index 6e707177..00000000 --- a/gfx/pokemon/granbull/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 28, 16, 22 - RGB 17, 9, 11 diff --git a/gfx/pokemon/graveler/normal.pal b/gfx/pokemon/graveler/normal.pal deleted file mode 100644 index c329ce85..00000000 --- a/gfx/pokemon/graveler/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 18, 17, 15 - RGB 8, 11, 7 diff --git a/gfx/pokemon/grimer/normal.pal b/gfx/pokemon/grimer/normal.pal deleted file mode 100644 index 2c4c01a6..00000000 --- a/gfx/pokemon/grimer/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 29, 2, 20 - RGB 12, 1, 12 diff --git a/gfx/pokemon/growlithe/normal.pal b/gfx/pokemon/growlithe/normal.pal deleted file mode 100644 index 25fb9b3f..00000000 --- a/gfx/pokemon/growlithe/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 23, 7 - RGB 31, 9, 4 diff --git a/gfx/pokemon/gyarados/normal.pal b/gfx/pokemon/gyarados/normal.pal deleted file mode 100644 index a3c1b98d..00000000 --- a/gfx/pokemon/gyarados/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 27, 20, 7 - RGB 7, 11, 26 diff --git a/gfx/pokemon/haunter/normal.pal b/gfx/pokemon/haunter/normal.pal deleted file mode 100644 index d70fc552..00000000 --- a/gfx/pokemon/haunter/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 25, 7, 6 - RGB 14, 0, 19 diff --git a/gfx/pokemon/heracross/normal.pal b/gfx/pokemon/heracross/normal.pal deleted file mode 100644 index f47daffe..00000000 --- a/gfx/pokemon/heracross/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 16, 13, 19 - RGB 3, 11, 15 diff --git a/gfx/pokemon/hitmonchan/normal.pal b/gfx/pokemon/hitmonchan/normal.pal deleted file mode 100644 index 67791b2c..00000000 --- a/gfx/pokemon/hitmonchan/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 21, 15, 12 - RGB 27, 3, 18 diff --git a/gfx/pokemon/hitmonlee/normal.pal b/gfx/pokemon/hitmonlee/normal.pal deleted file mode 100644 index 66bd9426..00000000 --- a/gfx/pokemon/hitmonlee/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 22, 14, 5 - RGB 15, 16, 15 diff --git a/gfx/pokemon/hitmontop/normal.pal b/gfx/pokemon/hitmontop/normal.pal deleted file mode 100644 index 0a8a5f9d..00000000 --- a/gfx/pokemon/hitmontop/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 26, 15, 18 - RGB 10, 10, 21 diff --git a/gfx/pokemon/ho_oh/normal.pal b/gfx/pokemon/ho_oh/normal.pal deleted file mode 100644 index b3952119..00000000 --- a/gfx/pokemon/ho_oh/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 7, 3 - RGB 7, 15, 3 diff --git a/gfx/pokemon/hoothoot/normal.pal b/gfx/pokemon/hoothoot/normal.pal deleted file mode 100644 index 3dc51392..00000000 --- a/gfx/pokemon/hoothoot/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 13, 6 - RGB 4, 6, 16 diff --git a/gfx/pokemon/hoppip/normal.pal b/gfx/pokemon/hoppip/normal.pal deleted file mode 100644 index e8d45a1d..00000000 --- a/gfx/pokemon/hoppip/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 11, 23, 6 - RGB 21, 8, 3 diff --git a/gfx/pokemon/horsea/normal.pal b/gfx/pokemon/horsea/normal.pal deleted file mode 100644 index 72ef9f45..00000000 --- a/gfx/pokemon/horsea/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 28, 27, 12 - RGB 11, 17, 31 diff --git a/gfx/pokemon/houndoom/normal.pal b/gfx/pokemon/houndoom/normal.pal deleted file mode 100644 index 948ff238..00000000 --- a/gfx/pokemon/houndoom/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 12, 0 - RGB 31, 6, 9 diff --git a/gfx/pokemon/houndour/normal.pal b/gfx/pokemon/houndour/normal.pal deleted file mode 100644 index 948ff238..00000000 --- a/gfx/pokemon/houndour/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 12, 0 - RGB 31, 6, 9 diff --git a/gfx/pokemon/hypno/normal.pal b/gfx/pokemon/hypno/normal.pal deleted file mode 100644 index 0124e581..00000000 --- a/gfx/pokemon/hypno/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 30, 20, 7 - RGB 19, 12, 11 diff --git a/gfx/pokemon/igglybuff/normal.pal b/gfx/pokemon/igglybuff/normal.pal deleted file mode 100644 index 7543dcda..00000000 --- a/gfx/pokemon/igglybuff/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 16, 31 - RGB 31, 9, 23 diff --git a/gfx/pokemon/ivysaur/normal.pal b/gfx/pokemon/ivysaur/normal.pal deleted file mode 100644 index 78e16955..00000000 --- a/gfx/pokemon/ivysaur/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 12, 31, 11 - RGB 31, 12, 17 diff --git a/gfx/pokemon/jigglypuff/normal.pal b/gfx/pokemon/jigglypuff/normal.pal deleted file mode 100644 index 92ff56a0..00000000 --- a/gfx/pokemon/jigglypuff/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 16, 31 - RGB 6, 16, 31 diff --git a/gfx/pokemon/jolteon/normal.pal b/gfx/pokemon/jolteon/normal.pal deleted file mode 100644 index c5d2f42f..00000000 --- a/gfx/pokemon/jolteon/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 31, 3 - RGB 28, 11, 1 diff --git a/gfx/pokemon/jumpluff/normal.pal b/gfx/pokemon/jumpluff/normal.pal deleted file mode 100644 index 2ae938ed..00000000 --- a/gfx/pokemon/jumpluff/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 18, 18, 29 - RGB 7, 11, 25 diff --git a/gfx/pokemon/jynx/normal.pal b/gfx/pokemon/jynx/normal.pal deleted file mode 100644 index 1110ed2b..00000000 --- a/gfx/pokemon/jynx/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 29, 6, 19 - RGB 14, 2, 15 diff --git a/gfx/pokemon/kabuto/normal.pal b/gfx/pokemon/kabuto/normal.pal deleted file mode 100644 index 09e52155..00000000 --- a/gfx/pokemon/kabuto/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 15, 11 - RGB 14, 11, 8 diff --git a/gfx/pokemon/kabutops/normal.pal b/gfx/pokemon/kabutops/normal.pal deleted file mode 100644 index 09e52155..00000000 --- a/gfx/pokemon/kabutops/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 15, 11 - RGB 14, 11, 8 diff --git a/gfx/pokemon/kadabra/normal.pal b/gfx/pokemon/kadabra/normal.pal deleted file mode 100644 index b47312e6..00000000 --- a/gfx/pokemon/kadabra/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 28, 19, 3 - RGB 12, 8, 10 diff --git a/gfx/pokemon/kakuna/normal.pal b/gfx/pokemon/kakuna/normal.pal deleted file mode 100644 index 19d01607..00000000 --- a/gfx/pokemon/kakuna/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 27, 4 - RGB 20, 12, 7 diff --git a/gfx/pokemon/kangaskhan/normal.pal b/gfx/pokemon/kangaskhan/normal.pal deleted file mode 100644 index 33956110..00000000 --- a/gfx/pokemon/kangaskhan/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 20, 19, 7 - RGB 13, 13, 0 diff --git a/gfx/pokemon/kingdra/normal.pal b/gfx/pokemon/kingdra/normal.pal deleted file mode 100644 index d73cce20..00000000 --- a/gfx/pokemon/kingdra/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 10, 11 - RGB 5, 11, 31 diff --git a/gfx/pokemon/kingler/normal.pal b/gfx/pokemon/kingler/normal.pal deleted file mode 100644 index 59e61c57..00000000 --- a/gfx/pokemon/kingler/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 29, 17, 9 - RGB 29, 5, 4 diff --git a/gfx/pokemon/koffing/normal.pal b/gfx/pokemon/koffing/normal.pal deleted file mode 100644 index 3d3e8288..00000000 --- a/gfx/pokemon/koffing/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 25, 10, 25 - RGB 18, 6, 18 diff --git a/gfx/pokemon/krabby/normal.pal b/gfx/pokemon/krabby/normal.pal deleted file mode 100644 index 59e61c57..00000000 --- a/gfx/pokemon/krabby/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 29, 17, 9 - RGB 29, 5, 4 diff --git a/gfx/pokemon/lanturn/normal.pal b/gfx/pokemon/lanturn/normal.pal deleted file mode 100644 index d51ff67c..00000000 --- a/gfx/pokemon/lanturn/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 29, 24, 14 - RGB 8, 13, 22 diff --git a/gfx/pokemon/lapras/normal.pal b/gfx/pokemon/lapras/normal.pal deleted file mode 100644 index cba641a6..00000000 --- a/gfx/pokemon/lapras/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 28, 21, 13 - RGB 8, 16, 28 diff --git a/gfx/pokemon/larvitar/normal.pal b/gfx/pokemon/larvitar/normal.pal deleted file mode 100644 index 28b4fca8..00000000 --- a/gfx/pokemon/larvitar/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 12, 24, 1 - RGB 25, 7, 16 diff --git a/gfx/pokemon/ledian/normal.pal b/gfx/pokemon/ledian/normal.pal deleted file mode 100644 index 9ff4e646..00000000 --- a/gfx/pokemon/ledian/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 14, 4 - RGB 27, 6, 5 diff --git a/gfx/pokemon/ledyba/normal.pal b/gfx/pokemon/ledyba/normal.pal deleted file mode 100644 index 9ff4e646..00000000 --- a/gfx/pokemon/ledyba/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 14, 4 - RGB 27, 6, 5 diff --git a/gfx/pokemon/lickitung/normal.pal b/gfx/pokemon/lickitung/normal.pal deleted file mode 100644 index 5c42cbfa..00000000 --- a/gfx/pokemon/lickitung/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 10, 18 - RGB 26, 6, 5 diff --git a/gfx/pokemon/lugia/normal.pal b/gfx/pokemon/lugia/normal.pal deleted file mode 100644 index de2926f6..00000000 --- a/gfx/pokemon/lugia/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 25, 17, 28 - RGB 10, 0, 31 diff --git a/gfx/pokemon/machamp/normal.pal b/gfx/pokemon/machamp/normal.pal deleted file mode 100644 index 8004bbba..00000000 --- a/gfx/pokemon/machamp/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 21, 18, 11 - RGB 9, 11, 4 diff --git a/gfx/pokemon/machoke/normal.pal b/gfx/pokemon/machoke/normal.pal deleted file mode 100644 index 743d7161..00000000 --- a/gfx/pokemon/machoke/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 16, 17, 11 - RGB 22, 4, 4 diff --git a/gfx/pokemon/machop/normal.pal b/gfx/pokemon/machop/normal.pal deleted file mode 100644 index 9b75cacf..00000000 --- a/gfx/pokemon/machop/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 20, 17, 11 - RGB 9, 11, 4 diff --git a/gfx/pokemon/magby/normal.pal b/gfx/pokemon/magby/normal.pal deleted file mode 100644 index 12d15cd6..00000000 --- a/gfx/pokemon/magby/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 18, 9 - RGB 23, 9, 10 diff --git a/gfx/pokemon/magcargo/normal.pal b/gfx/pokemon/magcargo/normal.pal deleted file mode 100644 index 78574267..00000000 --- a/gfx/pokemon/magcargo/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 26, 10, 16 - RGB 15, 6, 6 diff --git a/gfx/pokemon/magikarp/normal.pal b/gfx/pokemon/magikarp/normal.pal deleted file mode 100644 index f9d49347..00000000 --- a/gfx/pokemon/magikarp/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 29, 10, 6 - RGB 18, 3, 9 diff --git a/gfx/pokemon/magmar/normal.pal b/gfx/pokemon/magmar/normal.pal deleted file mode 100644 index 56b6cb15..00000000 --- a/gfx/pokemon/magmar/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 20, 0 - RGB 23, 9, 10 diff --git a/gfx/pokemon/magnemite/normal.pal b/gfx/pokemon/magnemite/normal.pal deleted file mode 100644 index 576540fc..00000000 --- a/gfx/pokemon/magnemite/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 11, 20, 31 - RGB 31, 6, 2 diff --git a/gfx/pokemon/magneton/normal.pal b/gfx/pokemon/magneton/normal.pal deleted file mode 100644 index 576540fc..00000000 --- a/gfx/pokemon/magneton/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 11, 20, 31 - RGB 31, 6, 2 diff --git a/gfx/pokemon/mankey/normal.pal b/gfx/pokemon/mankey/normal.pal deleted file mode 100644 index 4f6d1e0f..00000000 --- a/gfx/pokemon/mankey/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 29, 20, 11 - RGB 19, 9, 7 diff --git a/gfx/pokemon/mantine/normal.pal b/gfx/pokemon/mantine/normal.pal deleted file mode 100644 index e33c7670..00000000 --- a/gfx/pokemon/mantine/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 20, 16, 18 - RGB 3, 6, 19 diff --git a/gfx/pokemon/mareep/normal.pal b/gfx/pokemon/mareep/normal.pal deleted file mode 100644 index 37feded8..00000000 --- a/gfx/pokemon/mareep/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 24, 20, 7 - RGB 10, 5, 19 diff --git a/gfx/pokemon/marill/normal.pal b/gfx/pokemon/marill/normal.pal deleted file mode 100644 index df2dbe99..00000000 --- a/gfx/pokemon/marill/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 9, 13, 29 - RGB 25, 8, 5 diff --git a/gfx/pokemon/marowak/normal.pal b/gfx/pokemon/marowak/normal.pal deleted file mode 100644 index 2870dcff..00000000 --- a/gfx/pokemon/marowak/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 22, 16, 11 - RGB 14, 8, 4 diff --git a/gfx/pokemon/meganium/normal.pal b/gfx/pokemon/meganium/normal.pal deleted file mode 100644 index 2d79b4d0..00000000 --- a/gfx/pokemon/meganium/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 13, 24, 3 - RGB 28, 12, 5 diff --git a/gfx/pokemon/meowth/normal.pal b/gfx/pokemon/meowth/normal.pal deleted file mode 100644 index df2b03b2..00000000 --- a/gfx/pokemon/meowth/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 31, 5 - RGB 28, 10, 5 diff --git a/gfx/pokemon/metapod/normal.pal b/gfx/pokemon/metapod/normal.pal deleted file mode 100644 index 8ce3c022..00000000 --- a/gfx/pokemon/metapod/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 15, 31, 0 - RGB 9, 14, 1 diff --git a/gfx/pokemon/mew/normal.pal b/gfx/pokemon/mew/normal.pal deleted file mode 100644 index 7d77febd..00000000 --- a/gfx/pokemon/mew/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 15, 31 - RGB 7, 11, 26 diff --git a/gfx/pokemon/mewtwo/normal.pal b/gfx/pokemon/mewtwo/normal.pal deleted file mode 100644 index 09cbf8bd..00000000 --- a/gfx/pokemon/mewtwo/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 22, 20, 25 - RGB 17, 8, 15 diff --git a/gfx/pokemon/miltank/normal.pal b/gfx/pokemon/miltank/normal.pal deleted file mode 100644 index 3a0f3bba..00000000 --- a/gfx/pokemon/miltank/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 27, 15, 18 - RGB 6, 6, 13 diff --git a/gfx/pokemon/misdreavus/normal.pal b/gfx/pokemon/misdreavus/normal.pal deleted file mode 100644 index 7c45c98a..00000000 --- a/gfx/pokemon/misdreavus/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 30, 6, 19 - RGB 9, 9, 17 diff --git a/gfx/pokemon/moltres/normal.pal b/gfx/pokemon/moltres/normal.pal deleted file mode 100644 index 5f3e130a..00000000 --- a/gfx/pokemon/moltres/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 22, 0 - RGB 31, 12, 3 diff --git a/gfx/pokemon/mr__mime/normal.pal b/gfx/pokemon/mr__mime/normal.pal deleted file mode 100644 index c0398e6d..00000000 --- a/gfx/pokemon/mr__mime/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 11, 31 - RGB 28, 7, 13 diff --git a/gfx/pokemon/muk/normal.pal b/gfx/pokemon/muk/normal.pal deleted file mode 100644 index 2c4c01a6..00000000 --- a/gfx/pokemon/muk/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 29, 2, 20 - RGB 12, 1, 12 diff --git a/gfx/pokemon/murkrow/normal.pal b/gfx/pokemon/murkrow/normal.pal deleted file mode 100644 index 63a260ff..00000000 --- a/gfx/pokemon/murkrow/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 19, 3 - RGB 10, 11, 20 diff --git a/gfx/pokemon/natu/normal.pal b/gfx/pokemon/natu/normal.pal deleted file mode 100644 index d0093fd0..00000000 --- a/gfx/pokemon/natu/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 10, 23, 13 - RGB 20, 5, 6 diff --git a/gfx/pokemon/nidoking/normal.pal b/gfx/pokemon/nidoking/normal.pal deleted file mode 100644 index 7fe139d0..00000000 --- a/gfx/pokemon/nidoking/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 24, 10, 19 - RGB 13, 3, 15 diff --git a/gfx/pokemon/nidoqueen/normal.pal b/gfx/pokemon/nidoqueen/normal.pal deleted file mode 100644 index 76eaf190..00000000 --- a/gfx/pokemon/nidoqueen/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 22, 21, 6 - RGB 7, 16, 25 diff --git a/gfx/pokemon/nidoran_f/normal.pal b/gfx/pokemon/nidoran_f/normal.pal deleted file mode 100644 index 8fc8d9a7..00000000 --- a/gfx/pokemon/nidoran_f/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 19, 21, 31 - RGB 7, 16, 6 diff --git a/gfx/pokemon/nidoran_m/normal.pal b/gfx/pokemon/nidoran_m/normal.pal deleted file mode 100644 index 6707bee9..00000000 --- a/gfx/pokemon/nidoran_m/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 27, 17, 22 - RGB 21, 2, 8 diff --git a/gfx/pokemon/nidorina/normal.pal b/gfx/pokemon/nidorina/normal.pal deleted file mode 100644 index 746a8858..00000000 --- a/gfx/pokemon/nidorina/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 16, 21, 31 - RGB 7, 12, 14 diff --git a/gfx/pokemon/nidorino/normal.pal b/gfx/pokemon/nidorino/normal.pal deleted file mode 100644 index 308ff332..00000000 --- a/gfx/pokemon/nidorino/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 26, 17, 22 - RGB 21, 2, 8 diff --git a/gfx/pokemon/ninetales/normal.pal b/gfx/pokemon/ninetales/normal.pal deleted file mode 100644 index c5c5c36f..00000000 --- a/gfx/pokemon/ninetales/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 25, 9 - RGB 18, 15, 0 diff --git a/gfx/pokemon/noctowl/normal.pal b/gfx/pokemon/noctowl/normal.pal deleted file mode 100644 index ee5700d6..00000000 --- a/gfx/pokemon/noctowl/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 18, 12, 4 - RGB 11, 5, 6 diff --git a/gfx/pokemon/octillery/normal.pal b/gfx/pokemon/octillery/normal.pal deleted file mode 100644 index 2d6ed418..00000000 --- a/gfx/pokemon/octillery/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 22, 4 - RGB 31, 6, 3 diff --git a/gfx/pokemon/oddish/normal.pal b/gfx/pokemon/oddish/normal.pal deleted file mode 100644 index d6c2f8f8..00000000 --- a/gfx/pokemon/oddish/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 13, 23, 6 - RGB 7, 9, 16 diff --git a/gfx/pokemon/omanyte/normal.pal b/gfx/pokemon/omanyte/normal.pal deleted file mode 100644 index 774064ae..00000000 --- a/gfx/pokemon/omanyte/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 20, 10 - RGB 9, 11, 23 diff --git a/gfx/pokemon/omastar/normal.pal b/gfx/pokemon/omastar/normal.pal deleted file mode 100644 index bb972e92..00000000 --- a/gfx/pokemon/omastar/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 27, 22, 11 - RGB 9, 11, 23 diff --git a/gfx/pokemon/onix/normal.pal b/gfx/pokemon/onix/normal.pal deleted file mode 100644 index e999f764..00000000 --- a/gfx/pokemon/onix/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 18, 17 - RGB 9, 6, 11 diff --git a/gfx/pokemon/paras/normal.pal b/gfx/pokemon/paras/normal.pal deleted file mode 100644 index 9cf37a9d..00000000 --- a/gfx/pokemon/paras/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 12, 3 - RGB 28, 7, 6 diff --git a/gfx/pokemon/parasect/normal.pal b/gfx/pokemon/parasect/normal.pal deleted file mode 100644 index 53cf4e2c..00000000 --- a/gfx/pokemon/parasect/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 9, 4 - RGB 14, 5, 1 diff --git a/gfx/pokemon/persian/normal.pal b/gfx/pokemon/persian/normal.pal deleted file mode 100644 index ee4bfc1a..00000000 --- a/gfx/pokemon/persian/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 28, 10 - RGB 12, 9, 4 diff --git a/gfx/pokemon/phanpy/normal.pal b/gfx/pokemon/phanpy/normal.pal deleted file mode 100644 index 9969f304..00000000 --- a/gfx/pokemon/phanpy/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 17, 20, 26 - RGB 23, 13, 9 diff --git a/gfx/pokemon/pichu/normal.pal b/gfx/pokemon/pichu/normal.pal deleted file mode 100644 index fdcf8fa0..00000000 --- a/gfx/pokemon/pichu/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 29, 26, 5 - RGB 26, 6, 0 diff --git a/gfx/pokemon/pidgeot/normal.pal b/gfx/pokemon/pidgeot/normal.pal deleted file mode 100644 index 8afd3e61..00000000 --- a/gfx/pokemon/pidgeot/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 15, 23 - RGB 19, 8, 2 diff --git a/gfx/pokemon/pidgeotto/normal.pal b/gfx/pokemon/pidgeotto/normal.pal deleted file mode 100644 index 8afd3e61..00000000 --- a/gfx/pokemon/pidgeotto/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 15, 23 - RGB 19, 8, 2 diff --git a/gfx/pokemon/pidgey/normal.pal b/gfx/pokemon/pidgey/normal.pal deleted file mode 100644 index cfcb4079..00000000 --- a/gfx/pokemon/pidgey/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 21, 31 - RGB 19, 8, 2 diff --git a/gfx/pokemon/pikachu/normal.pal b/gfx/pokemon/pikachu/normal.pal deleted file mode 100644 index fdcf8fa0..00000000 --- a/gfx/pokemon/pikachu/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 29, 26, 5 - RGB 26, 6, 0 diff --git a/gfx/pokemon/piloswine/normal.pal b/gfx/pokemon/piloswine/normal.pal deleted file mode 100644 index ec9a7090..00000000 --- a/gfx/pokemon/piloswine/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 18, 14 - RGB 10, 10, 10 diff --git a/gfx/pokemon/pineco/normal.pal b/gfx/pokemon/pineco/normal.pal deleted file mode 100644 index 209ead20..00000000 --- a/gfx/pokemon/pineco/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 21, 15, 10 - RGB 7, 7, 14 diff --git a/gfx/pokemon/pinsir/normal.pal b/gfx/pokemon/pinsir/normal.pal deleted file mode 100644 index 6f7d0b9e..00000000 --- a/gfx/pokemon/pinsir/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 18, 21, 18 - RGB 16, 11, 7 diff --git a/gfx/pokemon/politoed/normal.pal b/gfx/pokemon/politoed/normal.pal deleted file mode 100644 index a1294c7c..00000000 --- a/gfx/pokemon/politoed/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 25, 31, 4 - RGB 7, 20, 6 diff --git a/gfx/pokemon/poliwag/normal.pal b/gfx/pokemon/poliwag/normal.pal deleted file mode 100644 index 21e3c3bc..00000000 --- a/gfx/pokemon/poliwag/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 26, 8, 17 - RGB 8, 5, 15 diff --git a/gfx/pokemon/poliwhirl/normal.pal b/gfx/pokemon/poliwhirl/normal.pal deleted file mode 100644 index 8f4d2151..00000000 --- a/gfx/pokemon/poliwhirl/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 16, 16, 26 - RGB 8, 5, 15 diff --git a/gfx/pokemon/poliwrath/normal.pal b/gfx/pokemon/poliwrath/normal.pal deleted file mode 100644 index 8f4d2151..00000000 --- a/gfx/pokemon/poliwrath/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 16, 16, 26 - RGB 8, 5, 15 diff --git a/gfx/pokemon/ponyta/normal.pal b/gfx/pokemon/ponyta/normal.pal deleted file mode 100644 index 402c624b..00000000 --- a/gfx/pokemon/ponyta/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 19, 0 - RGB 31, 11, 3 diff --git a/gfx/pokemon/porygon/normal.pal b/gfx/pokemon/porygon/normal.pal deleted file mode 100644 index 550e64b2..00000000 --- a/gfx/pokemon/porygon/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 24, 9, 4 - RGB 12, 11, 25 diff --git a/gfx/pokemon/porygon2/normal.pal b/gfx/pokemon/porygon2/normal.pal deleted file mode 100644 index 5aa9e53d..00000000 --- a/gfx/pokemon/porygon2/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 10, 12, 24 - RGB 25, 9, 10 diff --git a/gfx/pokemon/primeape/normal.pal b/gfx/pokemon/primeape/normal.pal deleted file mode 100644 index 25f08a06..00000000 --- a/gfx/pokemon/primeape/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 15, 6 - RGB 14, 9, 4 diff --git a/gfx/pokemon/psyduck/normal.pal b/gfx/pokemon/psyduck/normal.pal deleted file mode 100644 index 19bef8a6..00000000 --- a/gfx/pokemon/psyduck/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 27, 4 - RGB 17, 15, 0 diff --git a/gfx/pokemon/pupitar/normal.pal b/gfx/pokemon/pupitar/normal.pal deleted file mode 100644 index 70dc606b..00000000 --- a/gfx/pokemon/pupitar/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 12, 11, 28 - RGB 15, 6, 6 diff --git a/gfx/pokemon/quagsire/normal.pal b/gfx/pokemon/quagsire/normal.pal deleted file mode 100644 index a8e7b5e2..00000000 --- a/gfx/pokemon/quagsire/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 15, 21, 26 - RGB 17, 8, 20 diff --git a/gfx/pokemon/quilava/normal.pal b/gfx/pokemon/quilava/normal.pal deleted file mode 100644 index dbadcee9..00000000 --- a/gfx/pokemon/quilava/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 28, 4 - RGB 31, 9, 3 diff --git a/gfx/pokemon/qwilfish/normal.pal b/gfx/pokemon/qwilfish/normal.pal deleted file mode 100644 index b2ae4a66..00000000 --- a/gfx/pokemon/qwilfish/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 18, 24, 4 - RGB 4, 6, 16 diff --git a/gfx/pokemon/raichu/normal.pal b/gfx/pokemon/raichu/normal.pal deleted file mode 100644 index 04f6cd68..00000000 --- a/gfx/pokemon/raichu/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 26, 7 - RGB 31, 12, 0 diff --git a/gfx/pokemon/raikou/normal.pal b/gfx/pokemon/raikou/normal.pal deleted file mode 100644 index 63969111..00000000 --- a/gfx/pokemon/raikou/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 31, 0 - RGB 30, 11, 1 diff --git a/gfx/pokemon/rapidash/normal.pal b/gfx/pokemon/rapidash/normal.pal deleted file mode 100644 index b208997e..00000000 --- a/gfx/pokemon/rapidash/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 30, 28, 0 - RGB 31, 11, 3 diff --git a/gfx/pokemon/raticate/normal.pal b/gfx/pokemon/raticate/normal.pal deleted file mode 100644 index d3ca1151..00000000 --- a/gfx/pokemon/raticate/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 26, 16, 3 - RGB 14, 8, 3 diff --git a/gfx/pokemon/rattata/normal.pal b/gfx/pokemon/rattata/normal.pal deleted file mode 100644 index 18adaada..00000000 --- a/gfx/pokemon/rattata/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 22, 15, 30 - RGB 18, 9, 17 diff --git a/gfx/pokemon/remoraid/normal.pal b/gfx/pokemon/remoraid/normal.pal deleted file mode 100644 index cfb96ba8..00000000 --- a/gfx/pokemon/remoraid/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 13, 10, 25 - RGB 5, 3, 31 diff --git a/gfx/pokemon/rhydon/normal.pal b/gfx/pokemon/rhydon/normal.pal deleted file mode 100644 index b0ef717e..00000000 --- a/gfx/pokemon/rhydon/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 15, 11, 17 - RGB 7, 9, 4 diff --git a/gfx/pokemon/rhyhorn/normal.pal b/gfx/pokemon/rhyhorn/normal.pal deleted file mode 100644 index b0ef717e..00000000 --- a/gfx/pokemon/rhyhorn/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 15, 11, 17 - RGB 7, 9, 4 diff --git a/gfx/pokemon/sandshrew/normal.pal b/gfx/pokemon/sandshrew/normal.pal deleted file mode 100644 index ebfaafa6..00000000 --- a/gfx/pokemon/sandshrew/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 21, 16, 10 - RGB 14, 8, 1 diff --git a/gfx/pokemon/sandslash/normal.pal b/gfx/pokemon/sandslash/normal.pal deleted file mode 100644 index 11fbff06..00000000 --- a/gfx/pokemon/sandslash/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 14, 4 - RGB 13, 7, 0 diff --git a/gfx/pokemon/scizor/normal.pal b/gfx/pokemon/scizor/normal.pal deleted file mode 100644 index 66c470d3..00000000 --- a/gfx/pokemon/scizor/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 26, 8, 8 - RGB 7, 8, 13 diff --git a/gfx/pokemon/scyther/normal.pal b/gfx/pokemon/scyther/normal.pal deleted file mode 100644 index f920a82e..00000000 --- a/gfx/pokemon/scyther/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 15, 26, 0 - RGB 23, 25, 0 diff --git a/gfx/pokemon/seadra/normal.pal b/gfx/pokemon/seadra/normal.pal deleted file mode 100644 index 186e18c6..00000000 --- a/gfx/pokemon/seadra/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 28, 20, 12 - RGB 11, 9, 31 diff --git a/gfx/pokemon/seaking/normal.pal b/gfx/pokemon/seaking/normal.pal deleted file mode 100644 index feb7ff46..00000000 --- a/gfx/pokemon/seaking/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 19, 22, 30 - RGB 31, 10, 2 diff --git a/gfx/pokemon/seel/normal.pal b/gfx/pokemon/seel/normal.pal deleted file mode 100644 index 83facca8..00000000 --- a/gfx/pokemon/seel/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 19, 21, 31 - RGB 29, 11, 18 diff --git a/gfx/pokemon/sentret/normal.pal b/gfx/pokemon/sentret/normal.pal deleted file mode 100644 index b6b803ce..00000000 --- a/gfx/pokemon/sentret/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 22, 15, 10 - RGB 15, 7, 4 diff --git a/gfx/pokemon/shellder/normal.pal b/gfx/pokemon/shellder/normal.pal deleted file mode 100644 index 7fc09a97..00000000 --- a/gfx/pokemon/shellder/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 18, 17, 20 - RGB 21, 11, 14 diff --git a/gfx/pokemon/shuckle/normal.pal b/gfx/pokemon/shuckle/normal.pal deleted file mode 100644 index 2a3d8239..00000000 --- a/gfx/pokemon/shuckle/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 22, 5 - RGB 18, 9, 6 diff --git a/gfx/pokemon/skarmory/normal.pal b/gfx/pokemon/skarmory/normal.pal deleted file mode 100644 index 4be055d1..00000000 --- a/gfx/pokemon/skarmory/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 17, 18, 24 - RGB 4, 7, 10 diff --git a/gfx/pokemon/skiploom/normal.pal b/gfx/pokemon/skiploom/normal.pal deleted file mode 100644 index 578ab02f..00000000 --- a/gfx/pokemon/skiploom/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 22, 5 - RGB 8, 18, 7 diff --git a/gfx/pokemon/slowbro/normal.pal b/gfx/pokemon/slowbro/normal.pal deleted file mode 100644 index 275486df..00000000 --- a/gfx/pokemon/slowbro/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 10, 31 - RGB 14, 19, 12 diff --git a/gfx/pokemon/slowking/normal.pal b/gfx/pokemon/slowking/normal.pal deleted file mode 100644 index ee8429ac..00000000 --- a/gfx/pokemon/slowking/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 10, 31 - RGB 30, 5, 6 diff --git a/gfx/pokemon/slowpoke/normal.pal b/gfx/pokemon/slowpoke/normal.pal deleted file mode 100644 index 1392ded6..00000000 --- a/gfx/pokemon/slowpoke/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 10, 31 - RGB 28, 6, 14 diff --git a/gfx/pokemon/slugma/normal.pal b/gfx/pokemon/slugma/normal.pal deleted file mode 100644 index 424fe69c..00000000 --- a/gfx/pokemon/slugma/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 26, 13, 2 - RGB 18, 6, 2 diff --git a/gfx/pokemon/smeargle/normal.pal b/gfx/pokemon/smeargle/normal.pal deleted file mode 100644 index cc2e1dd7..00000000 --- a/gfx/pokemon/smeargle/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 21, 8 - RGB 14, 5, 6 diff --git a/gfx/pokemon/smoochum/normal.pal b/gfx/pokemon/smoochum/normal.pal deleted file mode 100644 index 65a7fb19..00000000 --- a/gfx/pokemon/smoochum/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 15, 4 - RGB 20, 1, 19 diff --git a/gfx/pokemon/sneasel/normal.pal b/gfx/pokemon/sneasel/normal.pal deleted file mode 100644 index 1664f1b2..00000000 --- a/gfx/pokemon/sneasel/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 17, 24, 22 - RGB 14, 9, 1 diff --git a/gfx/pokemon/snorlax/normal.pal b/gfx/pokemon/snorlax/normal.pal deleted file mode 100644 index eb261873..00000000 --- a/gfx/pokemon/snorlax/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 27, 18, 14 - RGB 21, 7, 14 diff --git a/gfx/pokemon/snubbull/normal.pal b/gfx/pokemon/snubbull/normal.pal deleted file mode 100644 index 1d4fb312..00000000 --- a/gfx/pokemon/snubbull/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 28, 14, 13 - RGB 7, 10, 13 diff --git a/gfx/pokemon/spearow/normal.pal b/gfx/pokemon/spearow/normal.pal deleted file mode 100644 index a556f3f3..00000000 --- a/gfx/pokemon/spearow/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 29, 23, 13 - RGB 21, 8, 11 diff --git a/gfx/pokemon/spinarak/normal.pal b/gfx/pokemon/spinarak/normal.pal deleted file mode 100644 index e2de11cd..00000000 --- a/gfx/pokemon/spinarak/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 19, 8, 20 - RGB 8, 9, 17 diff --git a/gfx/pokemon/squirtle/normal.pal b/gfx/pokemon/squirtle/normal.pal deleted file mode 100644 index 7afd9368..00000000 --- a/gfx/pokemon/squirtle/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 22, 18, 8 - RGB 12, 19, 31 diff --git a/gfx/pokemon/stantler/normal.pal b/gfx/pokemon/stantler/normal.pal deleted file mode 100644 index 4e817145..00000000 --- a/gfx/pokemon/stantler/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 15, 7 - RGB 4, 5, 16 diff --git a/gfx/pokemon/starmie/normal.pal b/gfx/pokemon/starmie/normal.pal deleted file mode 100644 index 4a23e5f7..00000000 --- a/gfx/pokemon/starmie/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 26, 22, 0 - RGB 19, 7, 18 diff --git a/gfx/pokemon/staryu/normal.pal b/gfx/pokemon/staryu/normal.pal deleted file mode 100644 index 4cf8d959..00000000 --- a/gfx/pokemon/staryu/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 17, 11 - RGB 31, 5, 3 diff --git a/gfx/pokemon/steelix/normal.pal b/gfx/pokemon/steelix/normal.pal deleted file mode 100644 index ae8a2f31..00000000 --- a/gfx/pokemon/steelix/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 17, 15, 26 - RGB 12, 8, 12 diff --git a/gfx/pokemon/sudowoodo/normal.pal b/gfx/pokemon/sudowoodo/normal.pal deleted file mode 100644 index 00ae1901..00000000 --- a/gfx/pokemon/sudowoodo/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 18, 11, 8 - RGB 6, 14, 7 diff --git a/gfx/pokemon/suicune/normal.pal b/gfx/pokemon/suicune/normal.pal deleted file mode 100644 index 5766b37b..00000000 --- a/gfx/pokemon/suicune/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 11, 23, 31 - RGB 14, 2, 20 diff --git a/gfx/pokemon/sunflora/normal.pal b/gfx/pokemon/sunflora/normal.pal deleted file mode 100644 index 42663fb7..00000000 --- a/gfx/pokemon/sunflora/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 26, 22, 3 - RGB 10, 21, 0 diff --git a/gfx/pokemon/sunkern/normal.pal b/gfx/pokemon/sunkern/normal.pal deleted file mode 100644 index b13f4d9d..00000000 --- a/gfx/pokemon/sunkern/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 28, 1 - RGB 14, 18, 0 diff --git a/gfx/pokemon/swinub/normal.pal b/gfx/pokemon/swinub/normal.pal deleted file mode 100644 index 0cbab1cb..00000000 --- a/gfx/pokemon/swinub/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 24, 13, 13 - RGB 19, 6, 4 diff --git a/gfx/pokemon/tangela/normal.pal b/gfx/pokemon/tangela/normal.pal deleted file mode 100644 index 51f6d560..00000000 --- a/gfx/pokemon/tangela/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 1, 31, 24 - RGB 17, 6, 6 diff --git a/gfx/pokemon/tauros/normal.pal b/gfx/pokemon/tauros/normal.pal deleted file mode 100644 index f970d614..00000000 --- a/gfx/pokemon/tauros/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 24, 5 - RGB 19, 14, 9 diff --git a/gfx/pokemon/teddiursa/normal.pal b/gfx/pokemon/teddiursa/normal.pal deleted file mode 100644 index 001ba173..00000000 --- a/gfx/pokemon/teddiursa/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 22, 14, 6 - RGB 14, 7, 4 diff --git a/gfx/pokemon/tentacool/normal.pal b/gfx/pokemon/tentacool/normal.pal deleted file mode 100644 index 507094a3..00000000 --- a/gfx/pokemon/tentacool/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 11, 20, 31 - RGB 30, 6, 10 diff --git a/gfx/pokemon/tentacruel/normal.pal b/gfx/pokemon/tentacruel/normal.pal deleted file mode 100644 index c39f32d3..00000000 --- a/gfx/pokemon/tentacruel/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 11, 20, 31 - RGB 26, 2, 2 diff --git a/gfx/pokemon/togepi/normal.pal b/gfx/pokemon/togepi/normal.pal deleted file mode 100644 index 175df7ca..00000000 --- a/gfx/pokemon/togepi/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 30, 26, 11 - RGB 31, 6, 17 diff --git a/gfx/pokemon/togetic/normal.pal b/gfx/pokemon/togetic/normal.pal deleted file mode 100644 index 33014ed0..00000000 --- a/gfx/pokemon/togetic/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 24, 8 - RGB 28, 7, 6 diff --git a/gfx/pokemon/totodile/normal.pal b/gfx/pokemon/totodile/normal.pal deleted file mode 100644 index 9848e965..00000000 --- a/gfx/pokemon/totodile/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 10, 19, 26 - RGB 28, 9, 4 diff --git a/gfx/pokemon/typhlosion/normal.pal b/gfx/pokemon/typhlosion/normal.pal deleted file mode 100644 index c2596d42..00000000 --- a/gfx/pokemon/typhlosion/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 20, 4 - RGB 31, 9, 6 diff --git a/gfx/pokemon/tyranitar/normal.pal b/gfx/pokemon/tyranitar/normal.pal deleted file mode 100644 index 93dcf7ec..00000000 --- a/gfx/pokemon/tyranitar/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 16, 28, 0 - RGB 15, 10, 27 diff --git a/gfx/pokemon/tyrogue/normal.pal b/gfx/pokemon/tyrogue/normal.pal deleted file mode 100644 index f98afdd4..00000000 --- a/gfx/pokemon/tyrogue/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 23, 15, 18 - RGB 17, 7, 3 diff --git a/gfx/pokemon/umbreon/normal.pal b/gfx/pokemon/umbreon/normal.pal deleted file mode 100644 index 23cfa663..00000000 --- a/gfx/pokemon/umbreon/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 17, 15, 0 - RGB 6, 7, 5 diff --git a/gfx/pokemon/ursaring/normal.pal b/gfx/pokemon/ursaring/normal.pal deleted file mode 100644 index dfa06dcd..00000000 --- a/gfx/pokemon/ursaring/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 31, 6 - RGB 24, 14, 0 diff --git a/gfx/pokemon/vaporeon/normal.pal b/gfx/pokemon/vaporeon/normal.pal deleted file mode 100644 index a78e63ad..00000000 --- a/gfx/pokemon/vaporeon/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 16, 22, 31 - RGB 9, 11, 31 diff --git a/gfx/pokemon/venomoth/normal.pal b/gfx/pokemon/venomoth/normal.pal deleted file mode 100644 index ec21cde6..00000000 --- a/gfx/pokemon/venomoth/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 27, 10, 24 - RGB 11, 12, 14 diff --git a/gfx/pokemon/venonat/normal.pal b/gfx/pokemon/venonat/normal.pal deleted file mode 100644 index a11dfa35..00000000 --- a/gfx/pokemon/venonat/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 9, 5 - RGB 11, 0, 14 diff --git a/gfx/pokemon/venusaur/normal.pal b/gfx/pokemon/venusaur/normal.pal deleted file mode 100644 index 500da68e..00000000 --- a/gfx/pokemon/venusaur/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 12, 31, 19 - RGB 31, 9, 19 diff --git a/gfx/pokemon/victreebel/normal.pal b/gfx/pokemon/victreebel/normal.pal deleted file mode 100644 index d4d4ef1a..00000000 --- a/gfx/pokemon/victreebel/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 15, 26, 3 - RGB 31, 9, 19 diff --git a/gfx/pokemon/vileplume/normal.pal b/gfx/pokemon/vileplume/normal.pal deleted file mode 100644 index 1e9dfd32..00000000 --- a/gfx/pokemon/vileplume/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 6, 3 - RGB 8, 9, 13 diff --git a/gfx/pokemon/voltorb/normal.pal b/gfx/pokemon/voltorb/normal.pal deleted file mode 100644 index 1ec48dc7..00000000 --- a/gfx/pokemon/voltorb/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 25, 23, 17 - RGB 31, 9, 8 diff --git a/gfx/pokemon/vulpix/normal.pal b/gfx/pokemon/vulpix/normal.pal deleted file mode 100644 index 12d15cd6..00000000 --- a/gfx/pokemon/vulpix/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 18, 9 - RGB 23, 9, 10 diff --git a/gfx/pokemon/wartortle/normal.pal b/gfx/pokemon/wartortle/normal.pal deleted file mode 100644 index 7afd9368..00000000 --- a/gfx/pokemon/wartortle/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 22, 18, 8 - RGB 12, 19, 31 diff --git a/gfx/pokemon/weedle/normal.pal b/gfx/pokemon/weedle/normal.pal deleted file mode 100644 index 9faf5370..00000000 --- a/gfx/pokemon/weedle/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 29, 26, 5 - RGB 26, 7, 0 diff --git a/gfx/pokemon/weepinbell/normal.pal b/gfx/pokemon/weepinbell/normal.pal deleted file mode 100644 index cf3ca8b3..00000000 --- a/gfx/pokemon/weepinbell/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 13, 31, 7 - RGB 29, 9, 9 diff --git a/gfx/pokemon/weezing/normal.pal b/gfx/pokemon/weezing/normal.pal deleted file mode 100644 index 3d3e8288..00000000 --- a/gfx/pokemon/weezing/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 25, 10, 25 - RGB 18, 6, 18 diff --git a/gfx/pokemon/wigglytuff/normal.pal b/gfx/pokemon/wigglytuff/normal.pal deleted file mode 100644 index 92ff56a0..00000000 --- a/gfx/pokemon/wigglytuff/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 16, 31 - RGB 6, 16, 31 diff --git a/gfx/pokemon/wobbuffet/normal.pal b/gfx/pokemon/wobbuffet/normal.pal deleted file mode 100644 index b1722361..00000000 --- a/gfx/pokemon/wobbuffet/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 12, 25, 24 - RGB 9, 16, 12 diff --git a/gfx/pokemon/wooper/normal.pal b/gfx/pokemon/wooper/normal.pal deleted file mode 100644 index ebcf0c5f..00000000 --- a/gfx/pokemon/wooper/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 16, 20, 25 - RGB 10, 8, 14 diff --git a/gfx/pokemon/xatu/normal.pal b/gfx/pokemon/xatu/normal.pal deleted file mode 100644 index d0093fd0..00000000 --- a/gfx/pokemon/xatu/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 10, 23, 13 - RGB 20, 5, 6 diff --git a/gfx/pokemon/yanma/normal.pal b/gfx/pokemon/yanma/normal.pal deleted file mode 100644 index 4939cf29..00000000 --- a/gfx/pokemon/yanma/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 9, 26, 10 - RGB 20, 7, 7 diff --git a/gfx/pokemon/zapdos/normal.pal b/gfx/pokemon/zapdos/normal.pal deleted file mode 100644 index ab6340f3..00000000 --- a/gfx/pokemon/zapdos/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 31, 28, 0 - RGB 23, 16, 0 diff --git a/gfx/pokemon/zubat/normal.pal b/gfx/pokemon/zubat/normal.pal deleted file mode 100644 index 6e4cf2d8..00000000 --- a/gfx/pokemon/zubat/normal.pal +++ /dev/null @@ -1,2 +0,0 @@ - RGB 15, 15, 27 - RGB 6, 7, 12 |