mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 16:45:24 +13:00
Gambling, Breeding, and Ressurection: My Kinda Night
This commit is contained in:
parent
577cd5d353
commit
0b7b88d954
157 changed files with 1095 additions and 153 deletions
|
|
@ -118,6 +118,7 @@ DoduoAnimation: INCLUDE "gfx/pokemon/doduo/anim.asm"
|
|||
DodrioAnimation: INCLUDE "gfx/pokemon/dodrio/anim.asm"
|
||||
SeelAnimation: INCLUDE "gfx/pokemon/seel/anim.asm"
|
||||
DewgongAnimation: INCLUDE "gfx/pokemon/dewgong/anim.asm"
|
||||
SmujjAnimation: INCLUDE "gfx/pokemon/smujj/anim.asm"
|
||||
GrimerAnimation: INCLUDE "gfx/pokemon/grimer/anim.asm"
|
||||
MukAnimation: INCLUDE "gfx/pokemon/muk/anim.asm"
|
||||
ShellderAnimation: INCLUDE "gfx/pokemon/shellder/anim.asm"
|
||||
|
|
@ -137,6 +138,7 @@ ExeggcuteAnimation: INCLUDE "gfx/pokemon/exeggcute/anim.asm"
|
|||
ExeggutorAnimation: INCLUDE "gfx/pokemon/exeggutor/anim.asm"
|
||||
CuboneAnimation: INCLUDE "gfx/pokemon/cubone/anim.asm"
|
||||
MarowakAnimation: INCLUDE "gfx/pokemon/marowak/anim.asm"
|
||||
GuardiaAnimation: INCLUDE "gfx/pokemon/guardia/anim.asm"
|
||||
HitmonleeAnimation: INCLUDE "gfx/pokemon/hitmonlee/anim.asm"
|
||||
HitmonchanAnimation: INCLUDE "gfx/pokemon/hitmonchan/anim.asm"
|
||||
LickitungAnimation: INCLUDE "gfx/pokemon/lickitung/anim.asm"
|
||||
|
|
@ -146,6 +148,7 @@ KoffingAnimation: INCLUDE "gfx/pokemon/koffing/anim.asm"
|
|||
WeezingAnimation: INCLUDE "gfx/pokemon/weezing/anim.asm"
|
||||
RhyhornAnimation: INCLUDE "gfx/pokemon/rhyhorn/anim.asm"
|
||||
RhydonAnimation: INCLUDE "gfx/pokemon/rhydon/anim.asm"
|
||||
HappinyAnimation: INCLUDE "gfx/pokemon/happiny/anim.asm"
|
||||
ChanseyAnimation: INCLUDE "gfx/pokemon/chansey/anim.asm"
|
||||
BurgelaAnimation: INCLUDE "gfx/pokemon/burgela/anim.asm"
|
||||
TangelaAnimation: INCLUDE "gfx/pokemon/tangela/anim.asm"
|
||||
|
|
@ -161,13 +164,16 @@ GoldeenAnimation: INCLUDE "gfx/pokemon/goldeen/anim.asm"
|
|||
SeakingAnimation: INCLUDE "gfx/pokemon/seaking/anim.asm"
|
||||
StaryuAnimation: INCLUDE "gfx/pokemon/staryu/anim.asm"
|
||||
StarmieAnimation: INCLUDE "gfx/pokemon/starmie/anim.asm"
|
||||
MimeJrAnimation: INCLUDE "gfx/pokemon/mime_jr_/anim.asm"
|
||||
MrMimeAnimation: INCLUDE "gfx/pokemon/mr__mime/anim.asm"
|
||||
ScytherAnimation: INCLUDE "gfx/pokemon/scyther/anim.asm"
|
||||
KleavorAnimation: INCLUDE "gfx/pokemon/kleavor/anim.asm"
|
||||
JynxAnimation: INCLUDE "gfx/pokemon/jynx/anim.asm"
|
||||
BuuAnimation: INCLUDE "gfx/pokemon/buu/anim.asm"
|
||||
ElectabuzzAnimation: INCLUDE "gfx/pokemon/electabuzz/anim.asm"
|
||||
ElectivireAnimation: INCLUDE "gfx/pokemon/electivire/anim.asm"
|
||||
MagmarAnimation: INCLUDE "gfx/pokemon/magmar/anim.asm"
|
||||
MagmortarAnimation: INCLUDE "gfx/pokemon/magmortar/anim.asm"
|
||||
PinsirAnimation: INCLUDE "gfx/pokemon/pinsir/anim.asm"
|
||||
TriculesAnimation: INCLUDE "gfx/pokemon/tricules/anim.asm"
|
||||
TaurosAnimation: INCLUDE "gfx/pokemon/tauros/anim.asm"
|
||||
|
|
@ -177,6 +183,7 @@ MagipreyAnimation: INCLUDE "gfx/pokemon/magiprey/anim.asm"
|
|||
TerradosAnimation: INCLUDE "gfx/pokemon/terrados/anim.asm"
|
||||
LaprasAnimation: INCLUDE "gfx/pokemon/lapras/anim.asm"
|
||||
DittoAnimation: INCLUDE "gfx/pokemon/ditto/anim.asm"
|
||||
MimmeoAnimation: INCLUDE "gfx/pokemon/mimmeo/anim.asm"
|
||||
EeveeAnimation: INCLUDE "gfx/pokemon/eevee/anim.asm"
|
||||
VaporeonAnimation: INCLUDE "gfx/pokemon/vaporeon/anim.asm"
|
||||
JolteonAnimation: INCLUDE "gfx/pokemon/jolteon/anim.asm"
|
||||
|
|
@ -186,12 +193,18 @@ OmanyteAnimation: INCLUDE "gfx/pokemon/omanyte/anim.asm"
|
|||
OmastarAnimation: INCLUDE "gfx/pokemon/omastar/anim.asm"
|
||||
KabutoAnimation: INCLUDE "gfx/pokemon/kabuto/anim.asm"
|
||||
KabutopsAnimation: INCLUDE "gfx/pokemon/kabutops/anim.asm"
|
||||
FeradactylAnimation: INCLUDE "gfx/pokemon/feradactyl/anim.asm"
|
||||
AerodactylAnimation: INCLUDE "gfx/pokemon/aerodactyl/anim.asm"
|
||||
DecillaAnimation: INCLUDE "gfx/pokemon/decilla/anim.asm"
|
||||
GawarhedAnimation: INCLUDE "gfx/pokemon/gawarhed/anim.asm"
|
||||
MunchlaxAnimation: INCLUDE "gfx/pokemon/munchlax/anim.asm"
|
||||
SnorlaxAnimation: INCLUDE "gfx/pokemon/snorlax/anim.asm"
|
||||
ArticunoAnimation: INCLUDE "gfx/pokemon/articuno/anim.asm"
|
||||
ZapdosAnimation: INCLUDE "gfx/pokemon/zapdos/anim.asm"
|
||||
MoltresAnimation: INCLUDE "gfx/pokemon/moltres/anim.asm"
|
||||
SqueamataAnimation: INCLUDE "gfx/pokemon/squeamata/anim.asm"
|
||||
MinistareAnimation: INCLUDE "gfx/pokemon/ministare/anim.asm"
|
||||
IguanarchAnimation: INCLUDE "gfx/pokemon/iguanarch/anim.asm"
|
||||
DratiniAnimation: INCLUDE "gfx/pokemon/dratini/anim.asm"
|
||||
DragonairAnimation: INCLUDE "gfx/pokemon/dragonair/anim.asm"
|
||||
DragoniteAnimation: INCLUDE "gfx/pokemon/dragonite/anim.asm"
|
||||
|
|
@ -244,6 +257,7 @@ BellossomAnimation: INCLUDE "gfx/pokemon/bellossom/anim.asm"
|
|||
AzurillAnimation: INCLUDE "gfx/pokemon/azurill/anim.asm"
|
||||
MarillAnimation: INCLUDE "gfx/pokemon/marill/anim.asm"
|
||||
AzumarillAnimation: INCLUDE "gfx/pokemon/azumarill/anim.asm"
|
||||
BonslyAnimation: INCLUDE "gfx/pokemon/bonsly/anim.asm"
|
||||
SudowoodoAnimation: INCLUDE "gfx/pokemon/sudowoodo/anim.asm"
|
||||
PolitoedAnimation: INCLUDE "gfx/pokemon/politoed/anim.asm"
|
||||
HoppipAnimation: INCLUDE "gfx/pokemon/hoppip/anim.asm"
|
||||
|
|
@ -267,6 +281,7 @@ LeafeonAnimation: INCLUDE "gfx/pokemon/leafeon/anim.asm"
|
|||
GlaceonAnimation: INCLUDE "gfx/pokemon/glaceon/anim.asm"
|
||||
SylveonAnimation: INCLUDE "gfx/pokemon/sylveon/anim.asm"
|
||||
MurkrowAnimation: INCLUDE "gfx/pokemon/murkrow/anim.asm"
|
||||
HonchkrowAnimation: INCLUDE "gfx/pokemon/honchkrow/anim.asm"
|
||||
SlowkingAnimation: INCLUDE "gfx/pokemon/slowking/anim.asm"
|
||||
MisdreavusAnimation: INCLUDE "gfx/pokemon/misdreavus/anim.asm"
|
||||
MismagiusAnimation: INCLUDE "gfx/pokemon/mismagius/anim.asm"
|
||||
|
|
@ -287,6 +302,7 @@ GligarAnimation: INCLUDE "gfx/pokemon/gligar/anim.asm"
|
|||
SteelixAnimation: INCLUDE "gfx/pokemon/steelix/anim.asm"
|
||||
SnubbullAnimation: INCLUDE "gfx/pokemon/snubbull/anim.asm"
|
||||
GranbullAnimation: INCLUDE "gfx/pokemon/granbull/anim.asm"
|
||||
CaretorkerAnimation: INCLUDE "gfx/pokemon/caretorker/anim.asm"
|
||||
QwilfishAnimation: INCLUDE "gfx/pokemon/qwilfish/anim.asm"
|
||||
KazeppelinAnimation: INCLUDE "gfx/pokemon/kazeppelin/anim.asm"
|
||||
QwilfatherAnimation: INCLUDE "gfx/pokemon/qwilfather/anim.asm"
|
||||
|
|
@ -317,12 +333,15 @@ KingdraAnimation: INCLUDE "gfx/pokemon/kingdra/anim.asm"
|
|||
PhanpyAnimation: INCLUDE "gfx/pokemon/phanpy/anim.asm"
|
||||
DonphanAnimation: INCLUDE "gfx/pokemon/donphan/anim.asm"
|
||||
Porygon2Animation: INCLUDE "gfx/pokemon/porygon2/anim.asm"
|
||||
PorygonZAnimation: INCLUDE "gfx/pokemon/porygon_z/anim.asm"
|
||||
StantlerAnimation: INCLUDE "gfx/pokemon/stantler/anim.asm"
|
||||
WyrdeerAnimation: INCLUDE "gfx/pokemon/wyrdeer/anim.asm"
|
||||
SmeargleAnimation: INCLUDE "gfx/pokemon/smeargle/anim.asm"
|
||||
GrenmarAnimation: INCLUDE "gfx/pokemon/grenmar/anim.asm"
|
||||
TyrogueAnimation: INCLUDE "gfx/pokemon/tyrogue/anim.asm"
|
||||
HitmontopAnimation: INCLUDE "gfx/pokemon/hitmontop/anim.asm"
|
||||
SmoochumAnimation: INCLUDE "gfx/pokemon/smoochum/anim.asm"
|
||||
ElebebiAnimation: INCLUDE "gfx/pokemon/elebebi/anim.asm"
|
||||
ElekidAnimation: INCLUDE "gfx/pokemon/elekid/anim.asm"
|
||||
MagbyAnimation: INCLUDE "gfx/pokemon/magby/anim.asm"
|
||||
MiltankAnimation: INCLUDE "gfx/pokemon/miltank/anim.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue