Violet Waters and Lush Trees! (#19)

This commit is contained in:
Misty 2024-07-04 05:28:47 -04:00 committed by GitHub
parent a03a7e4f7a
commit afbd0f7680
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
169 changed files with 1340 additions and 244 deletions

View file

@ -97,6 +97,10 @@ SlowpokeBitmasks: INCLUDE "gfx/pokemon/slowpoke/bitmask.asm"
SlowbroBitmasks: INCLUDE "gfx/pokemon/slowbro/bitmask.asm"
MagnemiteBitmasks: INCLUDE "gfx/pokemon/magnemite/bitmask.asm"
MagnetonBitmasks: INCLUDE "gfx/pokemon/magneton/bitmask.asm"
CheepBitmasks: INCLUDE "gfx/pokemon/cheep/bitmask.asm"
JabettaBitmasks: INCLUDE "gfx/pokemon/jabetta/bitmask.asm"
RibbitoBitmasks: INCLUDE "gfx/pokemon/ribbito/bitmask.asm"
CroakozunaBitmasks: INCLUDE "gfx/pokemon/croakozuna/bitmask.asm"
FarfetchDBitmasks: INCLUDE "gfx/pokemon/farfetch_d/bitmask.asm"
DoduoBitmasks: INCLUDE "gfx/pokemon/doduo/bitmask.asm"
DodrioBitmasks: INCLUDE "gfx/pokemon/dodrio/bitmask.asm"
@ -106,6 +110,7 @@ GrimerBitmasks: INCLUDE "gfx/pokemon/grimer/bitmask.asm"
MukBitmasks: INCLUDE "gfx/pokemon/muk/bitmask.asm"
ShellderBitmasks: INCLUDE "gfx/pokemon/shellder/bitmask.asm"
CloysterBitmasks: INCLUDE "gfx/pokemon/cloyster/bitmask.asm"
DisturbanBitmasks: INCLUDE "gfx/pokemon/disturban/bitmask.asm"
GastlyBitmasks: INCLUDE "gfx/pokemon/gastly/bitmask.asm"
HaunterBitmasks: INCLUDE "gfx/pokemon/haunter/bitmask.asm"
GengarBitmasks: INCLUDE "gfx/pokemon/gengar/bitmask.asm"
@ -205,6 +210,7 @@ BarreauBitmasks: INCLUDE "gfx/pokemon/barreau/bitmask.asm"
CrobatBitmasks: INCLUDE "gfx/pokemon/crobat/bitmask.asm"
ChinchouBitmasks: INCLUDE "gfx/pokemon/chinchou/bitmask.asm"
LanturnBitmasks: INCLUDE "gfx/pokemon/lanturn/bitmask.asm"
ReroadBitmasks: INCLUDE "gfx/pokemon/reroad/bitmask.asm"
PichuBitmasks: INCLUDE "gfx/pokemon/pichu/bitmask.asm"
CleffaBitmasks: INCLUDE "gfx/pokemon/cleffa/bitmask.asm"
IgglybuffBitmasks: INCLUDE "gfx/pokemon/igglybuff/bitmask.asm"
@ -212,6 +218,7 @@ TogepiBitmasks: INCLUDE "gfx/pokemon/togepi/bitmask.asm"
TogeticBitmasks: INCLUDE "gfx/pokemon/togetic/bitmask.asm"
TogekissBitmasks: INCLUDE "gfx/pokemon/togekiss/bitmask.asm"
NatuBitmasks: INCLUDE "gfx/pokemon/natu/bitmask.asm"
QatuBitmasks: INCLUDE "gfx/pokemon/qatu/bitmask.asm"
XatuBitmasks: INCLUDE "gfx/pokemon/xatu/bitmask.asm"
MoibelleBitmasks: INCLUDE "gfx/pokemon/moibelle/bitmask.asm"
BelledamBitmasks: INCLUDE "gfx/pokemon/belledam/bitmask.asm"
@ -219,6 +226,7 @@ MareepBitmasks: INCLUDE "gfx/pokemon/mareep/bitmask.asm"
FlaaffyBitmasks: INCLUDE "gfx/pokemon/flaaffy/bitmask.asm"
AmpharosBitmasks: INCLUDE "gfx/pokemon/ampharos/bitmask.asm"
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"
SudowoodoBitmasks: INCLUDE "gfx/pokemon/sudowoodo/bitmask.asm"
@ -227,10 +235,15 @@ HoppipBitmasks: INCLUDE "gfx/pokemon/hoppip/bitmask.asm"
SkiploomBitmasks: INCLUDE "gfx/pokemon/skiploom/bitmask.asm"
JumpluffBitmasks: INCLUDE "gfx/pokemon/jumpluff/bitmask.asm"
AipomBitmasks: INCLUDE "gfx/pokemon/aipom/bitmask.asm"
AmbipomBitmasks: INCLUDE "gfx/pokemon/ambipom/bitmask.asm"
SunkernBitmasks: INCLUDE "gfx/pokemon/sunkern/bitmask.asm"
SunbudBitmasks: INCLUDE "gfx/pokemon/sunbud/bitmask.asm"
SunfloraBitmasks: INCLUDE "gfx/pokemon/sunflora/bitmask.asm"
HippunkBitmasks: INCLUDE "gfx/pokemon/hippunk/bitmask.asm"
AercrowBitmasks: INCLUDE "gfx/pokemon/aercrow/bitmask.asm"
FoxfireBitmasks: INCLUDE "gfx/pokemon/foxfire/bitmask.asm"
YanmaBitmasks: INCLUDE "gfx/pokemon/yanma/bitmask.asm"
YanmegaBitmasks: INCLUDE "gfx/pokemon/yanmega/bitmask.asm"
WooperBitmasks: INCLUDE "gfx/pokemon/wooper/bitmask.asm"
QuagsireBitmasks: INCLUDE "gfx/pokemon/quagsire/bitmask.asm"
EspeonBitmasks: INCLUDE "gfx/pokemon/espeon/bitmask.asm"
@ -260,6 +273,8 @@ SteelixBitmasks: INCLUDE "gfx/pokemon/steelix/bitmask.asm"
SnubbullBitmasks: INCLUDE "gfx/pokemon/snubbull/bitmask.asm"
GranbullBitmasks: INCLUDE "gfx/pokemon/granbull/bitmask.asm"
QwilfishBitmasks: INCLUDE "gfx/pokemon/qwilfish/bitmask.asm"
KazeppelinBitmasks: INCLUDE "gfx/pokemon/kazeppelin/bitmask.asm"
QwilfatherBitmasks: INCLUDE "gfx/pokemon/qwilfather/bitmask.asm"
ScizorBitmasks: INCLUDE "gfx/pokemon/scizor/bitmask.asm"
ShuckleBitmasks: INCLUDE "gfx/pokemon/shuckle/bitmask.asm"
PockleBitmasks: INCLUDE "gfx/pokemon/pockle/bitmask.asm"
@ -275,7 +290,10 @@ PiloswineBitmasks: INCLUDE "gfx/pokemon/piloswine/bitmask.asm"
CorsolaBitmasks: INCLUDE "gfx/pokemon/corsola/bitmask.asm"
RemoraidBitmasks: INCLUDE "gfx/pokemon/remoraid/bitmask.asm"
OctilleryBitmasks: INCLUDE "gfx/pokemon/octillery/bitmask.asm"
StricheelBitmasks: INCLUDE "gfx/pokemon/stricheel/bitmask.asm"
LurreelBitmasks: INCLUDE "gfx/pokemon/lurreel/bitmask.asm"
DelibirdBitmasks: INCLUDE "gfx/pokemon/delibird/bitmask.asm"
MantykeBitmasks: INCLUDE "gfx/pokemon/mantyke/bitmask.asm"
MantineBitmasks: INCLUDE "gfx/pokemon/mantine/bitmask.asm"
SkarmoryBitmasks: INCLUDE "gfx/pokemon/skarmory/bitmask.asm"
HoundourBitmasks: INCLUDE "gfx/pokemon/houndour/bitmask.asm"