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

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -99,6 +99,10 @@ AnimationPointers:
dw SlowbroAnimation
dw MagnemiteAnimation
dw MagnetonAnimation
dw CheepAnimation
dw JabettaAnimation
dw RibbitoAnimation
dw CroakozunaAnimation
dw FarfetchDAnimation
dw DoduoAnimation
dw DodrioAnimation
@ -108,6 +112,7 @@ AnimationPointers:
dw MukAnimation
dw ShellderAnimation
dw CloysterAnimation
dw DisturbanAnimation
dw GastlyAnimation
dw HaunterAnimation
dw GengarAnimation
@ -207,6 +212,7 @@ AnimationPointers:
dw CrobatAnimation
dw ChinchouAnimation
dw LanturnAnimation
dw ReroadAnimation
dw PichuAnimation
dw CleffaAnimation
dw IgglybuffAnimation
@ -214,6 +220,7 @@ AnimationPointers:
dw TogeticAnimation
dw TogekissAnimation
dw NatuAnimation
dw QatuAnimation
dw XatuAnimation
dw MoibelleAnimation
dw BelledamAnimation
@ -221,6 +228,7 @@ AnimationPointers:
dw FlaaffyAnimation
dw AmpharosAnimation
dw BellossomAnimation
dw AzurillAnimation
dw MarillAnimation
dw AzumarillAnimation
dw SudowoodoAnimation
@ -229,10 +237,15 @@ AnimationPointers:
dw SkiploomAnimation
dw JumpluffAnimation
dw AipomAnimation
dw AmbipomAnimation
dw SunkernAnimation
dw SunbudAnimation
dw SunfloraAnimation
dw HippunkAnimation
dw AercrowAnimation
dw FoxfireAnimation
dw YanmaAnimation
dw YanmegaAnimation
dw WooperAnimation
dw QuagsireAnimation
dw EspeonAnimation
@ -262,6 +275,8 @@ AnimationPointers:
dw SnubbullAnimation
dw GranbullAnimation
dw QwilfishAnimation
dw KazeppelinAnimation
dw QwilfatherAnimation
dw ScizorAnimation
dw ShuckleAnimation
dw PockleAnimation
@ -277,7 +292,10 @@ AnimationPointers:
dw CorsolaAnimation
dw RemoraidAnimation
dw OctilleryAnimation
dw StricheelAnimation
dw LurreelAnimation
dw DelibirdAnimation
dw MantykeAnimation
dw MantineAnimation
dw SkarmoryAnimation
dw HoundourAnimation

View file

@ -97,6 +97,10 @@ SlowpokeAnimation: INCLUDE "gfx/pokemon/slowpoke/anim.asm"
SlowbroAnimation: INCLUDE "gfx/pokemon/slowbro/anim.asm"
MagnemiteAnimation: INCLUDE "gfx/pokemon/magnemite/anim.asm"
MagnetonAnimation: INCLUDE "gfx/pokemon/magneton/anim.asm"
CheepAnimation: INCLUDE "gfx/pokemon/cheep/anim.asm"
JabettaAnimation: INCLUDE "gfx/pokemon/jabetta/anim.asm"
RibbitoAnimation: INCLUDE "gfx/pokemon/ribbito/anim.asm"
CroakozunaAnimation: INCLUDE "gfx/pokemon/croakozuna/anim.asm"
FarfetchDAnimation: INCLUDE "gfx/pokemon/farfetch_d/anim.asm"
DoduoAnimation: INCLUDE "gfx/pokemon/doduo/anim.asm"
DodrioAnimation: INCLUDE "gfx/pokemon/dodrio/anim.asm"
@ -106,6 +110,7 @@ GrimerAnimation: INCLUDE "gfx/pokemon/grimer/anim.asm"
MukAnimation: INCLUDE "gfx/pokemon/muk/anim.asm"
ShellderAnimation: INCLUDE "gfx/pokemon/shellder/anim.asm"
CloysterAnimation: INCLUDE "gfx/pokemon/cloyster/anim.asm"
DisturbanAnimation: INCLUDE "gfx/pokemon/disturban/anim.asm"
GastlyAnimation: INCLUDE "gfx/pokemon/gastly/anim.asm"
HaunterAnimation: INCLUDE "gfx/pokemon/haunter/anim.asm"
GengarAnimation: INCLUDE "gfx/pokemon/gengar/anim.asm"
@ -139,7 +144,7 @@ HorseaAnimation: INCLUDE "gfx/pokemon/horsea/anim.asm"
SeadraAnimation: INCLUDE "gfx/pokemon/seadra/anim.asm"
BlastykeAnimation: INCLUDE "gfx/pokemon/blastyke/anim.asm"
BlastoiseAnimation: INCLUDE "gfx/pokemon/blastoise/anim.asm"
OrfryAnimation: INCLUDE "gfx/pokemon/orfry/anim.asm"
OrfryAnimation: INCLUDE "gfx/pokemon/orfry/anim.asm"
GoldeenAnimation: INCLUDE "gfx/pokemon/goldeen/anim.asm"
SeakingAnimation: INCLUDE "gfx/pokemon/seaking/anim.asm"
StaryuAnimation: INCLUDE "gfx/pokemon/staryu/anim.asm"
@ -167,7 +172,7 @@ OmastarAnimation: INCLUDE "gfx/pokemon/omastar/anim.asm"
KabutoAnimation: INCLUDE "gfx/pokemon/kabuto/anim.asm"
KabutopsAnimation: INCLUDE "gfx/pokemon/kabutops/anim.asm"
AerodactylAnimation: INCLUDE "gfx/pokemon/aerodactyl/anim.asm"
MunchlaxAnimation: INCLUDE "gfx/pokemon/munchlax/anim.asm"
MunchlaxAnimation: INCLUDE "gfx/pokemon/munchlax/anim.asm"
SnorlaxAnimation: INCLUDE "gfx/pokemon/snorlax/anim.asm"
ArticunoAnimation: INCLUDE "gfx/pokemon/articuno/anim.asm"
ZapdosAnimation: INCLUDE "gfx/pokemon/zapdos/anim.asm"
@ -205,6 +210,7 @@ BarreauAnimation: INCLUDE "gfx/pokemon/barreau/anim.asm"
CrobatAnimation: INCLUDE "gfx/pokemon/crobat/anim.asm"
ChinchouAnimation: INCLUDE "gfx/pokemon/chinchou/anim.asm"
LanturnAnimation: INCLUDE "gfx/pokemon/lanturn/anim.asm"
ReroadAnimation: INCLUDE "gfx/pokemon/reroad/anim.asm"
PichuAnimation: INCLUDE "gfx/pokemon/pichu/anim.asm"
CleffaAnimation: INCLUDE "gfx/pokemon/cleffa/anim.asm"
IgglybuffAnimation: INCLUDE "gfx/pokemon/igglybuff/anim.asm"
@ -212,6 +218,7 @@ TogepiAnimation: INCLUDE "gfx/pokemon/togepi/anim.asm"
TogeticAnimation: INCLUDE "gfx/pokemon/togetic/anim.asm"
TogekissAnimation: INCLUDE "gfx/pokemon/togekiss/anim.asm"
NatuAnimation: INCLUDE "gfx/pokemon/natu/anim.asm"
QatuAnimation: INCLUDE "gfx/pokemon/qatu/anim.asm"
XatuAnimation: INCLUDE "gfx/pokemon/xatu/anim.asm"
MoibelleAnimation: INCLUDE "gfx/pokemon/moibelle/anim.asm"
BelledamAnimation: INCLUDE "gfx/pokemon/belledam/anim.asm"
@ -219,6 +226,7 @@ MareepAnimation: INCLUDE "gfx/pokemon/mareep/anim.asm"
FlaaffyAnimation: INCLUDE "gfx/pokemon/flaaffy/anim.asm"
AmpharosAnimation: INCLUDE "gfx/pokemon/ampharos/anim.asm"
BellossomAnimation: INCLUDE "gfx/pokemon/bellossom/anim.asm"
AzurillAnimation: INCLUDE "gfx/pokemon/azurill/anim.asm"
MarillAnimation: INCLUDE "gfx/pokemon/marill/anim.asm"
AzumarillAnimation: INCLUDE "gfx/pokemon/azumarill/anim.asm"
SudowoodoAnimation: INCLUDE "gfx/pokemon/sudowoodo/anim.asm"
@ -227,10 +235,15 @@ HoppipAnimation: INCLUDE "gfx/pokemon/hoppip/anim.asm"
SkiploomAnimation: INCLUDE "gfx/pokemon/skiploom/anim.asm"
JumpluffAnimation: INCLUDE "gfx/pokemon/jumpluff/anim.asm"
AipomAnimation: INCLUDE "gfx/pokemon/aipom/anim.asm"
AmbipomAnimation: INCLUDE "gfx/pokemon/ambipom/anim.asm"
SunkernAnimation: INCLUDE "gfx/pokemon/sunkern/anim.asm"
SunbudAnimation: INCLUDE "gfx/pokemon/sunbud/anim.asm"
SunfloraAnimation: INCLUDE "gfx/pokemon/sunflora/anim.asm"
HippunkAnimation: INCLUDE "gfx/pokemon/hippunk/anim.asm"
AercrowAnimation: INCLUDE "gfx/pokemon/aercrow/anim.asm"
FoxfireAnimation: INCLUDE "gfx/pokemon/magneton/anim.asm"
YanmaAnimation: INCLUDE "gfx/pokemon/yanma/anim.asm"
YanmegaAnimation: INCLUDE "gfx/pokemon/yanmega/anim.asm"
WooperAnimation: INCLUDE "gfx/pokemon/wooper/anim.asm"
QuagsireAnimation: INCLUDE "gfx/pokemon/quagsire/anim.asm"
EspeonAnimation: INCLUDE "gfx/pokemon/espeon/anim.asm"
@ -260,6 +273,8 @@ SteelixAnimation: INCLUDE "gfx/pokemon/steelix/anim.asm"
SnubbullAnimation: INCLUDE "gfx/pokemon/snubbull/anim.asm"
GranbullAnimation: INCLUDE "gfx/pokemon/granbull/anim.asm"
QwilfishAnimation: INCLUDE "gfx/pokemon/qwilfish/anim.asm"
KazeppelinAnimation: INCLUDE "gfx/pokemon/kazeppelin/anim.asm"
QwilfatherAnimation: INCLUDE "gfx/pokemon/qwilfather/anim.asm"
ScizorAnimation: INCLUDE "gfx/pokemon/scizor/anim.asm"
ShuckleAnimation: INCLUDE "gfx/pokemon/shuckle/anim.asm"
PockleAnimation: INCLUDE "gfx/pokemon/pockle/anim.asm"
@ -275,7 +290,10 @@ PiloswineAnimation: INCLUDE "gfx/pokemon/piloswine/anim.asm"
CorsolaAnimation: INCLUDE "gfx/pokemon/corsola/anim.asm"
RemoraidAnimation: INCLUDE "gfx/pokemon/remoraid/anim.asm"
OctilleryAnimation: INCLUDE "gfx/pokemon/octillery/anim.asm"
StricheelAnimation: INCLUDE "gfx/pokemon/stricheel/anim.asm"
LurreelAnimation: INCLUDE "gfx/pokemon/lurreel/anim.asm"
DelibirdAnimation: INCLUDE "gfx/pokemon/delibird/anim.asm"
MantykeAnimation: INCLUDE "gfx/pokemon/mantyke/anim.asm"
MantineAnimation: INCLUDE "gfx/pokemon/mantine/anim.asm"
SkarmoryAnimation: INCLUDE "gfx/pokemon/skarmory/anim.asm"
HoundourAnimation: INCLUDE "gfx/pokemon/houndour/anim.asm"

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -99,6 +99,10 @@ BitmasksPointers:
dw SlowbroBitmasks
dw MagnemiteBitmasks
dw MagnetonBitmasks
dw CheepBitmasks
dw JabettaBitmasks
dw RibbitoBitmasks
dw CroakozunaBitmasks
dw FarfetchDBitmasks
dw DoduoBitmasks
dw DodrioBitmasks
@ -108,6 +112,7 @@ BitmasksPointers:
dw MukBitmasks
dw ShellderBitmasks
dw CloysterBitmasks
dw DisturbanBitmasks
dw GastlyBitmasks
dw HaunterBitmasks
dw GengarBitmasks
@ -206,6 +211,7 @@ BitmasksPointers:
dw BarreauBitmasks
dw CrobatBitmasks
dw ChinchouBitmasks
dw ReroadBitmasks
dw LanturnBitmasks
dw PichuBitmasks
dw CleffaBitmasks
@ -214,6 +220,7 @@ BitmasksPointers:
dw TogeticBitmasks
dw TogekissBitmasks
dw NatuBitmasks
dw QatuBitmasks
dw XatuBitmasks
dw MoibelleBitmasks
dw BelledamBitmasks
@ -221,6 +228,7 @@ BitmasksPointers:
dw FlaaffyBitmasks
dw AmpharosBitmasks
dw BellossomBitmasks
dw AzurillBitmasks
dw MarillBitmasks
dw AzumarillBitmasks
dw SudowoodoBitmasks
@ -229,10 +237,15 @@ BitmasksPointers:
dw SkiploomBitmasks
dw JumpluffBitmasks
dw AipomBitmasks
dw AmbipomBitmasks
dw SunkernBitmasks
dw SunbudBitmasks
dw SunfloraBitmasks
dw HippunkBitmasks
dw AercrowBitmasks
dw FoxfireBitmasks
dw YanmaBitmasks
dw YanmegaBitmasks
dw WooperBitmasks
dw QuagsireBitmasks
dw EspeonBitmasks
@ -262,6 +275,8 @@ BitmasksPointers:
dw SnubbullBitmasks
dw GranbullBitmasks
dw QwilfishBitmasks
dw KazeppelinBitmasks
dw QwilfatherBitmasks
dw ScizorBitmasks
dw ShuckleBitmasks
dw PockleBitmasks
@ -277,7 +292,10 @@ BitmasksPointers:
dw CorsolaBitmasks
dw RemoraidBitmasks
dw OctilleryBitmasks
dw StricheelBitmasks
dw LurreelBitmasks
dw DelibirdBitmasks
dw MantykeBitmasks
dw MantineBitmasks
dw SkarmoryBitmasks
dw HoundourBitmasks

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"

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

BIN
gfx/pokemon/cheep/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

BIN
gfx/pokemon/cheep/front.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -99,6 +99,10 @@ FramesPointers:
dba SlowbroFrames
dba MagnemiteFrames
dba MagnetonFrames
dba CheepFrames
dba JabettaFrames
dba RibbitoFrames
dba CroakozunaFrames
dba FarfetchDFrames
dba DoduoFrames
dba DodrioFrames
@ -108,6 +112,7 @@ FramesPointers:
dba MukFrames
dba ShellderFrames
dba CloysterFrames
dba DisturbanFrames
dba GastlyFrames
dba HaunterFrames
dba GengarFrames
@ -207,6 +212,7 @@ FramesPointers:
dba CrobatFrames
dba ChinchouFrames
dba LanturnFrames
dba ReroadFrames
dba PichuFrames
dba CleffaFrames
dba IgglybuffFrames
@ -214,6 +220,7 @@ FramesPointers:
dba TogeticFrames
dba TogekissFrames
dba NatuFrames
dba QatuFrames
dba XatuFrames
dba MoibelleFrames
dba BelledamFrames
@ -221,6 +228,7 @@ FramesPointers:
dba FlaaffyFrames
dba AmpharosFrames
dba BellossomFrames
dba AzurillFrames
dba MarillFrames
dba AzumarillFrames
dba SudowoodoFrames
@ -229,10 +237,15 @@ FramesPointers:
dba SkiploomFrames
dba JumpluffFrames
dba AipomFrames
dba AmbipomFrames
dba SunkernFrames
dba SunbudFrames
dba SunfloraFrames
dba HippunkFrames
dba AercrowFrames
dba FoxfireFrames
dba YanmaFrames
dba YanmegaFrames
dba WooperFrames
dba QuagsireFrames
dba EspeonFrames
@ -262,6 +275,8 @@ FramesPointers:
dba SnubbullFrames
dba GranbullFrames
dba QwilfishFrames
dba KazeppelinFrames
dba QwilfatherFrames
dba ScizorFrames
dba ShuckleFrames
dba PockleFrames
@ -277,7 +292,10 @@ FramesPointers:
dba CorsolaFrames
dba RemoraidFrames
dba OctilleryFrames
dba StricheelFrames
dba LurreelFrames
dba DelibirdFrames
dba MantykeFrames
dba MantineFrames
dba SkarmoryFrames
dba HoundourFrames

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -99,6 +99,10 @@ AnimationIdlePointers:
dw SlowbroAnimationIdle
dw MagnemiteAnimationIdle
dw MagnetonAnimationIdle
dw CheepAnimationIdle
dw JabettaAnimationIdle
dw RibbitoAnimationIdle
dw CroakozunaAnimationIdle
dw FarfetchDAnimationIdle
dw DoduoAnimationIdle
dw DodrioAnimationIdle
@ -108,6 +112,7 @@ AnimationIdlePointers:
dw MukAnimationIdle
dw ShellderAnimationIdle
dw CloysterAnimationIdle
dw DisturbanAnimationIdle
dw GastlyAnimationIdle
dw HaunterAnimationIdle
dw GengarAnimationIdle
@ -207,6 +212,7 @@ AnimationIdlePointers:
dw CrobatAnimationIdle
dw ChinchouAnimationIdle
dw LanturnAnimationIdle
dw ReroadAnimationIdle
dw PichuAnimationIdle
dw CleffaAnimationIdle
dw IgglybuffAnimationIdle
@ -214,6 +220,7 @@ AnimationIdlePointers:
dw TogeticAnimationIdle
dw TogekissAnimationIdle
dw NatuAnimationIdle
dw QatuAnimationIdle
dw XatuAnimationIdle
dw MoibelleAnimationIdle
dw BelledamAnimationIdle
@ -221,6 +228,7 @@ AnimationIdlePointers:
dw FlaaffyAnimationIdle
dw AmpharosAnimationIdle
dw BellossomAnimationIdle
dw AzurillAnimationIdle
dw MarillAnimationIdle
dw AzumarillAnimationIdle
dw SudowoodoAnimationIdle
@ -229,10 +237,15 @@ AnimationIdlePointers:
dw SkiploomAnimationIdle
dw JumpluffAnimationIdle
dw AipomAnimationIdle
dw AmbipomAnimationIdle
dw SunkernAnimationIdle
dw SunbudAnimationIdle
dw SunfloraAnimationIdle
dw HippunkAnimationIdle
dw AercrowAnimationIdle
dw FoxfireAnimationIdle
dw YanmaAnimationIdle
dw YanmegaAnimationIdle
dw WooperAnimationIdle
dw QuagsireAnimationIdle
dw EspeonAnimationIdle
@ -262,6 +275,8 @@ AnimationIdlePointers:
dw SnubbullAnimationIdle
dw GranbullAnimationIdle
dw QwilfishAnimationIdle
dw KazeppelinAnimationIdle
dw QwilfatherAnimationIdle
dw ScizorAnimationIdle
dw ShuckleAnimationIdle
dw PockleAnimationIdle
@ -277,7 +292,10 @@ AnimationIdlePointers:
dw CorsolaAnimationIdle
dw RemoraidAnimationIdle
dw OctilleryAnimationIdle
dw StricheelAnimationIdle
dw LurreelAnimationIdle
dw DelibirdAnimationIdle
dw MantykeAnimationIdle
dw MantineAnimationIdle
dw SkarmoryAnimationIdle
dw HoundourAnimationIdle

View file

@ -97,6 +97,10 @@ SlowpokeAnimationIdle: INCLUDE "gfx/pokemon/slowpoke/anim_idle.asm"
SlowbroAnimationIdle: INCLUDE "gfx/pokemon/slowbro/anim_idle.asm"
MagnemiteAnimationIdle: INCLUDE "gfx/pokemon/magnemite/anim_idle.asm"
MagnetonAnimationIdle: INCLUDE "gfx/pokemon/magneton/anim_idle.asm"
CheepAnimationIdle: INCLUDE "gfx/pokemon/cheep/anim_idle.asm"
JabettaAnimationIdle: INCLUDE "gfx/pokemon/jabetta/anim_idle.asm"
RibbitoAnimationIdle: INCLUDE "gfx/pokemon/ribbito/anim_idle.asm"
CroakozunaAnimationIdle: INCLUDE "gfx/pokemon/croakozuna/anim_idle.asm"
FarfetchDAnimationIdle: INCLUDE "gfx/pokemon/farfetch_d/anim_idle.asm"
DoduoAnimationIdle: INCLUDE "gfx/pokemon/doduo/anim_idle.asm"
DodrioAnimationIdle: INCLUDE "gfx/pokemon/dodrio/anim_idle.asm"
@ -106,6 +110,7 @@ GrimerAnimationIdle: INCLUDE "gfx/pokemon/grimer/anim_idle.asm"
MukAnimationIdle: INCLUDE "gfx/pokemon/muk/anim_idle.asm"
ShellderAnimationIdle: INCLUDE "gfx/pokemon/shellder/anim_idle.asm"
CloysterAnimationIdle: INCLUDE "gfx/pokemon/cloyster/anim_idle.asm"
DisturbanAnimationIdle: INCLUDE "gfx/pokemon/disturban/anim_idle.asm"
GastlyAnimationIdle: INCLUDE "gfx/pokemon/gastly/anim_idle.asm"
HaunterAnimationIdle: INCLUDE "gfx/pokemon/haunter/anim_idle.asm"
GengarAnimationIdle: INCLUDE "gfx/pokemon/gengar/anim_idle.asm"
@ -205,6 +210,7 @@ BarreauAnimationIdle: INCLUDE "gfx/pokemon/barreau/anim_idle.asm"
CrobatAnimationIdle: INCLUDE "gfx/pokemon/crobat/anim_idle.asm"
ChinchouAnimationIdle: INCLUDE "gfx/pokemon/chinchou/anim_idle.asm"
LanturnAnimationIdle: INCLUDE "gfx/pokemon/lanturn/anim_idle.asm"
ReroadAnimationIdle: INCLUDE "gfx/pokemon/reroad/anim_idle.asm"
PichuAnimationIdle: INCLUDE "gfx/pokemon/pichu/anim_idle.asm"
CleffaAnimationIdle: INCLUDE "gfx/pokemon/cleffa/anim_idle.asm"
IgglybuffAnimationIdle: INCLUDE "gfx/pokemon/igglybuff/anim_idle.asm"
@ -212,6 +218,7 @@ TogepiAnimationIdle: INCLUDE "gfx/pokemon/togepi/anim_idle.asm"
TogeticAnimationIdle: INCLUDE "gfx/pokemon/togetic/anim_idle.asm"
TogekissAnimationIdle: INCLUDE "gfx/pokemon/togekiss/anim_idle.asm"
NatuAnimationIdle: INCLUDE "gfx/pokemon/natu/anim_idle.asm"
QatuAnimationIdle: INCLUDE "gfx/pokemon/qatu/anim_idle.asm"
XatuAnimationIdle: INCLUDE "gfx/pokemon/xatu/anim_idle.asm"
MoibelleAnimationIdle: INCLUDE "gfx/pokemon/moibelle/anim_idle.asm"
BelledamAnimationIdle: INCLUDE "gfx/pokemon/belledam/anim_idle.asm"
@ -219,6 +226,7 @@ MareepAnimationIdle: INCLUDE "gfx/pokemon/mareep/anim_idle.asm"
FlaaffyAnimationIdle: INCLUDE "gfx/pokemon/flaaffy/anim_idle.asm"
AmpharosAnimationIdle: INCLUDE "gfx/pokemon/ampharos/anim_idle.asm"
BellossomAnimationIdle: INCLUDE "gfx/pokemon/bellossom/anim_idle.asm"
AzurillAnimationIdle: INCLUDE "gfx/pokemon/azurill/anim_idle.asm"
MarillAnimationIdle: INCLUDE "gfx/pokemon/marill/anim_idle.asm"
AzumarillAnimationIdle: INCLUDE "gfx/pokemon/azumarill/anim_idle.asm"
SudowoodoAnimationIdle: INCLUDE "gfx/pokemon/sudowoodo/anim_idle.asm"
@ -227,10 +235,15 @@ HoppipAnimationIdle: INCLUDE "gfx/pokemon/hoppip/anim_idle.asm"
SkiploomAnimationIdle: INCLUDE "gfx/pokemon/skiploom/anim_idle.asm"
JumpluffAnimationIdle: INCLUDE "gfx/pokemon/jumpluff/anim_idle.asm"
AipomAnimationIdle: INCLUDE "gfx/pokemon/aipom/anim_idle.asm"
AmbipomAnimationIdle: INCLUDE "gfx/pokemon/ambipom/anim_idle.asm"
SunkernAnimationIdle: INCLUDE "gfx/pokemon/sunkern/anim_idle.asm"
SunbudAnimationIdle: INCLUDE "gfx/pokemon/sunbud/anim_idle.asm"
SunfloraAnimationIdle: INCLUDE "gfx/pokemon/sunflora/anim_idle.asm"
HippunkAnimationIdle: INCLUDE "gfx/pokemon/hippunk/anim_idle.asm"
AercrowAnimationIdle: INCLUDE "gfx/pokemon/aercrow/anim_idle.asm"
FoxfireAnimationIdle: INCLUDE "gfx/pokemon/foxfire/anim_idle.asm"
YanmaAnimationIdle: INCLUDE "gfx/pokemon/yanma/anim_idle.asm"
YanmegaAnimationIdle: INCLUDE "gfx/pokemon/yanmega/anim_idle.asm"
WooperAnimationIdle: INCLUDE "gfx/pokemon/wooper/anim_idle.asm"
QuagsireAnimationIdle: INCLUDE "gfx/pokemon/quagsire/anim_idle.asm"
EspeonAnimationIdle: INCLUDE "gfx/pokemon/espeon/anim_idle.asm"
@ -260,6 +273,8 @@ SteelixAnimationIdle: INCLUDE "gfx/pokemon/steelix/anim_idle.asm"
SnubbullAnimationIdle: INCLUDE "gfx/pokemon/snubbull/anim_idle.asm"
GranbullAnimationIdle: INCLUDE "gfx/pokemon/granbull/anim_idle.asm"
QwilfishAnimationIdle: INCLUDE "gfx/pokemon/qwilfish/anim_idle.asm"
KazeppelinAnimationIdle: INCLUDE "gfx/pokemon/kazeppelin/anim_idle.asm"
QwilfatherAnimationIdle: INCLUDE "gfx/pokemon/qwilfather/anim_idle.asm"
ScizorAnimationIdle: INCLUDE "gfx/pokemon/scizor/anim_idle.asm"
ShuckleAnimationIdle: INCLUDE "gfx/pokemon/shuckle/anim_idle.asm"
PockleAnimationIdle: INCLUDE "gfx/pokemon/pockle/anim_idle.asm"
@ -275,7 +290,10 @@ PiloswineAnimationIdle: INCLUDE "gfx/pokemon/piloswine/anim_idle.asm"
CorsolaAnimationIdle: INCLUDE "gfx/pokemon/corsola/anim_idle.asm"
RemoraidAnimationIdle: INCLUDE "gfx/pokemon/remoraid/anim_idle.asm"
OctilleryAnimationIdle: INCLUDE "gfx/pokemon/octillery/anim_idle.asm"
StricheelAnimationIdle: INCLUDE "gfx/pokemon/stricheel/anim_idle.asm"
LurreelAnimationIdle: INCLUDE "gfx/pokemon/lurreel/anim_idle.asm"
DelibirdAnimationIdle: INCLUDE "gfx/pokemon/delibird/anim_idle.asm"
MantykeAnimationIdle: INCLUDE "gfx/pokemon/mantyke/anim_idle.asm"
MantineAnimationIdle: INCLUDE "gfx/pokemon/mantine/anim_idle.asm"
SkarmoryAnimationIdle: INCLUDE "gfx/pokemon/skarmory/anim_idle.asm"
HoundourAnimationIdle: INCLUDE "gfx/pokemon/houndour/anim_idle.asm"

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -28,6 +28,7 @@ BarreauFrames: INCLUDE "gfx/pokemon/barreau/frames.asm"
CrobatFrames: INCLUDE "gfx/pokemon/crobat/frames.asm"
ChinchouFrames: INCLUDE "gfx/pokemon/chinchou/frames.asm"
LanturnFrames: INCLUDE "gfx/pokemon/lanturn/frames.asm"
ReroadFrames: INCLUDE "gfx/pokemon/reroad/frames.asm"
PichuFrames: INCLUDE "gfx/pokemon/pichu/frames.asm"
CleffaFrames: INCLUDE "gfx/pokemon/cleffa/frames.asm"
IgglybuffFrames: INCLUDE "gfx/pokemon/igglybuff/frames.asm"
@ -35,6 +36,7 @@ TogepiFrames: INCLUDE "gfx/pokemon/togepi/frames.asm"
TogeticFrames: INCLUDE "gfx/pokemon/togetic/frames.asm"
TogekissFrames: INCLUDE "gfx/pokemon/togekiss/frames.asm"
NatuFrames: INCLUDE "gfx/pokemon/natu/frames.asm"
QatuFrames: INCLUDE "gfx/pokemon/qatu/frames.asm"
XatuFrames: INCLUDE "gfx/pokemon/xatu/frames.asm"
MoibelleFrames: INCLUDE "gfx/pokemon/moibelle/frames.asm"
BelledamFrames: INCLUDE "gfx/pokemon/belledam/frames.asm"
@ -42,6 +44,7 @@ MareepFrames: INCLUDE "gfx/pokemon/mareep/frames.asm"
FlaaffyFrames: INCLUDE "gfx/pokemon/flaaffy/frames.asm"
AmpharosFrames: INCLUDE "gfx/pokemon/ampharos/frames.asm"
BellossomFrames: INCLUDE "gfx/pokemon/bellossom/frames.asm"
AzurillFrames: INCLUDE "gfx/pokemon/azurill/frames.asm"
MarillFrames: INCLUDE "gfx/pokemon/marill/frames.asm"
AzumarillFrames: INCLUDE "gfx/pokemon/azumarill/frames.asm"
SudowoodoFrames: INCLUDE "gfx/pokemon/sudowoodo/frames.asm"
@ -50,10 +53,15 @@ HoppipFrames: INCLUDE "gfx/pokemon/hoppip/frames.asm"
SkiploomFrames: INCLUDE "gfx/pokemon/skiploom/frames.asm"
JumpluffFrames: INCLUDE "gfx/pokemon/jumpluff/frames.asm"
AipomFrames: INCLUDE "gfx/pokemon/aipom/frames.asm"
AmbipomFrames: INCLUDE "gfx/pokemon/ambipom/frames.asm"
SunkernFrames: INCLUDE "gfx/pokemon/sunkern/frames.asm"
SunbudFrames: INCLUDE "gfx/pokemon/sunbud/frames.asm"
SunfloraFrames: INCLUDE "gfx/pokemon/sunflora/frames.asm"
HippunkFrames: INCLUDE "gfx/pokemon/hippunk/frames.asm"
AercrowFrames: INCLUDE "gfx/pokemon/aercrow/frames.asm"
FoxfireFrames: INCLUDE "gfx/pokemon/foxfire/frames.asm"
YanmaFrames: INCLUDE "gfx/pokemon/yanma/frames.asm"
YanmegaFrames: INCLUDE "gfx/pokemon/yanmega/frames.asm"
WooperFrames: INCLUDE "gfx/pokemon/wooper/frames.asm"
QuagsireFrames: INCLUDE "gfx/pokemon/quagsire/frames.asm"
EspeonFrames: INCLUDE "gfx/pokemon/espeon/frames.asm"
@ -83,6 +91,8 @@ SteelixFrames: INCLUDE "gfx/pokemon/steelix/frames.asm"
SnubbullFrames: INCLUDE "gfx/pokemon/snubbull/frames.asm"
GranbullFrames: INCLUDE "gfx/pokemon/granbull/frames.asm"
QwilfishFrames: INCLUDE "gfx/pokemon/qwilfish/frames.asm"
KazeppelinFrames: INCLUDE "gfx/pokemon/kazeppelin/frames.asm"
QwilfatherFrames: INCLUDE "gfx/pokemon/qwilfather/frames.asm"
ScizorFrames: INCLUDE "gfx/pokemon/scizor/frames.asm"
ShuckleFrames: INCLUDE "gfx/pokemon/shuckle/frames.asm"
PockleFrames: INCLUDE "gfx/pokemon/pockle/frames.asm"
@ -98,7 +108,10 @@ PiloswineFrames: INCLUDE "gfx/pokemon/piloswine/frames.asm"
CorsolaFrames: INCLUDE "gfx/pokemon/corsola/frames.asm"
RemoraidFrames: INCLUDE "gfx/pokemon/remoraid/frames.asm"
OctilleryFrames: INCLUDE "gfx/pokemon/octillery/frames.asm"
StricheelFrames: INCLUDE "gfx/pokemon/stricheel/frames.asm"
LurreelFrames: INCLUDE "gfx/pokemon/lurreel/frames.asm"
DelibirdFrames: INCLUDE "gfx/pokemon/delibird/frames.asm"
MantykeFrames: INCLUDE "gfx/pokemon/mantyke/frames.asm"
MantineFrames: INCLUDE "gfx/pokemon/mantine/frames.asm"
SkarmoryFrames: INCLUDE "gfx/pokemon/skarmory/frames.asm"
HoundourFrames: INCLUDE "gfx/pokemon/houndour/frames.asm"

View file

@ -99,6 +99,10 @@ SlowpokeFrames: INCLUDE "gfx/pokemon/slowpoke/frames.asm"
SlowbroFrames: INCLUDE "gfx/pokemon/slowbro/frames.asm"
MagnemiteFrames: INCLUDE "gfx/pokemon/magnemite/frames.asm"
MagnetonFrames: INCLUDE "gfx/pokemon/magneton/frames.asm"
CheepFrames: INCLUDE "gfx/pokemon/cheep/frames.asm"
JabettaFrames: INCLUDE "gfx/pokemon/jabetta/frames.asm"
RibbitoFrames: INCLUDE "gfx/pokemon/ribbito/frames.asm"
CroakozunaFrames: INCLUDE "gfx/pokemon/croakozuna/frames.asm"
FarfetchDFrames: INCLUDE "gfx/pokemon/farfetch_d/frames.asm"
DoduoFrames: INCLUDE "gfx/pokemon/doduo/frames.asm"
DodrioFrames: INCLUDE "gfx/pokemon/dodrio/frames.asm"
@ -108,6 +112,7 @@ GrimerFrames: INCLUDE "gfx/pokemon/grimer/frames.asm"
MukFrames: INCLUDE "gfx/pokemon/muk/frames.asm"
ShellderFrames: INCLUDE "gfx/pokemon/shellder/frames.asm"
CloysterFrames: INCLUDE "gfx/pokemon/cloyster/frames.asm"
DisturbanFrames: INCLUDE "gfx/pokemon/disturban/frames.asm"
GastlyFrames: INCLUDE "gfx/pokemon/gastly/frames.asm"
HaunterFrames: INCLUDE "gfx/pokemon/haunter/frames.asm"
GengarFrames: INCLUDE "gfx/pokemon/gengar/frames.asm"

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

BIN
gfx/pokemon/qatu/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

BIN
gfx/pokemon/qatu/front.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

BIN
gfx/pokemon/reroad/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

BIN
gfx/pokemon/sunbud/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25