mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00

Every Pokemon is now integrated, aside from regional forms and evolutions of those (except Evolotto, I'll do that later). I may now rest.
229 lines
13 KiB
NASM
229 lines
13 KiB
NASM
KantoFrames: ; used only for BANK(KantoFrames)
|
|
|
|
BulbasaurFrames: INCLUDE "gfx/pokemon/bulbasaur/frames.asm"
|
|
IvysaurFrames: INCLUDE "gfx/pokemon/ivysaur/frames.asm"
|
|
VenusaurFrames: INCLUDE "gfx/pokemon/venusaur/frames.asm"
|
|
CharmanderFrames: INCLUDE "gfx/pokemon/charmander/frames.asm"
|
|
CharmeleonFrames: INCLUDE "gfx/pokemon/charmeleon/frames.asm"
|
|
CharizardFrames: INCLUDE "gfx/pokemon/charizard/frames.asm"
|
|
CharmadaFrames: INCLUDE "gfx/pokemon/charmada/frames.asm"
|
|
SquirtleFrames: INCLUDE "gfx/pokemon/squirtle/frames.asm"
|
|
WartortleFrames: INCLUDE "gfx/pokemon/wartortle/frames.asm"
|
|
TotartleFrames: INCLUDE "gfx/pokemon/totartle/frames.asm"
|
|
CaterpieFrames: INCLUDE "gfx/pokemon/caterpie/frames.asm"
|
|
MetapodFrames: INCLUDE "gfx/pokemon/metapod/frames.asm"
|
|
ButterfreeFrames: INCLUDE "gfx/pokemon/butterfree/frames.asm"
|
|
WeedleFrames: INCLUDE "gfx/pokemon/weedle/frames.asm"
|
|
KakunaFrames: INCLUDE "gfx/pokemon/kakuna/frames.asm"
|
|
BeedrillFrames: INCLUDE "gfx/pokemon/beedrill/frames.asm"
|
|
GentlarvaFrames: INCLUDE "gfx/pokemon/gentlarva/frames.asm"
|
|
PupalFrames: INCLUDE "gfx/pokemon/pupal/frames.asm"
|
|
CarapthorFrames: INCLUDE "gfx/pokemon/carapthor/frames.asm"
|
|
KotoraFrames: INCLUDE "gfx/pokemon/kotora/frames.asm"
|
|
GaotoraFrames: INCLUDE "gfx/pokemon/gaotora/frames.asm"
|
|
GorotoraFrames: INCLUDE "gfx/pokemon/gorotora/frames.asm"
|
|
RaitoraFrames: INCLUDE "gfx/pokemon/raitora/frames.asm"
|
|
PidgeyFrames: INCLUDE "gfx/pokemon/pidgey/frames.asm"
|
|
PidgeottoFrames: INCLUDE "gfx/pokemon/pidgeotto/frames.asm"
|
|
PidgeotFrames: INCLUDE "gfx/pokemon/pidgeot/frames.asm"
|
|
RattataFrames: INCLUDE "gfx/pokemon/rattata/frames.asm"
|
|
RaticateFrames: INCLUDE "gfx/pokemon/raticate/frames.asm"
|
|
SpearowFrames: INCLUDE "gfx/pokemon/spearow/frames.asm"
|
|
FearowFrames: INCLUDE "gfx/pokemon/fearow/frames.asm"
|
|
EkansFrames: INCLUDE "gfx/pokemon/ekans/frames.asm"
|
|
ArbokFrames: INCLUDE "gfx/pokemon/arbok/frames.asm"
|
|
PikachuFrames: INCLUDE "gfx/pokemon/pikachu/frames.asm"
|
|
RaichuFrames: INCLUDE "gfx/pokemon/raichu/frames.asm"
|
|
GorochuFrames: INCLUDE "gfx/pokemon/gorochu/frames.asm"
|
|
SandshrewFrames: INCLUDE "gfx/pokemon/sandshrew/frames.asm"
|
|
SandslashFrames: INCLUDE "gfx/pokemon/sandslash/frames.asm"
|
|
NidoranFFrames: INCLUDE "gfx/pokemon/nidoran_f/frames.asm"
|
|
NidorinaFrames: INCLUDE "gfx/pokemon/nidorina/frames.asm"
|
|
NidoqueenFrames: INCLUDE "gfx/pokemon/nidoqueen/frames.asm"
|
|
NidoranMFrames: INCLUDE "gfx/pokemon/nidoran_m/frames.asm"
|
|
NidorinoFrames: INCLUDE "gfx/pokemon/nidorino/frames.asm"
|
|
NidokingFrames: INCLUDE "gfx/pokemon/nidoking/frames.asm"
|
|
NidoreignFrames: INCLUDE "gfx/pokemon/nidoreign/frames.asm"
|
|
ClefairyFrames: INCLUDE "gfx/pokemon/clefairy/frames.asm"
|
|
ClefableFrames: INCLUDE "gfx/pokemon/clefable/frames.asm"
|
|
VulpiiiFrames: INCLUDE "gfx/pokemon/vulpiii/frames.asm"
|
|
VulpixFrames: INCLUDE "gfx/pokemon/vulpix/frames.asm"
|
|
NinetalesFrames: INCLUDE "gfx/pokemon/ninetales/frames.asm"
|
|
JigglypuffFrames: INCLUDE "gfx/pokemon/jigglypuff/frames.asm"
|
|
WigglytuffFrames: INCLUDE "gfx/pokemon/wigglytuff/frames.asm"
|
|
BittybatFrames: INCLUDE "gfx/pokemon/bittybat/frames.asm"
|
|
ZubatFrames: INCLUDE "gfx/pokemon/zubat/frames.asm"
|
|
GolbatFrames: INCLUDE "gfx/pokemon/golbat/frames.asm"
|
|
OddishFrames: INCLUDE "gfx/pokemon/oddish/frames.asm"
|
|
GloomFrames: INCLUDE "gfx/pokemon/gloom/frames.asm"
|
|
VileplumeFrames: INCLUDE "gfx/pokemon/vileplume/frames.asm"
|
|
ParasporFrames: INCLUDE "gfx/pokemon/paraspor/frames.asm"
|
|
ParasFrames: INCLUDE "gfx/pokemon/paras/frames.asm"
|
|
ParasectFrames: INCLUDE "gfx/pokemon/parasect/frames.asm"
|
|
VenonatFrames: INCLUDE "gfx/pokemon/venonat/frames.asm"
|
|
VenomothFrames: INCLUDE "gfx/pokemon/venomoth/frames.asm"
|
|
DiglettFrames: INCLUDE "gfx/pokemon/diglett/frames.asm"
|
|
DugtrioFrames: INCLUDE "gfx/pokemon/dugtrio/frames.asm"
|
|
WiglettFrames: INCLUDE "gfx/pokemon/wiglett/frames.asm"
|
|
WugtrioFrames: INCLUDE "gfx/pokemon/wugtrio/frames.asm"
|
|
CoinpurFrames: INCLUDE "gfx/pokemon/coinpur/frames.asm"
|
|
MeowthFrames: INCLUDE "gfx/pokemon/meowth/frames.asm"
|
|
PersianFrames: INCLUDE "gfx/pokemon/persian/frames.asm"
|
|
PerrserkerFrames: INCLUDE "gfx/pokemon/perrserker/frames.asm"
|
|
PsyduckFrames: INCLUDE "gfx/pokemon/psyduck/frames.asm"
|
|
WeirduckFrames: INCLUDE "gfx/pokemon/weirduck/frames.asm"
|
|
GolduckFrames: INCLUDE "gfx/pokemon/golduck/frames.asm"
|
|
MankeyFrames: INCLUDE "gfx/pokemon/mankey/frames.asm"
|
|
PrimeapeFrames: INCLUDE "gfx/pokemon/primeape/frames.asm"
|
|
AnnihilapeFrames: INCLUDE "gfx/pokemon/annihilape/frames.asm"
|
|
PupperonFrames: INCLUDE "gfx/pokemon/pupperon/frames.asm"
|
|
GrowlitheFrames: INCLUDE "gfx/pokemon/growlithe/frames.asm"
|
|
ArcanineFrames: INCLUDE "gfx/pokemon/arcanine/frames.asm"
|
|
PoliwagFrames: INCLUDE "gfx/pokemon/poliwag/frames.asm"
|
|
PoliwhirlFrames: INCLUDE "gfx/pokemon/poliwhirl/frames.asm"
|
|
PoliwrathFrames: INCLUDE "gfx/pokemon/poliwrath/frames.asm"
|
|
AbraFrames: INCLUDE "gfx/pokemon/abra/frames.asm"
|
|
KadabraFrames: INCLUDE "gfx/pokemon/kadabra/frames.asm"
|
|
AlakazamFrames: INCLUDE "gfx/pokemon/alakazam/frames.asm"
|
|
MachopFrames: INCLUDE "gfx/pokemon/machop/frames.asm"
|
|
MachokeFrames: INCLUDE "gfx/pokemon/machoke/frames.asm"
|
|
MachampFrames: INCLUDE "gfx/pokemon/machamp/frames.asm"
|
|
BellsproutFrames: INCLUDE "gfx/pokemon/bellsprout/frames.asm"
|
|
WeepinbellFrames: INCLUDE "gfx/pokemon/weepinbell/frames.asm"
|
|
VictreebelFrames: INCLUDE "gfx/pokemon/victreebel/frames.asm"
|
|
BellignanFrames: INCLUDE "gfx/pokemon/bellignan/frames.asm"
|
|
TentacoolFrames: INCLUDE "gfx/pokemon/tentacool/frames.asm"
|
|
TentacruelFrames: INCLUDE "gfx/pokemon/tentacruel/frames.asm"
|
|
ToedscoolFrames: INCLUDE "gfx/pokemon/toedscool/frames.asm"
|
|
ToedscruelFrames: INCLUDE "gfx/pokemon/toedscruel/frames.asm"
|
|
BlottleFrames: INCLUDE "gfx/pokemon/blottle/frames.asm"
|
|
PendrakenFrames: INCLUDE "gfx/pokemon/pendraken/frames.asm"
|
|
GeodudeFrames: INCLUDE "gfx/pokemon/geodude/frames.asm"
|
|
GravelerFrames: INCLUDE "gfx/pokemon/graveler/frames.asm"
|
|
GolemFrames: INCLUDE "gfx/pokemon/golem/frames.asm"
|
|
KoltaFrames: INCLUDE "gfx/pokemon/kolta/frames.asm"
|
|
PonytaFrames: INCLUDE "gfx/pokemon/ponyta/frames.asm"
|
|
RapidashFrames: INCLUDE "gfx/pokemon/rapidash/frames.asm"
|
|
BalumbaFrames: INCLUDE "gfx/pokemon/balumba/frames.asm"
|
|
SlowpokeFrames: INCLUDE "gfx/pokemon/slowpoke/frames.asm"
|
|
SlowbroFrames: INCLUDE "gfx/pokemon/slowbro/frames.asm"
|
|
MagnemiteFrames: INCLUDE "gfx/pokemon/magnemite/frames.asm"
|
|
MagnetiteFrames: INCLUDE "gfx/pokemon/magnetite/frames.asm"
|
|
MagnetonFrames: INCLUDE "gfx/pokemon/magneton/frames.asm"
|
|
MagnezoneFrames: INCLUDE "gfx/pokemon/magnezone/frames.asm"
|
|
GavillainFrames: INCLUDE "gfx/pokemon/gavillain/frames.asm"
|
|
CheepFrames: INCLUDE "gfx/pokemon/cheep/frames.asm"
|
|
JabettaFrames: INCLUDE "gfx/pokemon/jabetta/frames.asm"
|
|
RibbitoFrames: INCLUDE "gfx/pokemon/ribbito/frames.asm"
|
|
CroakozunaFrames: INCLUDE "gfx/pokemon/croakozuna/frames.asm"
|
|
FarfetchDFrames: INCLUDE "gfx/pokemon/farfetch_d/frames.asm"
|
|
LuxwanFrames: INCLUDE "gfx/pokemon/luxwan/frames.asm"
|
|
DodaerieFrames: INCLUDE "gfx/pokemon/dodaerie/frames.asm"
|
|
DoduoFrames: INCLUDE "gfx/pokemon/doduo/frames.asm"
|
|
DodrioFrames: INCLUDE "gfx/pokemon/dodrio/frames.asm"
|
|
SeelFrames: INCLUDE "gfx/pokemon/seel/frames.asm"
|
|
DewgongFrames: INCLUDE "gfx/pokemon/dewgong/frames.asm"
|
|
SmujjFrames: INCLUDE "gfx/pokemon/smujj/frames.asm"
|
|
GrimerFrames: INCLUDE "gfx/pokemon/grimer/frames.asm"
|
|
MukFrames: INCLUDE "gfx/pokemon/muk/frames.asm"
|
|
ShellderFrames: INCLUDE "gfx/pokemon/shellder/frames.asm"
|
|
CloysterFrames: INCLUDE "gfx/pokemon/cloyster/frames.asm"
|
|
DisturbanFrames: INCLUDE "gfx/pokemon/disturban/frames.asm"
|
|
GastlyFrames: INCLUDE "gfx/pokemon/gastly/frames.asm"
|
|
HaunterFrames: INCLUDE "gfx/pokemon/haunter/frames.asm"
|
|
GengarFrames: INCLUDE "gfx/pokemon/gengar/frames.asm"
|
|
OnixFrames: INCLUDE "gfx/pokemon/onix/frames.asm"
|
|
DrowzeeFrames: INCLUDE "gfx/pokemon/drowzee/frames.asm"
|
|
HypnoFrames: INCLUDE "gfx/pokemon/hypno/frames.asm"
|
|
KrabbyFrames: INCLUDE "gfx/pokemon/krabby/frames.asm"
|
|
KinglerFrames: INCLUDE "gfx/pokemon/kingler/frames.asm"
|
|
VoltorbFrames: INCLUDE "gfx/pokemon/voltorb/frames.asm"
|
|
ElectrodeFrames: INCLUDE "gfx/pokemon/electrode/frames.asm"
|
|
ExeggcuteFrames: INCLUDE "gfx/pokemon/exeggcute/frames.asm"
|
|
ExeggutorFrames: INCLUDE "gfx/pokemon/exeggutor/frames.asm"
|
|
CuboneFrames: INCLUDE "gfx/pokemon/cubone/frames.asm"
|
|
MarowakFrames: INCLUDE "gfx/pokemon/marowak/frames.asm"
|
|
GuardiaFrames: INCLUDE "gfx/pokemon/guardia/frames.asm"
|
|
HitmonleeFrames: INCLUDE "gfx/pokemon/hitmonlee/frames.asm"
|
|
HitmonchanFrames: INCLUDE "gfx/pokemon/hitmonchan/frames.asm"
|
|
LickitungFrames: INCLUDE "gfx/pokemon/lickitung/frames.asm"
|
|
LickilickyFrames: INCLUDE "gfx/pokemon/lickilicky/frames.asm"
|
|
LickilordFrames: INCLUDE "gfx/pokemon/lickilord/frames.asm"
|
|
KoffingFrames: INCLUDE "gfx/pokemon/koffing/frames.asm"
|
|
WeezingFrames: INCLUDE "gfx/pokemon/weezing/frames.asm"
|
|
RhyhornFrames: INCLUDE "gfx/pokemon/rhyhorn/frames.asm"
|
|
RhydonFrames: INCLUDE "gfx/pokemon/rhydon/frames.asm"
|
|
RhyperiorFrames: INCLUDE "gfx/pokemon/rhyperior/frames.asm"
|
|
HappinyFrames: INCLUDE "gfx/pokemon/happiny/frames.asm"
|
|
ChanseyFrames: INCLUDE "gfx/pokemon/chansey/frames.asm"
|
|
GorillaimoFrames: INCLUDE "gfx/pokemon/gorillaimo/frames.asm"
|
|
CactormusFrames: INCLUDE "gfx/pokemon/cactormus/frames.asm"
|
|
BurgelaFrames: INCLUDE "gfx/pokemon/burgela/frames.asm"
|
|
TangelaFrames: INCLUDE "gfx/pokemon/tangela/frames.asm"
|
|
TangrowthFrames: INCLUDE "gfx/pokemon/tangrowth/frames.asm"
|
|
JungelaFrames: INCLUDE "gfx/pokemon/jungela/frames.asm"
|
|
RamooseFrames: INCLUDE "gfx/pokemon/ramoose/frames.asm"
|
|
KangaskhanFrames: INCLUDE "gfx/pokemon/kangaskhan/frames.asm"
|
|
TrampelFrames: INCLUDE "gfx/pokemon/trampel/frames.asm"
|
|
AraphantFrames: INCLUDE "gfx/pokemon/araphant/frames.asm"
|
|
HorseaFrames: INCLUDE "gfx/pokemon/horsea/frames.asm"
|
|
SeadraFrames: INCLUDE "gfx/pokemon/seadra/frames.asm"
|
|
BlastykeFrames: INCLUDE "gfx/pokemon/blastyke/frames.asm"
|
|
BlastoiseFrames: INCLUDE "gfx/pokemon/blastoise/frames.asm"
|
|
SharpoonFrames: INCLUDE "gfx/pokemon/sharpoon/frames.asm"
|
|
OrfryFrames: INCLUDE "gfx/pokemon/orfry/frames.asm"
|
|
GoldeenFrames: INCLUDE "gfx/pokemon/goldeen/frames.asm"
|
|
SeakingFrames: INCLUDE "gfx/pokemon/seaking/frames.asm"
|
|
StaryuFrames: INCLUDE "gfx/pokemon/staryu/frames.asm"
|
|
StarmieFrames: INCLUDE "gfx/pokemon/starmie/frames.asm"
|
|
MimeJrFrames: INCLUDE "gfx/pokemon/mime_jr_/frames.asm"
|
|
MrMimeFrames: INCLUDE "gfx/pokemon/mr__mime/frames.asm"
|
|
ScytherFrames: INCLUDE "gfx/pokemon/scyther/frames.asm"
|
|
KleavorFrames: INCLUDE "gfx/pokemon/kleavor/frames.asm"
|
|
JynxFrames: INCLUDE "gfx/pokemon/jynx/frames.asm"
|
|
BuuFrames: INCLUDE "gfx/pokemon/buu/frames.asm"
|
|
ElectabuzzFrames: INCLUDE "gfx/pokemon/electabuzz/frames.asm"
|
|
ElectivireFrames: INCLUDE "gfx/pokemon/electivire/frames.asm"
|
|
MagmarFrames: INCLUDE "gfx/pokemon/magmar/frames.asm"
|
|
MagmortarFrames: INCLUDE "gfx/pokemon/magmortar/frames.asm"
|
|
PinsirFrames: INCLUDE "gfx/pokemon/pinsir/frames.asm"
|
|
TriculesFrames: INCLUDE "gfx/pokemon/tricules/frames.asm"
|
|
TaurosFrames: INCLUDE "gfx/pokemon/tauros/frames.asm"
|
|
MagikarpFrames: INCLUDE "gfx/pokemon/magikarp/frames.asm"
|
|
GyaradosFrames: INCLUDE "gfx/pokemon/gyarados/frames.asm"
|
|
MagipreyFrames: INCLUDE "gfx/pokemon/magiprey/frames.asm"
|
|
TerradosFrames: INCLUDE "gfx/pokemon/terrados/frames.asm"
|
|
LaprasFrames: INCLUDE "gfx/pokemon/lapras/frames.asm"
|
|
DittoFrames: INCLUDE "gfx/pokemon/ditto/frames.asm"
|
|
MimmeoFrames: INCLUDE "gfx/pokemon/mimmeo/frames.asm"
|
|
EeveeFrames: INCLUDE "gfx/pokemon/eevee/frames.asm"
|
|
VaporeonFrames: INCLUDE "gfx/pokemon/vaporeon/frames.asm"
|
|
JolteonFrames: INCLUDE "gfx/pokemon/jolteon/frames.asm"
|
|
FlareonFrames: INCLUDE "gfx/pokemon/flareon/frames.asm"
|
|
PorybitFrames: INCLUDE "gfx/pokemon/porybit/frames.asm"
|
|
PorygonFrames: INCLUDE "gfx/pokemon/porygon/frames.asm"
|
|
OmanyteFrames: INCLUDE "gfx/pokemon/omanyte/frames.asm"
|
|
OmastarFrames: INCLUDE "gfx/pokemon/omastar/frames.asm"
|
|
KabutoFrames: INCLUDE "gfx/pokemon/kabuto/frames.asm"
|
|
KabutopsFrames: INCLUDE "gfx/pokemon/kabutops/frames.asm"
|
|
FeradactylFrames: INCLUDE "gfx/pokemon/feradactyl/frames.asm"
|
|
AerodactylFrames: INCLUDE "gfx/pokemon/aerodactyl/frames.asm"
|
|
DecillaFrames: INCLUDE "gfx/pokemon/decilla/frames.asm"
|
|
GawarhedFrames: INCLUDE "gfx/pokemon/gawarhed/frames.asm"
|
|
OmegadgeFrames: INCLUDE "gfx/pokemon/omegadge/frames.asm"
|
|
MunchlaxFrames: INCLUDE "gfx/pokemon/munchlax/frames.asm"
|
|
SnorlaxFrames: INCLUDE "gfx/pokemon/snorlax/frames.asm"
|
|
ArticunoFrames: INCLUDE "gfx/pokemon/articuno/frames.asm"
|
|
ZapdosFrames: INCLUDE "gfx/pokemon/zapdos/frames.asm"
|
|
MoltresFrames: INCLUDE "gfx/pokemon/moltres/frames.asm"
|
|
SqueamataFrames: INCLUDE "gfx/pokemon/squeamata/frames.asm"
|
|
MinistareFrames: INCLUDE "gfx/pokemon/ministare/frames.asm"
|
|
IguanarchFrames: INCLUDE "gfx/pokemon/iguanarch/frames.asm"
|
|
DratiniFrames: INCLUDE "gfx/pokemon/dratini/frames.asm"
|
|
DragonairFrames: INCLUDE "gfx/pokemon/dragonair/frames.asm"
|
|
DragoniteFrames: INCLUDE "gfx/pokemon/dragonite/frames.asm"
|
|
MewtwoFrames: INCLUDE "gfx/pokemon/mewtwo/frames.asm"
|
|
MewFrames: INCLUDE "gfx/pokemon/mew/frames.asm"
|
|
MeltanFrames: INCLUDE "gfx/pokemon/meltan/frames.asm"
|
|
MelmetalFrames: INCLUDE "gfx/pokemon/melmetal/frames.asm"
|