mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
191 lines
11 KiB
NASM
191 lines
11 KiB
NASM
JohtoFrames: ; used only for BANK(JohtoFrames)
|
|
|
|
ChikoritaFrames: INCLUDE "gfx/pokemon/chikorita/frames.asm"
|
|
BayleefFrames: INCLUDE "gfx/pokemon/bayleef/frames.asm"
|
|
MeganiumFrames: INCLUDE "gfx/pokemon/meganium/frames.asm"
|
|
CyndaquilFrames: INCLUDE "gfx/pokemon/cyndaquil/frames.asm"
|
|
QuilavaFrames: INCLUDE "gfx/pokemon/quilava/frames.asm"
|
|
TyphlosionFrames: INCLUDE "gfx/pokemon/typhlosion/frames.asm"
|
|
TotodileFrames: INCLUDE "gfx/pokemon/totodile/frames.asm"
|
|
CroconawFrames: INCLUDE "gfx/pokemon/croconaw/frames.asm"
|
|
FeraligatrFrames: INCLUDE "gfx/pokemon/feraligatr/frames.asm"
|
|
CubburnFrames: INCLUDE "gfx/pokemon/cubburn/frames.asm"
|
|
FlambearFrames: INCLUDE "gfx/pokemon/flambear/frames.asm"
|
|
BruinousFrames: INCLUDE "gfx/pokemon/bruinous/frames.asm"
|
|
PalssioFrames: INCLUDE "gfx/pokemon/palssio/frames.asm"
|
|
PressioFrames: INCLUDE "gfx/pokemon/pressio/frames.asm"
|
|
DonmarinFrames: INCLUDE "gfx/pokemon/donmarin/frames.asm"
|
|
SentretFrames: INCLUDE "gfx/pokemon/sentret/frames.asm"
|
|
FurretFrames: INCLUDE "gfx/pokemon/furret/frames.asm"
|
|
HoothootFrames: INCLUDE "gfx/pokemon/hoothoot/frames.asm"
|
|
NoctowlFrames: INCLUDE "gfx/pokemon/noctowl/frames.asm"
|
|
LedybaFrames: INCLUDE "gfx/pokemon/ledyba/frames.asm"
|
|
LedianFrames: INCLUDE "gfx/pokemon/ledian/frames.asm"
|
|
SpinarakFrames: INCLUDE "gfx/pokemon/spinarak/frames.asm"
|
|
AriadosFrames: INCLUDE "gfx/pokemon/ariados/frames.asm"
|
|
FolageFrames: INCLUDE "gfx/pokemon/folage/frames.asm"
|
|
BarreauFrames: INCLUDE "gfx/pokemon/barreau/frames.asm"
|
|
CrobatFrames: INCLUDE "gfx/pokemon/crobat/frames.asm"
|
|
ChinchouFrames: INCLUDE "gfx/pokemon/chinchou/frames.asm"
|
|
LanturnFrames: INCLUDE "gfx/pokemon/lanturn/frames.asm"
|
|
ReroadFrames: INCLUDE "gfx/pokemon/reroad/frames.asm"
|
|
PichuFrames: INCLUDE "gfx/pokemon/pichu/frames.asm"
|
|
CleffaFrames: INCLUDE "gfx/pokemon/cleffa/frames.asm"
|
|
IgglybuffFrames: INCLUDE "gfx/pokemon/igglybuff/frames.asm"
|
|
TogepiFrames: INCLUDE "gfx/pokemon/togepi/frames.asm"
|
|
TogeticFrames: INCLUDE "gfx/pokemon/togetic/frames.asm"
|
|
TogekissFrames: INCLUDE "gfx/pokemon/togekiss/frames.asm"
|
|
NatuFrames: INCLUDE "gfx/pokemon/natu/frames.asm"
|
|
QatuFrames: INCLUDE "gfx/pokemon/qatu/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"
|
|
BellossomFrames: INCLUDE "gfx/pokemon/bellossom/frames.asm"
|
|
AzurillFrames: INCLUDE "gfx/pokemon/azurill/frames.asm"
|
|
MarillFrames: INCLUDE "gfx/pokemon/marill/frames.asm"
|
|
AzumarillFrames: INCLUDE "gfx/pokemon/azumarill/frames.asm"
|
|
BonslyFrames: INCLUDE "gfx/pokemon/bonsly/frames.asm"
|
|
SudowoodoFrames: INCLUDE "gfx/pokemon/sudowoodo/frames.asm"
|
|
PolitoedFrames: INCLUDE "gfx/pokemon/politoed/frames.asm"
|
|
HoppipFrames: INCLUDE "gfx/pokemon/hoppip/frames.asm"
|
|
SkiploomFrames: INCLUDE "gfx/pokemon/skiploom/frames.asm"
|
|
JumpluffFrames: INCLUDE "gfx/pokemon/jumpluff/frames.asm"
|
|
AipomFrames: INCLUDE "gfx/pokemon/aipom/frames.asm"
|
|
AmbipomFrames: INCLUDE "gfx/pokemon/ambipom/frames.asm"
|
|
SunkernFrames: INCLUDE "gfx/pokemon/sunkern/frames.asm"
|
|
SunbudFrames: INCLUDE "gfx/pokemon/sunbud/frames.asm"
|
|
SunfloraFrames: INCLUDE "gfx/pokemon/sunflora/frames.asm"
|
|
HippunkFrames: INCLUDE "gfx/pokemon/hippunk/frames.asm"
|
|
AercrowFrames: INCLUDE "gfx/pokemon/aercrow/frames.asm"
|
|
FoxfireFrames: INCLUDE "gfx/pokemon/foxfire/frames.asm"
|
|
YanmaFrames: INCLUDE "gfx/pokemon/yanma/frames.asm"
|
|
YanmegaFrames: INCLUDE "gfx/pokemon/yanmega/frames.asm"
|
|
OniyanmaFrames: INCLUDE "gfx/pokemon/oniyanma/frames.asm"
|
|
WooperFrames: INCLUDE "gfx/pokemon/wooper/frames.asm"
|
|
QuagsireFrames: INCLUDE "gfx/pokemon/quagsire/frames.asm"
|
|
EspeonFrames: INCLUDE "gfx/pokemon/espeon/frames.asm"
|
|
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"
|
|
MurkrowFrames: INCLUDE "gfx/pokemon/murkrow/frames.asm"
|
|
HonchkrowFrames: INCLUDE "gfx/pokemon/honchkrow/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"
|
|
WynautFrames: INCLUDE "gfx/pokemon/wynaut/frames.asm"
|
|
WobbuffetFrames: INCLUDE "gfx/pokemon/wobbuffet/frames.asm"
|
|
BipullaFrames: INCLUDE "gfx/pokemon/bipulla/frames.asm"
|
|
GirafarigFrames: INCLUDE "gfx/pokemon/girafarig/frames.asm"
|
|
FarigirafFrames: INCLUDE "gfx/pokemon/farigiraf/frames.asm"
|
|
EmordromeFrames: INCLUDE "gfx/pokemon/emordrome/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"
|
|
GranbullFrames: INCLUDE "gfx/pokemon/granbull/frames.asm"
|
|
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"
|
|
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"
|
|
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"
|
|
PiloswineFrames: INCLUDE "gfx/pokemon/piloswine/frames.asm"
|
|
MamoswineFrames: INCLUDE "gfx/pokemon/mamoswine/frames.asm"
|
|
HirsuswineFrames: INCLUDE "gfx/pokemon/hirsuswine/frames.asm"
|
|
CorsolaFrames: INCLUDE "gfx/pokemon/corsola/frames.asm"
|
|
RemoraidFrames: INCLUDE "gfx/pokemon/remoraid/frames.asm"
|
|
OctilleryFrames: INCLUDE "gfx/pokemon/octillery/frames.asm"
|
|
StricheelFrames: INCLUDE "gfx/pokemon/stricheel/frames.asm"
|
|
LurreelFrames: INCLUDE "gfx/pokemon/lurreel/frames.asm"
|
|
DelibirdFrames: INCLUDE "gfx/pokemon/delibird/frames.asm"
|
|
MantykeFrames: INCLUDE "gfx/pokemon/mantyke/frames.asm"
|
|
MantineFrames: INCLUDE "gfx/pokemon/mantine/frames.asm"
|
|
SkarmoryFrames: INCLUDE "gfx/pokemon/skarmory/frames.asm"
|
|
HoundourFrames: INCLUDE "gfx/pokemon/houndour/frames.asm"
|
|
HoundoomFrames: INCLUDE "gfx/pokemon/houndoom/frames.asm"
|
|
KingdraFrames: INCLUDE "gfx/pokemon/kingdra/frames.asm"
|
|
PhanpyFrames: INCLUDE "gfx/pokemon/phanpy/frames.asm"
|
|
DonphanFrames: INCLUDE "gfx/pokemon/donphan/frames.asm"
|
|
Porygon2Frames: INCLUDE "gfx/pokemon/porygon2/frames.asm"
|
|
PorygonZFrames: INCLUDE "gfx/pokemon/porygon_z/frames.asm"
|
|
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"
|
|
TyrogueFrames: INCLUDE "gfx/pokemon/tyrogue/frames.asm"
|
|
HitmontopFrames: INCLUDE "gfx/pokemon/hitmontop/frames.asm"
|
|
SmoochumFrames: INCLUDE "gfx/pokemon/smoochum/frames.asm"
|
|
ElebebiFrames: INCLUDE "gfx/pokemon/elebebi/frames.asm"
|
|
ElekidFrames: INCLUDE "gfx/pokemon/elekid/frames.asm"
|
|
MagbyFrames: INCLUDE "gfx/pokemon/magby/frames.asm"
|
|
MiltankFrames: INCLUDE "gfx/pokemon/miltank/frames.asm"
|
|
BlisseyFrames: INCLUDE "gfx/pokemon/blissey/frames.asm"
|
|
|
|
WaruchuFrames: INCLUDE "gfx/pokemon/waruchu/frames.asm"
|
|
SoneggFrames: INCLUDE "gfx/pokemon/sonegg/frames.asm"
|
|
CacawphonyFrames: INCLUDE "gfx/pokemon/cacawphony/frames.asm"
|
|
TrebirFrames: INCLUDE "gfx/pokemon/trebir/frames.asm"
|
|
SakurazeFrames: INCLUDE "gfx/pokemon/sakuraze/frames.asm"
|
|
TanobiFrames: INCLUDE "gfx/pokemon/tanobi/frames.asm"
|
|
TrustanFrames: INCLUDE "gfx/pokemon/trustan/frames.asm"
|
|
KuwaguardFrames: INCLUDE "gfx/pokemon/kuwaguard/frames.asm"
|
|
TonquitoFrames: INCLUDE "gfx/pokemon/tonquito/frames.asm"
|
|
MolambinoFrames: INCLUDE "gfx/pokemon/molambino/frames.asm"
|
|
LuanboFrames: INCLUDE "gfx/pokemon/luanbo/frames.asm"
|
|
GranboFrames: INCLUDE "gfx/pokemon/granbo/frames.asm"
|
|
AngoreFrames: INCLUDE "gfx/pokemon/angore/frames.asm"
|
|
EucalaFrames: INCLUDE "gfx/pokemon/eucala/frames.asm"
|
|
KiwookedFrames: INCLUDE "gfx/pokemon/kiwooked/frames.asm"
|
|
CyclorpFrames: INCLUDE "gfx/pokemon/cyclorp/frames.asm"
|
|
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"
|
|
InoshikaFrames: INCLUDE "gfx/pokemon/inoshika/frames.asm"
|
|
RuddernautFrames: INCLUDE "gfx/pokemon/ruddernaut/frames.asm"
|
|
XylodonFrames: INCLUDE "gfx/pokemon/xylodon/frames.asm"
|
|
XylofinFrames: INCLUDE "gfx/pokemon/xylofin/frames.asm"
|
|
DokuroarFrames: INCLUDE "gfx/pokemon/dokuroar/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"
|
|
FlutterManeFrames: INCLUDE "gfx/pokemon/flutter_mane/frames.asm"
|
|
IronTreadsFrames: INCLUDE "gfx/pokemon/iron_treads/frames.asm"
|
|
IronBundleFrames: INCLUDE "gfx/pokemon/iron_bundle/frames.asm"
|
|
IronThornsFrames: INCLUDE "gfx/pokemon/iron_thorns/frames.asm"
|
|
|
|
RagingBoltFrames: INCLUDE "gfx/pokemon/raging_bolt/frames.asm"
|
|
GougingFireFrames: INCLUDE "gfx/pokemon/gouging_fire/frames.asm"
|
|
WalkingWakeFrames: INCLUDE "gfx/pokemon/walking_wake/frames.asm"
|
|
RaikouFrames: INCLUDE "gfx/pokemon/raikou/frames.asm"
|
|
EnteiFrames: INCLUDE "gfx/pokemon/entei/frames.asm"
|
|
SuicuneFrames: INCLUDE "gfx/pokemon/suicune/frames.asm"
|
|
LarvitarFrames: INCLUDE "gfx/pokemon/larvitar/frames.asm"
|
|
PupitarFrames: INCLUDE "gfx/pokemon/pupitar/frames.asm"
|
|
TyranitarFrames: INCLUDE "gfx/pokemon/tyranitar/frames.asm"
|
|
LugiaFrames: INCLUDE "gfx/pokemon/lugia/frames.asm"
|
|
HoOhFrames: INCLUDE "gfx/pokemon/ho_oh/frames.asm"
|
|
HyoshuYangFrames: INCLUDE "gfx/pokemon/hyoshu_yang/frames.asm"
|
|
HyoshuYinFrames: INCLUDE "gfx/pokemon/hyoshu_yin/frames.asm"
|
|
CelebiFrames: INCLUDE "gfx/pokemon/celebi/frames.asm"
|
|
EggFrames: INCLUDE "gfx/pokemon/egg/frames.asm"
|