Gambling, Breeding, and Ressurection: My Kinda Night

This commit is contained in:
Misty Cass 2024-07-11 22:15:25 -04:00
parent 577cd5d353
commit 0b7b88d954
157 changed files with 1095 additions and 153 deletions

View file

@ -118,6 +118,7 @@ DoduoBitmasks: INCLUDE "gfx/pokemon/doduo/bitmask.asm"
DodrioBitmasks: INCLUDE "gfx/pokemon/dodrio/bitmask.asm"
SeelBitmasks: INCLUDE "gfx/pokemon/seel/bitmask.asm"
DewgongBitmasks: INCLUDE "gfx/pokemon/dewgong/bitmask.asm"
SmujjBitmasks: INCLUDE "gfx/pokemon/smujj/bitmask.asm"
GrimerBitmasks: INCLUDE "gfx/pokemon/grimer/bitmask.asm"
MukBitmasks: INCLUDE "gfx/pokemon/muk/bitmask.asm"
ShellderBitmasks: INCLUDE "gfx/pokemon/shellder/bitmask.asm"
@ -137,6 +138,7 @@ ExeggcuteBitmasks: INCLUDE "gfx/pokemon/exeggcute/bitmask.asm"
ExeggutorBitmasks: INCLUDE "gfx/pokemon/exeggutor/bitmask.asm"
CuboneBitmasks: INCLUDE "gfx/pokemon/cubone/bitmask.asm"
MarowakBitmasks: INCLUDE "gfx/pokemon/marowak/bitmask.asm"
GuardiaBitmasks: INCLUDE "gfx/pokemon/guardia/bitmask.asm"
HitmonleeBitmasks: INCLUDE "gfx/pokemon/hitmonlee/bitmask.asm"
HitmonchanBitmasks: INCLUDE "gfx/pokemon/hitmonchan/bitmask.asm"
LickitungBitmasks: INCLUDE "gfx/pokemon/lickitung/bitmask.asm"
@ -146,6 +148,7 @@ 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"
HappinyBitmasks: INCLUDE "gfx/pokemon/happiny/bitmask.asm"
ChanseyBitmasks: INCLUDE "gfx/pokemon/chansey/bitmask.asm"
BurgelaBitmasks: INCLUDE "gfx/pokemon/burgela/bitmask.asm"
TangelaBitmasks: INCLUDE "gfx/pokemon/tangela/bitmask.asm"
@ -161,13 +164,16 @@ GoldeenBitmasks: INCLUDE "gfx/pokemon/goldeen/bitmask.asm"
SeakingBitmasks: INCLUDE "gfx/pokemon/seaking/bitmask.asm"
StaryuBitmasks: INCLUDE "gfx/pokemon/staryu/bitmask.asm"
StarmieBitmasks: INCLUDE "gfx/pokemon/starmie/bitmask.asm"
MimeJrBitmasks: INCLUDE "gfx/pokemon/mime_jr_/bitmask.asm"
MrMimeBitmasks: INCLUDE "gfx/pokemon/mr__mime/bitmask.asm"
ScytherBitmasks: INCLUDE "gfx/pokemon/scyther/bitmask.asm"
KleavorBitmasks: INCLUDE "gfx/pokemon/kleavor/bitmask.asm"
JynxBitmasks: INCLUDE "gfx/pokemon/jynx/bitmask.asm"
BuuBitmasks: INCLUDE "gfx/pokemon/buu/bitmask.asm"
ElectabuzzBitmasks: INCLUDE "gfx/pokemon/electabuzz/bitmask.asm"
ElectivireBitmasks: INCLUDE "gfx/pokemon/electivire/bitmask.asm"
MagmarBitmasks: INCLUDE "gfx/pokemon/magmar/bitmask.asm"
MagmortarBitmasks: INCLUDE "gfx/pokemon/magmortar/bitmask.asm"
PinsirBitmasks: INCLUDE "gfx/pokemon/pinsir/bitmask.asm"
TriculesBitmasks: INCLUDE "gfx/pokemon/tricules/bitmask.asm"
TaurosBitmasks: INCLUDE "gfx/pokemon/tauros/bitmask.asm"
@ -177,6 +183,7 @@ MagipreyBitmasks: INCLUDE "gfx/pokemon/magiprey/bitmask.asm"
TerradosBitmasks: INCLUDE "gfx/pokemon/terrados/bitmask.asm"
LaprasBitmasks: INCLUDE "gfx/pokemon/lapras/bitmask.asm"
DittoBitmasks: INCLUDE "gfx/pokemon/ditto/bitmask.asm"
MimmeoBitmasks: INCLUDE "gfx/pokemon/mimmeo/bitmask.asm"
EeveeBitmasks: INCLUDE "gfx/pokemon/eevee/bitmask.asm"
VaporeonBitmasks: INCLUDE "gfx/pokemon/vaporeon/bitmask.asm"
JolteonBitmasks: INCLUDE "gfx/pokemon/jolteon/bitmask.asm"
@ -186,12 +193,18 @@ OmanyteBitmasks: INCLUDE "gfx/pokemon/omanyte/bitmask.asm"
OmastarBitmasks: INCLUDE "gfx/pokemon/omastar/bitmask.asm"
KabutoBitmasks: INCLUDE "gfx/pokemon/kabuto/bitmask.asm"
KabutopsBitmasks: INCLUDE "gfx/pokemon/kabutops/bitmask.asm"
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"
MunchlaxBitmasks: INCLUDE "gfx/pokemon/munchlax/bitmask.asm"
SnorlaxBitmasks: INCLUDE "gfx/pokemon/snorlax/bitmask.asm"
ArticunoBitmasks: INCLUDE "gfx/pokemon/articuno/bitmask.asm"
ZapdosBitmasks: INCLUDE "gfx/pokemon/zapdos/bitmask.asm"
MoltresBitmasks: INCLUDE "gfx/pokemon/moltres/bitmask.asm"
SqueamataBitmasks: INCLUDE "gfx/pokemon/squeamata/bitmask.asm"
MinistareBitmasks: INCLUDE "gfx/pokemon/ministare/bitmask.asm"
IguanarchBitmasks: INCLUDE "gfx/pokemon/iguanarch/bitmask.asm"
DratiniBitmasks: INCLUDE "gfx/pokemon/dratini/bitmask.asm"
DragonairBitmasks: INCLUDE "gfx/pokemon/dragonair/bitmask.asm"
DragoniteBitmasks: INCLUDE "gfx/pokemon/dragonite/bitmask.asm"
@ -244,6 +257,7 @@ BellossomBitmasks: INCLUDE "gfx/pokemon/bellossom/bitmask.asm"
AzurillBitmasks: INCLUDE "gfx/pokemon/azurill/bitmask.asm"
MarillBitmasks: INCLUDE "gfx/pokemon/marill/bitmask.asm"
AzumarillBitmasks: INCLUDE "gfx/pokemon/azumarill/bitmask.asm"
BonslyBitmasks: INCLUDE "gfx/pokemon/bonsly/bitmask.asm"
SudowoodoBitmasks: INCLUDE "gfx/pokemon/sudowoodo/bitmask.asm"
PolitoedBitmasks: INCLUDE "gfx/pokemon/politoed/bitmask.asm"
HoppipBitmasks: INCLUDE "gfx/pokemon/hoppip/bitmask.asm"
@ -267,6 +281,7 @@ LeafeonBitmasks: INCLUDE "gfx/pokemon/leafeon/bitmask.asm"
GlaceonBitmasks: INCLUDE "gfx/pokemon/glaceon/bitmask.asm"
SylveonBitmasks: INCLUDE "gfx/pokemon/sylveon/bitmask.asm"
MurkrowBitmasks: INCLUDE "gfx/pokemon/murkrow/bitmask.asm"
HonchkrowBitmasks: INCLUDE "gfx/pokemon/honchkrow/bitmask.asm"
SlowkingBitmasks: INCLUDE "gfx/pokemon/slowking/bitmask.asm"
MisdreavusBitmasks: INCLUDE "gfx/pokemon/misdreavus/bitmask.asm"
MismagiusBitmasks: INCLUDE "gfx/pokemon/mismagius/bitmask.asm"
@ -287,6 +302,7 @@ GligarBitmasks: INCLUDE "gfx/pokemon/gligar/bitmask.asm"
SteelixBitmasks: INCLUDE "gfx/pokemon/steelix/bitmask.asm"
SnubbullBitmasks: INCLUDE "gfx/pokemon/snubbull/bitmask.asm"
GranbullBitmasks: INCLUDE "gfx/pokemon/granbull/bitmask.asm"
CaretorkerBitmasks: INCLUDE "gfx/pokemon/caretorker/bitmask.asm"
QwilfishBitmasks: INCLUDE "gfx/pokemon/qwilfish/bitmask.asm"
KazeppelinBitmasks: INCLUDE "gfx/pokemon/kazeppelin/bitmask.asm"
QwilfatherBitmasks: INCLUDE "gfx/pokemon/qwilfather/bitmask.asm"
@ -317,12 +333,15 @@ KingdraBitmasks: INCLUDE "gfx/pokemon/kingdra/bitmask.asm"
PhanpyBitmasks: INCLUDE "gfx/pokemon/phanpy/bitmask.asm"
DonphanBitmasks: INCLUDE "gfx/pokemon/donphan/bitmask.asm"
Porygon2Bitmasks: INCLUDE "gfx/pokemon/porygon2/bitmask.asm"
PorygonZBitmasks: INCLUDE "gfx/pokemon/porygon_z/bitmask.asm"
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"
TyrogueBitmasks: INCLUDE "gfx/pokemon/tyrogue/bitmask.asm"
HitmontopBitmasks: INCLUDE "gfx/pokemon/hitmontop/bitmask.asm"
SmoochumBitmasks: INCLUDE "gfx/pokemon/smoochum/bitmask.asm"
ElebebiBitmasks: INCLUDE "gfx/pokemon/elebebi/bitmask.asm"
ElekidBitmasks: INCLUDE "gfx/pokemon/elekid/bitmask.asm"
MagbyBitmasks: INCLUDE "gfx/pokemon/magby/bitmask.asm"
MiltankBitmasks: INCLUDE "gfx/pokemon/miltank/bitmask.asm"