mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
Violet Waters and Lush Trees! (#19)
This commit is contained in:
parent
a03a7e4f7a
commit
afbd0f7680
169 changed files with 1340 additions and 244 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue