mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
The Road To Violet City!
This commit is contained in:
parent
b60dbd5afb
commit
e85c0ac4d6
127 changed files with 1034 additions and 127 deletions
|
|
@ -211,6 +211,8 @@ TogepiAnimation: INCLUDE "gfx/pokemon/togepi/anim.asm"
|
|||
TogeticAnimation: INCLUDE "gfx/pokemon/togetic/anim.asm"
|
||||
NatuAnimation: INCLUDE "gfx/pokemon/natu/anim.asm"
|
||||
XatuAnimation: INCLUDE "gfx/pokemon/xatu/anim.asm"
|
||||
MoibelleAnimation: INCLUDE "gfx/pokemon/moibelle/anim.asm"
|
||||
BelledamAnimation: INCLUDE "gfx/pokemon/belledam/anim.asm"
|
||||
MareepAnimation: INCLUDE "gfx/pokemon/mareep/anim.asm"
|
||||
FlaaffyAnimation: INCLUDE "gfx/pokemon/flaaffy/anim.asm"
|
||||
AmpharosAnimation: INCLUDE "gfx/pokemon/ampharos/anim.asm"
|
||||
|
|
@ -225,6 +227,7 @@ JumpluffAnimation: INCLUDE "gfx/pokemon/jumpluff/anim.asm"
|
|||
AipomAnimation: INCLUDE "gfx/pokemon/aipom/anim.asm"
|
||||
SunkernAnimation: INCLUDE "gfx/pokemon/sunkern/anim.asm"
|
||||
SunfloraAnimation: INCLUDE "gfx/pokemon/sunflora/anim.asm"
|
||||
AercrowAnimation: INCLUDE "gfx/pokemon/aercrow/anim.asm"
|
||||
YanmaAnimation: INCLUDE "gfx/pokemon/yanma/anim.asm"
|
||||
WooperAnimation: INCLUDE "gfx/pokemon/wooper/anim.asm"
|
||||
QuagsireAnimation: INCLUDE "gfx/pokemon/quagsire/anim.asm"
|
||||
|
|
@ -236,12 +239,19 @@ SylveonAnimation: INCLUDE "gfx/pokemon/sylveon/anim.asm"
|
|||
MurkrowAnimation: INCLUDE "gfx/pokemon/murkrow/anim.asm"
|
||||
SlowkingAnimation: INCLUDE "gfx/pokemon/slowking/anim.asm"
|
||||
MisdreavusAnimation: INCLUDE "gfx/pokemon/misdreavus/anim.asm"
|
||||
MismagiusAnimation: INCLUDE "gfx/pokemon/mismagius/anim.asm"
|
||||
StromenAnimation: INCLUDE "gfx/pokemon/stromen/anim.asm"
|
||||
PhandarinAnimation: INCLUDE "gfx/pokemon/phandarin/anim.asm"
|
||||
UnownAnimation: INCLUDE "gfx/pokemon/unown/anim.asm"
|
||||
WobbuffetAnimation: INCLUDE "gfx/pokemon/wobbuffet/anim.asm"
|
||||
BipullaAnimation: INCLUDE "gfx/pokemon/bipulla/anim.asm"
|
||||
CalflacAnimation: INCLUDE "gfx/pokemon/calflac/anim.asm"
|
||||
GirafarigAnimation: INCLUDE "gfx/pokemon/girafarig/anim.asm"
|
||||
FarigirafAnimation: INCLUDE "gfx/pokemon/farigiraf/anim.asm"
|
||||
PinecoAnimation: INCLUDE "gfx/pokemon/pineco/anim.asm"
|
||||
ForretressAnimation: INCLUDE "gfx/pokemon/forretress/anim.asm"
|
||||
DunsparceAnimation: INCLUDE "gfx/pokemon/dunsparce/anim.asm"
|
||||
DudunsparceAnimation: INCLUDE "gfx/pokemon/dudunsparce/anim.asm"
|
||||
GligarAnimation: INCLUDE "gfx/pokemon/gligar/anim.asm"
|
||||
SteelixAnimation: INCLUDE "gfx/pokemon/steelix/anim.asm"
|
||||
SnubbullAnimation: INCLUDE "gfx/pokemon/snubbull/anim.asm"
|
||||
|
|
@ -253,6 +263,7 @@ HeracrossAnimation: INCLUDE "gfx/pokemon/heracross/anim.asm"
|
|||
SneaselAnimation: INCLUDE "gfx/pokemon/sneasel/anim.asm"
|
||||
TeddiursaAnimation: INCLUDE "gfx/pokemon/teddiursa/anim.asm"
|
||||
UrsaringAnimation: INCLUDE "gfx/pokemon/ursaring/anim.asm"
|
||||
UrsalunaAnimation: INCLUDE "gfx/pokemon/ursaluna/anim.asm"
|
||||
SlugmaAnimation: INCLUDE "gfx/pokemon/slugma/anim.asm"
|
||||
MagcargoAnimation: INCLUDE "gfx/pokemon/magcargo/anim.asm"
|
||||
SwinubAnimation: INCLUDE "gfx/pokemon/swinub/anim.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue