The Grand Finale

Every Pokemon is now integrated, aside from regional forms and evolutions of those (except Evolotto, I'll do that later). I may now rest.
This commit is contained in:
Misty 2025-09-13 18:25:24 -06:00
parent b632b469c2
commit 417c0f11bd
219 changed files with 2175 additions and 40 deletions

View file

@ -62,6 +62,8 @@ VenonatBitmasks: INCLUDE "gfx/pokemon/venonat/bitmask.asm"
VenomothBitmasks: INCLUDE "gfx/pokemon/venomoth/bitmask.asm"
DiglettBitmasks: INCLUDE "gfx/pokemon/diglett/bitmask.asm"
DugtrioBitmasks: INCLUDE "gfx/pokemon/dugtrio/bitmask.asm"
WiglettBitmasks: INCLUDE "gfx/pokemon/wiglett/bitmask.asm"
WugtrioBitmasks: INCLUDE "gfx/pokemon/wugtrio/bitmask.asm"
CoinpurBitmasks: INCLUDE "gfx/pokemon/coinpur/bitmask.asm"
MeowthBitmasks: INCLUDE "gfx/pokemon/meowth/bitmask.asm"
PersianBitmasks: INCLUDE "gfx/pokemon/persian/bitmask.asm"
@ -114,6 +116,7 @@ RibbitoBitmasks: INCLUDE "gfx/pokemon/ribbito/bitmask.asm"
CroakozunaBitmasks: INCLUDE "gfx/pokemon/croakozuna/bitmask.asm"
FarfetchDBitmasks: INCLUDE "gfx/pokemon/farfetch_d/bitmask.asm"
LuxwanBitmasks: INCLUDE "gfx/pokemon/luxwan/bitmask.asm"
DodaerieBitmasks: INCLUDE "gfx/pokemon/dodaerie/bitmask.asm"
DoduoBitmasks: INCLUDE "gfx/pokemon/doduo/bitmask.asm"
DodrioBitmasks: INCLUDE "gfx/pokemon/dodrio/bitmask.asm"
SeelBitmasks: INCLUDE "gfx/pokemon/seel/bitmask.asm"
@ -148,17 +151,24 @@ KoffingBitmasks: INCLUDE "gfx/pokemon/koffing/bitmask.asm"
WeezingBitmasks: INCLUDE "gfx/pokemon/weezing/bitmask.asm"
RhyhornBitmasks: INCLUDE "gfx/pokemon/rhyhorn/bitmask.asm"
RhydonBitmasks: INCLUDE "gfx/pokemon/rhydon/bitmask.asm"
RhyperiorBitmasks: INCLUDE "gfx/pokemon/rhyperior/bitmask.asm"
HappinyBitmasks: INCLUDE "gfx/pokemon/happiny/bitmask.asm"
ChanseyBitmasks: INCLUDE "gfx/pokemon/chansey/bitmask.asm"
GorillaimoBitmasks: INCLUDE "gfx/pokemon/gorillaimo/bitmask.asm"
CactormusBitmasks: INCLUDE "gfx/pokemon/cactormus/bitmask.asm"
BurgelaBitmasks: INCLUDE "gfx/pokemon/burgela/bitmask.asm"
TangelaBitmasks: INCLUDE "gfx/pokemon/tangela/bitmask.asm"
TangrowthBitmasks: INCLUDE "gfx/pokemon/tangrowth/bitmask.asm"
JungelaBitmasks: INCLUDE "gfx/pokemon/jungela/bitmask.asm"
RamooseBitmasks: INCLUDE "gfx/pokemon/ramoose/bitmask.asm"
KangaskhanBitmasks: INCLUDE "gfx/pokemon/kangaskhan/bitmask.asm"
TrampelBitmasks: INCLUDE "gfx/pokemon/trampel/bitmask.asm"
AraphantBitmasks: INCLUDE "gfx/pokemon/araphant/bitmask.asm"
HorseaBitmasks: INCLUDE "gfx/pokemon/horsea/bitmask.asm"
SeadraBitmasks: INCLUDE "gfx/pokemon/seadra/bitmask.asm"
BlastykeBitmasks: INCLUDE "gfx/pokemon/blastyke/bitmask.asm"
BlastoiseBitmasks: INCLUDE "gfx/pokemon/blastoise/bitmask.asm"
SharpoonBitmasks: INCLUDE "gfx/pokemon/sharpoon/bitmask.asm"
OrfryBitmasks: INCLUDE "gfx/pokemon/orfry/bitmask.asm"
GoldeenBitmasks: INCLUDE "gfx/pokemon/goldeen/bitmask.asm"
SeakingBitmasks: INCLUDE "gfx/pokemon/seaking/bitmask.asm"
@ -188,6 +198,7 @@ EeveeBitmasks: INCLUDE "gfx/pokemon/eevee/bitmask.asm"
VaporeonBitmasks: INCLUDE "gfx/pokemon/vaporeon/bitmask.asm"
JolteonBitmasks: INCLUDE "gfx/pokemon/jolteon/bitmask.asm"
FlareonBitmasks: INCLUDE "gfx/pokemon/flareon/bitmask.asm"
PorybitBitmasks: INCLUDE "gfx/pokemon/porybit/bitmask.asm"
PorygonBitmasks: INCLUDE "gfx/pokemon/porygon/bitmask.asm"
OmanyteBitmasks: INCLUDE "gfx/pokemon/omanyte/bitmask.asm"
OmastarBitmasks: INCLUDE "gfx/pokemon/omastar/bitmask.asm"
@ -197,6 +208,7 @@ FeradactylBitmasks: INCLUDE "gfx/pokemon/feradactyl/bitmask.asm"
AerodactylBitmasks: INCLUDE "gfx/pokemon/aerodactyl/bitmask.asm"
DecillaBitmasks: INCLUDE "gfx/pokemon/decilla/bitmask.asm"
GawarhedBitmasks: INCLUDE "gfx/pokemon/gawarhed/bitmask.asm"
OmegadgeBitmasks: INCLUDE "gfx/pokemon/omegadge/bitmask.asm"
MunchlaxBitmasks: INCLUDE "gfx/pokemon/munchlax/bitmask.asm"
SnorlaxBitmasks: INCLUDE "gfx/pokemon/snorlax/bitmask.asm"
ArticunoBitmasks: INCLUDE "gfx/pokemon/articuno/bitmask.asm"
@ -210,6 +222,8 @@ DragonairBitmasks: INCLUDE "gfx/pokemon/dragonair/bitmask.asm"
DragoniteBitmasks: INCLUDE "gfx/pokemon/dragonite/bitmask.asm"
MewtwoBitmasks: INCLUDE "gfx/pokemon/mewtwo/bitmask.asm"
MewBitmasks: INCLUDE "gfx/pokemon/mew/bitmask.asm"
MeltanBitmasks: INCLUDE "gfx/pokemon/meltan/bitmask.asm"
MelmetalBitmasks: INCLUDE "gfx/pokemon/melmetal/bitmask.asm"
ChikoritaBitmasks: INCLUDE "gfx/pokemon/chikorita/bitmask.asm"
BayleefBitmasks: INCLUDE "gfx/pokemon/bayleef/bitmask.asm"
MeganiumBitmasks: INCLUDE "gfx/pokemon/meganium/bitmask.asm"
@ -281,6 +295,7 @@ UmbreonBitmasks: INCLUDE "gfx/pokemon/umbreon/bitmask.asm"
LeafeonBitmasks: INCLUDE "gfx/pokemon/leafeon/bitmask.asm"
GlaceonBitmasks: INCLUDE "gfx/pokemon/glaceon/bitmask.asm"
SylveonBitmasks: INCLUDE "gfx/pokemon/sylveon/bitmask.asm"
BreezeonBitmasks: INCLUDE "gfx/pokemon/breezeon/bitmask.asm"
MurkrowBitmasks: INCLUDE "gfx/pokemon/murkrow/bitmask.asm"
HonchkrowBitmasks: INCLUDE "gfx/pokemon/honchkrow/bitmask.asm"
SlowkingBitmasks: INCLUDE "gfx/pokemon/slowking/bitmask.asm"
@ -300,6 +315,7 @@ ForretressBitmasks: INCLUDE "gfx/pokemon/forretress/bitmask.asm"
DunsparceBitmasks: INCLUDE "gfx/pokemon/dunsparce/bitmask.asm"
DudunsparceBitmasks: INCLUDE "gfx/pokemon/dudunsparce/bitmask.asm"
GligarBitmasks: INCLUDE "gfx/pokemon/gligar/bitmask.asm"
GliscorBitmasks: INCLUDE "gfx/pokemon/diglett/bitmask.asm"
SteelixBitmasks: INCLUDE "gfx/pokemon/steelix/bitmask.asm"
SnubbullBitmasks: INCLUDE "gfx/pokemon/snubbull/bitmask.asm"
GranbullBitmasks: INCLUDE "gfx/pokemon/granbull/bitmask.asm"
@ -307,11 +323,15 @@ CaretorkerBitmasks: INCLUDE "gfx/pokemon/caretorker/bitmask.asm"
QwilfishBitmasks: INCLUDE "gfx/pokemon/qwilfish/bitmask.asm"
KazappelinBitmasks: INCLUDE "gfx/pokemon/kazappelin/bitmask.asm"
QwilfatherBitmasks: INCLUDE "gfx/pokemon/qwilfather/bitmask.asm"
SailwingBitmasks: INCLUDE "gfx/pokemon/sailwing/bitmask.asm"
ScizorBitmasks: INCLUDE "gfx/pokemon/scizor/bitmask.asm"
ShuckleBitmasks: INCLUDE "gfx/pokemon/shuckle/bitmask.asm"
PockleBitmasks: INCLUDE "gfx/pokemon/pockle/bitmask.asm"
HeracrossBitmasks: INCLUDE "gfx/pokemon/heracross/bitmask.asm"
SneaselBitmasks: INCLUDE "gfx/pokemon/sneasel/bitmask.asm"
WeavileBitmasks: INCLUDE "gfx/pokemon/weavile/bitmask.asm"
WarfursBitmasks: INCLUDE "gfx/pokemon/warfurs/bitmask.asm"
WearlycanBitmasks: INCLUDE "gfx/pokemon/wearlycan/bitmask.asm"
TeddiursaBitmasks: INCLUDE "gfx/pokemon/teddiursa/bitmask.asm"
UrsaringBitmasks: INCLUDE "gfx/pokemon/ursaring/bitmask.asm"
UrsalunaBitmasks: INCLUDE "gfx/pokemon/ursaluna/bitmask.asm"
@ -341,6 +361,10 @@ StantlerBitmasks: INCLUDE "gfx/pokemon/stantler/bitmask.asm"
WyrdeerBitmasks: INCLUDE "gfx/pokemon/wyrdeer/bitmask.asm"
SmeargleBitmasks: INCLUDE "gfx/pokemon/smeargle/bitmask.asm"
GrenmarBitmasks: INCLUDE "gfx/pokemon/grenmar/bitmask.asm"
BuniceBitmasks: INCLUDE "gfx/pokemon/bunice/bitmask.asm"
BundraBitmasks: INCLUDE "gfx/pokemon/bundra/bitmask.asm"
BunbergBitmasks: INCLUDE "gfx/pokemon/bunberg/bitmask.asm"
BundrakeBitmasks: INCLUDE "gfx/pokemon/bundrake/bitmask.asm"
TyrogueBitmasks: INCLUDE "gfx/pokemon/tyrogue/bitmask.asm"
HitmontopBitmasks: INCLUDE "gfx/pokemon/hitmontop/bitmask.asm"
SmoochumBitmasks: INCLUDE "gfx/pokemon/smoochum/bitmask.asm"
@ -370,11 +394,16 @@ KitsenBitmasks: INCLUDE "gfx/pokemon/kitsen/bitmask.asm"
WispiritBitmasks: INCLUDE "gfx/pokemon/wispirit/bitmask.asm"
CoatlBitmasks: INCLUDE "gfx/pokemon/coatl/bitmask.asm"
MimearBitmasks: INCLUDE "gfx/pokemon/mimear/bitmask.asm"
SnuzzlesBitmasks: INCLUDE "gfx/pokemon/snuzzles/bitmask.asm"
DrilluskBitmasks: INCLUDE "gfx/pokemon/drillusk/bitmask.asm"
InoshikaBitmasks: INCLUDE "gfx/pokemon/inoshika/bitmask.asm"
RuddernautBitmasks: INCLUDE "gfx/pokemon/ruddernaut/bitmask.asm"
PixytopBitmasks: INCLUDE "gfx/pokemon/pixytop/bitmask.asm"
MawtleBitmasks: INCLUDE "gfx/pokemon/mawtle/bitmask.asm"
XylodonBitmasks: INCLUDE "gfx/pokemon/xylodon/bitmask.asm"
XylofinBitmasks: INCLUDE "gfx/pokemon/xylofin/bitmask.asm"
DokuroarBitmasks: INCLUDE "gfx/pokemon/dokuroar/bitmask.asm"
AlphalithBitmasks: INCLUDE "gfx/pokemon/alphalith/bitmask.asm"
ScreamTailBitmasks: INCLUDE "gfx/pokemon/scream_tail/bitmask.asm"
SandyShocksBitmasks: INCLUDE "gfx/pokemon/sandy_shocks/bitmask.asm"
GreatTuskBitmasks: INCLUDE "gfx/pokemon/great_tusk/bitmask.asm"