mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-22 15:32:16 +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
|
|
@ -62,6 +62,8 @@ VenonatAnimationIdle: INCLUDE "gfx/pokemon/venonat/anim_idle.asm"
|
|||
VenomothAnimationIdle: INCLUDE "gfx/pokemon/venomoth/anim_idle.asm"
|
||||
DiglettAnimationIdle: INCLUDE "gfx/pokemon/diglett/anim_idle.asm"
|
||||
DugtrioAnimationIdle: INCLUDE "gfx/pokemon/dugtrio/anim_idle.asm"
|
||||
WiglettAnimationIdle: INCLUDE "gfx/pokemon/wiglett/anim_idle.asm"
|
||||
WugtrioAnimationIdle: INCLUDE "gfx/pokemon/wugtrio/anim_idle.asm"
|
||||
CoinpurAnimationIdle: INCLUDE "gfx/pokemon/coinpur/anim_idle.asm"
|
||||
MeowthAnimationIdle: INCLUDE "gfx/pokemon/meowth/anim_idle.asm"
|
||||
PersianAnimationIdle: INCLUDE "gfx/pokemon/persian/anim_idle.asm"
|
||||
|
|
@ -114,6 +116,7 @@ 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"
|
||||
LuxwanAnimationIdle: INCLUDE "gfx/pokemon/luxwan/anim_idle.asm"
|
||||
DodaerieAnimationIdle: INCLUDE "gfx/pokemon/dodaerie/anim_idle.asm"
|
||||
DoduoAnimationIdle: INCLUDE "gfx/pokemon/doduo/anim_idle.asm"
|
||||
DodrioAnimationIdle: INCLUDE "gfx/pokemon/dodrio/anim_idle.asm"
|
||||
SeelAnimationIdle: INCLUDE "gfx/pokemon/seel/anim_idle.asm"
|
||||
|
|
@ -148,17 +151,24 @@ KoffingAnimationIdle: INCLUDE "gfx/pokemon/koffing/anim_idle.asm"
|
|||
WeezingAnimationIdle: INCLUDE "gfx/pokemon/weezing/anim_idle.asm"
|
||||
RhyhornAnimationIdle: INCLUDE "gfx/pokemon/rhyhorn/anim_idle.asm"
|
||||
RhydonAnimationIdle: INCLUDE "gfx/pokemon/rhydon/anim_idle.asm"
|
||||
RhyperiorAnimationIdle: INCLUDE "gfx/pokemon/rhyperior/anim_idle.asm"
|
||||
HappinyAnimationIdle: INCLUDE "gfx/pokemon/happiny/anim_idle.asm"
|
||||
ChanseyAnimationIdle: INCLUDE "gfx/pokemon/chansey/anim_idle.asm"
|
||||
GorillaimoAnimationIdle: INCLUDE "gfx/pokemon/gorillaimo/anim_idle.asm"
|
||||
CactormusAnimationIdle: INCLUDE "gfx/pokemon/cactormus/anim_idle.asm"
|
||||
BurgelaAnimationIdle: INCLUDE "gfx/pokemon/burgela/anim_idle.asm"
|
||||
TangelaAnimationIdle: INCLUDE "gfx/pokemon/tangela/anim_idle.asm"
|
||||
TangrowthAnimationIdle: INCLUDE "gfx/pokemon/tangrowth/anim_idle.asm"
|
||||
JungelaAnimationIdle: INCLUDE "gfx/pokemon/jungela/anim_idle.asm"
|
||||
RamooseAnimationIdle: INCLUDE "gfx/pokemon/ramoose/anim_idle.asm"
|
||||
KangaskhanAnimationIdle: INCLUDE "gfx/pokemon/kangaskhan/anim_idle.asm"
|
||||
TrampelAnimationIdle: INCLUDE "gfx/pokemon/trampel/anim_idle.asm"
|
||||
AraphantAnimationIdle: INCLUDE "gfx/pokemon/araphant/anim_idle.asm"
|
||||
HorseaAnimationIdle: INCLUDE "gfx/pokemon/horsea/anim_idle.asm"
|
||||
SeadraAnimationIdle: INCLUDE "gfx/pokemon/seadra/anim_idle.asm"
|
||||
BlastykeAnimationIdle: INCLUDE "gfx/pokemon/blastyke/anim_idle.asm"
|
||||
BlastoiseAnimationIdle: INCLUDE "gfx/pokemon/blastoise/anim_idle.asm"
|
||||
SharpoonAnimationIdle: INCLUDE "gfx/pokemon/sharpoon/anim_idle.asm"
|
||||
OrfryAnimationIdle: INCLUDE "gfx/pokemon/orfry/anim_idle.asm"
|
||||
GoldeenAnimationIdle: INCLUDE "gfx/pokemon/goldeen/anim_idle.asm"
|
||||
SeakingAnimationIdle: INCLUDE "gfx/pokemon/seaking/anim_idle.asm"
|
||||
|
|
@ -188,6 +198,7 @@ EeveeAnimationIdle: INCLUDE "gfx/pokemon/eevee/anim_idle.asm"
|
|||
VaporeonAnimationIdle: INCLUDE "gfx/pokemon/vaporeon/anim_idle.asm"
|
||||
JolteonAnimationIdle: INCLUDE "gfx/pokemon/jolteon/anim_idle.asm"
|
||||
FlareonAnimationIdle: INCLUDE "gfx/pokemon/flareon/anim_idle.asm"
|
||||
PorybitAnimationIdle: INCLUDE "gfx/pokemon/porybit/anim_idle.asm"
|
||||
PorygonAnimationIdle: INCLUDE "gfx/pokemon/porygon/anim_idle.asm"
|
||||
OmanyteAnimationIdle: INCLUDE "gfx/pokemon/omanyte/anim_idle.asm"
|
||||
OmastarAnimationIdle: INCLUDE "gfx/pokemon/omastar/anim_idle.asm"
|
||||
|
|
@ -197,6 +208,7 @@ FeradactylAnimationIdle: INCLUDE "gfx/pokemon/feradactyl/anim_idle.asm"
|
|||
AerodactylAnimationIdle: INCLUDE "gfx/pokemon/aerodactyl/anim_idle.asm"
|
||||
DecillaAnimationIdle: INCLUDE "gfx/pokemon/decilla/anim_idle.asm"
|
||||
GawarhedAnimationIdle: INCLUDE "gfx/pokemon/gawarhed/anim_idle.asm"
|
||||
OmegadgeAnimationIdle: INCLUDE "gfx/pokemon/omegadge/anim_idle.asm"
|
||||
MunchlaxAnimationIdle: INCLUDE "gfx/pokemon/munchlax/anim_idle.asm"
|
||||
SnorlaxAnimationIdle: INCLUDE "gfx/pokemon/snorlax/anim_idle.asm"
|
||||
ArticunoAnimationIdle: INCLUDE "gfx/pokemon/articuno/anim_idle.asm"
|
||||
|
|
@ -210,6 +222,8 @@ DragonairAnimationIdle: INCLUDE "gfx/pokemon/dragonair/anim_idle.asm"
|
|||
DragoniteAnimationIdle: INCLUDE "gfx/pokemon/dragonite/anim_idle.asm"
|
||||
MewtwoAnimationIdle: INCLUDE "gfx/pokemon/mewtwo/anim_idle.asm"
|
||||
MewAnimationIdle: INCLUDE "gfx/pokemon/mew/anim_idle.asm"
|
||||
MeltanAnimationIdle: INCLUDE "gfx/pokemon/meltan/anim_idle.asm"
|
||||
MelmetalAnimationIdle: INCLUDE "gfx/pokemon/melmetal/anim_idle.asm"
|
||||
ChikoritaAnimationIdle: INCLUDE "gfx/pokemon/chikorita/anim_idle.asm"
|
||||
BayleefAnimationIdle: INCLUDE "gfx/pokemon/bayleef/anim_idle.asm"
|
||||
MeganiumAnimationIdle: INCLUDE "gfx/pokemon/meganium/anim_idle.asm"
|
||||
|
|
@ -281,6 +295,7 @@ UmbreonAnimationIdle: INCLUDE "gfx/pokemon/umbreon/anim_idle.asm"
|
|||
LeafeonAnimationIdle: INCLUDE "gfx/pokemon/leafeon/anim_idle.asm"
|
||||
GlaceonAnimationIdle: INCLUDE "gfx/pokemon/glaceon/anim_idle.asm"
|
||||
SylveonAnimationIdle: INCLUDE "gfx/pokemon/sylveon/anim_idle.asm"
|
||||
BreezeonAnimationIdle: INCLUDE "gfx/pokemon/breezeon/anim_idle.asm"
|
||||
MurkrowAnimationIdle: INCLUDE "gfx/pokemon/murkrow/anim_idle.asm"
|
||||
HonchkrowAnimationIdle: INCLUDE "gfx/pokemon/honchkrow/anim_idle.asm"
|
||||
SlowkingAnimationIdle: INCLUDE "gfx/pokemon/slowking/anim_idle.asm"
|
||||
|
|
@ -300,6 +315,7 @@ ForretressAnimationIdle: INCLUDE "gfx/pokemon/forretress/anim_idle.asm"
|
|||
DunsparceAnimationIdle: INCLUDE "gfx/pokemon/dunsparce/anim_idle.asm"
|
||||
DudunsparceAnimationIdle: INCLUDE "gfx/pokemon/dudunsparce/anim_idle.asm"
|
||||
GligarAnimationIdle: INCLUDE "gfx/pokemon/gligar/anim_idle.asm"
|
||||
GliscorAnimationIdle: INCLUDE "gfx/pokemon/gliscor/anim_idle.asm"
|
||||
SteelixAnimationIdle: INCLUDE "gfx/pokemon/steelix/anim_idle.asm"
|
||||
SnubbullAnimationIdle: INCLUDE "gfx/pokemon/snubbull/anim_idle.asm"
|
||||
GranbullAnimationIdle: INCLUDE "gfx/pokemon/granbull/anim_idle.asm"
|
||||
|
|
@ -307,11 +323,15 @@ CaretorkerAnimationIdle: INCLUDE "gfx/pokemon/caretorker/anim_idle.asm"
|
|||
QwilfishAnimationIdle: INCLUDE "gfx/pokemon/qwilfish/anim_idle.asm"
|
||||
KazappelinAnimationIdle: INCLUDE "gfx/pokemon/kazappelin/anim_idle.asm"
|
||||
QwilfatherAnimationIdle: INCLUDE "gfx/pokemon/qwilfather/anim_idle.asm"
|
||||
SailwingAnimationIdle: INCLUDE "gfx/pokemon/sailwing/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"
|
||||
HeracrossAnimationIdle: INCLUDE "gfx/pokemon/heracross/anim_idle.asm"
|
||||
SneaselAnimationIdle: INCLUDE "gfx/pokemon/sneasel/anim_idle.asm"
|
||||
WeavileAnimationIdle: INCLUDE "gfx/pokemon/weavile/anim_idle.asm"
|
||||
WarfursAnimationIdle: INCLUDE "gfx/pokemon/warfurs/anim_idle.asm"
|
||||
WearlycanAnimationIdle: INCLUDE "gfx/pokemon/wearlycan/anim_idle.asm"
|
||||
TeddiursaAnimationIdle: INCLUDE "gfx/pokemon/teddiursa/anim_idle.asm"
|
||||
UrsaringAnimationIdle: INCLUDE "gfx/pokemon/ursaring/anim_idle.asm"
|
||||
UrsalunaAnimationIdle: INCLUDE "gfx/pokemon/ursaluna/anim_idle.asm"
|
||||
|
|
@ -341,6 +361,10 @@ StantlerAnimationIdle: INCLUDE "gfx/pokemon/stantler/anim_idle.asm"
|
|||
WyrdeerAnimationIdle: INCLUDE "gfx/pokemon/wyrdeer/anim_idle.asm"
|
||||
SmeargleAnimationIdle: INCLUDE "gfx/pokemon/smeargle/anim_idle.asm"
|
||||
GrenmarAnimationIdle: INCLUDE "gfx/pokemon/grenmar/anim_idle.asm"
|
||||
BuniceAnimationIdle: INCLUDE "gfx/pokemon/bunice/anim_idle.asm"
|
||||
BundraAnimationIdle: INCLUDE "gfx/pokemon/bundra/anim_idle.asm"
|
||||
BunbergAnimationIdle: INCLUDE "gfx/pokemon/bunberg/anim_idle.asm"
|
||||
BundrakeAnimationIdle: INCLUDE "gfx/pokemon/bundrake/anim_idle.asm"
|
||||
TyrogueAnimationIdle: INCLUDE "gfx/pokemon/tyrogue/anim_idle.asm"
|
||||
HitmontopAnimationIdle: INCLUDE "gfx/pokemon/hitmontop/anim_idle.asm"
|
||||
SmoochumAnimationIdle: INCLUDE "gfx/pokemon/smoochum/anim_idle.asm"
|
||||
|
|
@ -370,11 +394,16 @@ KitsenAnimationIdle: INCLUDE "gfx/pokemon/kitsen/anim_idle.asm"
|
|||
WispiritAnimationIdle: INCLUDE "gfx/pokemon/wispirit/anim_idle.asm"
|
||||
CoatlAnimationIdle: INCLUDE "gfx/pokemon/coatl/anim_idle.asm"
|
||||
MimearAnimationIdle: INCLUDE "gfx/pokemon/mimear/anim_idle.asm"
|
||||
SnuzzlesAnimationIdle: INCLUDE "gfx/pokemon/snuzzles/anim_idle.asm"
|
||||
DrilluskAnimationIdle: INCLUDE "gfx/pokemon/drillusk/anim_idle.asm"
|
||||
InoshikaAnimationIdle: INCLUDE "gfx/pokemon/inoshika/anim_idle.asm"
|
||||
RuddernautAnimationIdle: INCLUDE "gfx/pokemon/ruddernaut/anim_idle.asm"
|
||||
PixytopAnimationIdle: INCLUDE "gfx/pokemon/pixytop/anim_idle.asm"
|
||||
MawtleAnimationIdle: INCLUDE "gfx/pokemon/mawtle/anim_idle.asm"
|
||||
XylodonAnimationIdle: INCLUDE "gfx/pokemon/xylodon/anim_idle.asm"
|
||||
XylofinAnimationIdle: INCLUDE "gfx/pokemon/xylofin/anim_idle.asm"
|
||||
DokuroarAnimationIdle: INCLUDE "gfx/pokemon/dokuroar/anim_idle.asm"
|
||||
AlphalithAnimationIdle: INCLUDE "gfx/pokemon/alphalith/anim_idle.asm"
|
||||
ScreamTailAnimationIdle: INCLUDE "gfx/pokemon/scream_tail/anim_idle.asm"
|
||||
SandyShocksAnimationIdle: INCLUDE "gfx/pokemon/sandy_shocks/anim_idle.asm"
|
||||
GreatTuskAnimationIdle: INCLUDE "gfx/pokemon/great_tusk/anim_idle.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue