mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 16:45:24 +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
|
|
@ -35,6 +35,8 @@ TogepiFrames: INCLUDE "gfx/pokemon/togepi/frames.asm"
|
|||
TogeticFrames: INCLUDE "gfx/pokemon/togetic/frames.asm"
|
||||
NatuFrames: INCLUDE "gfx/pokemon/natu/frames.asm"
|
||||
XatuFrames: INCLUDE "gfx/pokemon/xatu/frames.asm"
|
||||
MoibelleFrames: INCLUDE "gfx/pokemon/moibelle/frames.asm"
|
||||
BelledamFrames: INCLUDE "gfx/pokemon/belledam/frames.asm"
|
||||
MareepFrames: INCLUDE "gfx/pokemon/mareep/frames.asm"
|
||||
FlaaffyFrames: INCLUDE "gfx/pokemon/flaaffy/frames.asm"
|
||||
AmpharosFrames: INCLUDE "gfx/pokemon/ampharos/frames.asm"
|
||||
|
|
@ -49,6 +51,7 @@ JumpluffFrames: INCLUDE "gfx/pokemon/jumpluff/frames.asm"
|
|||
AipomFrames: INCLUDE "gfx/pokemon/aipom/frames.asm"
|
||||
SunkernFrames: INCLUDE "gfx/pokemon/sunkern/frames.asm"
|
||||
SunfloraFrames: INCLUDE "gfx/pokemon/sunflora/frames.asm"
|
||||
AercrowFrames: INCLUDE "gfx/pokemon/aercrow/frames.asm"
|
||||
YanmaFrames: INCLUDE "gfx/pokemon/yanma/frames.asm"
|
||||
WooperFrames: INCLUDE "gfx/pokemon/wooper/frames.asm"
|
||||
QuagsireFrames: INCLUDE "gfx/pokemon/quagsire/frames.asm"
|
||||
|
|
@ -60,12 +63,19 @@ SylveonFrames: INCLUDE "gfx/pokemon/sylveon/frames.asm"
|
|||
MurkrowFrames: INCLUDE "gfx/pokemon/murkrow/frames.asm"
|
||||
SlowkingFrames: INCLUDE "gfx/pokemon/slowking/frames.asm"
|
||||
MisdreavusFrames: INCLUDE "gfx/pokemon/misdreavus/frames.asm"
|
||||
MismagiusFrames: INCLUDE "gfx/pokemon/mismagius/frames.asm"
|
||||
StromenFrames: INCLUDE "gfx/pokemon/stromen/frames.asm"
|
||||
PhandarinFrames: INCLUDE "gfx/pokemon/phandarin/frames.asm"
|
||||
UnownFrames: INCLUDE "gfx/pokemon/unown/frames.asm"
|
||||
WobbuffetFrames: INCLUDE "gfx/pokemon/wobbuffet/frames.asm"
|
||||
BipullaFrames: INCLUDE "gfx/pokemon/bipulla/frames.asm"
|
||||
CalflacFrames: INCLUDE "gfx/pokemon/calflac/frames.asm"
|
||||
GirafarigFrames: INCLUDE "gfx/pokemon/girafarig/frames.asm"
|
||||
FarigirafFrames: INCLUDE "gfx/pokemon/farigiraf/frames.asm"
|
||||
PinecoFrames: INCLUDE "gfx/pokemon/pineco/frames.asm"
|
||||
ForretressFrames: INCLUDE "gfx/pokemon/forretress/frames.asm"
|
||||
DunsparceFrames: INCLUDE "gfx/pokemon/dunsparce/frames.asm"
|
||||
DudunsparceFrames: INCLUDE "gfx/pokemon/dudunsparce/frames.asm"
|
||||
GligarFrames: INCLUDE "gfx/pokemon/gligar/frames.asm"
|
||||
SteelixFrames: INCLUDE "gfx/pokemon/steelix/frames.asm"
|
||||
SnubbullFrames: INCLUDE "gfx/pokemon/snubbull/frames.asm"
|
||||
|
|
@ -77,6 +87,7 @@ HeracrossFrames: INCLUDE "gfx/pokemon/heracross/frames.asm"
|
|||
SneaselFrames: INCLUDE "gfx/pokemon/sneasel/frames.asm"
|
||||
TeddiursaFrames: INCLUDE "gfx/pokemon/teddiursa/frames.asm"
|
||||
UrsaringFrames: INCLUDE "gfx/pokemon/ursaring/frames.asm"
|
||||
UrsalunaFrames: INCLUDE "gfx/pokemon/ursaluna/frames.asm"
|
||||
SlugmaFrames: INCLUDE "gfx/pokemon/slugma/frames.asm"
|
||||
MagcargoFrames: INCLUDE "gfx/pokemon/magcargo/frames.asm"
|
||||
SwinubFrames: INCLUDE "gfx/pokemon/swinub/frames.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue