mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-22 23:42:25 +13:00
The Grand Finale
Every Pokemon is now integrated, aside from regional forms and evolutions of those (except Evolotto, I'll do that later). I may now rest.
This commit is contained in:
parent
b632b469c2
commit
417c0f11bd
219 changed files with 2175 additions and 40 deletions
|
|
@ -71,6 +71,7 @@ UmbreonFrames: INCLUDE "gfx/pokemon/umbreon/frames.asm"
|
|||
LeafeonFrames: INCLUDE "gfx/pokemon/leafeon/frames.asm"
|
||||
GlaceonFrames: INCLUDE "gfx/pokemon/glaceon/frames.asm"
|
||||
SylveonFrames: INCLUDE "gfx/pokemon/sylveon/frames.asm"
|
||||
BreezeonFrames: INCLUDE "gfx/pokemon/breezeon/frames.asm"
|
||||
MurkrowFrames: INCLUDE "gfx/pokemon/murkrow/frames.asm"
|
||||
HonchkrowFrames: INCLUDE "gfx/pokemon/honchkrow/frames.asm"
|
||||
SlowkingFrames: INCLUDE "gfx/pokemon/slowking/frames.asm"
|
||||
|
|
@ -90,6 +91,7 @@ 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"
|
||||
GliscorFrames: INCLUDE "gfx/pokemon/gliscor/frames.asm"
|
||||
SteelixFrames: INCLUDE "gfx/pokemon/steelix/frames.asm"
|
||||
SnubbullFrames: INCLUDE "gfx/pokemon/snubbull/frames.asm"
|
||||
GranbullFrames: INCLUDE "gfx/pokemon/granbull/frames.asm"
|
||||
|
|
@ -97,11 +99,15 @@ CaretorkerFrames: INCLUDE "gfx/pokemon/caretorker/frames.asm"
|
|||
QwilfishFrames: INCLUDE "gfx/pokemon/qwilfish/frames.asm"
|
||||
KazappelinFrames: INCLUDE "gfx/pokemon/kazappelin/frames.asm"
|
||||
QwilfatherFrames: INCLUDE "gfx/pokemon/qwilfather/frames.asm"
|
||||
SailwingFrames: INCLUDE "gfx/pokemon/sailwing/frames.asm"
|
||||
ScizorFrames: INCLUDE "gfx/pokemon/scizor/frames.asm"
|
||||
ShuckleFrames: INCLUDE "gfx/pokemon/shuckle/frames.asm"
|
||||
PockleFrames: INCLUDE "gfx/pokemon/pockle/frames.asm"
|
||||
HeracrossFrames: INCLUDE "gfx/pokemon/heracross/frames.asm"
|
||||
SneaselFrames: INCLUDE "gfx/pokemon/sneasel/frames.asm"
|
||||
WeavileFrames: INCLUDE "gfx/pokemon/weavile/frames.asm"
|
||||
WarfursFrames: INCLUDE "gfx/pokemon/warfurs/frames.asm"
|
||||
WearlycanFrames: INCLUDE "gfx/pokemon/wearlycan/frames.asm"
|
||||
TeddiursaFrames: INCLUDE "gfx/pokemon/teddiursa/frames.asm"
|
||||
UrsaringFrames: INCLUDE "gfx/pokemon/ursaring/frames.asm"
|
||||
UrsalunaFrames: INCLUDE "gfx/pokemon/ursaluna/frames.asm"
|
||||
|
|
@ -131,6 +137,10 @@ StantlerFrames: INCLUDE "gfx/pokemon/stantler/frames.asm"
|
|||
WyrdeerFrames: INCLUDE "gfx/pokemon/wyrdeer/frames.asm"
|
||||
SmeargleFrames: INCLUDE "gfx/pokemon/smeargle/frames.asm"
|
||||
GrenmarFrames: INCLUDE "gfx/pokemon/grenmar/frames.asm"
|
||||
BuniceFrames: INCLUDE "gfx/pokemon/bunice/frames.asm"
|
||||
BundraFrames: INCLUDE "gfx/pokemon/bundra/frames.asm"
|
||||
BunbergFrames: INCLUDE "gfx/pokemon/bunberg/frames.asm"
|
||||
BundrakeFrames: INCLUDE "gfx/pokemon/bundrake/frames.asm"
|
||||
TyrogueFrames: INCLUDE "gfx/pokemon/tyrogue/frames.asm"
|
||||
HitmontopFrames: INCLUDE "gfx/pokemon/hitmontop/frames.asm"
|
||||
SmoochumFrames: INCLUDE "gfx/pokemon/smoochum/frames.asm"
|
||||
|
|
@ -160,11 +170,16 @@ KitsenFrames: INCLUDE "gfx/pokemon/kitsen/frames.asm"
|
|||
WispiritFrames: INCLUDE "gfx/pokemon/wispirit/frames.asm"
|
||||
CoatlFrames: INCLUDE "gfx/pokemon/coatl/frames.asm"
|
||||
MimearFrames: INCLUDE "gfx/pokemon/mimear/frames.asm"
|
||||
SnuzzlesFrames: INCLUDE "gfx/pokemon/snuzzles/frames.asm"
|
||||
DrilluskFrames: INCLUDE "gfx/pokemon/drillusk/frames.asm"
|
||||
InoshikaFrames: INCLUDE "gfx/pokemon/inoshika/frames.asm"
|
||||
RuddernautFrames: INCLUDE "gfx/pokemon/ruddernaut/frames.asm"
|
||||
PixytopFrames: INCLUDE "gfx/pokemon/pixytop/frames.asm"
|
||||
MawtleFrames: INCLUDE "gfx/pokemon/mawtle/frames.asm"
|
||||
XylodonFrames: INCLUDE "gfx/pokemon/xylodon/frames.asm"
|
||||
XylofinFrames: INCLUDE "gfx/pokemon/xylofin/frames.asm"
|
||||
DokuroarFrames: INCLUDE "gfx/pokemon/dokuroar/frames.asm"
|
||||
AlphalithFrames: INCLUDE "gfx/pokemon/alphalith/frames.asm"
|
||||
ScreamTailFrames: INCLUDE "gfx/pokemon/scream_tail/frames.asm"
|
||||
SandyShocksFrames: INCLUDE "gfx/pokemon/sandy_shocks/frames.asm"
|
||||
GreatTuskFrames: INCLUDE "gfx/pokemon/great_tusk/frames.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue