From b373984ab90ee055420e279b05c69328f0773b7b Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Thu, 28 Dec 2017 11:05:42 -0500 Subject: [PATCH] Rename pokemon animation files (fix #439) --- constants/pokemon_constants.asm | 2 +- engine/pic_animation.asm | 44 +- gfx/pokemon/abra/{anim0.asm => anim.asm} | 0 gfx/pokemon/abra/{anim1.asm => anim_idle.asm} | 0 .../aerodactyl/{anim0.asm => anim.asm} | 0 .../aerodactyl/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/aipom/{anim0.asm => anim.asm} | 0 .../aipom/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/alakazam/{anim0.asm => anim.asm} | 0 .../alakazam/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/ampharos/{anim0.asm => anim.asm} | 0 .../ampharos/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/anims.asm | 504 +++++++++--------- gfx/pokemon/arbok/{anim0.asm => anim.asm} | 0 .../arbok/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/arcanine/{anim0.asm => anim.asm} | 0 .../arcanine/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/ariados/{anim0.asm => anim.asm} | 0 .../ariados/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/articuno/{anim0.asm => anim.asm} | 0 .../articuno/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/azumarill/{anim0.asm => anim.asm} | 0 .../azumarill/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/bayleef/{anim0.asm => anim.asm} | 0 .../bayleef/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/beedrill/{anim0.asm => anim.asm} | 0 .../beedrill/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/bellossom/{anim0.asm => anim.asm} | 0 .../bellossom/{anim1.asm => anim_idle.asm} | 0 .../bellsprout/{anim0.asm => anim.asm} | 0 .../bellsprout/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/blastoise/{anim0.asm => anim.asm} | 0 .../blastoise/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/blissey/{anim0.asm => anim.asm} | 0 .../blissey/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/bulbasaur/{anim0.asm => anim.asm} | 0 .../bulbasaur/{anim1.asm => anim_idle.asm} | 0 .../butterfree/{anim0.asm => anim.asm} | 0 .../butterfree/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/caterpie/{anim0.asm => anim.asm} | 0 .../caterpie/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/celebi/{anim0.asm => anim.asm} | 0 .../celebi/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/chansey/{anim0.asm => anim.asm} | 0 .../chansey/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/charizard/{anim0.asm => anim.asm} | 0 .../charizard/{anim1.asm => anim_idle.asm} | 0 .../charmander/{anim0.asm => anim.asm} | 0 .../charmander/{anim1.asm => anim_idle.asm} | 0 .../charmeleon/{anim0.asm => anim.asm} | 0 .../charmeleon/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/chikorita/{anim0.asm => anim.asm} | 0 .../chikorita/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/chinchou/{anim0.asm => anim.asm} | 0 .../chinchou/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/clefable/{anim0.asm => anim.asm} | 0 .../clefable/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/clefairy/{anim0.asm => anim.asm} | 0 .../clefairy/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/cleffa/{anim0.asm => anim.asm} | 0 .../cleffa/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/cloyster/{anim0.asm => anim.asm} | 0 .../cloyster/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/corsola/{anim0.asm => anim.asm} | 0 .../corsola/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/crobat/{anim0.asm => anim.asm} | 0 .../crobat/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/croconaw/{anim0.asm => anim.asm} | 0 .../croconaw/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/cubone/{anim0.asm => anim.asm} | 0 .../cubone/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/cyndaquil/{anim0.asm => anim.asm} | 0 .../cyndaquil/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/delibird/{anim0.asm => anim.asm} | 0 .../delibird/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/dewgong/{anim0.asm => anim.asm} | 0 .../dewgong/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/diglett/{anim0.asm => anim.asm} | 0 .../diglett/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/ditto/{anim0.asm => anim.asm} | 0 .../ditto/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/dodrio/{anim0.asm => anim.asm} | 0 .../dodrio/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/doduo/{anim0.asm => anim.asm} | 0 .../doduo/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/donphan/{anim0.asm => anim.asm} | 0 .../donphan/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/dragonair/{anim0.asm => anim.asm} | 0 .../dragonair/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/dragonite/{anim0.asm => anim.asm} | 0 .../dragonite/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/dratini/{anim0.asm => anim.asm} | 0 .../dratini/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/drowzee/{anim0.asm => anim.asm} | 0 .../drowzee/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/dugtrio/{anim0.asm => anim.asm} | 0 .../dugtrio/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/dunsparce/{anim0.asm => anim.asm} | 0 .../dunsparce/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/eevee/{anim0.asm => anim.asm} | 0 .../eevee/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/egg/{anim0.asm => anim.asm} | 0 gfx/pokemon/egg/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/ekans/{anim0.asm => anim.asm} | 0 .../ekans/{anim1.asm => anim_idle.asm} | 0 .../electabuzz/{anim0.asm => anim.asm} | 0 .../electabuzz/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/electrode/{anim0.asm => anim.asm} | 0 .../electrode/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/elekid/{anim0.asm => anim.asm} | 0 .../elekid/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/entei/{anim0.asm => anim.asm} | 0 .../entei/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/espeon/{anim0.asm => anim.asm} | 0 .../espeon/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/exeggcute/{anim0.asm => anim.asm} | 0 .../exeggcute/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/exeggutor/{anim0.asm => anim.asm} | 0 .../exeggutor/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/extra_pointers.asm | 252 --------- gfx/pokemon/extras.asm | 252 --------- .../farfetch_d/{anim0.asm => anim.asm} | 0 .../farfetch_d/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/fearow/{anim0.asm => anim.asm} | 0 .../fearow/{anim1.asm => anim_idle.asm} | 0 .../feraligatr/{anim0.asm => anim.asm} | 0 .../feraligatr/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/flaaffy/{anim0.asm => anim.asm} | 0 .../flaaffy/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/flareon/{anim0.asm => anim.asm} | 0 .../flareon/{anim1.asm => anim_idle.asm} | 0 .../forretress/{anim0.asm => anim.asm} | 0 .../forretress/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/furret/{anim0.asm => anim.asm} | 0 .../furret/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/gastly/{anim0.asm => anim.asm} | 0 .../gastly/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/gengar/{anim0.asm => anim.asm} | 0 .../gengar/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/geodude/{anim0.asm => anim.asm} | 0 .../geodude/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/girafarig/{anim0.asm => anim.asm} | 0 .../girafarig/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/gligar/{anim0.asm => anim.asm} | 0 .../gligar/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/gloom/{anim0.asm => anim.asm} | 0 .../gloom/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/golbat/{anim0.asm => anim.asm} | 0 .../golbat/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/goldeen/{anim0.asm => anim.asm} | 0 .../goldeen/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/golduck/{anim0.asm => anim.asm} | 0 .../golduck/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/golem/{anim0.asm => anim.asm} | 0 .../golem/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/granbull/{anim0.asm => anim.asm} | 0 .../granbull/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/graveler/{anim0.asm => anim.asm} | 0 .../graveler/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/grimer/{anim0.asm => anim.asm} | 0 .../grimer/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/growlithe/{anim0.asm => anim.asm} | 0 .../growlithe/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/gyarados/{anim0.asm => anim.asm} | 0 .../gyarados/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/haunter/{anim0.asm => anim.asm} | 0 .../haunter/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/heracross/{anim0.asm => anim.asm} | 0 .../heracross/{anim1.asm => anim_idle.asm} | 0 .../hitmonchan/{anim0.asm => anim.asm} | 0 .../hitmonchan/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/hitmonlee/{anim0.asm => anim.asm} | 0 .../hitmonlee/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/hitmontop/{anim0.asm => anim.asm} | 0 .../hitmontop/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/ho_oh/{anim0.asm => anim.asm} | 0 .../ho_oh/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/hoothoot/{anim0.asm => anim.asm} | 0 .../hoothoot/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/hoppip/{anim0.asm => anim.asm} | 0 .../hoppip/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/horsea/{anim0.asm => anim.asm} | 0 .../horsea/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/houndoom/{anim0.asm => anim.asm} | 0 .../houndoom/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/houndour/{anim0.asm => anim.asm} | 0 .../houndour/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/hypno/{anim0.asm => anim.asm} | 0 .../hypno/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/idle_pointers.asm | 252 +++++++++ gfx/pokemon/idles.asm | 252 +++++++++ gfx/pokemon/igglybuff/{anim0.asm => anim.asm} | 0 .../igglybuff/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/ivysaur/{anim0.asm => anim.asm} | 0 .../ivysaur/{anim1.asm => anim_idle.asm} | 0 .../jigglypuff/{anim0.asm => anim.asm} | 0 .../jigglypuff/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/jolteon/{anim0.asm => anim.asm} | 0 .../jolteon/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/jumpluff/{anim0.asm => anim.asm} | 0 .../jumpluff/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/jynx/{anim0.asm => anim.asm} | 0 gfx/pokemon/jynx/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/kabuto/{anim0.asm => anim.asm} | 0 .../kabuto/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/kabutops/{anim0.asm => anim.asm} | 0 .../kabutops/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/kadabra/{anim0.asm => anim.asm} | 0 .../kadabra/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/kakuna/{anim0.asm => anim.asm} | 0 .../kakuna/{anim1.asm => anim_idle.asm} | 0 .../kangaskhan/{anim0.asm => anim.asm} | 0 .../kangaskhan/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/kingdra/{anim0.asm => anim.asm} | 0 .../kingdra/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/kingler/{anim0.asm => anim.asm} | 0 .../kingler/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/koffing/{anim0.asm => anim.asm} | 0 .../koffing/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/krabby/{anim0.asm => anim.asm} | 0 .../krabby/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/lanturn/{anim0.asm => anim.asm} | 0 .../lanturn/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/lapras/{anim0.asm => anim.asm} | 0 .../lapras/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/larvitar/{anim0.asm => anim.asm} | 0 .../larvitar/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/ledian/{anim0.asm => anim.asm} | 0 .../ledian/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/ledyba/{anim0.asm => anim.asm} | 0 .../ledyba/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/lickitung/{anim0.asm => anim.asm} | 0 .../lickitung/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/lugia/{anim0.asm => anim.asm} | 0 .../lugia/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/machamp/{anim0.asm => anim.asm} | 0 .../machamp/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/machoke/{anim0.asm => anim.asm} | 0 .../machoke/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/machop/{anim0.asm => anim.asm} | 0 .../machop/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/magby/{anim0.asm => anim.asm} | 0 .../magby/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/magcargo/{anim0.asm => anim.asm} | 0 .../magcargo/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/magikarp/{anim0.asm => anim.asm} | 0 .../magikarp/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/magmar/{anim0.asm => anim.asm} | 0 .../magmar/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/magnemite/{anim0.asm => anim.asm} | 0 .../magnemite/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/magneton/{anim0.asm => anim.asm} | 0 .../magneton/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/mankey/{anim0.asm => anim.asm} | 0 .../mankey/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/mantine/{anim0.asm => anim.asm} | 0 .../mantine/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/mareep/{anim0.asm => anim.asm} | 0 .../mareep/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/marill/{anim0.asm => anim.asm} | 0 .../marill/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/marowak/{anim0.asm => anim.asm} | 0 .../marowak/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/meganium/{anim0.asm => anim.asm} | 0 .../meganium/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/meowth/{anim0.asm => anim.asm} | 0 .../meowth/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/metapod/{anim0.asm => anim.asm} | 0 .../metapod/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/mew/{anim0.asm => anim.asm} | 0 gfx/pokemon/mew/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/mewtwo/{anim0.asm => anim.asm} | 0 .../mewtwo/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/miltank/{anim0.asm => anim.asm} | 0 .../miltank/{anim1.asm => anim_idle.asm} | 0 .../misdreavus/{anim0.asm => anim.asm} | 0 .../misdreavus/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/moltres/{anim0.asm => anim.asm} | 0 .../moltres/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/mr__mime/{anim0.asm => anim.asm} | 0 .../mr__mime/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/muk/{anim0.asm => anim.asm} | 0 gfx/pokemon/muk/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/murkrow/{anim0.asm => anim.asm} | 0 .../murkrow/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/natu/{anim0.asm => anim.asm} | 0 gfx/pokemon/natu/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/nidoking/{anim0.asm => anim.asm} | 0 .../nidoking/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/nidoqueen/{anim0.asm => anim.asm} | 0 .../nidoqueen/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/nidoran_f/{anim0.asm => anim.asm} | 0 .../nidoran_f/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/nidoran_m/{anim0.asm => anim.asm} | 0 .../nidoran_m/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/nidorina/{anim0.asm => anim.asm} | 0 .../nidorina/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/nidorino/{anim0.asm => anim.asm} | 0 .../nidorino/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/ninetales/{anim0.asm => anim.asm} | 0 .../ninetales/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/noctowl/{anim0.asm => anim.asm} | 0 .../noctowl/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/octillery/{anim0.asm => anim.asm} | 0 .../octillery/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/oddish/{anim0.asm => anim.asm} | 0 .../oddish/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/omanyte/{anim0.asm => anim.asm} | 0 .../omanyte/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/omastar/{anim0.asm => anim.asm} | 0 .../omastar/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/onix/{anim0.asm => anim.asm} | 0 gfx/pokemon/onix/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/paras/{anim0.asm => anim.asm} | 0 .../paras/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/parasect/{anim0.asm => anim.asm} | 0 .../parasect/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/persian/{anim0.asm => anim.asm} | 0 .../persian/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/phanpy/{anim0.asm => anim.asm} | 0 .../phanpy/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/pichu/{anim0.asm => anim.asm} | 0 .../pichu/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/pidgeot/{anim0.asm => anim.asm} | 0 .../pidgeot/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/pidgeotto/{anim0.asm => anim.asm} | 0 .../pidgeotto/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/pidgey/{anim0.asm => anim.asm} | 0 .../pidgey/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/pikachu/{anim0.asm => anim.asm} | 0 .../pikachu/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/piloswine/{anim0.asm => anim.asm} | 0 .../piloswine/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/pineco/{anim0.asm => anim.asm} | 0 .../pineco/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/pinsir/{anim0.asm => anim.asm} | 0 .../pinsir/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/politoed/{anim0.asm => anim.asm} | 0 .../politoed/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/poliwag/{anim0.asm => anim.asm} | 0 .../poliwag/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/poliwhirl/{anim0.asm => anim.asm} | 0 .../poliwhirl/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/poliwrath/{anim0.asm => anim.asm} | 0 .../poliwrath/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/ponyta/{anim0.asm => anim.asm} | 0 .../ponyta/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/porygon/{anim0.asm => anim.asm} | 0 .../porygon/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/porygon2/{anim0.asm => anim.asm} | 0 .../porygon2/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/primeape/{anim0.asm => anim.asm} | 0 .../primeape/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/psyduck/{anim0.asm => anim.asm} | 0 .../psyduck/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/pupitar/{anim0.asm => anim.asm} | 0 .../pupitar/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/quagsire/{anim0.asm => anim.asm} | 0 .../quagsire/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/quilava/{anim0.asm => anim.asm} | 0 .../quilava/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/qwilfish/{anim0.asm => anim.asm} | 0 .../qwilfish/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/raichu/{anim0.asm => anim.asm} | 0 .../raichu/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/raikou/{anim0.asm => anim.asm} | 0 .../raikou/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/rapidash/{anim0.asm => anim.asm} | 0 .../rapidash/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/raticate/{anim0.asm => anim.asm} | 0 .../raticate/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/rattata/{anim0.asm => anim.asm} | 0 .../rattata/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/remoraid/{anim0.asm => anim.asm} | 0 .../remoraid/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/rhydon/{anim0.asm => anim.asm} | 0 .../rhydon/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/rhyhorn/{anim0.asm => anim.asm} | 0 .../rhyhorn/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/sandshrew/{anim0.asm => anim.asm} | 0 .../sandshrew/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/sandslash/{anim0.asm => anim.asm} | 0 .../sandslash/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/scizor/{anim0.asm => anim.asm} | 0 .../scizor/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/scyther/{anim0.asm => anim.asm} | 0 .../scyther/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/seadra/{anim0.asm => anim.asm} | 0 .../seadra/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/seaking/{anim0.asm => anim.asm} | 0 .../seaking/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/seel/{anim0.asm => anim.asm} | 0 gfx/pokemon/seel/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/sentret/{anim0.asm => anim.asm} | 0 .../sentret/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/shellder/{anim0.asm => anim.asm} | 0 .../shellder/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/shuckle/{anim0.asm => anim.asm} | 0 .../shuckle/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/skarmory/{anim0.asm => anim.asm} | 0 .../skarmory/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/skiploom/{anim0.asm => anim.asm} | 0 .../skiploom/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/slowbro/{anim0.asm => anim.asm} | 0 .../slowbro/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/slowking/{anim0.asm => anim.asm} | 0 .../slowking/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/slowpoke/{anim0.asm => anim.asm} | 0 .../slowpoke/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/slugma/{anim0.asm => anim.asm} | 0 .../slugma/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/smeargle/{anim0.asm => anim.asm} | 0 .../smeargle/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/smoochum/{anim0.asm => anim.asm} | 0 .../smoochum/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/sneasel/{anim0.asm => anim.asm} | 0 .../sneasel/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/snorlax/{anim0.asm => anim.asm} | 0 .../snorlax/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/snubbull/{anim0.asm => anim.asm} | 0 .../snubbull/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/spearow/{anim0.asm => anim.asm} | 0 .../spearow/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/spinarak/{anim0.asm => anim.asm} | 0 .../spinarak/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/squirtle/{anim0.asm => anim.asm} | 0 .../squirtle/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/stantler/{anim0.asm => anim.asm} | 0 .../stantler/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/starmie/{anim0.asm => anim.asm} | 0 .../starmie/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/staryu/{anim0.asm => anim.asm} | 0 .../staryu/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/steelix/{anim0.asm => anim.asm} | 0 .../steelix/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/sudowoodo/{anim0.asm => anim.asm} | 0 .../sudowoodo/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/suicune/{anim0.asm => anim.asm} | 0 .../suicune/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/sunflora/{anim0.asm => anim.asm} | 0 .../sunflora/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/sunkern/{anim0.asm => anim.asm} | 0 .../sunkern/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/swinub/{anim0.asm => anim.asm} | 0 .../swinub/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/tangela/{anim0.asm => anim.asm} | 0 .../tangela/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/tauros/{anim0.asm => anim.asm} | 0 .../tauros/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/teddiursa/{anim0.asm => anim.asm} | 0 .../teddiursa/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/tentacool/{anim0.asm => anim.asm} | 0 .../tentacool/{anim1.asm => anim_idle.asm} | 0 .../tentacruel/{anim0.asm => anim.asm} | 0 .../tentacruel/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/togepi/{anim0.asm => anim.asm} | 0 .../togepi/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/togetic/{anim0.asm => anim.asm} | 0 .../togetic/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/totodile/{anim0.asm => anim.asm} | 0 .../totodile/{anim1.asm => anim_idle.asm} | 0 .../typhlosion/{anim0.asm => anim.asm} | 0 .../typhlosion/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/tyranitar/{anim0.asm => anim.asm} | 0 .../tyranitar/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/tyrogue/{anim0.asm => anim.asm} | 0 .../tyrogue/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/umbreon/{anim0.asm => anim.asm} | 0 .../umbreon/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown/{anim0.asm => anim.asm} | 0 .../unown/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_a/{anim0.asm => anim.asm} | 0 .../unown_a/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_anims.asm | 52 +- gfx/pokemon/unown_b/{anim0.asm => anim.asm} | 0 .../unown_b/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_c/{anim0.asm => anim.asm} | 0 .../unown_c/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_d/{anim0.asm => anim.asm} | 0 .../unown_d/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_e/{anim0.asm => anim.asm} | 0 .../unown_e/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_extra_pointers.asm | 27 - gfx/pokemon/unown_extras.asm | 26 - gfx/pokemon/unown_f/{anim0.asm => anim.asm} | 0 .../unown_f/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_g/{anim0.asm => anim.asm} | 0 .../unown_g/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_h/{anim0.asm => anim.asm} | 0 .../unown_h/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_i/{anim0.asm => anim.asm} | 0 .../unown_i/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_idle_pointers.asm | 27 + gfx/pokemon/unown_idles.asm | 26 + gfx/pokemon/unown_j/{anim0.asm => anim.asm} | 0 .../unown_j/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_k/{anim0.asm => anim.asm} | 0 .../unown_k/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_l/{anim0.asm => anim.asm} | 0 .../unown_l/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_m/{anim0.asm => anim.asm} | 0 .../unown_m/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_n/{anim0.asm => anim.asm} | 0 .../unown_n/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_o/{anim0.asm => anim.asm} | 0 .../unown_o/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_p/{anim0.asm => anim.asm} | 0 .../unown_p/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_q/{anim0.asm => anim.asm} | 0 .../unown_q/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_r/{anim0.asm => anim.asm} | 0 .../unown_r/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_s/{anim0.asm => anim.asm} | 0 .../unown_s/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_t/{anim0.asm => anim.asm} | 0 .../unown_t/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_u/{anim0.asm => anim.asm} | 0 .../unown_u/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_v/{anim0.asm => anim.asm} | 0 .../unown_v/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_w/{anim0.asm => anim.asm} | 0 .../unown_w/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_x/{anim0.asm => anim.asm} | 0 .../unown_x/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_y/{anim0.asm => anim.asm} | 0 .../unown_y/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/unown_z/{anim0.asm => anim.asm} | 0 .../unown_z/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/ursaring/{anim0.asm => anim.asm} | 0 .../ursaring/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/vaporeon/{anim0.asm => anim.asm} | 0 .../vaporeon/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/venomoth/{anim0.asm => anim.asm} | 0 .../venomoth/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/venonat/{anim0.asm => anim.asm} | 0 .../venonat/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/venusaur/{anim0.asm => anim.asm} | 0 .../venusaur/{anim1.asm => anim_idle.asm} | 0 .../victreebel/{anim0.asm => anim.asm} | 0 .../victreebel/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/vileplume/{anim0.asm => anim.asm} | 0 .../vileplume/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/voltorb/{anim0.asm => anim.asm} | 0 .../voltorb/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/vulpix/{anim0.asm => anim.asm} | 0 .../vulpix/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/wartortle/{anim0.asm => anim.asm} | 0 .../wartortle/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/weedle/{anim0.asm => anim.asm} | 0 .../weedle/{anim1.asm => anim_idle.asm} | 0 .../weepinbell/{anim0.asm => anim.asm} | 0 .../weepinbell/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/weezing/{anim0.asm => anim.asm} | 0 .../weezing/{anim1.asm => anim_idle.asm} | 0 .../wigglytuff/{anim0.asm => anim.asm} | 0 .../wigglytuff/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/wobbuffet/{anim0.asm => anim.asm} | 0 .../wobbuffet/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/wooper/{anim0.asm => anim.asm} | 0 .../wooper/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/xatu/{anim0.asm => anim.asm} | 0 gfx/pokemon/xatu/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/yanma/{anim0.asm => anim.asm} | 0 .../yanma/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/zapdos/{anim0.asm => anim.asm} | 0 .../zapdos/{anim1.asm => anim_idle.asm} | 0 gfx/pokemon/zubat/{anim0.asm => anim.asm} | 0 .../zubat/{anim1.asm => anim_idle.asm} | 0 main.asm | 8 +- wram.asm | 2 +- 570 files changed, 863 insertions(+), 863 deletions(-) rename gfx/pokemon/abra/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/abra/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/aerodactyl/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/aerodactyl/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/aipom/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/aipom/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/alakazam/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/alakazam/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/ampharos/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/ampharos/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/arbok/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/arbok/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/arcanine/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/arcanine/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/ariados/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/ariados/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/articuno/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/articuno/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/azumarill/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/azumarill/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/bayleef/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/bayleef/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/beedrill/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/beedrill/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/bellossom/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/bellossom/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/bellsprout/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/bellsprout/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/blastoise/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/blastoise/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/blissey/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/blissey/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/bulbasaur/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/bulbasaur/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/butterfree/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/butterfree/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/caterpie/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/caterpie/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/celebi/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/celebi/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/chansey/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/chansey/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/charizard/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/charizard/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/charmander/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/charmander/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/charmeleon/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/charmeleon/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/chikorita/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/chikorita/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/chinchou/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/chinchou/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/clefable/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/clefable/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/clefairy/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/clefairy/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/cleffa/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/cleffa/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/cloyster/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/cloyster/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/corsola/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/corsola/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/crobat/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/crobat/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/croconaw/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/croconaw/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/cubone/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/cubone/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/cyndaquil/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/cyndaquil/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/delibird/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/delibird/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/dewgong/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/dewgong/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/diglett/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/diglett/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/ditto/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/ditto/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/dodrio/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/dodrio/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/doduo/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/doduo/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/donphan/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/donphan/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/dragonair/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/dragonair/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/dragonite/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/dragonite/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/dratini/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/dratini/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/drowzee/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/drowzee/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/dugtrio/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/dugtrio/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/dunsparce/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/dunsparce/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/eevee/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/eevee/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/egg/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/egg/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/ekans/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/ekans/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/electabuzz/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/electabuzz/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/electrode/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/electrode/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/elekid/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/elekid/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/entei/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/entei/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/espeon/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/espeon/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/exeggcute/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/exeggcute/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/exeggutor/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/exeggutor/{anim1.asm => anim_idle.asm} (100%) delete mode 100644 gfx/pokemon/extra_pointers.asm delete mode 100644 gfx/pokemon/extras.asm rename gfx/pokemon/farfetch_d/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/farfetch_d/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/fearow/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/fearow/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/feraligatr/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/feraligatr/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/flaaffy/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/flaaffy/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/flareon/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/flareon/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/forretress/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/forretress/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/furret/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/furret/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/gastly/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/gastly/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/gengar/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/gengar/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/geodude/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/geodude/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/girafarig/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/girafarig/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/gligar/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/gligar/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/gloom/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/gloom/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/golbat/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/golbat/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/goldeen/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/goldeen/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/golduck/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/golduck/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/golem/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/golem/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/granbull/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/granbull/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/graveler/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/graveler/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/grimer/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/grimer/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/growlithe/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/growlithe/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/gyarados/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/gyarados/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/haunter/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/haunter/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/heracross/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/heracross/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/hitmonchan/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/hitmonchan/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/hitmonlee/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/hitmonlee/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/hitmontop/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/hitmontop/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/ho_oh/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/ho_oh/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/hoothoot/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/hoothoot/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/hoppip/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/hoppip/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/horsea/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/horsea/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/houndoom/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/houndoom/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/houndour/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/houndour/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/hypno/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/hypno/{anim1.asm => anim_idle.asm} (100%) create mode 100644 gfx/pokemon/idle_pointers.asm create mode 100644 gfx/pokemon/idles.asm rename gfx/pokemon/igglybuff/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/igglybuff/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/ivysaur/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/ivysaur/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/jigglypuff/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/jigglypuff/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/jolteon/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/jolteon/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/jumpluff/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/jumpluff/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/jynx/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/jynx/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/kabuto/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/kabuto/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/kabutops/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/kabutops/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/kadabra/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/kadabra/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/kakuna/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/kakuna/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/kangaskhan/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/kangaskhan/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/kingdra/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/kingdra/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/kingler/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/kingler/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/koffing/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/koffing/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/krabby/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/krabby/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/lanturn/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/lanturn/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/lapras/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/lapras/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/larvitar/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/larvitar/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/ledian/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/ledian/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/ledyba/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/ledyba/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/lickitung/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/lickitung/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/lugia/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/lugia/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/machamp/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/machamp/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/machoke/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/machoke/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/machop/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/machop/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/magby/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/magby/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/magcargo/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/magcargo/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/magikarp/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/magikarp/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/magmar/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/magmar/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/magnemite/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/magnemite/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/magneton/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/magneton/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/mankey/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/mankey/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/mantine/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/mantine/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/mareep/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/mareep/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/marill/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/marill/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/marowak/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/marowak/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/meganium/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/meganium/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/meowth/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/meowth/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/metapod/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/metapod/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/mew/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/mew/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/mewtwo/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/mewtwo/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/miltank/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/miltank/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/misdreavus/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/misdreavus/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/moltres/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/moltres/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/mr__mime/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/mr__mime/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/muk/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/muk/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/murkrow/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/murkrow/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/natu/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/natu/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/nidoking/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/nidoking/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/nidoqueen/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/nidoqueen/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/nidoran_f/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/nidoran_f/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/nidoran_m/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/nidoran_m/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/nidorina/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/nidorina/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/nidorino/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/nidorino/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/ninetales/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/ninetales/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/noctowl/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/noctowl/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/octillery/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/octillery/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/oddish/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/oddish/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/omanyte/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/omanyte/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/omastar/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/omastar/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/onix/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/onix/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/paras/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/paras/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/parasect/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/parasect/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/persian/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/persian/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/phanpy/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/phanpy/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/pichu/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/pichu/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/pidgeot/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/pidgeot/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/pidgeotto/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/pidgeotto/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/pidgey/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/pidgey/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/pikachu/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/pikachu/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/piloswine/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/piloswine/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/pineco/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/pineco/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/pinsir/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/pinsir/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/politoed/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/politoed/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/poliwag/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/poliwag/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/poliwhirl/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/poliwhirl/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/poliwrath/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/poliwrath/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/ponyta/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/ponyta/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/porygon/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/porygon/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/porygon2/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/porygon2/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/primeape/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/primeape/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/psyduck/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/psyduck/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/pupitar/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/pupitar/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/quagsire/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/quagsire/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/quilava/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/quilava/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/qwilfish/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/qwilfish/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/raichu/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/raichu/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/raikou/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/raikou/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/rapidash/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/rapidash/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/raticate/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/raticate/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/rattata/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/rattata/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/remoraid/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/remoraid/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/rhydon/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/rhydon/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/rhyhorn/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/rhyhorn/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/sandshrew/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/sandshrew/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/sandslash/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/sandslash/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/scizor/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/scizor/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/scyther/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/scyther/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/seadra/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/seadra/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/seaking/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/seaking/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/seel/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/seel/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/sentret/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/sentret/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/shellder/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/shellder/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/shuckle/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/shuckle/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/skarmory/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/skarmory/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/skiploom/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/skiploom/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/slowbro/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/slowbro/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/slowking/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/slowking/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/slowpoke/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/slowpoke/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/slugma/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/slugma/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/smeargle/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/smeargle/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/smoochum/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/smoochum/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/sneasel/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/sneasel/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/snorlax/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/snorlax/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/snubbull/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/snubbull/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/spearow/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/spearow/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/spinarak/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/spinarak/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/squirtle/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/squirtle/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/stantler/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/stantler/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/starmie/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/starmie/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/staryu/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/staryu/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/steelix/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/steelix/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/sudowoodo/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/sudowoodo/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/suicune/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/suicune/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/sunflora/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/sunflora/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/sunkern/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/sunkern/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/swinub/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/swinub/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/tangela/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/tangela/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/tauros/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/tauros/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/teddiursa/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/teddiursa/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/tentacool/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/tentacool/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/tentacruel/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/tentacruel/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/togepi/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/togepi/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/togetic/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/togetic/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/totodile/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/totodile/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/typhlosion/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/typhlosion/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/tyranitar/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/tyranitar/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/tyrogue/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/tyrogue/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/umbreon/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/umbreon/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_a/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_a/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_b/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_b/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_c/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_c/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_d/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_d/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_e/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_e/{anim1.asm => anim_idle.asm} (100%) delete mode 100644 gfx/pokemon/unown_extra_pointers.asm delete mode 100644 gfx/pokemon/unown_extras.asm rename gfx/pokemon/unown_f/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_f/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_g/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_g/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_h/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_h/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_i/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_i/{anim1.asm => anim_idle.asm} (100%) create mode 100644 gfx/pokemon/unown_idle_pointers.asm create mode 100644 gfx/pokemon/unown_idles.asm rename gfx/pokemon/unown_j/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_j/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_k/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_k/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_l/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_l/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_m/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_m/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_n/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_n/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_o/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_o/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_p/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_p/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_q/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_q/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_r/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_r/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_s/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_s/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_t/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_t/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_u/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_u/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_v/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_v/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_w/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_w/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_x/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_x/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_y/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_y/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/unown_z/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/unown_z/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/ursaring/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/ursaring/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/vaporeon/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/vaporeon/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/venomoth/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/venomoth/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/venonat/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/venonat/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/venusaur/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/venusaur/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/victreebel/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/victreebel/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/vileplume/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/vileplume/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/voltorb/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/voltorb/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/vulpix/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/vulpix/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/wartortle/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/wartortle/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/weedle/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/weedle/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/weepinbell/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/weepinbell/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/weezing/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/weezing/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/wigglytuff/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/wigglytuff/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/wobbuffet/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/wobbuffet/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/wooper/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/wooper/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/xatu/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/xatu/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/yanma/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/yanma/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/zapdos/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/zapdos/{anim1.asm => anim_idle.asm} (100%) rename gfx/pokemon/zubat/{anim0.asm => anim.asm} (100%) rename gfx/pokemon/zubat/{anim1.asm => anim_idle.asm} (100%) diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index 91ff79f2b..d52086b08 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -13,7 +13,7 @@ ; - NewPokedexOrder (see data/pokemon/dex_order_new.asm) ; - Pokered_MonIndices (see data/time_capsule/mon_order.asm) ; - AnimationPointers (see gfx/pokemon/anim_pointers.asm) -; - AnimationExtraPointers (see gfx/pokemon/extra_pointers.asm) +; - AnimationIdlePointers (see gfx/pokemon/idle_pointers.asm) ; - BitmasksPointers (see gfx/pokemon/bitmask_pointers.asm) ; - FramesPointers (see gfx/pokemon/frame_pointers.asm) ; - Footprints (see gfx/footprints.asm) diff --git a/engine/pic_animation.asm b/engine/pic_animation.asm index 2b93ef749..1a56bad94 100644 --- a/engine/pic_animation.asm +++ b/engine/pic_animation.asm @@ -77,13 +77,13 @@ PokeAnims: ; d0042 .Slow: pokeanim StereoCry, Setup2, Play .Normal: pokeanim StereoCry, Setup, Play -.Menu: pokeanim CryNoWait, Setup, Play, SetWait, Wait, Extra, Play -.Trade: pokeanim Extra, Play2, Extra, Play, SetWait, Wait, Cry, Setup, Play -.Evolve: pokeanim Extra, Play, SetWait, Wait, CryNoWait, Setup, Play -.Hatch: pokeanim Extra, Play, CryNoWait, Setup, Play, SetWait, Wait, Extra, Play -.Unused: pokeanim CryNoWait, Setup, Play, SetWait, Wait, Extra, Play +.Menu: pokeanim CryNoWait, Setup, Play, SetWait, Wait, Idle, Play +.Trade: pokeanim Idle, Play2, Idle, Play, SetWait, Wait, Cry, Setup, Play +.Evolve: pokeanim Idle, Play, SetWait, Wait, CryNoWait, Setup, Play +.Hatch: pokeanim Idle, Play, CryNoWait, Setup, Play, SetWait, Wait, Idle, Play +.Unused: pokeanim CryNoWait, Setup, Play, SetWait, Wait, Idle, Play .Egg1: pokeanim Setup, Play -.Egg2: pokeanim Extra, Play +.Egg2: pokeanim Idle, Play AnimateFrontpic: ; d008e @@ -151,7 +151,7 @@ endm setup_command PokeAnim_Wait setup_command PokeAnim_Setup setup_command PokeAnim_Setup2 - setup_command PokeAnim_Extra + setup_command PokeAnim_Idle setup_command PokeAnim_Play setup_command PokeAnim_Play2 setup_command PokeAnim_Cry @@ -198,7 +198,7 @@ PokeAnim_Setup2: ; d011d ret ; d012f -PokeAnim_Extra: ; d012f +PokeAnim_Idle: ; d012f ld c, TRUE ld b, 0 call PokeAnim_InitAnim @@ -360,18 +360,18 @@ PokeAnim_InitPicAttributes: ; d01d6 PokeAnim_InitAnim: ; d0228 ld a, [rSVBK] push af - ld a, BANK(wPokeAnimExtraFlag) + ld a, BANK(wPokeAnimIdleFlag) ld [rSVBK], a push bc - ld hl, wPokeAnimExtraFlag - ld bc, wPokeAnimStructEnd - wPokeAnimExtraFlag + ld hl, wPokeAnimIdleFlag + ld bc, wPokeAnimStructEnd - wPokeAnimIdleFlag xor a call ByteFill pop bc ld a, b ld [wPokeAnimSpeed], a ld a, c - ld [wPokeAnimExtraFlag], a + ld [wPokeAnimIdleFlag], a call GetMonAnimPointer call GetMonFramesPointer call GetMonBitmaskPointer @@ -949,20 +949,20 @@ GetMonAnimPointer: ; d055c ld c, BANK(UnownAnimations) ld hl, UnownAnimationPointers - ld de, UnownAnimationExtraPointers + ld de, UnownAnimationIdlePointers call PokeAnim_IsUnown jr z, .unown ld c, BANK(PicAnimations) ld hl, AnimationPointers - ld de, AnimationExtraPointers + ld de, AnimationIdlePointers .unown - ld a, [wPokeAnimExtraFlag] + ld a, [wPokeAnimIdleFlag] and a - jr z, .extras + jr z, .idles ld h, d ld l, e -.extras +.idles ld a, [wPokeAnimSpeciesOrUnown] dec a @@ -982,12 +982,12 @@ GetMonAnimPointer: ; d055c .egg ld hl, EggAnimation ld c, BANK(EggAnimation) - ld a, [wPokeAnimExtraFlag] + ld a, [wPokeAnimIdleFlag] and a - jr z, .extras_egg - ld hl, EggAnimationExtra - ld c, BANK(EggAnimationExtra) -.extras_egg + jr z, .idles_egg + ld hl, EggAnimationIdle + ld c, BANK(EggAnimationIdle) +.idles_egg ld a, c ld [wPokeAnimPointerBank], a diff --git a/gfx/pokemon/abra/anim0.asm b/gfx/pokemon/abra/anim.asm similarity index 100% rename from gfx/pokemon/abra/anim0.asm rename to gfx/pokemon/abra/anim.asm diff --git a/gfx/pokemon/abra/anim1.asm b/gfx/pokemon/abra/anim_idle.asm similarity index 100% rename from gfx/pokemon/abra/anim1.asm rename to gfx/pokemon/abra/anim_idle.asm diff --git a/gfx/pokemon/aerodactyl/anim0.asm b/gfx/pokemon/aerodactyl/anim.asm similarity index 100% rename from gfx/pokemon/aerodactyl/anim0.asm rename to gfx/pokemon/aerodactyl/anim.asm diff --git a/gfx/pokemon/aerodactyl/anim1.asm b/gfx/pokemon/aerodactyl/anim_idle.asm similarity index 100% rename from gfx/pokemon/aerodactyl/anim1.asm rename to gfx/pokemon/aerodactyl/anim_idle.asm diff --git a/gfx/pokemon/aipom/anim0.asm b/gfx/pokemon/aipom/anim.asm similarity index 100% rename from gfx/pokemon/aipom/anim0.asm rename to gfx/pokemon/aipom/anim.asm diff --git a/gfx/pokemon/aipom/anim1.asm b/gfx/pokemon/aipom/anim_idle.asm similarity index 100% rename from gfx/pokemon/aipom/anim1.asm rename to gfx/pokemon/aipom/anim_idle.asm diff --git a/gfx/pokemon/alakazam/anim0.asm b/gfx/pokemon/alakazam/anim.asm similarity index 100% rename from gfx/pokemon/alakazam/anim0.asm rename to gfx/pokemon/alakazam/anim.asm diff --git a/gfx/pokemon/alakazam/anim1.asm b/gfx/pokemon/alakazam/anim_idle.asm similarity index 100% rename from gfx/pokemon/alakazam/anim1.asm rename to gfx/pokemon/alakazam/anim_idle.asm diff --git a/gfx/pokemon/ampharos/anim0.asm b/gfx/pokemon/ampharos/anim.asm similarity index 100% rename from gfx/pokemon/ampharos/anim0.asm rename to gfx/pokemon/ampharos/anim.asm diff --git a/gfx/pokemon/ampharos/anim1.asm b/gfx/pokemon/ampharos/anim_idle.asm similarity index 100% rename from gfx/pokemon/ampharos/anim1.asm rename to gfx/pokemon/ampharos/anim_idle.asm diff --git a/gfx/pokemon/anims.asm b/gfx/pokemon/anims.asm index 04d0be9ce..8efba2c30 100644 --- a/gfx/pokemon/anims.asm +++ b/gfx/pokemon/anims.asm @@ -1,253 +1,253 @@ PicAnimations: -BulbasaurAnimation: INCLUDE "gfx/pokemon/bulbasaur/anim0.asm" -IvysaurAnimation: INCLUDE "gfx/pokemon/ivysaur/anim0.asm" -VenusaurAnimation: INCLUDE "gfx/pokemon/venusaur/anim0.asm" -CharmanderAnimation: INCLUDE "gfx/pokemon/charmander/anim0.asm" -CharmeleonAnimation: INCLUDE "gfx/pokemon/charmeleon/anim0.asm" -CharizardAnimation: INCLUDE "gfx/pokemon/charizard/anim0.asm" -SquirtleAnimation: INCLUDE "gfx/pokemon/squirtle/anim0.asm" -WartortleAnimation: INCLUDE "gfx/pokemon/wartortle/anim0.asm" -BlastoiseAnimation: INCLUDE "gfx/pokemon/blastoise/anim0.asm" -CaterpieAnimation: INCLUDE "gfx/pokemon/caterpie/anim0.asm" -MetapodAnimation: INCLUDE "gfx/pokemon/metapod/anim0.asm" -ButterfreeAnimation: INCLUDE "gfx/pokemon/butterfree/anim0.asm" -WeedleAnimation: INCLUDE "gfx/pokemon/weedle/anim0.asm" -KakunaAnimation: INCLUDE "gfx/pokemon/kakuna/anim0.asm" -BeedrillAnimation: INCLUDE "gfx/pokemon/beedrill/anim0.asm" -PidgeyAnimation: INCLUDE "gfx/pokemon/pidgey/anim0.asm" -PidgeottoAnimation: INCLUDE "gfx/pokemon/pidgeotto/anim0.asm" -PidgeotAnimation: INCLUDE "gfx/pokemon/pidgeot/anim0.asm" -RattataAnimation: INCLUDE "gfx/pokemon/rattata/anim0.asm" -RaticateAnimation: INCLUDE "gfx/pokemon/raticate/anim0.asm" -SpearowAnimation: INCLUDE "gfx/pokemon/spearow/anim0.asm" -FearowAnimation: INCLUDE "gfx/pokemon/fearow/anim0.asm" -EkansAnimation: INCLUDE "gfx/pokemon/ekans/anim0.asm" -ArbokAnimation: INCLUDE "gfx/pokemon/arbok/anim0.asm" -PikachuAnimation: INCLUDE "gfx/pokemon/pikachu/anim0.asm" -RaichuAnimation: INCLUDE "gfx/pokemon/raichu/anim0.asm" -SandshrewAnimation: INCLUDE "gfx/pokemon/sandshrew/anim0.asm" -SandslashAnimation: INCLUDE "gfx/pokemon/sandslash/anim0.asm" -NidoranFAnimation: INCLUDE "gfx/pokemon/nidoran_f/anim0.asm" -NidorinaAnimation: INCLUDE "gfx/pokemon/nidorina/anim0.asm" -NidoqueenAnimation: INCLUDE "gfx/pokemon/nidoqueen/anim0.asm" -NidoranMAnimation: INCLUDE "gfx/pokemon/nidoran_m/anim0.asm" -NidorinoAnimation: INCLUDE "gfx/pokemon/nidorino/anim0.asm" -NidokingAnimation: INCLUDE "gfx/pokemon/nidoking/anim0.asm" -ClefairyAnimation: INCLUDE "gfx/pokemon/clefairy/anim0.asm" -ClefableAnimation: INCLUDE "gfx/pokemon/clefable/anim0.asm" -VulpixAnimation: INCLUDE "gfx/pokemon/vulpix/anim0.asm" -NinetalesAnimation: INCLUDE "gfx/pokemon/ninetales/anim0.asm" -JigglypuffAnimation: INCLUDE "gfx/pokemon/jigglypuff/anim0.asm" -WigglytuffAnimation: INCLUDE "gfx/pokemon/wigglytuff/anim0.asm" -ZubatAnimation: INCLUDE "gfx/pokemon/zubat/anim0.asm" -GolbatAnimation: INCLUDE "gfx/pokemon/golbat/anim0.asm" -OddishAnimation: INCLUDE "gfx/pokemon/oddish/anim0.asm" -GloomAnimation: INCLUDE "gfx/pokemon/gloom/anim0.asm" -VileplumeAnimation: INCLUDE "gfx/pokemon/vileplume/anim0.asm" -ParasAnimation: INCLUDE "gfx/pokemon/paras/anim0.asm" -ParasectAnimation: INCLUDE "gfx/pokemon/parasect/anim0.asm" -VenonatAnimation: INCLUDE "gfx/pokemon/venonat/anim0.asm" -VenomothAnimation: INCLUDE "gfx/pokemon/venomoth/anim0.asm" -DiglettAnimation: INCLUDE "gfx/pokemon/diglett/anim0.asm" -DugtrioAnimation: INCLUDE "gfx/pokemon/dugtrio/anim0.asm" -MeowthAnimation: INCLUDE "gfx/pokemon/meowth/anim0.asm" -PersianAnimation: INCLUDE "gfx/pokemon/persian/anim0.asm" -PsyduckAnimation: INCLUDE "gfx/pokemon/psyduck/anim0.asm" -GolduckAnimation: INCLUDE "gfx/pokemon/golduck/anim0.asm" -MankeyAnimation: INCLUDE "gfx/pokemon/mankey/anim0.asm" -PrimeapeAnimation: INCLUDE "gfx/pokemon/primeape/anim0.asm" -GrowlitheAnimation: INCLUDE "gfx/pokemon/growlithe/anim0.asm" -ArcanineAnimation: INCLUDE "gfx/pokemon/arcanine/anim0.asm" -PoliwagAnimation: INCLUDE "gfx/pokemon/poliwag/anim0.asm" -PoliwhirlAnimation: INCLUDE "gfx/pokemon/poliwhirl/anim0.asm" -PoliwrathAnimation: INCLUDE "gfx/pokemon/poliwrath/anim0.asm" -AbraAnimation: INCLUDE "gfx/pokemon/abra/anim0.asm" -KadabraAnimation: INCLUDE "gfx/pokemon/kadabra/anim0.asm" -AlakazamAnimation: INCLUDE "gfx/pokemon/alakazam/anim0.asm" -MachopAnimation: INCLUDE "gfx/pokemon/machop/anim0.asm" -MachokeAnimation: INCLUDE "gfx/pokemon/machoke/anim0.asm" -MachampAnimation: INCLUDE "gfx/pokemon/machamp/anim0.asm" -BellsproutAnimation: INCLUDE "gfx/pokemon/bellsprout/anim0.asm" -WeepinbellAnimation: INCLUDE "gfx/pokemon/weepinbell/anim0.asm" -VictreebelAnimation: INCLUDE "gfx/pokemon/victreebel/anim0.asm" -TentacoolAnimation: INCLUDE "gfx/pokemon/tentacool/anim0.asm" -TentacruelAnimation: INCLUDE "gfx/pokemon/tentacruel/anim0.asm" -GeodudeAnimation: INCLUDE "gfx/pokemon/geodude/anim0.asm" -GravelerAnimation: INCLUDE "gfx/pokemon/graveler/anim0.asm" -GolemAnimation: INCLUDE "gfx/pokemon/golem/anim0.asm" -PonytaAnimation: INCLUDE "gfx/pokemon/ponyta/anim0.asm" -RapidashAnimation: INCLUDE "gfx/pokemon/rapidash/anim0.asm" -SlowpokeAnimation: INCLUDE "gfx/pokemon/slowpoke/anim0.asm" -SlowbroAnimation: INCLUDE "gfx/pokemon/slowbro/anim0.asm" -MagnemiteAnimation: INCLUDE "gfx/pokemon/magnemite/anim0.asm" -MagnetonAnimation: INCLUDE "gfx/pokemon/magneton/anim0.asm" -FarfetchDAnimation: INCLUDE "gfx/pokemon/farfetch_d/anim0.asm" -DoduoAnimation: INCLUDE "gfx/pokemon/doduo/anim0.asm" -DodrioAnimation: INCLUDE "gfx/pokemon/dodrio/anim0.asm" -SeelAnimation: INCLUDE "gfx/pokemon/seel/anim0.asm" -DewgongAnimation: INCLUDE "gfx/pokemon/dewgong/anim0.asm" -GrimerAnimation: INCLUDE "gfx/pokemon/grimer/anim0.asm" -MukAnimation: INCLUDE "gfx/pokemon/muk/anim0.asm" -ShellderAnimation: INCLUDE "gfx/pokemon/shellder/anim0.asm" -CloysterAnimation: INCLUDE "gfx/pokemon/cloyster/anim0.asm" -GastlyAnimation: INCLUDE "gfx/pokemon/gastly/anim0.asm" -HaunterAnimation: INCLUDE "gfx/pokemon/haunter/anim0.asm" -GengarAnimation: INCLUDE "gfx/pokemon/gengar/anim0.asm" -OnixAnimation: INCLUDE "gfx/pokemon/onix/anim0.asm" -DrowzeeAnimation: INCLUDE "gfx/pokemon/drowzee/anim0.asm" -HypnoAnimation: INCLUDE "gfx/pokemon/hypno/anim0.asm" -KrabbyAnimation: INCLUDE "gfx/pokemon/krabby/anim0.asm" -KinglerAnimation: INCLUDE "gfx/pokemon/kingler/anim0.asm" -VoltorbAnimation: INCLUDE "gfx/pokemon/voltorb/anim0.asm" -ElectrodeAnimation: INCLUDE "gfx/pokemon/electrode/anim0.asm" -ExeggcuteAnimation: INCLUDE "gfx/pokemon/exeggcute/anim0.asm" -ExeggutorAnimation: INCLUDE "gfx/pokemon/exeggutor/anim0.asm" -CuboneAnimation: INCLUDE "gfx/pokemon/cubone/anim0.asm" -MarowakAnimation: INCLUDE "gfx/pokemon/marowak/anim0.asm" -HitmonleeAnimation: INCLUDE "gfx/pokemon/hitmonlee/anim0.asm" -HitmonchanAnimation: INCLUDE "gfx/pokemon/hitmonchan/anim0.asm" -LickitungAnimation: INCLUDE "gfx/pokemon/lickitung/anim0.asm" -KoffingAnimation: INCLUDE "gfx/pokemon/koffing/anim0.asm" -WeezingAnimation: INCLUDE "gfx/pokemon/weezing/anim0.asm" -RhyhornAnimation: INCLUDE "gfx/pokemon/rhyhorn/anim0.asm" -RhydonAnimation: INCLUDE "gfx/pokemon/rhydon/anim0.asm" -ChanseyAnimation: INCLUDE "gfx/pokemon/chansey/anim0.asm" -TangelaAnimation: INCLUDE "gfx/pokemon/tangela/anim0.asm" -KangaskhanAnimation: INCLUDE "gfx/pokemon/kangaskhan/anim0.asm" -HorseaAnimation: INCLUDE "gfx/pokemon/horsea/anim0.asm" -SeadraAnimation: INCLUDE "gfx/pokemon/seadra/anim0.asm" -GoldeenAnimation: INCLUDE "gfx/pokemon/goldeen/anim0.asm" -SeakingAnimation: INCLUDE "gfx/pokemon/seaking/anim0.asm" -StaryuAnimation: INCLUDE "gfx/pokemon/staryu/anim0.asm" -StarmieAnimation: INCLUDE "gfx/pokemon/starmie/anim0.asm" -MrMimeAnimation: INCLUDE "gfx/pokemon/mr__mime/anim0.asm" -ScytherAnimation: INCLUDE "gfx/pokemon/scyther/anim0.asm" -JynxAnimation: INCLUDE "gfx/pokemon/jynx/anim0.asm" -ElectabuzzAnimation: INCLUDE "gfx/pokemon/electabuzz/anim0.asm" -MagmarAnimation: INCLUDE "gfx/pokemon/magmar/anim0.asm" -PinsirAnimation: INCLUDE "gfx/pokemon/pinsir/anim0.asm" -TaurosAnimation: INCLUDE "gfx/pokemon/tauros/anim0.asm" -MagikarpAnimation: INCLUDE "gfx/pokemon/magikarp/anim0.asm" -GyaradosAnimation: INCLUDE "gfx/pokemon/gyarados/anim0.asm" -LaprasAnimation: INCLUDE "gfx/pokemon/lapras/anim0.asm" -DittoAnimation: INCLUDE "gfx/pokemon/ditto/anim0.asm" -EeveeAnimation: INCLUDE "gfx/pokemon/eevee/anim0.asm" -VaporeonAnimation: INCLUDE "gfx/pokemon/vaporeon/anim0.asm" -JolteonAnimation: INCLUDE "gfx/pokemon/jolteon/anim0.asm" -FlareonAnimation: INCLUDE "gfx/pokemon/flareon/anim0.asm" -PorygonAnimation: INCLUDE "gfx/pokemon/porygon/anim0.asm" -OmanyteAnimation: INCLUDE "gfx/pokemon/omanyte/anim0.asm" -OmastarAnimation: INCLUDE "gfx/pokemon/omastar/anim0.asm" -KabutoAnimation: INCLUDE "gfx/pokemon/kabuto/anim0.asm" -KabutopsAnimation: INCLUDE "gfx/pokemon/kabutops/anim0.asm" -AerodactylAnimation: INCLUDE "gfx/pokemon/aerodactyl/anim0.asm" -SnorlaxAnimation: INCLUDE "gfx/pokemon/snorlax/anim0.asm" -ArticunoAnimation: INCLUDE "gfx/pokemon/articuno/anim0.asm" -ZapdosAnimation: INCLUDE "gfx/pokemon/zapdos/anim0.asm" -MoltresAnimation: INCLUDE "gfx/pokemon/moltres/anim0.asm" -DratiniAnimation: INCLUDE "gfx/pokemon/dratini/anim0.asm" -DragonairAnimation: INCLUDE "gfx/pokemon/dragonair/anim0.asm" -DragoniteAnimation: INCLUDE "gfx/pokemon/dragonite/anim0.asm" -MewtwoAnimation: INCLUDE "gfx/pokemon/mewtwo/anim0.asm" -MewAnimation: INCLUDE "gfx/pokemon/mew/anim0.asm" -ChikoritaAnimation: INCLUDE "gfx/pokemon/chikorita/anim0.asm" -BayleefAnimation: INCLUDE "gfx/pokemon/bayleef/anim0.asm" -MeganiumAnimation: INCLUDE "gfx/pokemon/meganium/anim0.asm" -CyndaquilAnimation: INCLUDE "gfx/pokemon/cyndaquil/anim0.asm" -QuilavaAnimation: INCLUDE "gfx/pokemon/quilava/anim0.asm" -TyphlosionAnimation: INCLUDE "gfx/pokemon/typhlosion/anim0.asm" -TotodileAnimation: INCLUDE "gfx/pokemon/totodile/anim0.asm" -CroconawAnimation: INCLUDE "gfx/pokemon/croconaw/anim0.asm" -FeraligatrAnimation: INCLUDE "gfx/pokemon/feraligatr/anim0.asm" -SentretAnimation: INCLUDE "gfx/pokemon/sentret/anim0.asm" -FurretAnimation: INCLUDE "gfx/pokemon/furret/anim0.asm" -HoothootAnimation: INCLUDE "gfx/pokemon/hoothoot/anim0.asm" -NoctowlAnimation: INCLUDE "gfx/pokemon/noctowl/anim0.asm" -LedybaAnimation: INCLUDE "gfx/pokemon/ledyba/anim0.asm" -LedianAnimation: INCLUDE "gfx/pokemon/ledian/anim0.asm" -SpinarakAnimation: INCLUDE "gfx/pokemon/spinarak/anim0.asm" -AriadosAnimation: INCLUDE "gfx/pokemon/ariados/anim0.asm" -CrobatAnimation: INCLUDE "gfx/pokemon/crobat/anim0.asm" -ChinchouAnimation: INCLUDE "gfx/pokemon/chinchou/anim0.asm" -LanturnAnimation: INCLUDE "gfx/pokemon/lanturn/anim0.asm" -PichuAnimation: INCLUDE "gfx/pokemon/pichu/anim0.asm" -CleffaAnimation: INCLUDE "gfx/pokemon/cleffa/anim0.asm" -IgglybuffAnimation: INCLUDE "gfx/pokemon/igglybuff/anim0.asm" -TogepiAnimation: INCLUDE "gfx/pokemon/togepi/anim0.asm" -TogeticAnimation: INCLUDE "gfx/pokemon/togetic/anim0.asm" -NatuAnimation: INCLUDE "gfx/pokemon/natu/anim0.asm" -XatuAnimation: INCLUDE "gfx/pokemon/xatu/anim0.asm" -MareepAnimation: INCLUDE "gfx/pokemon/mareep/anim0.asm" -FlaaffyAnimation: INCLUDE "gfx/pokemon/flaaffy/anim0.asm" -AmpharosAnimation: INCLUDE "gfx/pokemon/ampharos/anim0.asm" -BellossomAnimation: INCLUDE "gfx/pokemon/bellossom/anim0.asm" -MarillAnimation: INCLUDE "gfx/pokemon/marill/anim0.asm" -AzumarillAnimation: INCLUDE "gfx/pokemon/azumarill/anim0.asm" -SudowoodoAnimation: INCLUDE "gfx/pokemon/sudowoodo/anim0.asm" -PolitoedAnimation: INCLUDE "gfx/pokemon/politoed/anim0.asm" -HoppipAnimation: INCLUDE "gfx/pokemon/hoppip/anim0.asm" -SkiploomAnimation: INCLUDE "gfx/pokemon/skiploom/anim0.asm" -JumpluffAnimation: INCLUDE "gfx/pokemon/jumpluff/anim0.asm" -AipomAnimation: INCLUDE "gfx/pokemon/aipom/anim0.asm" -SunkernAnimation: INCLUDE "gfx/pokemon/sunkern/anim0.asm" -SunfloraAnimation: INCLUDE "gfx/pokemon/sunflora/anim0.asm" -YanmaAnimation: INCLUDE "gfx/pokemon/yanma/anim0.asm" -WooperAnimation: INCLUDE "gfx/pokemon/wooper/anim0.asm" -QuagsireAnimation: INCLUDE "gfx/pokemon/quagsire/anim0.asm" -EspeonAnimation: INCLUDE "gfx/pokemon/espeon/anim0.asm" -UmbreonAnimation: INCLUDE "gfx/pokemon/umbreon/anim0.asm" -MurkrowAnimation: INCLUDE "gfx/pokemon/murkrow/anim0.asm" -SlowkingAnimation: INCLUDE "gfx/pokemon/slowking/anim0.asm" -MisdreavusAnimation: INCLUDE "gfx/pokemon/misdreavus/anim0.asm" -UnownAnimation: INCLUDE "gfx/pokemon/unown/anim0.asm" -WobbuffetAnimation: INCLUDE "gfx/pokemon/wobbuffet/anim0.asm" -GirafarigAnimation: INCLUDE "gfx/pokemon/girafarig/anim0.asm" -PinecoAnimation: INCLUDE "gfx/pokemon/pineco/anim0.asm" -ForretressAnimation: INCLUDE "gfx/pokemon/forretress/anim0.asm" -DunsparceAnimation: INCLUDE "gfx/pokemon/dunsparce/anim0.asm" -GligarAnimation: INCLUDE "gfx/pokemon/gligar/anim0.asm" -SteelixAnimation: INCLUDE "gfx/pokemon/steelix/anim0.asm" -SnubbullAnimation: INCLUDE "gfx/pokemon/snubbull/anim0.asm" -GranbullAnimation: INCLUDE "gfx/pokemon/granbull/anim0.asm" -QwilfishAnimation: INCLUDE "gfx/pokemon/qwilfish/anim0.asm" -ScizorAnimation: INCLUDE "gfx/pokemon/scizor/anim0.asm" -ShuckleAnimation: INCLUDE "gfx/pokemon/shuckle/anim0.asm" -HeracrossAnimation: INCLUDE "gfx/pokemon/heracross/anim0.asm" -SneaselAnimation: INCLUDE "gfx/pokemon/sneasel/anim0.asm" -TeddiursaAnimation: INCLUDE "gfx/pokemon/teddiursa/anim0.asm" -UrsaringAnimation: INCLUDE "gfx/pokemon/ursaring/anim0.asm" -SlugmaAnimation: INCLUDE "gfx/pokemon/slugma/anim0.asm" -MagcargoAnimation: INCLUDE "gfx/pokemon/magcargo/anim0.asm" -SwinubAnimation: INCLUDE "gfx/pokemon/swinub/anim0.asm" -PiloswineAnimation: INCLUDE "gfx/pokemon/piloswine/anim0.asm" -CorsolaAnimation: INCLUDE "gfx/pokemon/corsola/anim0.asm" -RemoraidAnimation: INCLUDE "gfx/pokemon/remoraid/anim0.asm" -OctilleryAnimation: INCLUDE "gfx/pokemon/octillery/anim0.asm" -DelibirdAnimation: INCLUDE "gfx/pokemon/delibird/anim0.asm" -MantineAnimation: INCLUDE "gfx/pokemon/mantine/anim0.asm" -SkarmoryAnimation: INCLUDE "gfx/pokemon/skarmory/anim0.asm" -HoundourAnimation: INCLUDE "gfx/pokemon/houndour/anim0.asm" -HoundoomAnimation: INCLUDE "gfx/pokemon/houndoom/anim0.asm" -KingdraAnimation: INCLUDE "gfx/pokemon/kingdra/anim0.asm" -PhanpyAnimation: INCLUDE "gfx/pokemon/phanpy/anim0.asm" -DonphanAnimation: INCLUDE "gfx/pokemon/donphan/anim0.asm" -Porygon2Animation: INCLUDE "gfx/pokemon/porygon2/anim0.asm" -StantlerAnimation: INCLUDE "gfx/pokemon/stantler/anim0.asm" -SmeargleAnimation: INCLUDE "gfx/pokemon/smeargle/anim0.asm" -TyrogueAnimation: INCLUDE "gfx/pokemon/tyrogue/anim0.asm" -HitmontopAnimation: INCLUDE "gfx/pokemon/hitmontop/anim0.asm" -SmoochumAnimation: INCLUDE "gfx/pokemon/smoochum/anim0.asm" -ElekidAnimation: INCLUDE "gfx/pokemon/elekid/anim0.asm" -MagbyAnimation: INCLUDE "gfx/pokemon/magby/anim0.asm" -MiltankAnimation: INCLUDE "gfx/pokemon/miltank/anim0.asm" -BlisseyAnimation: INCLUDE "gfx/pokemon/blissey/anim0.asm" -RaikouAnimation: INCLUDE "gfx/pokemon/raikou/anim0.asm" -EnteiAnimation: INCLUDE "gfx/pokemon/entei/anim0.asm" -SuicuneAnimation: INCLUDE "gfx/pokemon/suicune/anim0.asm" -LarvitarAnimation: INCLUDE "gfx/pokemon/larvitar/anim0.asm" -PupitarAnimation: INCLUDE "gfx/pokemon/pupitar/anim0.asm" -TyranitarAnimation: INCLUDE "gfx/pokemon/tyranitar/anim0.asm" -LugiaAnimation: INCLUDE "gfx/pokemon/lugia/anim0.asm" -HoOhAnimation: INCLUDE "gfx/pokemon/ho_oh/anim0.asm" -CelebiAnimation: INCLUDE "gfx/pokemon/celebi/anim0.asm" -EggAnimation: INCLUDE "gfx/pokemon/egg/anim0.asm" +BulbasaurAnimation: INCLUDE "gfx/pokemon/bulbasaur/anim.asm" +IvysaurAnimation: INCLUDE "gfx/pokemon/ivysaur/anim.asm" +VenusaurAnimation: INCLUDE "gfx/pokemon/venusaur/anim.asm" +CharmanderAnimation: INCLUDE "gfx/pokemon/charmander/anim.asm" +CharmeleonAnimation: INCLUDE "gfx/pokemon/charmeleon/anim.asm" +CharizardAnimation: INCLUDE "gfx/pokemon/charizard/anim.asm" +SquirtleAnimation: INCLUDE "gfx/pokemon/squirtle/anim.asm" +WartortleAnimation: INCLUDE "gfx/pokemon/wartortle/anim.asm" +BlastoiseAnimation: INCLUDE "gfx/pokemon/blastoise/anim.asm" +CaterpieAnimation: INCLUDE "gfx/pokemon/caterpie/anim.asm" +MetapodAnimation: INCLUDE "gfx/pokemon/metapod/anim.asm" +ButterfreeAnimation: INCLUDE "gfx/pokemon/butterfree/anim.asm" +WeedleAnimation: INCLUDE "gfx/pokemon/weedle/anim.asm" +KakunaAnimation: INCLUDE "gfx/pokemon/kakuna/anim.asm" +BeedrillAnimation: INCLUDE "gfx/pokemon/beedrill/anim.asm" +PidgeyAnimation: INCLUDE "gfx/pokemon/pidgey/anim.asm" +PidgeottoAnimation: INCLUDE "gfx/pokemon/pidgeotto/anim.asm" +PidgeotAnimation: INCLUDE "gfx/pokemon/pidgeot/anim.asm" +RattataAnimation: INCLUDE "gfx/pokemon/rattata/anim.asm" +RaticateAnimation: INCLUDE "gfx/pokemon/raticate/anim.asm" +SpearowAnimation: INCLUDE "gfx/pokemon/spearow/anim.asm" +FearowAnimation: INCLUDE "gfx/pokemon/fearow/anim.asm" +EkansAnimation: INCLUDE "gfx/pokemon/ekans/anim.asm" +ArbokAnimation: INCLUDE "gfx/pokemon/arbok/anim.asm" +PikachuAnimation: INCLUDE "gfx/pokemon/pikachu/anim.asm" +RaichuAnimation: INCLUDE "gfx/pokemon/raichu/anim.asm" +SandshrewAnimation: INCLUDE "gfx/pokemon/sandshrew/anim.asm" +SandslashAnimation: INCLUDE "gfx/pokemon/sandslash/anim.asm" +NidoranFAnimation: INCLUDE "gfx/pokemon/nidoran_f/anim.asm" +NidorinaAnimation: INCLUDE "gfx/pokemon/nidorina/anim.asm" +NidoqueenAnimation: INCLUDE "gfx/pokemon/nidoqueen/anim.asm" +NidoranMAnimation: INCLUDE "gfx/pokemon/nidoran_m/anim.asm" +NidorinoAnimation: INCLUDE "gfx/pokemon/nidorino/anim.asm" +NidokingAnimation: INCLUDE "gfx/pokemon/nidoking/anim.asm" +ClefairyAnimation: INCLUDE "gfx/pokemon/clefairy/anim.asm" +ClefableAnimation: INCLUDE "gfx/pokemon/clefable/anim.asm" +VulpixAnimation: INCLUDE "gfx/pokemon/vulpix/anim.asm" +NinetalesAnimation: INCLUDE "gfx/pokemon/ninetales/anim.asm" +JigglypuffAnimation: INCLUDE "gfx/pokemon/jigglypuff/anim.asm" +WigglytuffAnimation: INCLUDE "gfx/pokemon/wigglytuff/anim.asm" +ZubatAnimation: INCLUDE "gfx/pokemon/zubat/anim.asm" +GolbatAnimation: INCLUDE "gfx/pokemon/golbat/anim.asm" +OddishAnimation: INCLUDE "gfx/pokemon/oddish/anim.asm" +GloomAnimation: INCLUDE "gfx/pokemon/gloom/anim.asm" +VileplumeAnimation: INCLUDE "gfx/pokemon/vileplume/anim.asm" +ParasAnimation: INCLUDE "gfx/pokemon/paras/anim.asm" +ParasectAnimation: INCLUDE "gfx/pokemon/parasect/anim.asm" +VenonatAnimation: INCLUDE "gfx/pokemon/venonat/anim.asm" +VenomothAnimation: INCLUDE "gfx/pokemon/venomoth/anim.asm" +DiglettAnimation: INCLUDE "gfx/pokemon/diglett/anim.asm" +DugtrioAnimation: INCLUDE "gfx/pokemon/dugtrio/anim.asm" +MeowthAnimation: INCLUDE "gfx/pokemon/meowth/anim.asm" +PersianAnimation: INCLUDE "gfx/pokemon/persian/anim.asm" +PsyduckAnimation: INCLUDE "gfx/pokemon/psyduck/anim.asm" +GolduckAnimation: INCLUDE "gfx/pokemon/golduck/anim.asm" +MankeyAnimation: INCLUDE "gfx/pokemon/mankey/anim.asm" +PrimeapeAnimation: INCLUDE "gfx/pokemon/primeape/anim.asm" +GrowlitheAnimation: INCLUDE "gfx/pokemon/growlithe/anim.asm" +ArcanineAnimation: INCLUDE "gfx/pokemon/arcanine/anim.asm" +PoliwagAnimation: INCLUDE "gfx/pokemon/poliwag/anim.asm" +PoliwhirlAnimation: INCLUDE "gfx/pokemon/poliwhirl/anim.asm" +PoliwrathAnimation: INCLUDE "gfx/pokemon/poliwrath/anim.asm" +AbraAnimation: INCLUDE "gfx/pokemon/abra/anim.asm" +KadabraAnimation: INCLUDE "gfx/pokemon/kadabra/anim.asm" +AlakazamAnimation: INCLUDE "gfx/pokemon/alakazam/anim.asm" +MachopAnimation: INCLUDE "gfx/pokemon/machop/anim.asm" +MachokeAnimation: INCLUDE "gfx/pokemon/machoke/anim.asm" +MachampAnimation: INCLUDE "gfx/pokemon/machamp/anim.asm" +BellsproutAnimation: INCLUDE "gfx/pokemon/bellsprout/anim.asm" +WeepinbellAnimation: INCLUDE "gfx/pokemon/weepinbell/anim.asm" +VictreebelAnimation: INCLUDE "gfx/pokemon/victreebel/anim.asm" +TentacoolAnimation: INCLUDE "gfx/pokemon/tentacool/anim.asm" +TentacruelAnimation: INCLUDE "gfx/pokemon/tentacruel/anim.asm" +GeodudeAnimation: INCLUDE "gfx/pokemon/geodude/anim.asm" +GravelerAnimation: INCLUDE "gfx/pokemon/graveler/anim.asm" +GolemAnimation: INCLUDE "gfx/pokemon/golem/anim.asm" +PonytaAnimation: INCLUDE "gfx/pokemon/ponyta/anim.asm" +RapidashAnimation: INCLUDE "gfx/pokemon/rapidash/anim.asm" +SlowpokeAnimation: INCLUDE "gfx/pokemon/slowpoke/anim.asm" +SlowbroAnimation: INCLUDE "gfx/pokemon/slowbro/anim.asm" +MagnemiteAnimation: INCLUDE "gfx/pokemon/magnemite/anim.asm" +MagnetonAnimation: INCLUDE "gfx/pokemon/magneton/anim.asm" +FarfetchDAnimation: INCLUDE "gfx/pokemon/farfetch_d/anim.asm" +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" +GrimerAnimation: INCLUDE "gfx/pokemon/grimer/anim.asm" +MukAnimation: INCLUDE "gfx/pokemon/muk/anim.asm" +ShellderAnimation: INCLUDE "gfx/pokemon/shellder/anim.asm" +CloysterAnimation: INCLUDE "gfx/pokemon/cloyster/anim.asm" +GastlyAnimation: INCLUDE "gfx/pokemon/gastly/anim.asm" +HaunterAnimation: INCLUDE "gfx/pokemon/haunter/anim.asm" +GengarAnimation: INCLUDE "gfx/pokemon/gengar/anim.asm" +OnixAnimation: INCLUDE "gfx/pokemon/onix/anim.asm" +DrowzeeAnimation: INCLUDE "gfx/pokemon/drowzee/anim.asm" +HypnoAnimation: INCLUDE "gfx/pokemon/hypno/anim.asm" +KrabbyAnimation: INCLUDE "gfx/pokemon/krabby/anim.asm" +KinglerAnimation: INCLUDE "gfx/pokemon/kingler/anim.asm" +VoltorbAnimation: INCLUDE "gfx/pokemon/voltorb/anim.asm" +ElectrodeAnimation: INCLUDE "gfx/pokemon/electrode/anim.asm" +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" +HitmonleeAnimation: INCLUDE "gfx/pokemon/hitmonlee/anim.asm" +HitmonchanAnimation: INCLUDE "gfx/pokemon/hitmonchan/anim.asm" +LickitungAnimation: INCLUDE "gfx/pokemon/lickitung/anim.asm" +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" +ChanseyAnimation: INCLUDE "gfx/pokemon/chansey/anim.asm" +TangelaAnimation: INCLUDE "gfx/pokemon/tangela/anim.asm" +KangaskhanAnimation: INCLUDE "gfx/pokemon/kangaskhan/anim.asm" +HorseaAnimation: INCLUDE "gfx/pokemon/horsea/anim.asm" +SeadraAnimation: INCLUDE "gfx/pokemon/seadra/anim.asm" +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" +MrMimeAnimation: INCLUDE "gfx/pokemon/mr__mime/anim.asm" +ScytherAnimation: INCLUDE "gfx/pokemon/scyther/anim.asm" +JynxAnimation: INCLUDE "gfx/pokemon/jynx/anim.asm" +ElectabuzzAnimation: INCLUDE "gfx/pokemon/electabuzz/anim.asm" +MagmarAnimation: INCLUDE "gfx/pokemon/magmar/anim.asm" +PinsirAnimation: INCLUDE "gfx/pokemon/pinsir/anim.asm" +TaurosAnimation: INCLUDE "gfx/pokemon/tauros/anim.asm" +MagikarpAnimation: INCLUDE "gfx/pokemon/magikarp/anim.asm" +GyaradosAnimation: INCLUDE "gfx/pokemon/gyarados/anim.asm" +LaprasAnimation: INCLUDE "gfx/pokemon/lapras/anim.asm" +DittoAnimation: INCLUDE "gfx/pokemon/ditto/anim.asm" +EeveeAnimation: INCLUDE "gfx/pokemon/eevee/anim.asm" +VaporeonAnimation: INCLUDE "gfx/pokemon/vaporeon/anim.asm" +JolteonAnimation: INCLUDE "gfx/pokemon/jolteon/anim.asm" +FlareonAnimation: INCLUDE "gfx/pokemon/flareon/anim.asm" +PorygonAnimation: INCLUDE "gfx/pokemon/porygon/anim.asm" +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" +AerodactylAnimation: INCLUDE "gfx/pokemon/aerodactyl/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" +DratiniAnimation: INCLUDE "gfx/pokemon/dratini/anim.asm" +DragonairAnimation: INCLUDE "gfx/pokemon/dragonair/anim.asm" +DragoniteAnimation: INCLUDE "gfx/pokemon/dragonite/anim.asm" +MewtwoAnimation: INCLUDE "gfx/pokemon/mewtwo/anim.asm" +MewAnimation: INCLUDE "gfx/pokemon/mew/anim.asm" +ChikoritaAnimation: INCLUDE "gfx/pokemon/chikorita/anim.asm" +BayleefAnimation: INCLUDE "gfx/pokemon/bayleef/anim.asm" +MeganiumAnimation: INCLUDE "gfx/pokemon/meganium/anim.asm" +CyndaquilAnimation: INCLUDE "gfx/pokemon/cyndaquil/anim.asm" +QuilavaAnimation: INCLUDE "gfx/pokemon/quilava/anim.asm" +TyphlosionAnimation: INCLUDE "gfx/pokemon/typhlosion/anim.asm" +TotodileAnimation: INCLUDE "gfx/pokemon/totodile/anim.asm" +CroconawAnimation: INCLUDE "gfx/pokemon/croconaw/anim.asm" +FeraligatrAnimation: INCLUDE "gfx/pokemon/feraligatr/anim.asm" +SentretAnimation: INCLUDE "gfx/pokemon/sentret/anim.asm" +FurretAnimation: INCLUDE "gfx/pokemon/furret/anim.asm" +HoothootAnimation: INCLUDE "gfx/pokemon/hoothoot/anim.asm" +NoctowlAnimation: INCLUDE "gfx/pokemon/noctowl/anim.asm" +LedybaAnimation: INCLUDE "gfx/pokemon/ledyba/anim.asm" +LedianAnimation: INCLUDE "gfx/pokemon/ledian/anim.asm" +SpinarakAnimation: INCLUDE "gfx/pokemon/spinarak/anim.asm" +AriadosAnimation: INCLUDE "gfx/pokemon/ariados/anim.asm" +CrobatAnimation: INCLUDE "gfx/pokemon/crobat/anim.asm" +ChinchouAnimation: INCLUDE "gfx/pokemon/chinchou/anim.asm" +LanturnAnimation: INCLUDE "gfx/pokemon/lanturn/anim.asm" +PichuAnimation: INCLUDE "gfx/pokemon/pichu/anim.asm" +CleffaAnimation: INCLUDE "gfx/pokemon/cleffa/anim.asm" +IgglybuffAnimation: INCLUDE "gfx/pokemon/igglybuff/anim.asm" +TogepiAnimation: INCLUDE "gfx/pokemon/togepi/anim.asm" +TogeticAnimation: INCLUDE "gfx/pokemon/togetic/anim.asm" +NatuAnimation: INCLUDE "gfx/pokemon/natu/anim.asm" +XatuAnimation: INCLUDE "gfx/pokemon/xatu/anim.asm" +MareepAnimation: INCLUDE "gfx/pokemon/mareep/anim.asm" +FlaaffyAnimation: INCLUDE "gfx/pokemon/flaaffy/anim.asm" +AmpharosAnimation: INCLUDE "gfx/pokemon/ampharos/anim.asm" +BellossomAnimation: INCLUDE "gfx/pokemon/bellossom/anim.asm" +MarillAnimation: INCLUDE "gfx/pokemon/marill/anim.asm" +AzumarillAnimation: INCLUDE "gfx/pokemon/azumarill/anim.asm" +SudowoodoAnimation: INCLUDE "gfx/pokemon/sudowoodo/anim.asm" +PolitoedAnimation: INCLUDE "gfx/pokemon/politoed/anim.asm" +HoppipAnimation: INCLUDE "gfx/pokemon/hoppip/anim.asm" +SkiploomAnimation: INCLUDE "gfx/pokemon/skiploom/anim.asm" +JumpluffAnimation: INCLUDE "gfx/pokemon/jumpluff/anim.asm" +AipomAnimation: INCLUDE "gfx/pokemon/aipom/anim.asm" +SunkernAnimation: INCLUDE "gfx/pokemon/sunkern/anim.asm" +SunfloraAnimation: INCLUDE "gfx/pokemon/sunflora/anim.asm" +YanmaAnimation: INCLUDE "gfx/pokemon/yanma/anim.asm" +WooperAnimation: INCLUDE "gfx/pokemon/wooper/anim.asm" +QuagsireAnimation: INCLUDE "gfx/pokemon/quagsire/anim.asm" +EspeonAnimation: INCLUDE "gfx/pokemon/espeon/anim.asm" +UmbreonAnimation: INCLUDE "gfx/pokemon/umbreon/anim.asm" +MurkrowAnimation: INCLUDE "gfx/pokemon/murkrow/anim.asm" +SlowkingAnimation: INCLUDE "gfx/pokemon/slowking/anim.asm" +MisdreavusAnimation: INCLUDE "gfx/pokemon/misdreavus/anim.asm" +UnownAnimation: INCLUDE "gfx/pokemon/unown/anim.asm" +WobbuffetAnimation: INCLUDE "gfx/pokemon/wobbuffet/anim.asm" +GirafarigAnimation: INCLUDE "gfx/pokemon/girafarig/anim.asm" +PinecoAnimation: INCLUDE "gfx/pokemon/pineco/anim.asm" +ForretressAnimation: INCLUDE "gfx/pokemon/forretress/anim.asm" +DunsparceAnimation: INCLUDE "gfx/pokemon/dunsparce/anim.asm" +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" +QwilfishAnimation: INCLUDE "gfx/pokemon/qwilfish/anim.asm" +ScizorAnimation: INCLUDE "gfx/pokemon/scizor/anim.asm" +ShuckleAnimation: INCLUDE "gfx/pokemon/shuckle/anim.asm" +HeracrossAnimation: INCLUDE "gfx/pokemon/heracross/anim.asm" +SneaselAnimation: INCLUDE "gfx/pokemon/sneasel/anim.asm" +TeddiursaAnimation: INCLUDE "gfx/pokemon/teddiursa/anim.asm" +UrsaringAnimation: INCLUDE "gfx/pokemon/ursaring/anim.asm" +SlugmaAnimation: INCLUDE "gfx/pokemon/slugma/anim.asm" +MagcargoAnimation: INCLUDE "gfx/pokemon/magcargo/anim.asm" +SwinubAnimation: INCLUDE "gfx/pokemon/swinub/anim.asm" +PiloswineAnimation: INCLUDE "gfx/pokemon/piloswine/anim.asm" +CorsolaAnimation: INCLUDE "gfx/pokemon/corsola/anim.asm" +RemoraidAnimation: INCLUDE "gfx/pokemon/remoraid/anim.asm" +OctilleryAnimation: INCLUDE "gfx/pokemon/octillery/anim.asm" +DelibirdAnimation: INCLUDE "gfx/pokemon/delibird/anim.asm" +MantineAnimation: INCLUDE "gfx/pokemon/mantine/anim.asm" +SkarmoryAnimation: INCLUDE "gfx/pokemon/skarmory/anim.asm" +HoundourAnimation: INCLUDE "gfx/pokemon/houndour/anim.asm" +HoundoomAnimation: INCLUDE "gfx/pokemon/houndoom/anim.asm" +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" +StantlerAnimation: INCLUDE "gfx/pokemon/stantler/anim.asm" +SmeargleAnimation: INCLUDE "gfx/pokemon/smeargle/anim.asm" +TyrogueAnimation: INCLUDE "gfx/pokemon/tyrogue/anim.asm" +HitmontopAnimation: INCLUDE "gfx/pokemon/hitmontop/anim.asm" +SmoochumAnimation: INCLUDE "gfx/pokemon/smoochum/anim.asm" +ElekidAnimation: INCLUDE "gfx/pokemon/elekid/anim.asm" +MagbyAnimation: INCLUDE "gfx/pokemon/magby/anim.asm" +MiltankAnimation: INCLUDE "gfx/pokemon/miltank/anim.asm" +BlisseyAnimation: INCLUDE "gfx/pokemon/blissey/anim.asm" +RaikouAnimation: INCLUDE "gfx/pokemon/raikou/anim.asm" +EnteiAnimation: INCLUDE "gfx/pokemon/entei/anim.asm" +SuicuneAnimation: INCLUDE "gfx/pokemon/suicune/anim.asm" +LarvitarAnimation: INCLUDE "gfx/pokemon/larvitar/anim.asm" +PupitarAnimation: INCLUDE "gfx/pokemon/pupitar/anim.asm" +TyranitarAnimation: INCLUDE "gfx/pokemon/tyranitar/anim.asm" +LugiaAnimation: INCLUDE "gfx/pokemon/lugia/anim.asm" +HoOhAnimation: INCLUDE "gfx/pokemon/ho_oh/anim.asm" +CelebiAnimation: INCLUDE "gfx/pokemon/celebi/anim.asm" +EggAnimation: INCLUDE "gfx/pokemon/egg/anim.asm" diff --git a/gfx/pokemon/arbok/anim0.asm b/gfx/pokemon/arbok/anim.asm similarity index 100% rename from gfx/pokemon/arbok/anim0.asm rename to gfx/pokemon/arbok/anim.asm diff --git a/gfx/pokemon/arbok/anim1.asm b/gfx/pokemon/arbok/anim_idle.asm similarity index 100% rename from gfx/pokemon/arbok/anim1.asm rename to gfx/pokemon/arbok/anim_idle.asm diff --git a/gfx/pokemon/arcanine/anim0.asm b/gfx/pokemon/arcanine/anim.asm similarity index 100% rename from gfx/pokemon/arcanine/anim0.asm rename to gfx/pokemon/arcanine/anim.asm diff --git a/gfx/pokemon/arcanine/anim1.asm b/gfx/pokemon/arcanine/anim_idle.asm similarity index 100% rename from gfx/pokemon/arcanine/anim1.asm rename to gfx/pokemon/arcanine/anim_idle.asm diff --git a/gfx/pokemon/ariados/anim0.asm b/gfx/pokemon/ariados/anim.asm similarity index 100% rename from gfx/pokemon/ariados/anim0.asm rename to gfx/pokemon/ariados/anim.asm diff --git a/gfx/pokemon/ariados/anim1.asm b/gfx/pokemon/ariados/anim_idle.asm similarity index 100% rename from gfx/pokemon/ariados/anim1.asm rename to gfx/pokemon/ariados/anim_idle.asm diff --git a/gfx/pokemon/articuno/anim0.asm b/gfx/pokemon/articuno/anim.asm similarity index 100% rename from gfx/pokemon/articuno/anim0.asm rename to gfx/pokemon/articuno/anim.asm diff --git a/gfx/pokemon/articuno/anim1.asm b/gfx/pokemon/articuno/anim_idle.asm similarity index 100% rename from gfx/pokemon/articuno/anim1.asm rename to gfx/pokemon/articuno/anim_idle.asm diff --git a/gfx/pokemon/azumarill/anim0.asm b/gfx/pokemon/azumarill/anim.asm similarity index 100% rename from gfx/pokemon/azumarill/anim0.asm rename to gfx/pokemon/azumarill/anim.asm diff --git a/gfx/pokemon/azumarill/anim1.asm b/gfx/pokemon/azumarill/anim_idle.asm similarity index 100% rename from gfx/pokemon/azumarill/anim1.asm rename to gfx/pokemon/azumarill/anim_idle.asm diff --git a/gfx/pokemon/bayleef/anim0.asm b/gfx/pokemon/bayleef/anim.asm similarity index 100% rename from gfx/pokemon/bayleef/anim0.asm rename to gfx/pokemon/bayleef/anim.asm diff --git a/gfx/pokemon/bayleef/anim1.asm b/gfx/pokemon/bayleef/anim_idle.asm similarity index 100% rename from gfx/pokemon/bayleef/anim1.asm rename to gfx/pokemon/bayleef/anim_idle.asm diff --git a/gfx/pokemon/beedrill/anim0.asm b/gfx/pokemon/beedrill/anim.asm similarity index 100% rename from gfx/pokemon/beedrill/anim0.asm rename to gfx/pokemon/beedrill/anim.asm diff --git a/gfx/pokemon/beedrill/anim1.asm b/gfx/pokemon/beedrill/anim_idle.asm similarity index 100% rename from gfx/pokemon/beedrill/anim1.asm rename to gfx/pokemon/beedrill/anim_idle.asm diff --git a/gfx/pokemon/bellossom/anim0.asm b/gfx/pokemon/bellossom/anim.asm similarity index 100% rename from gfx/pokemon/bellossom/anim0.asm rename to gfx/pokemon/bellossom/anim.asm diff --git a/gfx/pokemon/bellossom/anim1.asm b/gfx/pokemon/bellossom/anim_idle.asm similarity index 100% rename from gfx/pokemon/bellossom/anim1.asm rename to gfx/pokemon/bellossom/anim_idle.asm diff --git a/gfx/pokemon/bellsprout/anim0.asm b/gfx/pokemon/bellsprout/anim.asm similarity index 100% rename from gfx/pokemon/bellsprout/anim0.asm rename to gfx/pokemon/bellsprout/anim.asm diff --git a/gfx/pokemon/bellsprout/anim1.asm b/gfx/pokemon/bellsprout/anim_idle.asm similarity index 100% rename from gfx/pokemon/bellsprout/anim1.asm rename to gfx/pokemon/bellsprout/anim_idle.asm diff --git a/gfx/pokemon/blastoise/anim0.asm b/gfx/pokemon/blastoise/anim.asm similarity index 100% rename from gfx/pokemon/blastoise/anim0.asm rename to gfx/pokemon/blastoise/anim.asm diff --git a/gfx/pokemon/blastoise/anim1.asm b/gfx/pokemon/blastoise/anim_idle.asm similarity index 100% rename from gfx/pokemon/blastoise/anim1.asm rename to gfx/pokemon/blastoise/anim_idle.asm diff --git a/gfx/pokemon/blissey/anim0.asm b/gfx/pokemon/blissey/anim.asm similarity index 100% rename from gfx/pokemon/blissey/anim0.asm rename to gfx/pokemon/blissey/anim.asm diff --git a/gfx/pokemon/blissey/anim1.asm b/gfx/pokemon/blissey/anim_idle.asm similarity index 100% rename from gfx/pokemon/blissey/anim1.asm rename to gfx/pokemon/blissey/anim_idle.asm diff --git a/gfx/pokemon/bulbasaur/anim0.asm b/gfx/pokemon/bulbasaur/anim.asm similarity index 100% rename from gfx/pokemon/bulbasaur/anim0.asm rename to gfx/pokemon/bulbasaur/anim.asm diff --git a/gfx/pokemon/bulbasaur/anim1.asm b/gfx/pokemon/bulbasaur/anim_idle.asm similarity index 100% rename from gfx/pokemon/bulbasaur/anim1.asm rename to gfx/pokemon/bulbasaur/anim_idle.asm diff --git a/gfx/pokemon/butterfree/anim0.asm b/gfx/pokemon/butterfree/anim.asm similarity index 100% rename from gfx/pokemon/butterfree/anim0.asm rename to gfx/pokemon/butterfree/anim.asm diff --git a/gfx/pokemon/butterfree/anim1.asm b/gfx/pokemon/butterfree/anim_idle.asm similarity index 100% rename from gfx/pokemon/butterfree/anim1.asm rename to gfx/pokemon/butterfree/anim_idle.asm diff --git a/gfx/pokemon/caterpie/anim0.asm b/gfx/pokemon/caterpie/anim.asm similarity index 100% rename from gfx/pokemon/caterpie/anim0.asm rename to gfx/pokemon/caterpie/anim.asm diff --git a/gfx/pokemon/caterpie/anim1.asm b/gfx/pokemon/caterpie/anim_idle.asm similarity index 100% rename from gfx/pokemon/caterpie/anim1.asm rename to gfx/pokemon/caterpie/anim_idle.asm diff --git a/gfx/pokemon/celebi/anim0.asm b/gfx/pokemon/celebi/anim.asm similarity index 100% rename from gfx/pokemon/celebi/anim0.asm rename to gfx/pokemon/celebi/anim.asm diff --git a/gfx/pokemon/celebi/anim1.asm b/gfx/pokemon/celebi/anim_idle.asm similarity index 100% rename from gfx/pokemon/celebi/anim1.asm rename to gfx/pokemon/celebi/anim_idle.asm diff --git a/gfx/pokemon/chansey/anim0.asm b/gfx/pokemon/chansey/anim.asm similarity index 100% rename from gfx/pokemon/chansey/anim0.asm rename to gfx/pokemon/chansey/anim.asm diff --git a/gfx/pokemon/chansey/anim1.asm b/gfx/pokemon/chansey/anim_idle.asm similarity index 100% rename from gfx/pokemon/chansey/anim1.asm rename to gfx/pokemon/chansey/anim_idle.asm diff --git a/gfx/pokemon/charizard/anim0.asm b/gfx/pokemon/charizard/anim.asm similarity index 100% rename from gfx/pokemon/charizard/anim0.asm rename to gfx/pokemon/charizard/anim.asm diff --git a/gfx/pokemon/charizard/anim1.asm b/gfx/pokemon/charizard/anim_idle.asm similarity index 100% rename from gfx/pokemon/charizard/anim1.asm rename to gfx/pokemon/charizard/anim_idle.asm diff --git a/gfx/pokemon/charmander/anim0.asm b/gfx/pokemon/charmander/anim.asm similarity index 100% rename from gfx/pokemon/charmander/anim0.asm rename to gfx/pokemon/charmander/anim.asm diff --git a/gfx/pokemon/charmander/anim1.asm b/gfx/pokemon/charmander/anim_idle.asm similarity index 100% rename from gfx/pokemon/charmander/anim1.asm rename to gfx/pokemon/charmander/anim_idle.asm diff --git a/gfx/pokemon/charmeleon/anim0.asm b/gfx/pokemon/charmeleon/anim.asm similarity index 100% rename from gfx/pokemon/charmeleon/anim0.asm rename to gfx/pokemon/charmeleon/anim.asm diff --git a/gfx/pokemon/charmeleon/anim1.asm b/gfx/pokemon/charmeleon/anim_idle.asm similarity index 100% rename from gfx/pokemon/charmeleon/anim1.asm rename to gfx/pokemon/charmeleon/anim_idle.asm diff --git a/gfx/pokemon/chikorita/anim0.asm b/gfx/pokemon/chikorita/anim.asm similarity index 100% rename from gfx/pokemon/chikorita/anim0.asm rename to gfx/pokemon/chikorita/anim.asm diff --git a/gfx/pokemon/chikorita/anim1.asm b/gfx/pokemon/chikorita/anim_idle.asm similarity index 100% rename from gfx/pokemon/chikorita/anim1.asm rename to gfx/pokemon/chikorita/anim_idle.asm diff --git a/gfx/pokemon/chinchou/anim0.asm b/gfx/pokemon/chinchou/anim.asm similarity index 100% rename from gfx/pokemon/chinchou/anim0.asm rename to gfx/pokemon/chinchou/anim.asm diff --git a/gfx/pokemon/chinchou/anim1.asm b/gfx/pokemon/chinchou/anim_idle.asm similarity index 100% rename from gfx/pokemon/chinchou/anim1.asm rename to gfx/pokemon/chinchou/anim_idle.asm diff --git a/gfx/pokemon/clefable/anim0.asm b/gfx/pokemon/clefable/anim.asm similarity index 100% rename from gfx/pokemon/clefable/anim0.asm rename to gfx/pokemon/clefable/anim.asm diff --git a/gfx/pokemon/clefable/anim1.asm b/gfx/pokemon/clefable/anim_idle.asm similarity index 100% rename from gfx/pokemon/clefable/anim1.asm rename to gfx/pokemon/clefable/anim_idle.asm diff --git a/gfx/pokemon/clefairy/anim0.asm b/gfx/pokemon/clefairy/anim.asm similarity index 100% rename from gfx/pokemon/clefairy/anim0.asm rename to gfx/pokemon/clefairy/anim.asm diff --git a/gfx/pokemon/clefairy/anim1.asm b/gfx/pokemon/clefairy/anim_idle.asm similarity index 100% rename from gfx/pokemon/clefairy/anim1.asm rename to gfx/pokemon/clefairy/anim_idle.asm diff --git a/gfx/pokemon/cleffa/anim0.asm b/gfx/pokemon/cleffa/anim.asm similarity index 100% rename from gfx/pokemon/cleffa/anim0.asm rename to gfx/pokemon/cleffa/anim.asm diff --git a/gfx/pokemon/cleffa/anim1.asm b/gfx/pokemon/cleffa/anim_idle.asm similarity index 100% rename from gfx/pokemon/cleffa/anim1.asm rename to gfx/pokemon/cleffa/anim_idle.asm diff --git a/gfx/pokemon/cloyster/anim0.asm b/gfx/pokemon/cloyster/anim.asm similarity index 100% rename from gfx/pokemon/cloyster/anim0.asm rename to gfx/pokemon/cloyster/anim.asm diff --git a/gfx/pokemon/cloyster/anim1.asm b/gfx/pokemon/cloyster/anim_idle.asm similarity index 100% rename from gfx/pokemon/cloyster/anim1.asm rename to gfx/pokemon/cloyster/anim_idle.asm diff --git a/gfx/pokemon/corsola/anim0.asm b/gfx/pokemon/corsola/anim.asm similarity index 100% rename from gfx/pokemon/corsola/anim0.asm rename to gfx/pokemon/corsola/anim.asm diff --git a/gfx/pokemon/corsola/anim1.asm b/gfx/pokemon/corsola/anim_idle.asm similarity index 100% rename from gfx/pokemon/corsola/anim1.asm rename to gfx/pokemon/corsola/anim_idle.asm diff --git a/gfx/pokemon/crobat/anim0.asm b/gfx/pokemon/crobat/anim.asm similarity index 100% rename from gfx/pokemon/crobat/anim0.asm rename to gfx/pokemon/crobat/anim.asm diff --git a/gfx/pokemon/crobat/anim1.asm b/gfx/pokemon/crobat/anim_idle.asm similarity index 100% rename from gfx/pokemon/crobat/anim1.asm rename to gfx/pokemon/crobat/anim_idle.asm diff --git a/gfx/pokemon/croconaw/anim0.asm b/gfx/pokemon/croconaw/anim.asm similarity index 100% rename from gfx/pokemon/croconaw/anim0.asm rename to gfx/pokemon/croconaw/anim.asm diff --git a/gfx/pokemon/croconaw/anim1.asm b/gfx/pokemon/croconaw/anim_idle.asm similarity index 100% rename from gfx/pokemon/croconaw/anim1.asm rename to gfx/pokemon/croconaw/anim_idle.asm diff --git a/gfx/pokemon/cubone/anim0.asm b/gfx/pokemon/cubone/anim.asm similarity index 100% rename from gfx/pokemon/cubone/anim0.asm rename to gfx/pokemon/cubone/anim.asm diff --git a/gfx/pokemon/cubone/anim1.asm b/gfx/pokemon/cubone/anim_idle.asm similarity index 100% rename from gfx/pokemon/cubone/anim1.asm rename to gfx/pokemon/cubone/anim_idle.asm diff --git a/gfx/pokemon/cyndaquil/anim0.asm b/gfx/pokemon/cyndaquil/anim.asm similarity index 100% rename from gfx/pokemon/cyndaquil/anim0.asm rename to gfx/pokemon/cyndaquil/anim.asm diff --git a/gfx/pokemon/cyndaquil/anim1.asm b/gfx/pokemon/cyndaquil/anim_idle.asm similarity index 100% rename from gfx/pokemon/cyndaquil/anim1.asm rename to gfx/pokemon/cyndaquil/anim_idle.asm diff --git a/gfx/pokemon/delibird/anim0.asm b/gfx/pokemon/delibird/anim.asm similarity index 100% rename from gfx/pokemon/delibird/anim0.asm rename to gfx/pokemon/delibird/anim.asm diff --git a/gfx/pokemon/delibird/anim1.asm b/gfx/pokemon/delibird/anim_idle.asm similarity index 100% rename from gfx/pokemon/delibird/anim1.asm rename to gfx/pokemon/delibird/anim_idle.asm diff --git a/gfx/pokemon/dewgong/anim0.asm b/gfx/pokemon/dewgong/anim.asm similarity index 100% rename from gfx/pokemon/dewgong/anim0.asm rename to gfx/pokemon/dewgong/anim.asm diff --git a/gfx/pokemon/dewgong/anim1.asm b/gfx/pokemon/dewgong/anim_idle.asm similarity index 100% rename from gfx/pokemon/dewgong/anim1.asm rename to gfx/pokemon/dewgong/anim_idle.asm diff --git a/gfx/pokemon/diglett/anim0.asm b/gfx/pokemon/diglett/anim.asm similarity index 100% rename from gfx/pokemon/diglett/anim0.asm rename to gfx/pokemon/diglett/anim.asm diff --git a/gfx/pokemon/diglett/anim1.asm b/gfx/pokemon/diglett/anim_idle.asm similarity index 100% rename from gfx/pokemon/diglett/anim1.asm rename to gfx/pokemon/diglett/anim_idle.asm diff --git a/gfx/pokemon/ditto/anim0.asm b/gfx/pokemon/ditto/anim.asm similarity index 100% rename from gfx/pokemon/ditto/anim0.asm rename to gfx/pokemon/ditto/anim.asm diff --git a/gfx/pokemon/ditto/anim1.asm b/gfx/pokemon/ditto/anim_idle.asm similarity index 100% rename from gfx/pokemon/ditto/anim1.asm rename to gfx/pokemon/ditto/anim_idle.asm diff --git a/gfx/pokemon/dodrio/anim0.asm b/gfx/pokemon/dodrio/anim.asm similarity index 100% rename from gfx/pokemon/dodrio/anim0.asm rename to gfx/pokemon/dodrio/anim.asm diff --git a/gfx/pokemon/dodrio/anim1.asm b/gfx/pokemon/dodrio/anim_idle.asm similarity index 100% rename from gfx/pokemon/dodrio/anim1.asm rename to gfx/pokemon/dodrio/anim_idle.asm diff --git a/gfx/pokemon/doduo/anim0.asm b/gfx/pokemon/doduo/anim.asm similarity index 100% rename from gfx/pokemon/doduo/anim0.asm rename to gfx/pokemon/doduo/anim.asm diff --git a/gfx/pokemon/doduo/anim1.asm b/gfx/pokemon/doduo/anim_idle.asm similarity index 100% rename from gfx/pokemon/doduo/anim1.asm rename to gfx/pokemon/doduo/anim_idle.asm diff --git a/gfx/pokemon/donphan/anim0.asm b/gfx/pokemon/donphan/anim.asm similarity index 100% rename from gfx/pokemon/donphan/anim0.asm rename to gfx/pokemon/donphan/anim.asm diff --git a/gfx/pokemon/donphan/anim1.asm b/gfx/pokemon/donphan/anim_idle.asm similarity index 100% rename from gfx/pokemon/donphan/anim1.asm rename to gfx/pokemon/donphan/anim_idle.asm diff --git a/gfx/pokemon/dragonair/anim0.asm b/gfx/pokemon/dragonair/anim.asm similarity index 100% rename from gfx/pokemon/dragonair/anim0.asm rename to gfx/pokemon/dragonair/anim.asm diff --git a/gfx/pokemon/dragonair/anim1.asm b/gfx/pokemon/dragonair/anim_idle.asm similarity index 100% rename from gfx/pokemon/dragonair/anim1.asm rename to gfx/pokemon/dragonair/anim_idle.asm diff --git a/gfx/pokemon/dragonite/anim0.asm b/gfx/pokemon/dragonite/anim.asm similarity index 100% rename from gfx/pokemon/dragonite/anim0.asm rename to gfx/pokemon/dragonite/anim.asm diff --git a/gfx/pokemon/dragonite/anim1.asm b/gfx/pokemon/dragonite/anim_idle.asm similarity index 100% rename from gfx/pokemon/dragonite/anim1.asm rename to gfx/pokemon/dragonite/anim_idle.asm diff --git a/gfx/pokemon/dratini/anim0.asm b/gfx/pokemon/dratini/anim.asm similarity index 100% rename from gfx/pokemon/dratini/anim0.asm rename to gfx/pokemon/dratini/anim.asm diff --git a/gfx/pokemon/dratini/anim1.asm b/gfx/pokemon/dratini/anim_idle.asm similarity index 100% rename from gfx/pokemon/dratini/anim1.asm rename to gfx/pokemon/dratini/anim_idle.asm diff --git a/gfx/pokemon/drowzee/anim0.asm b/gfx/pokemon/drowzee/anim.asm similarity index 100% rename from gfx/pokemon/drowzee/anim0.asm rename to gfx/pokemon/drowzee/anim.asm diff --git a/gfx/pokemon/drowzee/anim1.asm b/gfx/pokemon/drowzee/anim_idle.asm similarity index 100% rename from gfx/pokemon/drowzee/anim1.asm rename to gfx/pokemon/drowzee/anim_idle.asm diff --git a/gfx/pokemon/dugtrio/anim0.asm b/gfx/pokemon/dugtrio/anim.asm similarity index 100% rename from gfx/pokemon/dugtrio/anim0.asm rename to gfx/pokemon/dugtrio/anim.asm diff --git a/gfx/pokemon/dugtrio/anim1.asm b/gfx/pokemon/dugtrio/anim_idle.asm similarity index 100% rename from gfx/pokemon/dugtrio/anim1.asm rename to gfx/pokemon/dugtrio/anim_idle.asm diff --git a/gfx/pokemon/dunsparce/anim0.asm b/gfx/pokemon/dunsparce/anim.asm similarity index 100% rename from gfx/pokemon/dunsparce/anim0.asm rename to gfx/pokemon/dunsparce/anim.asm diff --git a/gfx/pokemon/dunsparce/anim1.asm b/gfx/pokemon/dunsparce/anim_idle.asm similarity index 100% rename from gfx/pokemon/dunsparce/anim1.asm rename to gfx/pokemon/dunsparce/anim_idle.asm diff --git a/gfx/pokemon/eevee/anim0.asm b/gfx/pokemon/eevee/anim.asm similarity index 100% rename from gfx/pokemon/eevee/anim0.asm rename to gfx/pokemon/eevee/anim.asm diff --git a/gfx/pokemon/eevee/anim1.asm b/gfx/pokemon/eevee/anim_idle.asm similarity index 100% rename from gfx/pokemon/eevee/anim1.asm rename to gfx/pokemon/eevee/anim_idle.asm diff --git a/gfx/pokemon/egg/anim0.asm b/gfx/pokemon/egg/anim.asm similarity index 100% rename from gfx/pokemon/egg/anim0.asm rename to gfx/pokemon/egg/anim.asm diff --git a/gfx/pokemon/egg/anim1.asm b/gfx/pokemon/egg/anim_idle.asm similarity index 100% rename from gfx/pokemon/egg/anim1.asm rename to gfx/pokemon/egg/anim_idle.asm diff --git a/gfx/pokemon/ekans/anim0.asm b/gfx/pokemon/ekans/anim.asm similarity index 100% rename from gfx/pokemon/ekans/anim0.asm rename to gfx/pokemon/ekans/anim.asm diff --git a/gfx/pokemon/ekans/anim1.asm b/gfx/pokemon/ekans/anim_idle.asm similarity index 100% rename from gfx/pokemon/ekans/anim1.asm rename to gfx/pokemon/ekans/anim_idle.asm diff --git a/gfx/pokemon/electabuzz/anim0.asm b/gfx/pokemon/electabuzz/anim.asm similarity index 100% rename from gfx/pokemon/electabuzz/anim0.asm rename to gfx/pokemon/electabuzz/anim.asm diff --git a/gfx/pokemon/electabuzz/anim1.asm b/gfx/pokemon/electabuzz/anim_idle.asm similarity index 100% rename from gfx/pokemon/electabuzz/anim1.asm rename to gfx/pokemon/electabuzz/anim_idle.asm diff --git a/gfx/pokemon/electrode/anim0.asm b/gfx/pokemon/electrode/anim.asm similarity index 100% rename from gfx/pokemon/electrode/anim0.asm rename to gfx/pokemon/electrode/anim.asm diff --git a/gfx/pokemon/electrode/anim1.asm b/gfx/pokemon/electrode/anim_idle.asm similarity index 100% rename from gfx/pokemon/electrode/anim1.asm rename to gfx/pokemon/electrode/anim_idle.asm diff --git a/gfx/pokemon/elekid/anim0.asm b/gfx/pokemon/elekid/anim.asm similarity index 100% rename from gfx/pokemon/elekid/anim0.asm rename to gfx/pokemon/elekid/anim.asm diff --git a/gfx/pokemon/elekid/anim1.asm b/gfx/pokemon/elekid/anim_idle.asm similarity index 100% rename from gfx/pokemon/elekid/anim1.asm rename to gfx/pokemon/elekid/anim_idle.asm diff --git a/gfx/pokemon/entei/anim0.asm b/gfx/pokemon/entei/anim.asm similarity index 100% rename from gfx/pokemon/entei/anim0.asm rename to gfx/pokemon/entei/anim.asm diff --git a/gfx/pokemon/entei/anim1.asm b/gfx/pokemon/entei/anim_idle.asm similarity index 100% rename from gfx/pokemon/entei/anim1.asm rename to gfx/pokemon/entei/anim_idle.asm diff --git a/gfx/pokemon/espeon/anim0.asm b/gfx/pokemon/espeon/anim.asm similarity index 100% rename from gfx/pokemon/espeon/anim0.asm rename to gfx/pokemon/espeon/anim.asm diff --git a/gfx/pokemon/espeon/anim1.asm b/gfx/pokemon/espeon/anim_idle.asm similarity index 100% rename from gfx/pokemon/espeon/anim1.asm rename to gfx/pokemon/espeon/anim_idle.asm diff --git a/gfx/pokemon/exeggcute/anim0.asm b/gfx/pokemon/exeggcute/anim.asm similarity index 100% rename from gfx/pokemon/exeggcute/anim0.asm rename to gfx/pokemon/exeggcute/anim.asm diff --git a/gfx/pokemon/exeggcute/anim1.asm b/gfx/pokemon/exeggcute/anim_idle.asm similarity index 100% rename from gfx/pokemon/exeggcute/anim1.asm rename to gfx/pokemon/exeggcute/anim_idle.asm diff --git a/gfx/pokemon/exeggutor/anim0.asm b/gfx/pokemon/exeggutor/anim.asm similarity index 100% rename from gfx/pokemon/exeggutor/anim0.asm rename to gfx/pokemon/exeggutor/anim.asm diff --git a/gfx/pokemon/exeggutor/anim1.asm b/gfx/pokemon/exeggutor/anim_idle.asm similarity index 100% rename from gfx/pokemon/exeggutor/anim1.asm rename to gfx/pokemon/exeggutor/anim_idle.asm diff --git a/gfx/pokemon/extra_pointers.asm b/gfx/pokemon/extra_pointers.asm deleted file mode 100644 index 7afd95148..000000000 --- a/gfx/pokemon/extra_pointers.asm +++ /dev/null @@ -1,252 +0,0 @@ -AnimationExtraPointers: - dw BulbasaurAnimationExtra - dw IvysaurAnimationExtra - dw VenusaurAnimationExtra - dw CharmanderAnimationExtra - dw CharmeleonAnimationExtra - dw CharizardAnimationExtra - dw SquirtleAnimationExtra - dw WartortleAnimationExtra - dw BlastoiseAnimationExtra - dw CaterpieAnimationExtra - dw MetapodAnimationExtra - dw ButterfreeAnimationExtra - dw WeedleAnimationExtra - dw KakunaAnimationExtra - dw BeedrillAnimationExtra - dw PidgeyAnimationExtra - dw PidgeottoAnimationExtra - dw PidgeotAnimationExtra - dw RattataAnimationExtra - dw RaticateAnimationExtra - dw SpearowAnimationExtra - dw FearowAnimationExtra - dw EkansAnimationExtra - dw ArbokAnimationExtra - dw PikachuAnimationExtra - dw RaichuAnimationExtra - dw SandshrewAnimationExtra - dw SandslashAnimationExtra - dw NidoranFAnimationExtra - dw NidorinaAnimationExtra - dw NidoqueenAnimationExtra - dw NidoranMAnimationExtra - dw NidorinoAnimationExtra - dw NidokingAnimationExtra - dw ClefairyAnimationExtra - dw ClefableAnimationExtra - dw VulpixAnimationExtra - dw NinetalesAnimationExtra - dw JigglypuffAnimationExtra - dw WigglytuffAnimationExtra - dw ZubatAnimationExtra - dw GolbatAnimationExtra - dw OddishAnimationExtra - dw GloomAnimationExtra - dw VileplumeAnimationExtra - dw ParasAnimationExtra - dw ParasectAnimationExtra - dw VenonatAnimationExtra - dw VenomothAnimationExtra - dw DiglettAnimationExtra - dw DugtrioAnimationExtra - dw MeowthAnimationExtra - dw PersianAnimationExtra - dw PsyduckAnimationExtra - dw GolduckAnimationExtra - dw MankeyAnimationExtra - dw PrimeapeAnimationExtra - dw GrowlitheAnimationExtra - dw ArcanineAnimationExtra - dw PoliwagAnimationExtra - dw PoliwhirlAnimationExtra - dw PoliwrathAnimationExtra - dw AbraAnimationExtra - dw KadabraAnimationExtra - dw AlakazamAnimationExtra - dw MachopAnimationExtra - dw MachokeAnimationExtra - dw MachampAnimationExtra - dw BellsproutAnimationExtra - dw WeepinbellAnimationExtra - dw VictreebelAnimationExtra - dw TentacoolAnimationExtra - dw TentacruelAnimationExtra - dw GeodudeAnimationExtra - dw GravelerAnimationExtra - dw GolemAnimationExtra - dw PonytaAnimationExtra - dw RapidashAnimationExtra - dw SlowpokeAnimationExtra - dw SlowbroAnimationExtra - dw MagnemiteAnimationExtra - dw MagnetonAnimationExtra - dw FarfetchDAnimationExtra - dw DoduoAnimationExtra - dw DodrioAnimationExtra - dw SeelAnimationExtra - dw DewgongAnimationExtra - dw GrimerAnimationExtra - dw MukAnimationExtra - dw ShellderAnimationExtra - dw CloysterAnimationExtra - dw GastlyAnimationExtra - dw HaunterAnimationExtra - dw GengarAnimationExtra - dw OnixAnimationExtra - dw DrowzeeAnimationExtra - dw HypnoAnimationExtra - dw KrabbyAnimationExtra - dw KinglerAnimationExtra - dw VoltorbAnimationExtra - dw ElectrodeAnimationExtra - dw ExeggcuteAnimationExtra - dw ExeggutorAnimationExtra - dw CuboneAnimationExtra - dw MarowakAnimationExtra - dw HitmonleeAnimationExtra - dw HitmonchanAnimationExtra - dw LickitungAnimationExtra - dw KoffingAnimationExtra - dw WeezingAnimationExtra - dw RhyhornAnimationExtra - dw RhydonAnimationExtra - dw ChanseyAnimationExtra - dw TangelaAnimationExtra - dw KangaskhanAnimationExtra - dw HorseaAnimationExtra - dw SeadraAnimationExtra - dw GoldeenAnimationExtra - dw SeakingAnimationExtra - dw StaryuAnimationExtra - dw StarmieAnimationExtra - dw MrMimeAnimationExtra - dw ScytherAnimationExtra - dw JynxAnimationExtra - dw ElectabuzzAnimationExtra - dw MagmarAnimationExtra - dw PinsirAnimationExtra - dw TaurosAnimationExtra - dw MagikarpAnimationExtra - dw GyaradosAnimationExtra - dw LaprasAnimationExtra - dw DittoAnimationExtra - dw EeveeAnimationExtra - dw VaporeonAnimationExtra - dw JolteonAnimationExtra - dw FlareonAnimationExtra - dw PorygonAnimationExtra - dw OmanyteAnimationExtra - dw OmastarAnimationExtra - dw KabutoAnimationExtra - dw KabutopsAnimationExtra - dw AerodactylAnimationExtra - dw SnorlaxAnimationExtra - dw ArticunoAnimationExtra - dw ZapdosAnimationExtra - dw MoltresAnimationExtra - dw DratiniAnimationExtra - dw DragonairAnimationExtra - dw DragoniteAnimationExtra - dw MewtwoAnimationExtra - dw MewAnimationExtra - dw ChikoritaAnimationExtra - dw BayleefAnimationExtra - dw MeganiumAnimationExtra - dw CyndaquilAnimationExtra - dw QuilavaAnimationExtra - dw TyphlosionAnimationExtra - dw TotodileAnimationExtra - dw CroconawAnimationExtra - dw FeraligatrAnimationExtra - dw SentretAnimationExtra - dw FurretAnimationExtra - dw HoothootAnimationExtra - dw NoctowlAnimationExtra - dw LedybaAnimationExtra - dw LedianAnimationExtra - dw SpinarakAnimationExtra - dw AriadosAnimationExtra - dw CrobatAnimationExtra - dw ChinchouAnimationExtra - dw LanturnAnimationExtra - dw PichuAnimationExtra - dw CleffaAnimationExtra - dw IgglybuffAnimationExtra - dw TogepiAnimationExtra - dw TogeticAnimationExtra - dw NatuAnimationExtra - dw XatuAnimationExtra - dw MareepAnimationExtra - dw FlaaffyAnimationExtra - dw AmpharosAnimationExtra - dw BellossomAnimationExtra - dw MarillAnimationExtra - dw AzumarillAnimationExtra - dw SudowoodoAnimationExtra - dw PolitoedAnimationExtra - dw HoppipAnimationExtra - dw SkiploomAnimationExtra - dw JumpluffAnimationExtra - dw AipomAnimationExtra - dw SunkernAnimationExtra - dw SunfloraAnimationExtra - dw YanmaAnimationExtra - dw WooperAnimationExtra - dw QuagsireAnimationExtra - dw EspeonAnimationExtra - dw UmbreonAnimationExtra - dw MurkrowAnimationExtra - dw SlowkingAnimationExtra - dw MisdreavusAnimationExtra - dw UnownAnimationExtra - dw WobbuffetAnimationExtra - dw GirafarigAnimationExtra - dw PinecoAnimationExtra - dw ForretressAnimationExtra - dw DunsparceAnimationExtra - dw GligarAnimationExtra - dw SteelixAnimationExtra - dw SnubbullAnimationExtra - dw GranbullAnimationExtra - dw QwilfishAnimationExtra - dw ScizorAnimationExtra - dw ShuckleAnimationExtra - dw HeracrossAnimationExtra - dw SneaselAnimationExtra - dw TeddiursaAnimationExtra - dw UrsaringAnimationExtra - dw SlugmaAnimationExtra - dw MagcargoAnimationExtra - dw SwinubAnimationExtra - dw PiloswineAnimationExtra - dw CorsolaAnimationExtra - dw RemoraidAnimationExtra - dw OctilleryAnimationExtra - dw DelibirdAnimationExtra - dw MantineAnimationExtra - dw SkarmoryAnimationExtra - dw HoundourAnimationExtra - dw HoundoomAnimationExtra - dw KingdraAnimationExtra - dw PhanpyAnimationExtra - dw DonphanAnimationExtra - dw Porygon2AnimationExtra - dw StantlerAnimationExtra - dw SmeargleAnimationExtra - dw TyrogueAnimationExtra - dw HitmontopAnimationExtra - dw SmoochumAnimationExtra - dw ElekidAnimationExtra - dw MagbyAnimationExtra - dw MiltankAnimationExtra - dw BlisseyAnimationExtra - dw RaikouAnimationExtra - dw EnteiAnimationExtra - dw SuicuneAnimationExtra - dw LarvitarAnimationExtra - dw PupitarAnimationExtra - dw TyranitarAnimationExtra - dw LugiaAnimationExtra - dw HoOhAnimationExtra - dw CelebiAnimationExtra diff --git a/gfx/pokemon/extras.asm b/gfx/pokemon/extras.asm deleted file mode 100644 index 88cb6a77b..000000000 --- a/gfx/pokemon/extras.asm +++ /dev/null @@ -1,252 +0,0 @@ -BulbasaurAnimationExtra: INCLUDE "gfx/pokemon/bulbasaur/anim1.asm" -IvysaurAnimationExtra: INCLUDE "gfx/pokemon/ivysaur/anim1.asm" -VenusaurAnimationExtra: INCLUDE "gfx/pokemon/venusaur/anim1.asm" -CharmanderAnimationExtra: INCLUDE "gfx/pokemon/charmander/anim1.asm" -CharmeleonAnimationExtra: INCLUDE "gfx/pokemon/charmeleon/anim1.asm" -CharizardAnimationExtra: INCLUDE "gfx/pokemon/charizard/anim1.asm" -SquirtleAnimationExtra: INCLUDE "gfx/pokemon/squirtle/anim1.asm" -WartortleAnimationExtra: INCLUDE "gfx/pokemon/wartortle/anim1.asm" -BlastoiseAnimationExtra: INCLUDE "gfx/pokemon/blastoise/anim1.asm" -CaterpieAnimationExtra: INCLUDE "gfx/pokemon/caterpie/anim1.asm" -MetapodAnimationExtra: INCLUDE "gfx/pokemon/metapod/anim1.asm" -ButterfreeAnimationExtra: INCLUDE "gfx/pokemon/butterfree/anim1.asm" -WeedleAnimationExtra: INCLUDE "gfx/pokemon/weedle/anim1.asm" -KakunaAnimationExtra: INCLUDE "gfx/pokemon/kakuna/anim1.asm" -BeedrillAnimationExtra: INCLUDE "gfx/pokemon/beedrill/anim1.asm" -PidgeyAnimationExtra: INCLUDE "gfx/pokemon/pidgey/anim1.asm" -PidgeottoAnimationExtra: INCLUDE "gfx/pokemon/pidgeotto/anim1.asm" -PidgeotAnimationExtra: INCLUDE "gfx/pokemon/pidgeot/anim1.asm" -RattataAnimationExtra: INCLUDE "gfx/pokemon/rattata/anim1.asm" -RaticateAnimationExtra: INCLUDE "gfx/pokemon/raticate/anim1.asm" -SpearowAnimationExtra: INCLUDE "gfx/pokemon/spearow/anim1.asm" -FearowAnimationExtra: INCLUDE "gfx/pokemon/fearow/anim1.asm" -EkansAnimationExtra: INCLUDE "gfx/pokemon/ekans/anim1.asm" -ArbokAnimationExtra: INCLUDE "gfx/pokemon/arbok/anim1.asm" -PikachuAnimationExtra: INCLUDE "gfx/pokemon/pikachu/anim1.asm" -RaichuAnimationExtra: INCLUDE "gfx/pokemon/raichu/anim1.asm" -SandshrewAnimationExtra: INCLUDE "gfx/pokemon/sandshrew/anim1.asm" -SandslashAnimationExtra: INCLUDE "gfx/pokemon/sandslash/anim1.asm" -NidoranFAnimationExtra: INCLUDE "gfx/pokemon/nidoran_f/anim1.asm" -NidorinaAnimationExtra: INCLUDE "gfx/pokemon/nidorina/anim1.asm" -NidoqueenAnimationExtra: INCLUDE "gfx/pokemon/nidoqueen/anim1.asm" -NidoranMAnimationExtra: INCLUDE "gfx/pokemon/nidoran_m/anim1.asm" -NidorinoAnimationExtra: INCLUDE "gfx/pokemon/nidorino/anim1.asm" -NidokingAnimationExtra: INCLUDE "gfx/pokemon/nidoking/anim1.asm" -ClefairyAnimationExtra: INCLUDE "gfx/pokemon/clefairy/anim1.asm" -ClefableAnimationExtra: INCLUDE "gfx/pokemon/clefable/anim1.asm" -VulpixAnimationExtra: INCLUDE "gfx/pokemon/vulpix/anim1.asm" -NinetalesAnimationExtra: INCLUDE "gfx/pokemon/ninetales/anim1.asm" -JigglypuffAnimationExtra: INCLUDE "gfx/pokemon/jigglypuff/anim1.asm" -WigglytuffAnimationExtra: INCLUDE "gfx/pokemon/wigglytuff/anim1.asm" -ZubatAnimationExtra: INCLUDE "gfx/pokemon/zubat/anim1.asm" -GolbatAnimationExtra: INCLUDE "gfx/pokemon/golbat/anim1.asm" -OddishAnimationExtra: INCLUDE "gfx/pokemon/oddish/anim1.asm" -GloomAnimationExtra: INCLUDE "gfx/pokemon/gloom/anim1.asm" -VileplumeAnimationExtra: INCLUDE "gfx/pokemon/vileplume/anim1.asm" -ParasAnimationExtra: INCLUDE "gfx/pokemon/paras/anim1.asm" -ParasectAnimationExtra: INCLUDE "gfx/pokemon/parasect/anim1.asm" -VenonatAnimationExtra: INCLUDE "gfx/pokemon/venonat/anim1.asm" -VenomothAnimationExtra: INCLUDE "gfx/pokemon/venomoth/anim1.asm" -DiglettAnimationExtra: INCLUDE "gfx/pokemon/diglett/anim1.asm" -DugtrioAnimationExtra: INCLUDE "gfx/pokemon/dugtrio/anim1.asm" -MeowthAnimationExtra: INCLUDE "gfx/pokemon/meowth/anim1.asm" -PersianAnimationExtra: INCLUDE "gfx/pokemon/persian/anim1.asm" -PsyduckAnimationExtra: INCLUDE "gfx/pokemon/psyduck/anim1.asm" -GolduckAnimationExtra: INCLUDE "gfx/pokemon/golduck/anim1.asm" -MankeyAnimationExtra: INCLUDE "gfx/pokemon/mankey/anim1.asm" -PrimeapeAnimationExtra: INCLUDE "gfx/pokemon/primeape/anim1.asm" -GrowlitheAnimationExtra: INCLUDE "gfx/pokemon/growlithe/anim1.asm" -ArcanineAnimationExtra: INCLUDE "gfx/pokemon/arcanine/anim1.asm" -PoliwagAnimationExtra: INCLUDE "gfx/pokemon/poliwag/anim1.asm" -PoliwhirlAnimationExtra: INCLUDE "gfx/pokemon/poliwhirl/anim1.asm" -PoliwrathAnimationExtra: INCLUDE "gfx/pokemon/poliwrath/anim1.asm" -AbraAnimationExtra: INCLUDE "gfx/pokemon/abra/anim1.asm" -KadabraAnimationExtra: INCLUDE "gfx/pokemon/kadabra/anim1.asm" -AlakazamAnimationExtra: INCLUDE "gfx/pokemon/alakazam/anim1.asm" -MachopAnimationExtra: INCLUDE "gfx/pokemon/machop/anim1.asm" -MachokeAnimationExtra: INCLUDE "gfx/pokemon/machoke/anim1.asm" -MachampAnimationExtra: INCLUDE "gfx/pokemon/machamp/anim1.asm" -BellsproutAnimationExtra: INCLUDE "gfx/pokemon/bellsprout/anim1.asm" -WeepinbellAnimationExtra: INCLUDE "gfx/pokemon/weepinbell/anim1.asm" -VictreebelAnimationExtra: INCLUDE "gfx/pokemon/victreebel/anim1.asm" -TentacoolAnimationExtra: INCLUDE "gfx/pokemon/tentacool/anim1.asm" -TentacruelAnimationExtra: INCLUDE "gfx/pokemon/tentacruel/anim1.asm" -GeodudeAnimationExtra: INCLUDE "gfx/pokemon/geodude/anim1.asm" -GravelerAnimationExtra: INCLUDE "gfx/pokemon/graveler/anim1.asm" -GolemAnimationExtra: INCLUDE "gfx/pokemon/golem/anim1.asm" -PonytaAnimationExtra: INCLUDE "gfx/pokemon/ponyta/anim1.asm" -RapidashAnimationExtra: INCLUDE "gfx/pokemon/rapidash/anim1.asm" -SlowpokeAnimationExtra: INCLUDE "gfx/pokemon/slowpoke/anim1.asm" -SlowbroAnimationExtra: INCLUDE "gfx/pokemon/slowbro/anim1.asm" -MagnemiteAnimationExtra: INCLUDE "gfx/pokemon/magnemite/anim1.asm" -MagnetonAnimationExtra: INCLUDE "gfx/pokemon/magneton/anim1.asm" -FarfetchDAnimationExtra: INCLUDE "gfx/pokemon/farfetch_d/anim1.asm" -DoduoAnimationExtra: INCLUDE "gfx/pokemon/doduo/anim1.asm" -DodrioAnimationExtra: INCLUDE "gfx/pokemon/dodrio/anim1.asm" -SeelAnimationExtra: INCLUDE "gfx/pokemon/seel/anim1.asm" -DewgongAnimationExtra: INCLUDE "gfx/pokemon/dewgong/anim1.asm" -GrimerAnimationExtra: INCLUDE "gfx/pokemon/grimer/anim1.asm" -MukAnimationExtra: INCLUDE "gfx/pokemon/muk/anim1.asm" -ShellderAnimationExtra: INCLUDE "gfx/pokemon/shellder/anim1.asm" -CloysterAnimationExtra: INCLUDE "gfx/pokemon/cloyster/anim1.asm" -GastlyAnimationExtra: INCLUDE "gfx/pokemon/gastly/anim1.asm" -HaunterAnimationExtra: INCLUDE "gfx/pokemon/haunter/anim1.asm" -GengarAnimationExtra: INCLUDE "gfx/pokemon/gengar/anim1.asm" -OnixAnimationExtra: INCLUDE "gfx/pokemon/onix/anim1.asm" -DrowzeeAnimationExtra: INCLUDE "gfx/pokemon/drowzee/anim1.asm" -HypnoAnimationExtra: INCLUDE "gfx/pokemon/hypno/anim1.asm" -KrabbyAnimationExtra: INCLUDE "gfx/pokemon/krabby/anim1.asm" -KinglerAnimationExtra: INCLUDE "gfx/pokemon/kingler/anim1.asm" -VoltorbAnimationExtra: INCLUDE "gfx/pokemon/voltorb/anim1.asm" -ElectrodeAnimationExtra: INCLUDE "gfx/pokemon/electrode/anim1.asm" -ExeggcuteAnimationExtra: INCLUDE "gfx/pokemon/exeggcute/anim1.asm" -ExeggutorAnimationExtra: INCLUDE "gfx/pokemon/exeggutor/anim1.asm" -CuboneAnimationExtra: INCLUDE "gfx/pokemon/cubone/anim1.asm" -MarowakAnimationExtra: INCLUDE "gfx/pokemon/marowak/anim1.asm" -HitmonleeAnimationExtra: INCLUDE "gfx/pokemon/hitmonlee/anim1.asm" -HitmonchanAnimationExtra: INCLUDE "gfx/pokemon/hitmonchan/anim1.asm" -LickitungAnimationExtra: INCLUDE "gfx/pokemon/lickitung/anim1.asm" -KoffingAnimationExtra: INCLUDE "gfx/pokemon/koffing/anim1.asm" -WeezingAnimationExtra: INCLUDE "gfx/pokemon/weezing/anim1.asm" -RhyhornAnimationExtra: INCLUDE "gfx/pokemon/rhyhorn/anim1.asm" -RhydonAnimationExtra: INCLUDE "gfx/pokemon/rhydon/anim1.asm" -ChanseyAnimationExtra: INCLUDE "gfx/pokemon/chansey/anim1.asm" -TangelaAnimationExtra: INCLUDE "gfx/pokemon/tangela/anim1.asm" -KangaskhanAnimationExtra: INCLUDE "gfx/pokemon/kangaskhan/anim1.asm" -HorseaAnimationExtra: INCLUDE "gfx/pokemon/horsea/anim1.asm" -SeadraAnimationExtra: INCLUDE "gfx/pokemon/seadra/anim1.asm" -GoldeenAnimationExtra: INCLUDE "gfx/pokemon/goldeen/anim1.asm" -SeakingAnimationExtra: INCLUDE "gfx/pokemon/seaking/anim1.asm" -StaryuAnimationExtra: INCLUDE "gfx/pokemon/staryu/anim1.asm" -StarmieAnimationExtra: INCLUDE "gfx/pokemon/starmie/anim1.asm" -MrMimeAnimationExtra: INCLUDE "gfx/pokemon/mr__mime/anim1.asm" -ScytherAnimationExtra: INCLUDE "gfx/pokemon/scyther/anim1.asm" -JynxAnimationExtra: INCLUDE "gfx/pokemon/jynx/anim1.asm" -ElectabuzzAnimationExtra: INCLUDE "gfx/pokemon/electabuzz/anim1.asm" -MagmarAnimationExtra: INCLUDE "gfx/pokemon/magmar/anim1.asm" -PinsirAnimationExtra: INCLUDE "gfx/pokemon/pinsir/anim1.asm" -TaurosAnimationExtra: INCLUDE "gfx/pokemon/tauros/anim1.asm" -MagikarpAnimationExtra: INCLUDE "gfx/pokemon/magikarp/anim1.asm" -GyaradosAnimationExtra: INCLUDE "gfx/pokemon/gyarados/anim1.asm" -LaprasAnimationExtra: INCLUDE "gfx/pokemon/lapras/anim1.asm" -DittoAnimationExtra: INCLUDE "gfx/pokemon/ditto/anim1.asm" -EeveeAnimationExtra: INCLUDE "gfx/pokemon/eevee/anim1.asm" -VaporeonAnimationExtra: INCLUDE "gfx/pokemon/vaporeon/anim1.asm" -JolteonAnimationExtra: INCLUDE "gfx/pokemon/jolteon/anim1.asm" -FlareonAnimationExtra: INCLUDE "gfx/pokemon/flareon/anim1.asm" -PorygonAnimationExtra: INCLUDE "gfx/pokemon/porygon/anim1.asm" -OmanyteAnimationExtra: INCLUDE "gfx/pokemon/omanyte/anim1.asm" -OmastarAnimationExtra: INCLUDE "gfx/pokemon/omastar/anim1.asm" -KabutoAnimationExtra: INCLUDE "gfx/pokemon/kabuto/anim1.asm" -KabutopsAnimationExtra: INCLUDE "gfx/pokemon/kabutops/anim1.asm" -AerodactylAnimationExtra: INCLUDE "gfx/pokemon/aerodactyl/anim1.asm" -SnorlaxAnimationExtra: INCLUDE "gfx/pokemon/snorlax/anim1.asm" -ArticunoAnimationExtra: INCLUDE "gfx/pokemon/articuno/anim1.asm" -ZapdosAnimationExtra: INCLUDE "gfx/pokemon/zapdos/anim1.asm" -MoltresAnimationExtra: INCLUDE "gfx/pokemon/moltres/anim1.asm" -DratiniAnimationExtra: INCLUDE "gfx/pokemon/dratini/anim1.asm" -DragonairAnimationExtra: INCLUDE "gfx/pokemon/dragonair/anim1.asm" -DragoniteAnimationExtra: INCLUDE "gfx/pokemon/dragonite/anim1.asm" -MewtwoAnimationExtra: INCLUDE "gfx/pokemon/mewtwo/anim1.asm" -MewAnimationExtra: INCLUDE "gfx/pokemon/mew/anim1.asm" -ChikoritaAnimationExtra: INCLUDE "gfx/pokemon/chikorita/anim1.asm" -BayleefAnimationExtra: INCLUDE "gfx/pokemon/bayleef/anim1.asm" -MeganiumAnimationExtra: INCLUDE "gfx/pokemon/meganium/anim1.asm" -CyndaquilAnimationExtra: INCLUDE "gfx/pokemon/cyndaquil/anim1.asm" -QuilavaAnimationExtra: INCLUDE "gfx/pokemon/quilava/anim1.asm" -TyphlosionAnimationExtra: INCLUDE "gfx/pokemon/typhlosion/anim1.asm" -TotodileAnimationExtra: INCLUDE "gfx/pokemon/totodile/anim1.asm" -CroconawAnimationExtra: INCLUDE "gfx/pokemon/croconaw/anim1.asm" -FeraligatrAnimationExtra: INCLUDE "gfx/pokemon/feraligatr/anim1.asm" -SentretAnimationExtra: INCLUDE "gfx/pokemon/sentret/anim1.asm" -FurretAnimationExtra: INCLUDE "gfx/pokemon/furret/anim1.asm" -HoothootAnimationExtra: INCLUDE "gfx/pokemon/hoothoot/anim1.asm" -NoctowlAnimationExtra: INCLUDE "gfx/pokemon/noctowl/anim1.asm" -LedybaAnimationExtra: INCLUDE "gfx/pokemon/ledyba/anim1.asm" -LedianAnimationExtra: INCLUDE "gfx/pokemon/ledian/anim1.asm" -SpinarakAnimationExtra: INCLUDE "gfx/pokemon/spinarak/anim1.asm" -AriadosAnimationExtra: INCLUDE "gfx/pokemon/ariados/anim1.asm" -CrobatAnimationExtra: INCLUDE "gfx/pokemon/crobat/anim1.asm" -ChinchouAnimationExtra: INCLUDE "gfx/pokemon/chinchou/anim1.asm" -LanturnAnimationExtra: INCLUDE "gfx/pokemon/lanturn/anim1.asm" -PichuAnimationExtra: INCLUDE "gfx/pokemon/pichu/anim1.asm" -CleffaAnimationExtra: INCLUDE "gfx/pokemon/cleffa/anim1.asm" -IgglybuffAnimationExtra: INCLUDE "gfx/pokemon/igglybuff/anim1.asm" -TogepiAnimationExtra: INCLUDE "gfx/pokemon/togepi/anim1.asm" -TogeticAnimationExtra: INCLUDE "gfx/pokemon/togetic/anim1.asm" -NatuAnimationExtra: INCLUDE "gfx/pokemon/natu/anim1.asm" -XatuAnimationExtra: INCLUDE "gfx/pokemon/xatu/anim1.asm" -MareepAnimationExtra: INCLUDE "gfx/pokemon/mareep/anim1.asm" -FlaaffyAnimationExtra: INCLUDE "gfx/pokemon/flaaffy/anim1.asm" -AmpharosAnimationExtra: INCLUDE "gfx/pokemon/ampharos/anim1.asm" -BellossomAnimationExtra: INCLUDE "gfx/pokemon/bellossom/anim1.asm" -MarillAnimationExtra: INCLUDE "gfx/pokemon/marill/anim1.asm" -AzumarillAnimationExtra: INCLUDE "gfx/pokemon/azumarill/anim1.asm" -SudowoodoAnimationExtra: INCLUDE "gfx/pokemon/sudowoodo/anim1.asm" -PolitoedAnimationExtra: INCLUDE "gfx/pokemon/politoed/anim1.asm" -HoppipAnimationExtra: INCLUDE "gfx/pokemon/hoppip/anim1.asm" -SkiploomAnimationExtra: INCLUDE "gfx/pokemon/skiploom/anim1.asm" -JumpluffAnimationExtra: INCLUDE "gfx/pokemon/jumpluff/anim1.asm" -AipomAnimationExtra: INCLUDE "gfx/pokemon/aipom/anim1.asm" -SunkernAnimationExtra: INCLUDE "gfx/pokemon/sunkern/anim1.asm" -SunfloraAnimationExtra: INCLUDE "gfx/pokemon/sunflora/anim1.asm" -YanmaAnimationExtra: INCLUDE "gfx/pokemon/yanma/anim1.asm" -WooperAnimationExtra: INCLUDE "gfx/pokemon/wooper/anim1.asm" -QuagsireAnimationExtra: INCLUDE "gfx/pokemon/quagsire/anim1.asm" -EspeonAnimationExtra: INCLUDE "gfx/pokemon/espeon/anim1.asm" -UmbreonAnimationExtra: INCLUDE "gfx/pokemon/umbreon/anim1.asm" -MurkrowAnimationExtra: INCLUDE "gfx/pokemon/murkrow/anim1.asm" -SlowkingAnimationExtra: INCLUDE "gfx/pokemon/slowking/anim1.asm" -MisdreavusAnimationExtra: INCLUDE "gfx/pokemon/misdreavus/anim1.asm" -UnownAnimationExtra: INCLUDE "gfx/pokemon/unown/anim1.asm" -WobbuffetAnimationExtra: INCLUDE "gfx/pokemon/wobbuffet/anim1.asm" -GirafarigAnimationExtra: INCLUDE "gfx/pokemon/girafarig/anim1.asm" -PinecoAnimationExtra: INCLUDE "gfx/pokemon/pineco/anim1.asm" -ForretressAnimationExtra: INCLUDE "gfx/pokemon/forretress/anim1.asm" -DunsparceAnimationExtra: INCLUDE "gfx/pokemon/dunsparce/anim1.asm" -GligarAnimationExtra: INCLUDE "gfx/pokemon/gligar/anim1.asm" -SteelixAnimationExtra: INCLUDE "gfx/pokemon/steelix/anim1.asm" -SnubbullAnimationExtra: INCLUDE "gfx/pokemon/snubbull/anim1.asm" -GranbullAnimationExtra: INCLUDE "gfx/pokemon/granbull/anim1.asm" -QwilfishAnimationExtra: INCLUDE "gfx/pokemon/qwilfish/anim1.asm" -ScizorAnimationExtra: INCLUDE "gfx/pokemon/scizor/anim1.asm" -ShuckleAnimationExtra: INCLUDE "gfx/pokemon/shuckle/anim1.asm" -HeracrossAnimationExtra: INCLUDE "gfx/pokemon/heracross/anim1.asm" -SneaselAnimationExtra: INCLUDE "gfx/pokemon/sneasel/anim1.asm" -TeddiursaAnimationExtra: INCLUDE "gfx/pokemon/teddiursa/anim1.asm" -UrsaringAnimationExtra: INCLUDE "gfx/pokemon/ursaring/anim1.asm" -SlugmaAnimationExtra: INCLUDE "gfx/pokemon/slugma/anim1.asm" -MagcargoAnimationExtra: INCLUDE "gfx/pokemon/magcargo/anim1.asm" -SwinubAnimationExtra: INCLUDE "gfx/pokemon/swinub/anim1.asm" -PiloswineAnimationExtra: INCLUDE "gfx/pokemon/piloswine/anim1.asm" -CorsolaAnimationExtra: INCLUDE "gfx/pokemon/corsola/anim1.asm" -RemoraidAnimationExtra: INCLUDE "gfx/pokemon/remoraid/anim1.asm" -OctilleryAnimationExtra: INCLUDE "gfx/pokemon/octillery/anim1.asm" -DelibirdAnimationExtra: INCLUDE "gfx/pokemon/delibird/anim1.asm" -MantineAnimationExtra: INCLUDE "gfx/pokemon/mantine/anim1.asm" -SkarmoryAnimationExtra: INCLUDE "gfx/pokemon/skarmory/anim1.asm" -HoundourAnimationExtra: INCLUDE "gfx/pokemon/houndour/anim1.asm" -HoundoomAnimationExtra: INCLUDE "gfx/pokemon/houndoom/anim1.asm" -KingdraAnimationExtra: INCLUDE "gfx/pokemon/kingdra/anim1.asm" -PhanpyAnimationExtra: INCLUDE "gfx/pokemon/phanpy/anim1.asm" -DonphanAnimationExtra: INCLUDE "gfx/pokemon/donphan/anim1.asm" -Porygon2AnimationExtra: INCLUDE "gfx/pokemon/porygon2/anim1.asm" -StantlerAnimationExtra: INCLUDE "gfx/pokemon/stantler/anim1.asm" -SmeargleAnimationExtra: INCLUDE "gfx/pokemon/smeargle/anim1.asm" -TyrogueAnimationExtra: INCLUDE "gfx/pokemon/tyrogue/anim1.asm" -HitmontopAnimationExtra: INCLUDE "gfx/pokemon/hitmontop/anim1.asm" -SmoochumAnimationExtra: INCLUDE "gfx/pokemon/smoochum/anim1.asm" -ElekidAnimationExtra: INCLUDE "gfx/pokemon/elekid/anim1.asm" -MagbyAnimationExtra: INCLUDE "gfx/pokemon/magby/anim1.asm" -MiltankAnimationExtra: INCLUDE "gfx/pokemon/miltank/anim1.asm" -BlisseyAnimationExtra: INCLUDE "gfx/pokemon/blissey/anim1.asm" -RaikouAnimationExtra: INCLUDE "gfx/pokemon/raikou/anim1.asm" -EnteiAnimationExtra: INCLUDE "gfx/pokemon/entei/anim1.asm" -SuicuneAnimationExtra: INCLUDE "gfx/pokemon/suicune/anim1.asm" -LarvitarAnimationExtra: INCLUDE "gfx/pokemon/larvitar/anim1.asm" -PupitarAnimationExtra: INCLUDE "gfx/pokemon/pupitar/anim1.asm" -TyranitarAnimationExtra: INCLUDE "gfx/pokemon/tyranitar/anim1.asm" -LugiaAnimationExtra: INCLUDE "gfx/pokemon/lugia/anim1.asm" -HoOhAnimationExtra: INCLUDE "gfx/pokemon/ho_oh/anim1.asm" -CelebiAnimationExtra: INCLUDE "gfx/pokemon/celebi/anim1.asm" -EggAnimationExtra: INCLUDE "gfx/pokemon/egg/anim1.asm" diff --git a/gfx/pokemon/farfetch_d/anim0.asm b/gfx/pokemon/farfetch_d/anim.asm similarity index 100% rename from gfx/pokemon/farfetch_d/anim0.asm rename to gfx/pokemon/farfetch_d/anim.asm diff --git a/gfx/pokemon/farfetch_d/anim1.asm b/gfx/pokemon/farfetch_d/anim_idle.asm similarity index 100% rename from gfx/pokemon/farfetch_d/anim1.asm rename to gfx/pokemon/farfetch_d/anim_idle.asm diff --git a/gfx/pokemon/fearow/anim0.asm b/gfx/pokemon/fearow/anim.asm similarity index 100% rename from gfx/pokemon/fearow/anim0.asm rename to gfx/pokemon/fearow/anim.asm diff --git a/gfx/pokemon/fearow/anim1.asm b/gfx/pokemon/fearow/anim_idle.asm similarity index 100% rename from gfx/pokemon/fearow/anim1.asm rename to gfx/pokemon/fearow/anim_idle.asm diff --git a/gfx/pokemon/feraligatr/anim0.asm b/gfx/pokemon/feraligatr/anim.asm similarity index 100% rename from gfx/pokemon/feraligatr/anim0.asm rename to gfx/pokemon/feraligatr/anim.asm diff --git a/gfx/pokemon/feraligatr/anim1.asm b/gfx/pokemon/feraligatr/anim_idle.asm similarity index 100% rename from gfx/pokemon/feraligatr/anim1.asm rename to gfx/pokemon/feraligatr/anim_idle.asm diff --git a/gfx/pokemon/flaaffy/anim0.asm b/gfx/pokemon/flaaffy/anim.asm similarity index 100% rename from gfx/pokemon/flaaffy/anim0.asm rename to gfx/pokemon/flaaffy/anim.asm diff --git a/gfx/pokemon/flaaffy/anim1.asm b/gfx/pokemon/flaaffy/anim_idle.asm similarity index 100% rename from gfx/pokemon/flaaffy/anim1.asm rename to gfx/pokemon/flaaffy/anim_idle.asm diff --git a/gfx/pokemon/flareon/anim0.asm b/gfx/pokemon/flareon/anim.asm similarity index 100% rename from gfx/pokemon/flareon/anim0.asm rename to gfx/pokemon/flareon/anim.asm diff --git a/gfx/pokemon/flareon/anim1.asm b/gfx/pokemon/flareon/anim_idle.asm similarity index 100% rename from gfx/pokemon/flareon/anim1.asm rename to gfx/pokemon/flareon/anim_idle.asm diff --git a/gfx/pokemon/forretress/anim0.asm b/gfx/pokemon/forretress/anim.asm similarity index 100% rename from gfx/pokemon/forretress/anim0.asm rename to gfx/pokemon/forretress/anim.asm diff --git a/gfx/pokemon/forretress/anim1.asm b/gfx/pokemon/forretress/anim_idle.asm similarity index 100% rename from gfx/pokemon/forretress/anim1.asm rename to gfx/pokemon/forretress/anim_idle.asm diff --git a/gfx/pokemon/furret/anim0.asm b/gfx/pokemon/furret/anim.asm similarity index 100% rename from gfx/pokemon/furret/anim0.asm rename to gfx/pokemon/furret/anim.asm diff --git a/gfx/pokemon/furret/anim1.asm b/gfx/pokemon/furret/anim_idle.asm similarity index 100% rename from gfx/pokemon/furret/anim1.asm rename to gfx/pokemon/furret/anim_idle.asm diff --git a/gfx/pokemon/gastly/anim0.asm b/gfx/pokemon/gastly/anim.asm similarity index 100% rename from gfx/pokemon/gastly/anim0.asm rename to gfx/pokemon/gastly/anim.asm diff --git a/gfx/pokemon/gastly/anim1.asm b/gfx/pokemon/gastly/anim_idle.asm similarity index 100% rename from gfx/pokemon/gastly/anim1.asm rename to gfx/pokemon/gastly/anim_idle.asm diff --git a/gfx/pokemon/gengar/anim0.asm b/gfx/pokemon/gengar/anim.asm similarity index 100% rename from gfx/pokemon/gengar/anim0.asm rename to gfx/pokemon/gengar/anim.asm diff --git a/gfx/pokemon/gengar/anim1.asm b/gfx/pokemon/gengar/anim_idle.asm similarity index 100% rename from gfx/pokemon/gengar/anim1.asm rename to gfx/pokemon/gengar/anim_idle.asm diff --git a/gfx/pokemon/geodude/anim0.asm b/gfx/pokemon/geodude/anim.asm similarity index 100% rename from gfx/pokemon/geodude/anim0.asm rename to gfx/pokemon/geodude/anim.asm diff --git a/gfx/pokemon/geodude/anim1.asm b/gfx/pokemon/geodude/anim_idle.asm similarity index 100% rename from gfx/pokemon/geodude/anim1.asm rename to gfx/pokemon/geodude/anim_idle.asm diff --git a/gfx/pokemon/girafarig/anim0.asm b/gfx/pokemon/girafarig/anim.asm similarity index 100% rename from gfx/pokemon/girafarig/anim0.asm rename to gfx/pokemon/girafarig/anim.asm diff --git a/gfx/pokemon/girafarig/anim1.asm b/gfx/pokemon/girafarig/anim_idle.asm similarity index 100% rename from gfx/pokemon/girafarig/anim1.asm rename to gfx/pokemon/girafarig/anim_idle.asm diff --git a/gfx/pokemon/gligar/anim0.asm b/gfx/pokemon/gligar/anim.asm similarity index 100% rename from gfx/pokemon/gligar/anim0.asm rename to gfx/pokemon/gligar/anim.asm diff --git a/gfx/pokemon/gligar/anim1.asm b/gfx/pokemon/gligar/anim_idle.asm similarity index 100% rename from gfx/pokemon/gligar/anim1.asm rename to gfx/pokemon/gligar/anim_idle.asm diff --git a/gfx/pokemon/gloom/anim0.asm b/gfx/pokemon/gloom/anim.asm similarity index 100% rename from gfx/pokemon/gloom/anim0.asm rename to gfx/pokemon/gloom/anim.asm diff --git a/gfx/pokemon/gloom/anim1.asm b/gfx/pokemon/gloom/anim_idle.asm similarity index 100% rename from gfx/pokemon/gloom/anim1.asm rename to gfx/pokemon/gloom/anim_idle.asm diff --git a/gfx/pokemon/golbat/anim0.asm b/gfx/pokemon/golbat/anim.asm similarity index 100% rename from gfx/pokemon/golbat/anim0.asm rename to gfx/pokemon/golbat/anim.asm diff --git a/gfx/pokemon/golbat/anim1.asm b/gfx/pokemon/golbat/anim_idle.asm similarity index 100% rename from gfx/pokemon/golbat/anim1.asm rename to gfx/pokemon/golbat/anim_idle.asm diff --git a/gfx/pokemon/goldeen/anim0.asm b/gfx/pokemon/goldeen/anim.asm similarity index 100% rename from gfx/pokemon/goldeen/anim0.asm rename to gfx/pokemon/goldeen/anim.asm diff --git a/gfx/pokemon/goldeen/anim1.asm b/gfx/pokemon/goldeen/anim_idle.asm similarity index 100% rename from gfx/pokemon/goldeen/anim1.asm rename to gfx/pokemon/goldeen/anim_idle.asm diff --git a/gfx/pokemon/golduck/anim0.asm b/gfx/pokemon/golduck/anim.asm similarity index 100% rename from gfx/pokemon/golduck/anim0.asm rename to gfx/pokemon/golduck/anim.asm diff --git a/gfx/pokemon/golduck/anim1.asm b/gfx/pokemon/golduck/anim_idle.asm similarity index 100% rename from gfx/pokemon/golduck/anim1.asm rename to gfx/pokemon/golduck/anim_idle.asm diff --git a/gfx/pokemon/golem/anim0.asm b/gfx/pokemon/golem/anim.asm similarity index 100% rename from gfx/pokemon/golem/anim0.asm rename to gfx/pokemon/golem/anim.asm diff --git a/gfx/pokemon/golem/anim1.asm b/gfx/pokemon/golem/anim_idle.asm similarity index 100% rename from gfx/pokemon/golem/anim1.asm rename to gfx/pokemon/golem/anim_idle.asm diff --git a/gfx/pokemon/granbull/anim0.asm b/gfx/pokemon/granbull/anim.asm similarity index 100% rename from gfx/pokemon/granbull/anim0.asm rename to gfx/pokemon/granbull/anim.asm diff --git a/gfx/pokemon/granbull/anim1.asm b/gfx/pokemon/granbull/anim_idle.asm similarity index 100% rename from gfx/pokemon/granbull/anim1.asm rename to gfx/pokemon/granbull/anim_idle.asm diff --git a/gfx/pokemon/graveler/anim0.asm b/gfx/pokemon/graveler/anim.asm similarity index 100% rename from gfx/pokemon/graveler/anim0.asm rename to gfx/pokemon/graveler/anim.asm diff --git a/gfx/pokemon/graveler/anim1.asm b/gfx/pokemon/graveler/anim_idle.asm similarity index 100% rename from gfx/pokemon/graveler/anim1.asm rename to gfx/pokemon/graveler/anim_idle.asm diff --git a/gfx/pokemon/grimer/anim0.asm b/gfx/pokemon/grimer/anim.asm similarity index 100% rename from gfx/pokemon/grimer/anim0.asm rename to gfx/pokemon/grimer/anim.asm diff --git a/gfx/pokemon/grimer/anim1.asm b/gfx/pokemon/grimer/anim_idle.asm similarity index 100% rename from gfx/pokemon/grimer/anim1.asm rename to gfx/pokemon/grimer/anim_idle.asm diff --git a/gfx/pokemon/growlithe/anim0.asm b/gfx/pokemon/growlithe/anim.asm similarity index 100% rename from gfx/pokemon/growlithe/anim0.asm rename to gfx/pokemon/growlithe/anim.asm diff --git a/gfx/pokemon/growlithe/anim1.asm b/gfx/pokemon/growlithe/anim_idle.asm similarity index 100% rename from gfx/pokemon/growlithe/anim1.asm rename to gfx/pokemon/growlithe/anim_idle.asm diff --git a/gfx/pokemon/gyarados/anim0.asm b/gfx/pokemon/gyarados/anim.asm similarity index 100% rename from gfx/pokemon/gyarados/anim0.asm rename to gfx/pokemon/gyarados/anim.asm diff --git a/gfx/pokemon/gyarados/anim1.asm b/gfx/pokemon/gyarados/anim_idle.asm similarity index 100% rename from gfx/pokemon/gyarados/anim1.asm rename to gfx/pokemon/gyarados/anim_idle.asm diff --git a/gfx/pokemon/haunter/anim0.asm b/gfx/pokemon/haunter/anim.asm similarity index 100% rename from gfx/pokemon/haunter/anim0.asm rename to gfx/pokemon/haunter/anim.asm diff --git a/gfx/pokemon/haunter/anim1.asm b/gfx/pokemon/haunter/anim_idle.asm similarity index 100% rename from gfx/pokemon/haunter/anim1.asm rename to gfx/pokemon/haunter/anim_idle.asm diff --git a/gfx/pokemon/heracross/anim0.asm b/gfx/pokemon/heracross/anim.asm similarity index 100% rename from gfx/pokemon/heracross/anim0.asm rename to gfx/pokemon/heracross/anim.asm diff --git a/gfx/pokemon/heracross/anim1.asm b/gfx/pokemon/heracross/anim_idle.asm similarity index 100% rename from gfx/pokemon/heracross/anim1.asm rename to gfx/pokemon/heracross/anim_idle.asm diff --git a/gfx/pokemon/hitmonchan/anim0.asm b/gfx/pokemon/hitmonchan/anim.asm similarity index 100% rename from gfx/pokemon/hitmonchan/anim0.asm rename to gfx/pokemon/hitmonchan/anim.asm diff --git a/gfx/pokemon/hitmonchan/anim1.asm b/gfx/pokemon/hitmonchan/anim_idle.asm similarity index 100% rename from gfx/pokemon/hitmonchan/anim1.asm rename to gfx/pokemon/hitmonchan/anim_idle.asm diff --git a/gfx/pokemon/hitmonlee/anim0.asm b/gfx/pokemon/hitmonlee/anim.asm similarity index 100% rename from gfx/pokemon/hitmonlee/anim0.asm rename to gfx/pokemon/hitmonlee/anim.asm diff --git a/gfx/pokemon/hitmonlee/anim1.asm b/gfx/pokemon/hitmonlee/anim_idle.asm similarity index 100% rename from gfx/pokemon/hitmonlee/anim1.asm rename to gfx/pokemon/hitmonlee/anim_idle.asm diff --git a/gfx/pokemon/hitmontop/anim0.asm b/gfx/pokemon/hitmontop/anim.asm similarity index 100% rename from gfx/pokemon/hitmontop/anim0.asm rename to gfx/pokemon/hitmontop/anim.asm diff --git a/gfx/pokemon/hitmontop/anim1.asm b/gfx/pokemon/hitmontop/anim_idle.asm similarity index 100% rename from gfx/pokemon/hitmontop/anim1.asm rename to gfx/pokemon/hitmontop/anim_idle.asm diff --git a/gfx/pokemon/ho_oh/anim0.asm b/gfx/pokemon/ho_oh/anim.asm similarity index 100% rename from gfx/pokemon/ho_oh/anim0.asm rename to gfx/pokemon/ho_oh/anim.asm diff --git a/gfx/pokemon/ho_oh/anim1.asm b/gfx/pokemon/ho_oh/anim_idle.asm similarity index 100% rename from gfx/pokemon/ho_oh/anim1.asm rename to gfx/pokemon/ho_oh/anim_idle.asm diff --git a/gfx/pokemon/hoothoot/anim0.asm b/gfx/pokemon/hoothoot/anim.asm similarity index 100% rename from gfx/pokemon/hoothoot/anim0.asm rename to gfx/pokemon/hoothoot/anim.asm diff --git a/gfx/pokemon/hoothoot/anim1.asm b/gfx/pokemon/hoothoot/anim_idle.asm similarity index 100% rename from gfx/pokemon/hoothoot/anim1.asm rename to gfx/pokemon/hoothoot/anim_idle.asm diff --git a/gfx/pokemon/hoppip/anim0.asm b/gfx/pokemon/hoppip/anim.asm similarity index 100% rename from gfx/pokemon/hoppip/anim0.asm rename to gfx/pokemon/hoppip/anim.asm diff --git a/gfx/pokemon/hoppip/anim1.asm b/gfx/pokemon/hoppip/anim_idle.asm similarity index 100% rename from gfx/pokemon/hoppip/anim1.asm rename to gfx/pokemon/hoppip/anim_idle.asm diff --git a/gfx/pokemon/horsea/anim0.asm b/gfx/pokemon/horsea/anim.asm similarity index 100% rename from gfx/pokemon/horsea/anim0.asm rename to gfx/pokemon/horsea/anim.asm diff --git a/gfx/pokemon/horsea/anim1.asm b/gfx/pokemon/horsea/anim_idle.asm similarity index 100% rename from gfx/pokemon/horsea/anim1.asm rename to gfx/pokemon/horsea/anim_idle.asm diff --git a/gfx/pokemon/houndoom/anim0.asm b/gfx/pokemon/houndoom/anim.asm similarity index 100% rename from gfx/pokemon/houndoom/anim0.asm rename to gfx/pokemon/houndoom/anim.asm diff --git a/gfx/pokemon/houndoom/anim1.asm b/gfx/pokemon/houndoom/anim_idle.asm similarity index 100% rename from gfx/pokemon/houndoom/anim1.asm rename to gfx/pokemon/houndoom/anim_idle.asm diff --git a/gfx/pokemon/houndour/anim0.asm b/gfx/pokemon/houndour/anim.asm similarity index 100% rename from gfx/pokemon/houndour/anim0.asm rename to gfx/pokemon/houndour/anim.asm diff --git a/gfx/pokemon/houndour/anim1.asm b/gfx/pokemon/houndour/anim_idle.asm similarity index 100% rename from gfx/pokemon/houndour/anim1.asm rename to gfx/pokemon/houndour/anim_idle.asm diff --git a/gfx/pokemon/hypno/anim0.asm b/gfx/pokemon/hypno/anim.asm similarity index 100% rename from gfx/pokemon/hypno/anim0.asm rename to gfx/pokemon/hypno/anim.asm diff --git a/gfx/pokemon/hypno/anim1.asm b/gfx/pokemon/hypno/anim_idle.asm similarity index 100% rename from gfx/pokemon/hypno/anim1.asm rename to gfx/pokemon/hypno/anim_idle.asm diff --git a/gfx/pokemon/idle_pointers.asm b/gfx/pokemon/idle_pointers.asm new file mode 100644 index 000000000..34345fe77 --- /dev/null +++ b/gfx/pokemon/idle_pointers.asm @@ -0,0 +1,252 @@ +AnimationIdlePointers: + dw BulbasaurAnimationIdle + dw IvysaurAnimationIdle + dw VenusaurAnimationIdle + dw CharmanderAnimationIdle + dw CharmeleonAnimationIdle + dw CharizardAnimationIdle + dw SquirtleAnimationIdle + dw WartortleAnimationIdle + dw BlastoiseAnimationIdle + dw CaterpieAnimationIdle + dw MetapodAnimationIdle + dw ButterfreeAnimationIdle + dw WeedleAnimationIdle + dw KakunaAnimationIdle + dw BeedrillAnimationIdle + dw PidgeyAnimationIdle + dw PidgeottoAnimationIdle + dw PidgeotAnimationIdle + dw RattataAnimationIdle + dw RaticateAnimationIdle + dw SpearowAnimationIdle + dw FearowAnimationIdle + dw EkansAnimationIdle + dw ArbokAnimationIdle + dw PikachuAnimationIdle + dw RaichuAnimationIdle + dw SandshrewAnimationIdle + dw SandslashAnimationIdle + dw NidoranFAnimationIdle + dw NidorinaAnimationIdle + dw NidoqueenAnimationIdle + dw NidoranMAnimationIdle + dw NidorinoAnimationIdle + dw NidokingAnimationIdle + dw ClefairyAnimationIdle + dw ClefableAnimationIdle + dw VulpixAnimationIdle + dw NinetalesAnimationIdle + dw JigglypuffAnimationIdle + dw WigglytuffAnimationIdle + dw ZubatAnimationIdle + dw GolbatAnimationIdle + dw OddishAnimationIdle + dw GloomAnimationIdle + dw VileplumeAnimationIdle + dw ParasAnimationIdle + dw ParasectAnimationIdle + dw VenonatAnimationIdle + dw VenomothAnimationIdle + dw DiglettAnimationIdle + dw DugtrioAnimationIdle + dw MeowthAnimationIdle + dw PersianAnimationIdle + dw PsyduckAnimationIdle + dw GolduckAnimationIdle + dw MankeyAnimationIdle + dw PrimeapeAnimationIdle + dw GrowlitheAnimationIdle + dw ArcanineAnimationIdle + dw PoliwagAnimationIdle + dw PoliwhirlAnimationIdle + dw PoliwrathAnimationIdle + dw AbraAnimationIdle + dw KadabraAnimationIdle + dw AlakazamAnimationIdle + dw MachopAnimationIdle + dw MachokeAnimationIdle + dw MachampAnimationIdle + dw BellsproutAnimationIdle + dw WeepinbellAnimationIdle + dw VictreebelAnimationIdle + dw TentacoolAnimationIdle + dw TentacruelAnimationIdle + dw GeodudeAnimationIdle + dw GravelerAnimationIdle + dw GolemAnimationIdle + dw PonytaAnimationIdle + dw RapidashAnimationIdle + dw SlowpokeAnimationIdle + dw SlowbroAnimationIdle + dw MagnemiteAnimationIdle + dw MagnetonAnimationIdle + dw FarfetchDAnimationIdle + dw DoduoAnimationIdle + dw DodrioAnimationIdle + dw SeelAnimationIdle + dw DewgongAnimationIdle + dw GrimerAnimationIdle + dw MukAnimationIdle + dw ShellderAnimationIdle + dw CloysterAnimationIdle + dw GastlyAnimationIdle + dw HaunterAnimationIdle + dw GengarAnimationIdle + dw OnixAnimationIdle + dw DrowzeeAnimationIdle + dw HypnoAnimationIdle + dw KrabbyAnimationIdle + dw KinglerAnimationIdle + dw VoltorbAnimationIdle + dw ElectrodeAnimationIdle + dw ExeggcuteAnimationIdle + dw ExeggutorAnimationIdle + dw CuboneAnimationIdle + dw MarowakAnimationIdle + dw HitmonleeAnimationIdle + dw HitmonchanAnimationIdle + dw LickitungAnimationIdle + dw KoffingAnimationIdle + dw WeezingAnimationIdle + dw RhyhornAnimationIdle + dw RhydonAnimationIdle + dw ChanseyAnimationIdle + dw TangelaAnimationIdle + dw KangaskhanAnimationIdle + dw HorseaAnimationIdle + dw SeadraAnimationIdle + dw GoldeenAnimationIdle + dw SeakingAnimationIdle + dw StaryuAnimationIdle + dw StarmieAnimationIdle + dw MrMimeAnimationIdle + dw ScytherAnimationIdle + dw JynxAnimationIdle + dw ElectabuzzAnimationIdle + dw MagmarAnimationIdle + dw PinsirAnimationIdle + dw TaurosAnimationIdle + dw MagikarpAnimationIdle + dw GyaradosAnimationIdle + dw LaprasAnimationIdle + dw DittoAnimationIdle + dw EeveeAnimationIdle + dw VaporeonAnimationIdle + dw JolteonAnimationIdle + dw FlareonAnimationIdle + dw PorygonAnimationIdle + dw OmanyteAnimationIdle + dw OmastarAnimationIdle + dw KabutoAnimationIdle + dw KabutopsAnimationIdle + dw AerodactylAnimationIdle + dw SnorlaxAnimationIdle + dw ArticunoAnimationIdle + dw ZapdosAnimationIdle + dw MoltresAnimationIdle + dw DratiniAnimationIdle + dw DragonairAnimationIdle + dw DragoniteAnimationIdle + dw MewtwoAnimationIdle + dw MewAnimationIdle + dw ChikoritaAnimationIdle + dw BayleefAnimationIdle + dw MeganiumAnimationIdle + dw CyndaquilAnimationIdle + dw QuilavaAnimationIdle + dw TyphlosionAnimationIdle + dw TotodileAnimationIdle + dw CroconawAnimationIdle + dw FeraligatrAnimationIdle + dw SentretAnimationIdle + dw FurretAnimationIdle + dw HoothootAnimationIdle + dw NoctowlAnimationIdle + dw LedybaAnimationIdle + dw LedianAnimationIdle + dw SpinarakAnimationIdle + dw AriadosAnimationIdle + dw CrobatAnimationIdle + dw ChinchouAnimationIdle + dw LanturnAnimationIdle + dw PichuAnimationIdle + dw CleffaAnimationIdle + dw IgglybuffAnimationIdle + dw TogepiAnimationIdle + dw TogeticAnimationIdle + dw NatuAnimationIdle + dw XatuAnimationIdle + dw MareepAnimationIdle + dw FlaaffyAnimationIdle + dw AmpharosAnimationIdle + dw BellossomAnimationIdle + dw MarillAnimationIdle + dw AzumarillAnimationIdle + dw SudowoodoAnimationIdle + dw PolitoedAnimationIdle + dw HoppipAnimationIdle + dw SkiploomAnimationIdle + dw JumpluffAnimationIdle + dw AipomAnimationIdle + dw SunkernAnimationIdle + dw SunfloraAnimationIdle + dw YanmaAnimationIdle + dw WooperAnimationIdle + dw QuagsireAnimationIdle + dw EspeonAnimationIdle + dw UmbreonAnimationIdle + dw MurkrowAnimationIdle + dw SlowkingAnimationIdle + dw MisdreavusAnimationIdle + dw UnownAnimationIdle + dw WobbuffetAnimationIdle + dw GirafarigAnimationIdle + dw PinecoAnimationIdle + dw ForretressAnimationIdle + dw DunsparceAnimationIdle + dw GligarAnimationIdle + dw SteelixAnimationIdle + dw SnubbullAnimationIdle + dw GranbullAnimationIdle + dw QwilfishAnimationIdle + dw ScizorAnimationIdle + dw ShuckleAnimationIdle + dw HeracrossAnimationIdle + dw SneaselAnimationIdle + dw TeddiursaAnimationIdle + dw UrsaringAnimationIdle + dw SlugmaAnimationIdle + dw MagcargoAnimationIdle + dw SwinubAnimationIdle + dw PiloswineAnimationIdle + dw CorsolaAnimationIdle + dw RemoraidAnimationIdle + dw OctilleryAnimationIdle + dw DelibirdAnimationIdle + dw MantineAnimationIdle + dw SkarmoryAnimationIdle + dw HoundourAnimationIdle + dw HoundoomAnimationIdle + dw KingdraAnimationIdle + dw PhanpyAnimationIdle + dw DonphanAnimationIdle + dw Porygon2AnimationIdle + dw StantlerAnimationIdle + dw SmeargleAnimationIdle + dw TyrogueAnimationIdle + dw HitmontopAnimationIdle + dw SmoochumAnimationIdle + dw ElekidAnimationIdle + dw MagbyAnimationIdle + dw MiltankAnimationIdle + dw BlisseyAnimationIdle + dw RaikouAnimationIdle + dw EnteiAnimationIdle + dw SuicuneAnimationIdle + dw LarvitarAnimationIdle + dw PupitarAnimationIdle + dw TyranitarAnimationIdle + dw LugiaAnimationIdle + dw HoOhAnimationIdle + dw CelebiAnimationIdle diff --git a/gfx/pokemon/idles.asm b/gfx/pokemon/idles.asm new file mode 100644 index 000000000..952aae2e3 --- /dev/null +++ b/gfx/pokemon/idles.asm @@ -0,0 +1,252 @@ +BulbasaurAnimationIdle: INCLUDE "gfx/pokemon/bulbasaur/anim_idle.asm" +IvysaurAnimationIdle: INCLUDE "gfx/pokemon/ivysaur/anim_idle.asm" +VenusaurAnimationIdle: INCLUDE "gfx/pokemon/venusaur/anim_idle.asm" +CharmanderAnimationIdle: INCLUDE "gfx/pokemon/charmander/anim_idle.asm" +CharmeleonAnimationIdle: INCLUDE "gfx/pokemon/charmeleon/anim_idle.asm" +CharizardAnimationIdle: INCLUDE "gfx/pokemon/charizard/anim_idle.asm" +SquirtleAnimationIdle: INCLUDE "gfx/pokemon/squirtle/anim_idle.asm" +WartortleAnimationIdle: INCLUDE "gfx/pokemon/wartortle/anim_idle.asm" +BlastoiseAnimationIdle: INCLUDE "gfx/pokemon/blastoise/anim_idle.asm" +CaterpieAnimationIdle: INCLUDE "gfx/pokemon/caterpie/anim_idle.asm" +MetapodAnimationIdle: INCLUDE "gfx/pokemon/metapod/anim_idle.asm" +ButterfreeAnimationIdle: INCLUDE "gfx/pokemon/butterfree/anim_idle.asm" +WeedleAnimationIdle: INCLUDE "gfx/pokemon/weedle/anim_idle.asm" +KakunaAnimationIdle: INCLUDE "gfx/pokemon/kakuna/anim_idle.asm" +BeedrillAnimationIdle: INCLUDE "gfx/pokemon/beedrill/anim_idle.asm" +PidgeyAnimationIdle: INCLUDE "gfx/pokemon/pidgey/anim_idle.asm" +PidgeottoAnimationIdle: INCLUDE "gfx/pokemon/pidgeotto/anim_idle.asm" +PidgeotAnimationIdle: INCLUDE "gfx/pokemon/pidgeot/anim_idle.asm" +RattataAnimationIdle: INCLUDE "gfx/pokemon/rattata/anim_idle.asm" +RaticateAnimationIdle: INCLUDE "gfx/pokemon/raticate/anim_idle.asm" +SpearowAnimationIdle: INCLUDE "gfx/pokemon/spearow/anim_idle.asm" +FearowAnimationIdle: INCLUDE "gfx/pokemon/fearow/anim_idle.asm" +EkansAnimationIdle: INCLUDE "gfx/pokemon/ekans/anim_idle.asm" +ArbokAnimationIdle: INCLUDE "gfx/pokemon/arbok/anim_idle.asm" +PikachuAnimationIdle: INCLUDE "gfx/pokemon/pikachu/anim_idle.asm" +RaichuAnimationIdle: INCLUDE "gfx/pokemon/raichu/anim_idle.asm" +SandshrewAnimationIdle: INCLUDE "gfx/pokemon/sandshrew/anim_idle.asm" +SandslashAnimationIdle: INCLUDE "gfx/pokemon/sandslash/anim_idle.asm" +NidoranFAnimationIdle: INCLUDE "gfx/pokemon/nidoran_f/anim_idle.asm" +NidorinaAnimationIdle: INCLUDE "gfx/pokemon/nidorina/anim_idle.asm" +NidoqueenAnimationIdle: INCLUDE "gfx/pokemon/nidoqueen/anim_idle.asm" +NidoranMAnimationIdle: INCLUDE "gfx/pokemon/nidoran_m/anim_idle.asm" +NidorinoAnimationIdle: INCLUDE "gfx/pokemon/nidorino/anim_idle.asm" +NidokingAnimationIdle: INCLUDE "gfx/pokemon/nidoking/anim_idle.asm" +ClefairyAnimationIdle: INCLUDE "gfx/pokemon/clefairy/anim_idle.asm" +ClefableAnimationIdle: INCLUDE "gfx/pokemon/clefable/anim_idle.asm" +VulpixAnimationIdle: INCLUDE "gfx/pokemon/vulpix/anim_idle.asm" +NinetalesAnimationIdle: INCLUDE "gfx/pokemon/ninetales/anim_idle.asm" +JigglypuffAnimationIdle: INCLUDE "gfx/pokemon/jigglypuff/anim_idle.asm" +WigglytuffAnimationIdle: INCLUDE "gfx/pokemon/wigglytuff/anim_idle.asm" +ZubatAnimationIdle: INCLUDE "gfx/pokemon/zubat/anim_idle.asm" +GolbatAnimationIdle: INCLUDE "gfx/pokemon/golbat/anim_idle.asm" +OddishAnimationIdle: INCLUDE "gfx/pokemon/oddish/anim_idle.asm" +GloomAnimationIdle: INCLUDE "gfx/pokemon/gloom/anim_idle.asm" +VileplumeAnimationIdle: INCLUDE "gfx/pokemon/vileplume/anim_idle.asm" +ParasAnimationIdle: INCLUDE "gfx/pokemon/paras/anim_idle.asm" +ParasectAnimationIdle: INCLUDE "gfx/pokemon/parasect/anim_idle.asm" +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" +MeowthAnimationIdle: INCLUDE "gfx/pokemon/meowth/anim_idle.asm" +PersianAnimationIdle: INCLUDE "gfx/pokemon/persian/anim_idle.asm" +PsyduckAnimationIdle: INCLUDE "gfx/pokemon/psyduck/anim_idle.asm" +GolduckAnimationIdle: INCLUDE "gfx/pokemon/golduck/anim_idle.asm" +MankeyAnimationIdle: INCLUDE "gfx/pokemon/mankey/anim_idle.asm" +PrimeapeAnimationIdle: INCLUDE "gfx/pokemon/primeape/anim_idle.asm" +GrowlitheAnimationIdle: INCLUDE "gfx/pokemon/growlithe/anim_idle.asm" +ArcanineAnimationIdle: INCLUDE "gfx/pokemon/arcanine/anim_idle.asm" +PoliwagAnimationIdle: INCLUDE "gfx/pokemon/poliwag/anim_idle.asm" +PoliwhirlAnimationIdle: INCLUDE "gfx/pokemon/poliwhirl/anim_idle.asm" +PoliwrathAnimationIdle: INCLUDE "gfx/pokemon/poliwrath/anim_idle.asm" +AbraAnimationIdle: INCLUDE "gfx/pokemon/abra/anim_idle.asm" +KadabraAnimationIdle: INCLUDE "gfx/pokemon/kadabra/anim_idle.asm" +AlakazamAnimationIdle: INCLUDE "gfx/pokemon/alakazam/anim_idle.asm" +MachopAnimationIdle: INCLUDE "gfx/pokemon/machop/anim_idle.asm" +MachokeAnimationIdle: INCLUDE "gfx/pokemon/machoke/anim_idle.asm" +MachampAnimationIdle: INCLUDE "gfx/pokemon/machamp/anim_idle.asm" +BellsproutAnimationIdle: INCLUDE "gfx/pokemon/bellsprout/anim_idle.asm" +WeepinbellAnimationIdle: INCLUDE "gfx/pokemon/weepinbell/anim_idle.asm" +VictreebelAnimationIdle: INCLUDE "gfx/pokemon/victreebel/anim_idle.asm" +TentacoolAnimationIdle: INCLUDE "gfx/pokemon/tentacool/anim_idle.asm" +TentacruelAnimationIdle: INCLUDE "gfx/pokemon/tentacruel/anim_idle.asm" +GeodudeAnimationIdle: INCLUDE "gfx/pokemon/geodude/anim_idle.asm" +GravelerAnimationIdle: INCLUDE "gfx/pokemon/graveler/anim_idle.asm" +GolemAnimationIdle: INCLUDE "gfx/pokemon/golem/anim_idle.asm" +PonytaAnimationIdle: INCLUDE "gfx/pokemon/ponyta/anim_idle.asm" +RapidashAnimationIdle: INCLUDE "gfx/pokemon/rapidash/anim_idle.asm" +SlowpokeAnimationIdle: INCLUDE "gfx/pokemon/slowpoke/anim_idle.asm" +SlowbroAnimationIdle: INCLUDE "gfx/pokemon/slowbro/anim_idle.asm" +MagnemiteAnimationIdle: INCLUDE "gfx/pokemon/magnemite/anim_idle.asm" +MagnetonAnimationIdle: INCLUDE "gfx/pokemon/magneton/anim_idle.asm" +FarfetchDAnimationIdle: INCLUDE "gfx/pokemon/farfetch_d/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" +DewgongAnimationIdle: INCLUDE "gfx/pokemon/dewgong/anim_idle.asm" +GrimerAnimationIdle: INCLUDE "gfx/pokemon/grimer/anim_idle.asm" +MukAnimationIdle: INCLUDE "gfx/pokemon/muk/anim_idle.asm" +ShellderAnimationIdle: INCLUDE "gfx/pokemon/shellder/anim_idle.asm" +CloysterAnimationIdle: INCLUDE "gfx/pokemon/cloyster/anim_idle.asm" +GastlyAnimationIdle: INCLUDE "gfx/pokemon/gastly/anim_idle.asm" +HaunterAnimationIdle: INCLUDE "gfx/pokemon/haunter/anim_idle.asm" +GengarAnimationIdle: INCLUDE "gfx/pokemon/gengar/anim_idle.asm" +OnixAnimationIdle: INCLUDE "gfx/pokemon/onix/anim_idle.asm" +DrowzeeAnimationIdle: INCLUDE "gfx/pokemon/drowzee/anim_idle.asm" +HypnoAnimationIdle: INCLUDE "gfx/pokemon/hypno/anim_idle.asm" +KrabbyAnimationIdle: INCLUDE "gfx/pokemon/krabby/anim_idle.asm" +KinglerAnimationIdle: INCLUDE "gfx/pokemon/kingler/anim_idle.asm" +VoltorbAnimationIdle: INCLUDE "gfx/pokemon/voltorb/anim_idle.asm" +ElectrodeAnimationIdle: INCLUDE "gfx/pokemon/electrode/anim_idle.asm" +ExeggcuteAnimationIdle: INCLUDE "gfx/pokemon/exeggcute/anim_idle.asm" +ExeggutorAnimationIdle: INCLUDE "gfx/pokemon/exeggutor/anim_idle.asm" +CuboneAnimationIdle: INCLUDE "gfx/pokemon/cubone/anim_idle.asm" +MarowakAnimationIdle: INCLUDE "gfx/pokemon/marowak/anim_idle.asm" +HitmonleeAnimationIdle: INCLUDE "gfx/pokemon/hitmonlee/anim_idle.asm" +HitmonchanAnimationIdle: INCLUDE "gfx/pokemon/hitmonchan/anim_idle.asm" +LickitungAnimationIdle: INCLUDE "gfx/pokemon/lickitung/anim_idle.asm" +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" +ChanseyAnimationIdle: INCLUDE "gfx/pokemon/chansey/anim_idle.asm" +TangelaAnimationIdle: INCLUDE "gfx/pokemon/tangela/anim_idle.asm" +KangaskhanAnimationIdle: INCLUDE "gfx/pokemon/kangaskhan/anim_idle.asm" +HorseaAnimationIdle: INCLUDE "gfx/pokemon/horsea/anim_idle.asm" +SeadraAnimationIdle: INCLUDE "gfx/pokemon/seadra/anim_idle.asm" +GoldeenAnimationIdle: INCLUDE "gfx/pokemon/goldeen/anim_idle.asm" +SeakingAnimationIdle: INCLUDE "gfx/pokemon/seaking/anim_idle.asm" +StaryuAnimationIdle: INCLUDE "gfx/pokemon/staryu/anim_idle.asm" +StarmieAnimationIdle: INCLUDE "gfx/pokemon/starmie/anim_idle.asm" +MrMimeAnimationIdle: INCLUDE "gfx/pokemon/mr__mime/anim_idle.asm" +ScytherAnimationIdle: INCLUDE "gfx/pokemon/scyther/anim_idle.asm" +JynxAnimationIdle: INCLUDE "gfx/pokemon/jynx/anim_idle.asm" +ElectabuzzAnimationIdle: INCLUDE "gfx/pokemon/electabuzz/anim_idle.asm" +MagmarAnimationIdle: INCLUDE "gfx/pokemon/magmar/anim_idle.asm" +PinsirAnimationIdle: INCLUDE "gfx/pokemon/pinsir/anim_idle.asm" +TaurosAnimationIdle: INCLUDE "gfx/pokemon/tauros/anim_idle.asm" +MagikarpAnimationIdle: INCLUDE "gfx/pokemon/magikarp/anim_idle.asm" +GyaradosAnimationIdle: INCLUDE "gfx/pokemon/gyarados/anim_idle.asm" +LaprasAnimationIdle: INCLUDE "gfx/pokemon/lapras/anim_idle.asm" +DittoAnimationIdle: INCLUDE "gfx/pokemon/ditto/anim_idle.asm" +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" +PorygonAnimationIdle: INCLUDE "gfx/pokemon/porygon/anim_idle.asm" +OmanyteAnimationIdle: INCLUDE "gfx/pokemon/omanyte/anim_idle.asm" +OmastarAnimationIdle: INCLUDE "gfx/pokemon/omastar/anim_idle.asm" +KabutoAnimationIdle: INCLUDE "gfx/pokemon/kabuto/anim_idle.asm" +KabutopsAnimationIdle: INCLUDE "gfx/pokemon/kabutops/anim_idle.asm" +AerodactylAnimationIdle: INCLUDE "gfx/pokemon/aerodactyl/anim_idle.asm" +SnorlaxAnimationIdle: INCLUDE "gfx/pokemon/snorlax/anim_idle.asm" +ArticunoAnimationIdle: INCLUDE "gfx/pokemon/articuno/anim_idle.asm" +ZapdosAnimationIdle: INCLUDE "gfx/pokemon/zapdos/anim_idle.asm" +MoltresAnimationIdle: INCLUDE "gfx/pokemon/moltres/anim_idle.asm" +DratiniAnimationIdle: INCLUDE "gfx/pokemon/dratini/anim_idle.asm" +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" +ChikoritaAnimationIdle: INCLUDE "gfx/pokemon/chikorita/anim_idle.asm" +BayleefAnimationIdle: INCLUDE "gfx/pokemon/bayleef/anim_idle.asm" +MeganiumAnimationIdle: INCLUDE "gfx/pokemon/meganium/anim_idle.asm" +CyndaquilAnimationIdle: INCLUDE "gfx/pokemon/cyndaquil/anim_idle.asm" +QuilavaAnimationIdle: INCLUDE "gfx/pokemon/quilava/anim_idle.asm" +TyphlosionAnimationIdle: INCLUDE "gfx/pokemon/typhlosion/anim_idle.asm" +TotodileAnimationIdle: INCLUDE "gfx/pokemon/totodile/anim_idle.asm" +CroconawAnimationIdle: INCLUDE "gfx/pokemon/croconaw/anim_idle.asm" +FeraligatrAnimationIdle: INCLUDE "gfx/pokemon/feraligatr/anim_idle.asm" +SentretAnimationIdle: INCLUDE "gfx/pokemon/sentret/anim_idle.asm" +FurretAnimationIdle: INCLUDE "gfx/pokemon/furret/anim_idle.asm" +HoothootAnimationIdle: INCLUDE "gfx/pokemon/hoothoot/anim_idle.asm" +NoctowlAnimationIdle: INCLUDE "gfx/pokemon/noctowl/anim_idle.asm" +LedybaAnimationIdle: INCLUDE "gfx/pokemon/ledyba/anim_idle.asm" +LedianAnimationIdle: INCLUDE "gfx/pokemon/ledian/anim_idle.asm" +SpinarakAnimationIdle: INCLUDE "gfx/pokemon/spinarak/anim_idle.asm" +AriadosAnimationIdle: INCLUDE "gfx/pokemon/ariados/anim_idle.asm" +CrobatAnimationIdle: INCLUDE "gfx/pokemon/crobat/anim_idle.asm" +ChinchouAnimationIdle: INCLUDE "gfx/pokemon/chinchou/anim_idle.asm" +LanturnAnimationIdle: INCLUDE "gfx/pokemon/lanturn/anim_idle.asm" +PichuAnimationIdle: INCLUDE "gfx/pokemon/pichu/anim_idle.asm" +CleffaAnimationIdle: INCLUDE "gfx/pokemon/cleffa/anim_idle.asm" +IgglybuffAnimationIdle: INCLUDE "gfx/pokemon/igglybuff/anim_idle.asm" +TogepiAnimationIdle: INCLUDE "gfx/pokemon/togepi/anim_idle.asm" +TogeticAnimationIdle: INCLUDE "gfx/pokemon/togetic/anim_idle.asm" +NatuAnimationIdle: INCLUDE "gfx/pokemon/natu/anim_idle.asm" +XatuAnimationIdle: INCLUDE "gfx/pokemon/xatu/anim_idle.asm" +MareepAnimationIdle: INCLUDE "gfx/pokemon/mareep/anim_idle.asm" +FlaaffyAnimationIdle: INCLUDE "gfx/pokemon/flaaffy/anim_idle.asm" +AmpharosAnimationIdle: INCLUDE "gfx/pokemon/ampharos/anim_idle.asm" +BellossomAnimationIdle: INCLUDE "gfx/pokemon/bellossom/anim_idle.asm" +MarillAnimationIdle: INCLUDE "gfx/pokemon/marill/anim_idle.asm" +AzumarillAnimationIdle: INCLUDE "gfx/pokemon/azumarill/anim_idle.asm" +SudowoodoAnimationIdle: INCLUDE "gfx/pokemon/sudowoodo/anim_idle.asm" +PolitoedAnimationIdle: INCLUDE "gfx/pokemon/politoed/anim_idle.asm" +HoppipAnimationIdle: INCLUDE "gfx/pokemon/hoppip/anim_idle.asm" +SkiploomAnimationIdle: INCLUDE "gfx/pokemon/skiploom/anim_idle.asm" +JumpluffAnimationIdle: INCLUDE "gfx/pokemon/jumpluff/anim_idle.asm" +AipomAnimationIdle: INCLUDE "gfx/pokemon/aipom/anim_idle.asm" +SunkernAnimationIdle: INCLUDE "gfx/pokemon/sunkern/anim_idle.asm" +SunfloraAnimationIdle: INCLUDE "gfx/pokemon/sunflora/anim_idle.asm" +YanmaAnimationIdle: INCLUDE "gfx/pokemon/yanma/anim_idle.asm" +WooperAnimationIdle: INCLUDE "gfx/pokemon/wooper/anim_idle.asm" +QuagsireAnimationIdle: INCLUDE "gfx/pokemon/quagsire/anim_idle.asm" +EspeonAnimationIdle: INCLUDE "gfx/pokemon/espeon/anim_idle.asm" +UmbreonAnimationIdle: INCLUDE "gfx/pokemon/umbreon/anim_idle.asm" +MurkrowAnimationIdle: INCLUDE "gfx/pokemon/murkrow/anim_idle.asm" +SlowkingAnimationIdle: INCLUDE "gfx/pokemon/slowking/anim_idle.asm" +MisdreavusAnimationIdle: INCLUDE "gfx/pokemon/misdreavus/anim_idle.asm" +UnownAnimationIdle: INCLUDE "gfx/pokemon/unown/anim_idle.asm" +WobbuffetAnimationIdle: INCLUDE "gfx/pokemon/wobbuffet/anim_idle.asm" +GirafarigAnimationIdle: INCLUDE "gfx/pokemon/girafarig/anim_idle.asm" +PinecoAnimationIdle: INCLUDE "gfx/pokemon/pineco/anim_idle.asm" +ForretressAnimationIdle: INCLUDE "gfx/pokemon/forretress/anim_idle.asm" +DunsparceAnimationIdle: INCLUDE "gfx/pokemon/dunsparce/anim_idle.asm" +GligarAnimationIdle: INCLUDE "gfx/pokemon/gligar/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" +QwilfishAnimationIdle: INCLUDE "gfx/pokemon/qwilfish/anim_idle.asm" +ScizorAnimationIdle: INCLUDE "gfx/pokemon/scizor/anim_idle.asm" +ShuckleAnimationIdle: INCLUDE "gfx/pokemon/shuckle/anim_idle.asm" +HeracrossAnimationIdle: INCLUDE "gfx/pokemon/heracross/anim_idle.asm" +SneaselAnimationIdle: INCLUDE "gfx/pokemon/sneasel/anim_idle.asm" +TeddiursaAnimationIdle: INCLUDE "gfx/pokemon/teddiursa/anim_idle.asm" +UrsaringAnimationIdle: INCLUDE "gfx/pokemon/ursaring/anim_idle.asm" +SlugmaAnimationIdle: INCLUDE "gfx/pokemon/slugma/anim_idle.asm" +MagcargoAnimationIdle: INCLUDE "gfx/pokemon/magcargo/anim_idle.asm" +SwinubAnimationIdle: INCLUDE "gfx/pokemon/swinub/anim_idle.asm" +PiloswineAnimationIdle: INCLUDE "gfx/pokemon/piloswine/anim_idle.asm" +CorsolaAnimationIdle: INCLUDE "gfx/pokemon/corsola/anim_idle.asm" +RemoraidAnimationIdle: INCLUDE "gfx/pokemon/remoraid/anim_idle.asm" +OctilleryAnimationIdle: INCLUDE "gfx/pokemon/octillery/anim_idle.asm" +DelibirdAnimationIdle: INCLUDE "gfx/pokemon/delibird/anim_idle.asm" +MantineAnimationIdle: INCLUDE "gfx/pokemon/mantine/anim_idle.asm" +SkarmoryAnimationIdle: INCLUDE "gfx/pokemon/skarmory/anim_idle.asm" +HoundourAnimationIdle: INCLUDE "gfx/pokemon/houndour/anim_idle.asm" +HoundoomAnimationIdle: INCLUDE "gfx/pokemon/houndoom/anim_idle.asm" +KingdraAnimationIdle: INCLUDE "gfx/pokemon/kingdra/anim_idle.asm" +PhanpyAnimationIdle: INCLUDE "gfx/pokemon/phanpy/anim_idle.asm" +DonphanAnimationIdle: INCLUDE "gfx/pokemon/donphan/anim_idle.asm" +Porygon2AnimationIdle: INCLUDE "gfx/pokemon/porygon2/anim_idle.asm" +StantlerAnimationIdle: INCLUDE "gfx/pokemon/stantler/anim_idle.asm" +SmeargleAnimationIdle: INCLUDE "gfx/pokemon/smeargle/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" +ElekidAnimationIdle: INCLUDE "gfx/pokemon/elekid/anim_idle.asm" +MagbyAnimationIdle: INCLUDE "gfx/pokemon/magby/anim_idle.asm" +MiltankAnimationIdle: INCLUDE "gfx/pokemon/miltank/anim_idle.asm" +BlisseyAnimationIdle: INCLUDE "gfx/pokemon/blissey/anim_idle.asm" +RaikouAnimationIdle: INCLUDE "gfx/pokemon/raikou/anim_idle.asm" +EnteiAnimationIdle: INCLUDE "gfx/pokemon/entei/anim_idle.asm" +SuicuneAnimationIdle: INCLUDE "gfx/pokemon/suicune/anim_idle.asm" +LarvitarAnimationIdle: INCLUDE "gfx/pokemon/larvitar/anim_idle.asm" +PupitarAnimationIdle: INCLUDE "gfx/pokemon/pupitar/anim_idle.asm" +TyranitarAnimationIdle: INCLUDE "gfx/pokemon/tyranitar/anim_idle.asm" +LugiaAnimationIdle: INCLUDE "gfx/pokemon/lugia/anim_idle.asm" +HoOhAnimationIdle: INCLUDE "gfx/pokemon/ho_oh/anim_idle.asm" +CelebiAnimationIdle: INCLUDE "gfx/pokemon/celebi/anim_idle.asm" +EggAnimationIdle: INCLUDE "gfx/pokemon/egg/anim_idle.asm" diff --git a/gfx/pokemon/igglybuff/anim0.asm b/gfx/pokemon/igglybuff/anim.asm similarity index 100% rename from gfx/pokemon/igglybuff/anim0.asm rename to gfx/pokemon/igglybuff/anim.asm diff --git a/gfx/pokemon/igglybuff/anim1.asm b/gfx/pokemon/igglybuff/anim_idle.asm similarity index 100% rename from gfx/pokemon/igglybuff/anim1.asm rename to gfx/pokemon/igglybuff/anim_idle.asm diff --git a/gfx/pokemon/ivysaur/anim0.asm b/gfx/pokemon/ivysaur/anim.asm similarity index 100% rename from gfx/pokemon/ivysaur/anim0.asm rename to gfx/pokemon/ivysaur/anim.asm diff --git a/gfx/pokemon/ivysaur/anim1.asm b/gfx/pokemon/ivysaur/anim_idle.asm similarity index 100% rename from gfx/pokemon/ivysaur/anim1.asm rename to gfx/pokemon/ivysaur/anim_idle.asm diff --git a/gfx/pokemon/jigglypuff/anim0.asm b/gfx/pokemon/jigglypuff/anim.asm similarity index 100% rename from gfx/pokemon/jigglypuff/anim0.asm rename to gfx/pokemon/jigglypuff/anim.asm diff --git a/gfx/pokemon/jigglypuff/anim1.asm b/gfx/pokemon/jigglypuff/anim_idle.asm similarity index 100% rename from gfx/pokemon/jigglypuff/anim1.asm rename to gfx/pokemon/jigglypuff/anim_idle.asm diff --git a/gfx/pokemon/jolteon/anim0.asm b/gfx/pokemon/jolteon/anim.asm similarity index 100% rename from gfx/pokemon/jolteon/anim0.asm rename to gfx/pokemon/jolteon/anim.asm diff --git a/gfx/pokemon/jolteon/anim1.asm b/gfx/pokemon/jolteon/anim_idle.asm similarity index 100% rename from gfx/pokemon/jolteon/anim1.asm rename to gfx/pokemon/jolteon/anim_idle.asm diff --git a/gfx/pokemon/jumpluff/anim0.asm b/gfx/pokemon/jumpluff/anim.asm similarity index 100% rename from gfx/pokemon/jumpluff/anim0.asm rename to gfx/pokemon/jumpluff/anim.asm diff --git a/gfx/pokemon/jumpluff/anim1.asm b/gfx/pokemon/jumpluff/anim_idle.asm similarity index 100% rename from gfx/pokemon/jumpluff/anim1.asm rename to gfx/pokemon/jumpluff/anim_idle.asm diff --git a/gfx/pokemon/jynx/anim0.asm b/gfx/pokemon/jynx/anim.asm similarity index 100% rename from gfx/pokemon/jynx/anim0.asm rename to gfx/pokemon/jynx/anim.asm diff --git a/gfx/pokemon/jynx/anim1.asm b/gfx/pokemon/jynx/anim_idle.asm similarity index 100% rename from gfx/pokemon/jynx/anim1.asm rename to gfx/pokemon/jynx/anim_idle.asm diff --git a/gfx/pokemon/kabuto/anim0.asm b/gfx/pokemon/kabuto/anim.asm similarity index 100% rename from gfx/pokemon/kabuto/anim0.asm rename to gfx/pokemon/kabuto/anim.asm diff --git a/gfx/pokemon/kabuto/anim1.asm b/gfx/pokemon/kabuto/anim_idle.asm similarity index 100% rename from gfx/pokemon/kabuto/anim1.asm rename to gfx/pokemon/kabuto/anim_idle.asm diff --git a/gfx/pokemon/kabutops/anim0.asm b/gfx/pokemon/kabutops/anim.asm similarity index 100% rename from gfx/pokemon/kabutops/anim0.asm rename to gfx/pokemon/kabutops/anim.asm diff --git a/gfx/pokemon/kabutops/anim1.asm b/gfx/pokemon/kabutops/anim_idle.asm similarity index 100% rename from gfx/pokemon/kabutops/anim1.asm rename to gfx/pokemon/kabutops/anim_idle.asm diff --git a/gfx/pokemon/kadabra/anim0.asm b/gfx/pokemon/kadabra/anim.asm similarity index 100% rename from gfx/pokemon/kadabra/anim0.asm rename to gfx/pokemon/kadabra/anim.asm diff --git a/gfx/pokemon/kadabra/anim1.asm b/gfx/pokemon/kadabra/anim_idle.asm similarity index 100% rename from gfx/pokemon/kadabra/anim1.asm rename to gfx/pokemon/kadabra/anim_idle.asm diff --git a/gfx/pokemon/kakuna/anim0.asm b/gfx/pokemon/kakuna/anim.asm similarity index 100% rename from gfx/pokemon/kakuna/anim0.asm rename to gfx/pokemon/kakuna/anim.asm diff --git a/gfx/pokemon/kakuna/anim1.asm b/gfx/pokemon/kakuna/anim_idle.asm similarity index 100% rename from gfx/pokemon/kakuna/anim1.asm rename to gfx/pokemon/kakuna/anim_idle.asm diff --git a/gfx/pokemon/kangaskhan/anim0.asm b/gfx/pokemon/kangaskhan/anim.asm similarity index 100% rename from gfx/pokemon/kangaskhan/anim0.asm rename to gfx/pokemon/kangaskhan/anim.asm diff --git a/gfx/pokemon/kangaskhan/anim1.asm b/gfx/pokemon/kangaskhan/anim_idle.asm similarity index 100% rename from gfx/pokemon/kangaskhan/anim1.asm rename to gfx/pokemon/kangaskhan/anim_idle.asm diff --git a/gfx/pokemon/kingdra/anim0.asm b/gfx/pokemon/kingdra/anim.asm similarity index 100% rename from gfx/pokemon/kingdra/anim0.asm rename to gfx/pokemon/kingdra/anim.asm diff --git a/gfx/pokemon/kingdra/anim1.asm b/gfx/pokemon/kingdra/anim_idle.asm similarity index 100% rename from gfx/pokemon/kingdra/anim1.asm rename to gfx/pokemon/kingdra/anim_idle.asm diff --git a/gfx/pokemon/kingler/anim0.asm b/gfx/pokemon/kingler/anim.asm similarity index 100% rename from gfx/pokemon/kingler/anim0.asm rename to gfx/pokemon/kingler/anim.asm diff --git a/gfx/pokemon/kingler/anim1.asm b/gfx/pokemon/kingler/anim_idle.asm similarity index 100% rename from gfx/pokemon/kingler/anim1.asm rename to gfx/pokemon/kingler/anim_idle.asm diff --git a/gfx/pokemon/koffing/anim0.asm b/gfx/pokemon/koffing/anim.asm similarity index 100% rename from gfx/pokemon/koffing/anim0.asm rename to gfx/pokemon/koffing/anim.asm diff --git a/gfx/pokemon/koffing/anim1.asm b/gfx/pokemon/koffing/anim_idle.asm similarity index 100% rename from gfx/pokemon/koffing/anim1.asm rename to gfx/pokemon/koffing/anim_idle.asm diff --git a/gfx/pokemon/krabby/anim0.asm b/gfx/pokemon/krabby/anim.asm similarity index 100% rename from gfx/pokemon/krabby/anim0.asm rename to gfx/pokemon/krabby/anim.asm diff --git a/gfx/pokemon/krabby/anim1.asm b/gfx/pokemon/krabby/anim_idle.asm similarity index 100% rename from gfx/pokemon/krabby/anim1.asm rename to gfx/pokemon/krabby/anim_idle.asm diff --git a/gfx/pokemon/lanturn/anim0.asm b/gfx/pokemon/lanturn/anim.asm similarity index 100% rename from gfx/pokemon/lanturn/anim0.asm rename to gfx/pokemon/lanturn/anim.asm diff --git a/gfx/pokemon/lanturn/anim1.asm b/gfx/pokemon/lanturn/anim_idle.asm similarity index 100% rename from gfx/pokemon/lanturn/anim1.asm rename to gfx/pokemon/lanturn/anim_idle.asm diff --git a/gfx/pokemon/lapras/anim0.asm b/gfx/pokemon/lapras/anim.asm similarity index 100% rename from gfx/pokemon/lapras/anim0.asm rename to gfx/pokemon/lapras/anim.asm diff --git a/gfx/pokemon/lapras/anim1.asm b/gfx/pokemon/lapras/anim_idle.asm similarity index 100% rename from gfx/pokemon/lapras/anim1.asm rename to gfx/pokemon/lapras/anim_idle.asm diff --git a/gfx/pokemon/larvitar/anim0.asm b/gfx/pokemon/larvitar/anim.asm similarity index 100% rename from gfx/pokemon/larvitar/anim0.asm rename to gfx/pokemon/larvitar/anim.asm diff --git a/gfx/pokemon/larvitar/anim1.asm b/gfx/pokemon/larvitar/anim_idle.asm similarity index 100% rename from gfx/pokemon/larvitar/anim1.asm rename to gfx/pokemon/larvitar/anim_idle.asm diff --git a/gfx/pokemon/ledian/anim0.asm b/gfx/pokemon/ledian/anim.asm similarity index 100% rename from gfx/pokemon/ledian/anim0.asm rename to gfx/pokemon/ledian/anim.asm diff --git a/gfx/pokemon/ledian/anim1.asm b/gfx/pokemon/ledian/anim_idle.asm similarity index 100% rename from gfx/pokemon/ledian/anim1.asm rename to gfx/pokemon/ledian/anim_idle.asm diff --git a/gfx/pokemon/ledyba/anim0.asm b/gfx/pokemon/ledyba/anim.asm similarity index 100% rename from gfx/pokemon/ledyba/anim0.asm rename to gfx/pokemon/ledyba/anim.asm diff --git a/gfx/pokemon/ledyba/anim1.asm b/gfx/pokemon/ledyba/anim_idle.asm similarity index 100% rename from gfx/pokemon/ledyba/anim1.asm rename to gfx/pokemon/ledyba/anim_idle.asm diff --git a/gfx/pokemon/lickitung/anim0.asm b/gfx/pokemon/lickitung/anim.asm similarity index 100% rename from gfx/pokemon/lickitung/anim0.asm rename to gfx/pokemon/lickitung/anim.asm diff --git a/gfx/pokemon/lickitung/anim1.asm b/gfx/pokemon/lickitung/anim_idle.asm similarity index 100% rename from gfx/pokemon/lickitung/anim1.asm rename to gfx/pokemon/lickitung/anim_idle.asm diff --git a/gfx/pokemon/lugia/anim0.asm b/gfx/pokemon/lugia/anim.asm similarity index 100% rename from gfx/pokemon/lugia/anim0.asm rename to gfx/pokemon/lugia/anim.asm diff --git a/gfx/pokemon/lugia/anim1.asm b/gfx/pokemon/lugia/anim_idle.asm similarity index 100% rename from gfx/pokemon/lugia/anim1.asm rename to gfx/pokemon/lugia/anim_idle.asm diff --git a/gfx/pokemon/machamp/anim0.asm b/gfx/pokemon/machamp/anim.asm similarity index 100% rename from gfx/pokemon/machamp/anim0.asm rename to gfx/pokemon/machamp/anim.asm diff --git a/gfx/pokemon/machamp/anim1.asm b/gfx/pokemon/machamp/anim_idle.asm similarity index 100% rename from gfx/pokemon/machamp/anim1.asm rename to gfx/pokemon/machamp/anim_idle.asm diff --git a/gfx/pokemon/machoke/anim0.asm b/gfx/pokemon/machoke/anim.asm similarity index 100% rename from gfx/pokemon/machoke/anim0.asm rename to gfx/pokemon/machoke/anim.asm diff --git a/gfx/pokemon/machoke/anim1.asm b/gfx/pokemon/machoke/anim_idle.asm similarity index 100% rename from gfx/pokemon/machoke/anim1.asm rename to gfx/pokemon/machoke/anim_idle.asm diff --git a/gfx/pokemon/machop/anim0.asm b/gfx/pokemon/machop/anim.asm similarity index 100% rename from gfx/pokemon/machop/anim0.asm rename to gfx/pokemon/machop/anim.asm diff --git a/gfx/pokemon/machop/anim1.asm b/gfx/pokemon/machop/anim_idle.asm similarity index 100% rename from gfx/pokemon/machop/anim1.asm rename to gfx/pokemon/machop/anim_idle.asm diff --git a/gfx/pokemon/magby/anim0.asm b/gfx/pokemon/magby/anim.asm similarity index 100% rename from gfx/pokemon/magby/anim0.asm rename to gfx/pokemon/magby/anim.asm diff --git a/gfx/pokemon/magby/anim1.asm b/gfx/pokemon/magby/anim_idle.asm similarity index 100% rename from gfx/pokemon/magby/anim1.asm rename to gfx/pokemon/magby/anim_idle.asm diff --git a/gfx/pokemon/magcargo/anim0.asm b/gfx/pokemon/magcargo/anim.asm similarity index 100% rename from gfx/pokemon/magcargo/anim0.asm rename to gfx/pokemon/magcargo/anim.asm diff --git a/gfx/pokemon/magcargo/anim1.asm b/gfx/pokemon/magcargo/anim_idle.asm similarity index 100% rename from gfx/pokemon/magcargo/anim1.asm rename to gfx/pokemon/magcargo/anim_idle.asm diff --git a/gfx/pokemon/magikarp/anim0.asm b/gfx/pokemon/magikarp/anim.asm similarity index 100% rename from gfx/pokemon/magikarp/anim0.asm rename to gfx/pokemon/magikarp/anim.asm diff --git a/gfx/pokemon/magikarp/anim1.asm b/gfx/pokemon/magikarp/anim_idle.asm similarity index 100% rename from gfx/pokemon/magikarp/anim1.asm rename to gfx/pokemon/magikarp/anim_idle.asm diff --git a/gfx/pokemon/magmar/anim0.asm b/gfx/pokemon/magmar/anim.asm similarity index 100% rename from gfx/pokemon/magmar/anim0.asm rename to gfx/pokemon/magmar/anim.asm diff --git a/gfx/pokemon/magmar/anim1.asm b/gfx/pokemon/magmar/anim_idle.asm similarity index 100% rename from gfx/pokemon/magmar/anim1.asm rename to gfx/pokemon/magmar/anim_idle.asm diff --git a/gfx/pokemon/magnemite/anim0.asm b/gfx/pokemon/magnemite/anim.asm similarity index 100% rename from gfx/pokemon/magnemite/anim0.asm rename to gfx/pokemon/magnemite/anim.asm diff --git a/gfx/pokemon/magnemite/anim1.asm b/gfx/pokemon/magnemite/anim_idle.asm similarity index 100% rename from gfx/pokemon/magnemite/anim1.asm rename to gfx/pokemon/magnemite/anim_idle.asm diff --git a/gfx/pokemon/magneton/anim0.asm b/gfx/pokemon/magneton/anim.asm similarity index 100% rename from gfx/pokemon/magneton/anim0.asm rename to gfx/pokemon/magneton/anim.asm diff --git a/gfx/pokemon/magneton/anim1.asm b/gfx/pokemon/magneton/anim_idle.asm similarity index 100% rename from gfx/pokemon/magneton/anim1.asm rename to gfx/pokemon/magneton/anim_idle.asm diff --git a/gfx/pokemon/mankey/anim0.asm b/gfx/pokemon/mankey/anim.asm similarity index 100% rename from gfx/pokemon/mankey/anim0.asm rename to gfx/pokemon/mankey/anim.asm diff --git a/gfx/pokemon/mankey/anim1.asm b/gfx/pokemon/mankey/anim_idle.asm similarity index 100% rename from gfx/pokemon/mankey/anim1.asm rename to gfx/pokemon/mankey/anim_idle.asm diff --git a/gfx/pokemon/mantine/anim0.asm b/gfx/pokemon/mantine/anim.asm similarity index 100% rename from gfx/pokemon/mantine/anim0.asm rename to gfx/pokemon/mantine/anim.asm diff --git a/gfx/pokemon/mantine/anim1.asm b/gfx/pokemon/mantine/anim_idle.asm similarity index 100% rename from gfx/pokemon/mantine/anim1.asm rename to gfx/pokemon/mantine/anim_idle.asm diff --git a/gfx/pokemon/mareep/anim0.asm b/gfx/pokemon/mareep/anim.asm similarity index 100% rename from gfx/pokemon/mareep/anim0.asm rename to gfx/pokemon/mareep/anim.asm diff --git a/gfx/pokemon/mareep/anim1.asm b/gfx/pokemon/mareep/anim_idle.asm similarity index 100% rename from gfx/pokemon/mareep/anim1.asm rename to gfx/pokemon/mareep/anim_idle.asm diff --git a/gfx/pokemon/marill/anim0.asm b/gfx/pokemon/marill/anim.asm similarity index 100% rename from gfx/pokemon/marill/anim0.asm rename to gfx/pokemon/marill/anim.asm diff --git a/gfx/pokemon/marill/anim1.asm b/gfx/pokemon/marill/anim_idle.asm similarity index 100% rename from gfx/pokemon/marill/anim1.asm rename to gfx/pokemon/marill/anim_idle.asm diff --git a/gfx/pokemon/marowak/anim0.asm b/gfx/pokemon/marowak/anim.asm similarity index 100% rename from gfx/pokemon/marowak/anim0.asm rename to gfx/pokemon/marowak/anim.asm diff --git a/gfx/pokemon/marowak/anim1.asm b/gfx/pokemon/marowak/anim_idle.asm similarity index 100% rename from gfx/pokemon/marowak/anim1.asm rename to gfx/pokemon/marowak/anim_idle.asm diff --git a/gfx/pokemon/meganium/anim0.asm b/gfx/pokemon/meganium/anim.asm similarity index 100% rename from gfx/pokemon/meganium/anim0.asm rename to gfx/pokemon/meganium/anim.asm diff --git a/gfx/pokemon/meganium/anim1.asm b/gfx/pokemon/meganium/anim_idle.asm similarity index 100% rename from gfx/pokemon/meganium/anim1.asm rename to gfx/pokemon/meganium/anim_idle.asm diff --git a/gfx/pokemon/meowth/anim0.asm b/gfx/pokemon/meowth/anim.asm similarity index 100% rename from gfx/pokemon/meowth/anim0.asm rename to gfx/pokemon/meowth/anim.asm diff --git a/gfx/pokemon/meowth/anim1.asm b/gfx/pokemon/meowth/anim_idle.asm similarity index 100% rename from gfx/pokemon/meowth/anim1.asm rename to gfx/pokemon/meowth/anim_idle.asm diff --git a/gfx/pokemon/metapod/anim0.asm b/gfx/pokemon/metapod/anim.asm similarity index 100% rename from gfx/pokemon/metapod/anim0.asm rename to gfx/pokemon/metapod/anim.asm diff --git a/gfx/pokemon/metapod/anim1.asm b/gfx/pokemon/metapod/anim_idle.asm similarity index 100% rename from gfx/pokemon/metapod/anim1.asm rename to gfx/pokemon/metapod/anim_idle.asm diff --git a/gfx/pokemon/mew/anim0.asm b/gfx/pokemon/mew/anim.asm similarity index 100% rename from gfx/pokemon/mew/anim0.asm rename to gfx/pokemon/mew/anim.asm diff --git a/gfx/pokemon/mew/anim1.asm b/gfx/pokemon/mew/anim_idle.asm similarity index 100% rename from gfx/pokemon/mew/anim1.asm rename to gfx/pokemon/mew/anim_idle.asm diff --git a/gfx/pokemon/mewtwo/anim0.asm b/gfx/pokemon/mewtwo/anim.asm similarity index 100% rename from gfx/pokemon/mewtwo/anim0.asm rename to gfx/pokemon/mewtwo/anim.asm diff --git a/gfx/pokemon/mewtwo/anim1.asm b/gfx/pokemon/mewtwo/anim_idle.asm similarity index 100% rename from gfx/pokemon/mewtwo/anim1.asm rename to gfx/pokemon/mewtwo/anim_idle.asm diff --git a/gfx/pokemon/miltank/anim0.asm b/gfx/pokemon/miltank/anim.asm similarity index 100% rename from gfx/pokemon/miltank/anim0.asm rename to gfx/pokemon/miltank/anim.asm diff --git a/gfx/pokemon/miltank/anim1.asm b/gfx/pokemon/miltank/anim_idle.asm similarity index 100% rename from gfx/pokemon/miltank/anim1.asm rename to gfx/pokemon/miltank/anim_idle.asm diff --git a/gfx/pokemon/misdreavus/anim0.asm b/gfx/pokemon/misdreavus/anim.asm similarity index 100% rename from gfx/pokemon/misdreavus/anim0.asm rename to gfx/pokemon/misdreavus/anim.asm diff --git a/gfx/pokemon/misdreavus/anim1.asm b/gfx/pokemon/misdreavus/anim_idle.asm similarity index 100% rename from gfx/pokemon/misdreavus/anim1.asm rename to gfx/pokemon/misdreavus/anim_idle.asm diff --git a/gfx/pokemon/moltres/anim0.asm b/gfx/pokemon/moltres/anim.asm similarity index 100% rename from gfx/pokemon/moltres/anim0.asm rename to gfx/pokemon/moltres/anim.asm diff --git a/gfx/pokemon/moltres/anim1.asm b/gfx/pokemon/moltres/anim_idle.asm similarity index 100% rename from gfx/pokemon/moltres/anim1.asm rename to gfx/pokemon/moltres/anim_idle.asm diff --git a/gfx/pokemon/mr__mime/anim0.asm b/gfx/pokemon/mr__mime/anim.asm similarity index 100% rename from gfx/pokemon/mr__mime/anim0.asm rename to gfx/pokemon/mr__mime/anim.asm diff --git a/gfx/pokemon/mr__mime/anim1.asm b/gfx/pokemon/mr__mime/anim_idle.asm similarity index 100% rename from gfx/pokemon/mr__mime/anim1.asm rename to gfx/pokemon/mr__mime/anim_idle.asm diff --git a/gfx/pokemon/muk/anim0.asm b/gfx/pokemon/muk/anim.asm similarity index 100% rename from gfx/pokemon/muk/anim0.asm rename to gfx/pokemon/muk/anim.asm diff --git a/gfx/pokemon/muk/anim1.asm b/gfx/pokemon/muk/anim_idle.asm similarity index 100% rename from gfx/pokemon/muk/anim1.asm rename to gfx/pokemon/muk/anim_idle.asm diff --git a/gfx/pokemon/murkrow/anim0.asm b/gfx/pokemon/murkrow/anim.asm similarity index 100% rename from gfx/pokemon/murkrow/anim0.asm rename to gfx/pokemon/murkrow/anim.asm diff --git a/gfx/pokemon/murkrow/anim1.asm b/gfx/pokemon/murkrow/anim_idle.asm similarity index 100% rename from gfx/pokemon/murkrow/anim1.asm rename to gfx/pokemon/murkrow/anim_idle.asm diff --git a/gfx/pokemon/natu/anim0.asm b/gfx/pokemon/natu/anim.asm similarity index 100% rename from gfx/pokemon/natu/anim0.asm rename to gfx/pokemon/natu/anim.asm diff --git a/gfx/pokemon/natu/anim1.asm b/gfx/pokemon/natu/anim_idle.asm similarity index 100% rename from gfx/pokemon/natu/anim1.asm rename to gfx/pokemon/natu/anim_idle.asm diff --git a/gfx/pokemon/nidoking/anim0.asm b/gfx/pokemon/nidoking/anim.asm similarity index 100% rename from gfx/pokemon/nidoking/anim0.asm rename to gfx/pokemon/nidoking/anim.asm diff --git a/gfx/pokemon/nidoking/anim1.asm b/gfx/pokemon/nidoking/anim_idle.asm similarity index 100% rename from gfx/pokemon/nidoking/anim1.asm rename to gfx/pokemon/nidoking/anim_idle.asm diff --git a/gfx/pokemon/nidoqueen/anim0.asm b/gfx/pokemon/nidoqueen/anim.asm similarity index 100% rename from gfx/pokemon/nidoqueen/anim0.asm rename to gfx/pokemon/nidoqueen/anim.asm diff --git a/gfx/pokemon/nidoqueen/anim1.asm b/gfx/pokemon/nidoqueen/anim_idle.asm similarity index 100% rename from gfx/pokemon/nidoqueen/anim1.asm rename to gfx/pokemon/nidoqueen/anim_idle.asm diff --git a/gfx/pokemon/nidoran_f/anim0.asm b/gfx/pokemon/nidoran_f/anim.asm similarity index 100% rename from gfx/pokemon/nidoran_f/anim0.asm rename to gfx/pokemon/nidoran_f/anim.asm diff --git a/gfx/pokemon/nidoran_f/anim1.asm b/gfx/pokemon/nidoran_f/anim_idle.asm similarity index 100% rename from gfx/pokemon/nidoran_f/anim1.asm rename to gfx/pokemon/nidoran_f/anim_idle.asm diff --git a/gfx/pokemon/nidoran_m/anim0.asm b/gfx/pokemon/nidoran_m/anim.asm similarity index 100% rename from gfx/pokemon/nidoran_m/anim0.asm rename to gfx/pokemon/nidoran_m/anim.asm diff --git a/gfx/pokemon/nidoran_m/anim1.asm b/gfx/pokemon/nidoran_m/anim_idle.asm similarity index 100% rename from gfx/pokemon/nidoran_m/anim1.asm rename to gfx/pokemon/nidoran_m/anim_idle.asm diff --git a/gfx/pokemon/nidorina/anim0.asm b/gfx/pokemon/nidorina/anim.asm similarity index 100% rename from gfx/pokemon/nidorina/anim0.asm rename to gfx/pokemon/nidorina/anim.asm diff --git a/gfx/pokemon/nidorina/anim1.asm b/gfx/pokemon/nidorina/anim_idle.asm similarity index 100% rename from gfx/pokemon/nidorina/anim1.asm rename to gfx/pokemon/nidorina/anim_idle.asm diff --git a/gfx/pokemon/nidorino/anim0.asm b/gfx/pokemon/nidorino/anim.asm similarity index 100% rename from gfx/pokemon/nidorino/anim0.asm rename to gfx/pokemon/nidorino/anim.asm diff --git a/gfx/pokemon/nidorino/anim1.asm b/gfx/pokemon/nidorino/anim_idle.asm similarity index 100% rename from gfx/pokemon/nidorino/anim1.asm rename to gfx/pokemon/nidorino/anim_idle.asm diff --git a/gfx/pokemon/ninetales/anim0.asm b/gfx/pokemon/ninetales/anim.asm similarity index 100% rename from gfx/pokemon/ninetales/anim0.asm rename to gfx/pokemon/ninetales/anim.asm diff --git a/gfx/pokemon/ninetales/anim1.asm b/gfx/pokemon/ninetales/anim_idle.asm similarity index 100% rename from gfx/pokemon/ninetales/anim1.asm rename to gfx/pokemon/ninetales/anim_idle.asm diff --git a/gfx/pokemon/noctowl/anim0.asm b/gfx/pokemon/noctowl/anim.asm similarity index 100% rename from gfx/pokemon/noctowl/anim0.asm rename to gfx/pokemon/noctowl/anim.asm diff --git a/gfx/pokemon/noctowl/anim1.asm b/gfx/pokemon/noctowl/anim_idle.asm similarity index 100% rename from gfx/pokemon/noctowl/anim1.asm rename to gfx/pokemon/noctowl/anim_idle.asm diff --git a/gfx/pokemon/octillery/anim0.asm b/gfx/pokemon/octillery/anim.asm similarity index 100% rename from gfx/pokemon/octillery/anim0.asm rename to gfx/pokemon/octillery/anim.asm diff --git a/gfx/pokemon/octillery/anim1.asm b/gfx/pokemon/octillery/anim_idle.asm similarity index 100% rename from gfx/pokemon/octillery/anim1.asm rename to gfx/pokemon/octillery/anim_idle.asm diff --git a/gfx/pokemon/oddish/anim0.asm b/gfx/pokemon/oddish/anim.asm similarity index 100% rename from gfx/pokemon/oddish/anim0.asm rename to gfx/pokemon/oddish/anim.asm diff --git a/gfx/pokemon/oddish/anim1.asm b/gfx/pokemon/oddish/anim_idle.asm similarity index 100% rename from gfx/pokemon/oddish/anim1.asm rename to gfx/pokemon/oddish/anim_idle.asm diff --git a/gfx/pokemon/omanyte/anim0.asm b/gfx/pokemon/omanyte/anim.asm similarity index 100% rename from gfx/pokemon/omanyte/anim0.asm rename to gfx/pokemon/omanyte/anim.asm diff --git a/gfx/pokemon/omanyte/anim1.asm b/gfx/pokemon/omanyte/anim_idle.asm similarity index 100% rename from gfx/pokemon/omanyte/anim1.asm rename to gfx/pokemon/omanyte/anim_idle.asm diff --git a/gfx/pokemon/omastar/anim0.asm b/gfx/pokemon/omastar/anim.asm similarity index 100% rename from gfx/pokemon/omastar/anim0.asm rename to gfx/pokemon/omastar/anim.asm diff --git a/gfx/pokemon/omastar/anim1.asm b/gfx/pokemon/omastar/anim_idle.asm similarity index 100% rename from gfx/pokemon/omastar/anim1.asm rename to gfx/pokemon/omastar/anim_idle.asm diff --git a/gfx/pokemon/onix/anim0.asm b/gfx/pokemon/onix/anim.asm similarity index 100% rename from gfx/pokemon/onix/anim0.asm rename to gfx/pokemon/onix/anim.asm diff --git a/gfx/pokemon/onix/anim1.asm b/gfx/pokemon/onix/anim_idle.asm similarity index 100% rename from gfx/pokemon/onix/anim1.asm rename to gfx/pokemon/onix/anim_idle.asm diff --git a/gfx/pokemon/paras/anim0.asm b/gfx/pokemon/paras/anim.asm similarity index 100% rename from gfx/pokemon/paras/anim0.asm rename to gfx/pokemon/paras/anim.asm diff --git a/gfx/pokemon/paras/anim1.asm b/gfx/pokemon/paras/anim_idle.asm similarity index 100% rename from gfx/pokemon/paras/anim1.asm rename to gfx/pokemon/paras/anim_idle.asm diff --git a/gfx/pokemon/parasect/anim0.asm b/gfx/pokemon/parasect/anim.asm similarity index 100% rename from gfx/pokemon/parasect/anim0.asm rename to gfx/pokemon/parasect/anim.asm diff --git a/gfx/pokemon/parasect/anim1.asm b/gfx/pokemon/parasect/anim_idle.asm similarity index 100% rename from gfx/pokemon/parasect/anim1.asm rename to gfx/pokemon/parasect/anim_idle.asm diff --git a/gfx/pokemon/persian/anim0.asm b/gfx/pokemon/persian/anim.asm similarity index 100% rename from gfx/pokemon/persian/anim0.asm rename to gfx/pokemon/persian/anim.asm diff --git a/gfx/pokemon/persian/anim1.asm b/gfx/pokemon/persian/anim_idle.asm similarity index 100% rename from gfx/pokemon/persian/anim1.asm rename to gfx/pokemon/persian/anim_idle.asm diff --git a/gfx/pokemon/phanpy/anim0.asm b/gfx/pokemon/phanpy/anim.asm similarity index 100% rename from gfx/pokemon/phanpy/anim0.asm rename to gfx/pokemon/phanpy/anim.asm diff --git a/gfx/pokemon/phanpy/anim1.asm b/gfx/pokemon/phanpy/anim_idle.asm similarity index 100% rename from gfx/pokemon/phanpy/anim1.asm rename to gfx/pokemon/phanpy/anim_idle.asm diff --git a/gfx/pokemon/pichu/anim0.asm b/gfx/pokemon/pichu/anim.asm similarity index 100% rename from gfx/pokemon/pichu/anim0.asm rename to gfx/pokemon/pichu/anim.asm diff --git a/gfx/pokemon/pichu/anim1.asm b/gfx/pokemon/pichu/anim_idle.asm similarity index 100% rename from gfx/pokemon/pichu/anim1.asm rename to gfx/pokemon/pichu/anim_idle.asm diff --git a/gfx/pokemon/pidgeot/anim0.asm b/gfx/pokemon/pidgeot/anim.asm similarity index 100% rename from gfx/pokemon/pidgeot/anim0.asm rename to gfx/pokemon/pidgeot/anim.asm diff --git a/gfx/pokemon/pidgeot/anim1.asm b/gfx/pokemon/pidgeot/anim_idle.asm similarity index 100% rename from gfx/pokemon/pidgeot/anim1.asm rename to gfx/pokemon/pidgeot/anim_idle.asm diff --git a/gfx/pokemon/pidgeotto/anim0.asm b/gfx/pokemon/pidgeotto/anim.asm similarity index 100% rename from gfx/pokemon/pidgeotto/anim0.asm rename to gfx/pokemon/pidgeotto/anim.asm diff --git a/gfx/pokemon/pidgeotto/anim1.asm b/gfx/pokemon/pidgeotto/anim_idle.asm similarity index 100% rename from gfx/pokemon/pidgeotto/anim1.asm rename to gfx/pokemon/pidgeotto/anim_idle.asm diff --git a/gfx/pokemon/pidgey/anim0.asm b/gfx/pokemon/pidgey/anim.asm similarity index 100% rename from gfx/pokemon/pidgey/anim0.asm rename to gfx/pokemon/pidgey/anim.asm diff --git a/gfx/pokemon/pidgey/anim1.asm b/gfx/pokemon/pidgey/anim_idle.asm similarity index 100% rename from gfx/pokemon/pidgey/anim1.asm rename to gfx/pokemon/pidgey/anim_idle.asm diff --git a/gfx/pokemon/pikachu/anim0.asm b/gfx/pokemon/pikachu/anim.asm similarity index 100% rename from gfx/pokemon/pikachu/anim0.asm rename to gfx/pokemon/pikachu/anim.asm diff --git a/gfx/pokemon/pikachu/anim1.asm b/gfx/pokemon/pikachu/anim_idle.asm similarity index 100% rename from gfx/pokemon/pikachu/anim1.asm rename to gfx/pokemon/pikachu/anim_idle.asm diff --git a/gfx/pokemon/piloswine/anim0.asm b/gfx/pokemon/piloswine/anim.asm similarity index 100% rename from gfx/pokemon/piloswine/anim0.asm rename to gfx/pokemon/piloswine/anim.asm diff --git a/gfx/pokemon/piloswine/anim1.asm b/gfx/pokemon/piloswine/anim_idle.asm similarity index 100% rename from gfx/pokemon/piloswine/anim1.asm rename to gfx/pokemon/piloswine/anim_idle.asm diff --git a/gfx/pokemon/pineco/anim0.asm b/gfx/pokemon/pineco/anim.asm similarity index 100% rename from gfx/pokemon/pineco/anim0.asm rename to gfx/pokemon/pineco/anim.asm diff --git a/gfx/pokemon/pineco/anim1.asm b/gfx/pokemon/pineco/anim_idle.asm similarity index 100% rename from gfx/pokemon/pineco/anim1.asm rename to gfx/pokemon/pineco/anim_idle.asm diff --git a/gfx/pokemon/pinsir/anim0.asm b/gfx/pokemon/pinsir/anim.asm similarity index 100% rename from gfx/pokemon/pinsir/anim0.asm rename to gfx/pokemon/pinsir/anim.asm diff --git a/gfx/pokemon/pinsir/anim1.asm b/gfx/pokemon/pinsir/anim_idle.asm similarity index 100% rename from gfx/pokemon/pinsir/anim1.asm rename to gfx/pokemon/pinsir/anim_idle.asm diff --git a/gfx/pokemon/politoed/anim0.asm b/gfx/pokemon/politoed/anim.asm similarity index 100% rename from gfx/pokemon/politoed/anim0.asm rename to gfx/pokemon/politoed/anim.asm diff --git a/gfx/pokemon/politoed/anim1.asm b/gfx/pokemon/politoed/anim_idle.asm similarity index 100% rename from gfx/pokemon/politoed/anim1.asm rename to gfx/pokemon/politoed/anim_idle.asm diff --git a/gfx/pokemon/poliwag/anim0.asm b/gfx/pokemon/poliwag/anim.asm similarity index 100% rename from gfx/pokemon/poliwag/anim0.asm rename to gfx/pokemon/poliwag/anim.asm diff --git a/gfx/pokemon/poliwag/anim1.asm b/gfx/pokemon/poliwag/anim_idle.asm similarity index 100% rename from gfx/pokemon/poliwag/anim1.asm rename to gfx/pokemon/poliwag/anim_idle.asm diff --git a/gfx/pokemon/poliwhirl/anim0.asm b/gfx/pokemon/poliwhirl/anim.asm similarity index 100% rename from gfx/pokemon/poliwhirl/anim0.asm rename to gfx/pokemon/poliwhirl/anim.asm diff --git a/gfx/pokemon/poliwhirl/anim1.asm b/gfx/pokemon/poliwhirl/anim_idle.asm similarity index 100% rename from gfx/pokemon/poliwhirl/anim1.asm rename to gfx/pokemon/poliwhirl/anim_idle.asm diff --git a/gfx/pokemon/poliwrath/anim0.asm b/gfx/pokemon/poliwrath/anim.asm similarity index 100% rename from gfx/pokemon/poliwrath/anim0.asm rename to gfx/pokemon/poliwrath/anim.asm diff --git a/gfx/pokemon/poliwrath/anim1.asm b/gfx/pokemon/poliwrath/anim_idle.asm similarity index 100% rename from gfx/pokemon/poliwrath/anim1.asm rename to gfx/pokemon/poliwrath/anim_idle.asm diff --git a/gfx/pokemon/ponyta/anim0.asm b/gfx/pokemon/ponyta/anim.asm similarity index 100% rename from gfx/pokemon/ponyta/anim0.asm rename to gfx/pokemon/ponyta/anim.asm diff --git a/gfx/pokemon/ponyta/anim1.asm b/gfx/pokemon/ponyta/anim_idle.asm similarity index 100% rename from gfx/pokemon/ponyta/anim1.asm rename to gfx/pokemon/ponyta/anim_idle.asm diff --git a/gfx/pokemon/porygon/anim0.asm b/gfx/pokemon/porygon/anim.asm similarity index 100% rename from gfx/pokemon/porygon/anim0.asm rename to gfx/pokemon/porygon/anim.asm diff --git a/gfx/pokemon/porygon/anim1.asm b/gfx/pokemon/porygon/anim_idle.asm similarity index 100% rename from gfx/pokemon/porygon/anim1.asm rename to gfx/pokemon/porygon/anim_idle.asm diff --git a/gfx/pokemon/porygon2/anim0.asm b/gfx/pokemon/porygon2/anim.asm similarity index 100% rename from gfx/pokemon/porygon2/anim0.asm rename to gfx/pokemon/porygon2/anim.asm diff --git a/gfx/pokemon/porygon2/anim1.asm b/gfx/pokemon/porygon2/anim_idle.asm similarity index 100% rename from gfx/pokemon/porygon2/anim1.asm rename to gfx/pokemon/porygon2/anim_idle.asm diff --git a/gfx/pokemon/primeape/anim0.asm b/gfx/pokemon/primeape/anim.asm similarity index 100% rename from gfx/pokemon/primeape/anim0.asm rename to gfx/pokemon/primeape/anim.asm diff --git a/gfx/pokemon/primeape/anim1.asm b/gfx/pokemon/primeape/anim_idle.asm similarity index 100% rename from gfx/pokemon/primeape/anim1.asm rename to gfx/pokemon/primeape/anim_idle.asm diff --git a/gfx/pokemon/psyduck/anim0.asm b/gfx/pokemon/psyduck/anim.asm similarity index 100% rename from gfx/pokemon/psyduck/anim0.asm rename to gfx/pokemon/psyduck/anim.asm diff --git a/gfx/pokemon/psyduck/anim1.asm b/gfx/pokemon/psyduck/anim_idle.asm similarity index 100% rename from gfx/pokemon/psyduck/anim1.asm rename to gfx/pokemon/psyduck/anim_idle.asm diff --git a/gfx/pokemon/pupitar/anim0.asm b/gfx/pokemon/pupitar/anim.asm similarity index 100% rename from gfx/pokemon/pupitar/anim0.asm rename to gfx/pokemon/pupitar/anim.asm diff --git a/gfx/pokemon/pupitar/anim1.asm b/gfx/pokemon/pupitar/anim_idle.asm similarity index 100% rename from gfx/pokemon/pupitar/anim1.asm rename to gfx/pokemon/pupitar/anim_idle.asm diff --git a/gfx/pokemon/quagsire/anim0.asm b/gfx/pokemon/quagsire/anim.asm similarity index 100% rename from gfx/pokemon/quagsire/anim0.asm rename to gfx/pokemon/quagsire/anim.asm diff --git a/gfx/pokemon/quagsire/anim1.asm b/gfx/pokemon/quagsire/anim_idle.asm similarity index 100% rename from gfx/pokemon/quagsire/anim1.asm rename to gfx/pokemon/quagsire/anim_idle.asm diff --git a/gfx/pokemon/quilava/anim0.asm b/gfx/pokemon/quilava/anim.asm similarity index 100% rename from gfx/pokemon/quilava/anim0.asm rename to gfx/pokemon/quilava/anim.asm diff --git a/gfx/pokemon/quilava/anim1.asm b/gfx/pokemon/quilava/anim_idle.asm similarity index 100% rename from gfx/pokemon/quilava/anim1.asm rename to gfx/pokemon/quilava/anim_idle.asm diff --git a/gfx/pokemon/qwilfish/anim0.asm b/gfx/pokemon/qwilfish/anim.asm similarity index 100% rename from gfx/pokemon/qwilfish/anim0.asm rename to gfx/pokemon/qwilfish/anim.asm diff --git a/gfx/pokemon/qwilfish/anim1.asm b/gfx/pokemon/qwilfish/anim_idle.asm similarity index 100% rename from gfx/pokemon/qwilfish/anim1.asm rename to gfx/pokemon/qwilfish/anim_idle.asm diff --git a/gfx/pokemon/raichu/anim0.asm b/gfx/pokemon/raichu/anim.asm similarity index 100% rename from gfx/pokemon/raichu/anim0.asm rename to gfx/pokemon/raichu/anim.asm diff --git a/gfx/pokemon/raichu/anim1.asm b/gfx/pokemon/raichu/anim_idle.asm similarity index 100% rename from gfx/pokemon/raichu/anim1.asm rename to gfx/pokemon/raichu/anim_idle.asm diff --git a/gfx/pokemon/raikou/anim0.asm b/gfx/pokemon/raikou/anim.asm similarity index 100% rename from gfx/pokemon/raikou/anim0.asm rename to gfx/pokemon/raikou/anim.asm diff --git a/gfx/pokemon/raikou/anim1.asm b/gfx/pokemon/raikou/anim_idle.asm similarity index 100% rename from gfx/pokemon/raikou/anim1.asm rename to gfx/pokemon/raikou/anim_idle.asm diff --git a/gfx/pokemon/rapidash/anim0.asm b/gfx/pokemon/rapidash/anim.asm similarity index 100% rename from gfx/pokemon/rapidash/anim0.asm rename to gfx/pokemon/rapidash/anim.asm diff --git a/gfx/pokemon/rapidash/anim1.asm b/gfx/pokemon/rapidash/anim_idle.asm similarity index 100% rename from gfx/pokemon/rapidash/anim1.asm rename to gfx/pokemon/rapidash/anim_idle.asm diff --git a/gfx/pokemon/raticate/anim0.asm b/gfx/pokemon/raticate/anim.asm similarity index 100% rename from gfx/pokemon/raticate/anim0.asm rename to gfx/pokemon/raticate/anim.asm diff --git a/gfx/pokemon/raticate/anim1.asm b/gfx/pokemon/raticate/anim_idle.asm similarity index 100% rename from gfx/pokemon/raticate/anim1.asm rename to gfx/pokemon/raticate/anim_idle.asm diff --git a/gfx/pokemon/rattata/anim0.asm b/gfx/pokemon/rattata/anim.asm similarity index 100% rename from gfx/pokemon/rattata/anim0.asm rename to gfx/pokemon/rattata/anim.asm diff --git a/gfx/pokemon/rattata/anim1.asm b/gfx/pokemon/rattata/anim_idle.asm similarity index 100% rename from gfx/pokemon/rattata/anim1.asm rename to gfx/pokemon/rattata/anim_idle.asm diff --git a/gfx/pokemon/remoraid/anim0.asm b/gfx/pokemon/remoraid/anim.asm similarity index 100% rename from gfx/pokemon/remoraid/anim0.asm rename to gfx/pokemon/remoraid/anim.asm diff --git a/gfx/pokemon/remoraid/anim1.asm b/gfx/pokemon/remoraid/anim_idle.asm similarity index 100% rename from gfx/pokemon/remoraid/anim1.asm rename to gfx/pokemon/remoraid/anim_idle.asm diff --git a/gfx/pokemon/rhydon/anim0.asm b/gfx/pokemon/rhydon/anim.asm similarity index 100% rename from gfx/pokemon/rhydon/anim0.asm rename to gfx/pokemon/rhydon/anim.asm diff --git a/gfx/pokemon/rhydon/anim1.asm b/gfx/pokemon/rhydon/anim_idle.asm similarity index 100% rename from gfx/pokemon/rhydon/anim1.asm rename to gfx/pokemon/rhydon/anim_idle.asm diff --git a/gfx/pokemon/rhyhorn/anim0.asm b/gfx/pokemon/rhyhorn/anim.asm similarity index 100% rename from gfx/pokemon/rhyhorn/anim0.asm rename to gfx/pokemon/rhyhorn/anim.asm diff --git a/gfx/pokemon/rhyhorn/anim1.asm b/gfx/pokemon/rhyhorn/anim_idle.asm similarity index 100% rename from gfx/pokemon/rhyhorn/anim1.asm rename to gfx/pokemon/rhyhorn/anim_idle.asm diff --git a/gfx/pokemon/sandshrew/anim0.asm b/gfx/pokemon/sandshrew/anim.asm similarity index 100% rename from gfx/pokemon/sandshrew/anim0.asm rename to gfx/pokemon/sandshrew/anim.asm diff --git a/gfx/pokemon/sandshrew/anim1.asm b/gfx/pokemon/sandshrew/anim_idle.asm similarity index 100% rename from gfx/pokemon/sandshrew/anim1.asm rename to gfx/pokemon/sandshrew/anim_idle.asm diff --git a/gfx/pokemon/sandslash/anim0.asm b/gfx/pokemon/sandslash/anim.asm similarity index 100% rename from gfx/pokemon/sandslash/anim0.asm rename to gfx/pokemon/sandslash/anim.asm diff --git a/gfx/pokemon/sandslash/anim1.asm b/gfx/pokemon/sandslash/anim_idle.asm similarity index 100% rename from gfx/pokemon/sandslash/anim1.asm rename to gfx/pokemon/sandslash/anim_idle.asm diff --git a/gfx/pokemon/scizor/anim0.asm b/gfx/pokemon/scizor/anim.asm similarity index 100% rename from gfx/pokemon/scizor/anim0.asm rename to gfx/pokemon/scizor/anim.asm diff --git a/gfx/pokemon/scizor/anim1.asm b/gfx/pokemon/scizor/anim_idle.asm similarity index 100% rename from gfx/pokemon/scizor/anim1.asm rename to gfx/pokemon/scizor/anim_idle.asm diff --git a/gfx/pokemon/scyther/anim0.asm b/gfx/pokemon/scyther/anim.asm similarity index 100% rename from gfx/pokemon/scyther/anim0.asm rename to gfx/pokemon/scyther/anim.asm diff --git a/gfx/pokemon/scyther/anim1.asm b/gfx/pokemon/scyther/anim_idle.asm similarity index 100% rename from gfx/pokemon/scyther/anim1.asm rename to gfx/pokemon/scyther/anim_idle.asm diff --git a/gfx/pokemon/seadra/anim0.asm b/gfx/pokemon/seadra/anim.asm similarity index 100% rename from gfx/pokemon/seadra/anim0.asm rename to gfx/pokemon/seadra/anim.asm diff --git a/gfx/pokemon/seadra/anim1.asm b/gfx/pokemon/seadra/anim_idle.asm similarity index 100% rename from gfx/pokemon/seadra/anim1.asm rename to gfx/pokemon/seadra/anim_idle.asm diff --git a/gfx/pokemon/seaking/anim0.asm b/gfx/pokemon/seaking/anim.asm similarity index 100% rename from gfx/pokemon/seaking/anim0.asm rename to gfx/pokemon/seaking/anim.asm diff --git a/gfx/pokemon/seaking/anim1.asm b/gfx/pokemon/seaking/anim_idle.asm similarity index 100% rename from gfx/pokemon/seaking/anim1.asm rename to gfx/pokemon/seaking/anim_idle.asm diff --git a/gfx/pokemon/seel/anim0.asm b/gfx/pokemon/seel/anim.asm similarity index 100% rename from gfx/pokemon/seel/anim0.asm rename to gfx/pokemon/seel/anim.asm diff --git a/gfx/pokemon/seel/anim1.asm b/gfx/pokemon/seel/anim_idle.asm similarity index 100% rename from gfx/pokemon/seel/anim1.asm rename to gfx/pokemon/seel/anim_idle.asm diff --git a/gfx/pokemon/sentret/anim0.asm b/gfx/pokemon/sentret/anim.asm similarity index 100% rename from gfx/pokemon/sentret/anim0.asm rename to gfx/pokemon/sentret/anim.asm diff --git a/gfx/pokemon/sentret/anim1.asm b/gfx/pokemon/sentret/anim_idle.asm similarity index 100% rename from gfx/pokemon/sentret/anim1.asm rename to gfx/pokemon/sentret/anim_idle.asm diff --git a/gfx/pokemon/shellder/anim0.asm b/gfx/pokemon/shellder/anim.asm similarity index 100% rename from gfx/pokemon/shellder/anim0.asm rename to gfx/pokemon/shellder/anim.asm diff --git a/gfx/pokemon/shellder/anim1.asm b/gfx/pokemon/shellder/anim_idle.asm similarity index 100% rename from gfx/pokemon/shellder/anim1.asm rename to gfx/pokemon/shellder/anim_idle.asm diff --git a/gfx/pokemon/shuckle/anim0.asm b/gfx/pokemon/shuckle/anim.asm similarity index 100% rename from gfx/pokemon/shuckle/anim0.asm rename to gfx/pokemon/shuckle/anim.asm diff --git a/gfx/pokemon/shuckle/anim1.asm b/gfx/pokemon/shuckle/anim_idle.asm similarity index 100% rename from gfx/pokemon/shuckle/anim1.asm rename to gfx/pokemon/shuckle/anim_idle.asm diff --git a/gfx/pokemon/skarmory/anim0.asm b/gfx/pokemon/skarmory/anim.asm similarity index 100% rename from gfx/pokemon/skarmory/anim0.asm rename to gfx/pokemon/skarmory/anim.asm diff --git a/gfx/pokemon/skarmory/anim1.asm b/gfx/pokemon/skarmory/anim_idle.asm similarity index 100% rename from gfx/pokemon/skarmory/anim1.asm rename to gfx/pokemon/skarmory/anim_idle.asm diff --git a/gfx/pokemon/skiploom/anim0.asm b/gfx/pokemon/skiploom/anim.asm similarity index 100% rename from gfx/pokemon/skiploom/anim0.asm rename to gfx/pokemon/skiploom/anim.asm diff --git a/gfx/pokemon/skiploom/anim1.asm b/gfx/pokemon/skiploom/anim_idle.asm similarity index 100% rename from gfx/pokemon/skiploom/anim1.asm rename to gfx/pokemon/skiploom/anim_idle.asm diff --git a/gfx/pokemon/slowbro/anim0.asm b/gfx/pokemon/slowbro/anim.asm similarity index 100% rename from gfx/pokemon/slowbro/anim0.asm rename to gfx/pokemon/slowbro/anim.asm diff --git a/gfx/pokemon/slowbro/anim1.asm b/gfx/pokemon/slowbro/anim_idle.asm similarity index 100% rename from gfx/pokemon/slowbro/anim1.asm rename to gfx/pokemon/slowbro/anim_idle.asm diff --git a/gfx/pokemon/slowking/anim0.asm b/gfx/pokemon/slowking/anim.asm similarity index 100% rename from gfx/pokemon/slowking/anim0.asm rename to gfx/pokemon/slowking/anim.asm diff --git a/gfx/pokemon/slowking/anim1.asm b/gfx/pokemon/slowking/anim_idle.asm similarity index 100% rename from gfx/pokemon/slowking/anim1.asm rename to gfx/pokemon/slowking/anim_idle.asm diff --git a/gfx/pokemon/slowpoke/anim0.asm b/gfx/pokemon/slowpoke/anim.asm similarity index 100% rename from gfx/pokemon/slowpoke/anim0.asm rename to gfx/pokemon/slowpoke/anim.asm diff --git a/gfx/pokemon/slowpoke/anim1.asm b/gfx/pokemon/slowpoke/anim_idle.asm similarity index 100% rename from gfx/pokemon/slowpoke/anim1.asm rename to gfx/pokemon/slowpoke/anim_idle.asm diff --git a/gfx/pokemon/slugma/anim0.asm b/gfx/pokemon/slugma/anim.asm similarity index 100% rename from gfx/pokemon/slugma/anim0.asm rename to gfx/pokemon/slugma/anim.asm diff --git a/gfx/pokemon/slugma/anim1.asm b/gfx/pokemon/slugma/anim_idle.asm similarity index 100% rename from gfx/pokemon/slugma/anim1.asm rename to gfx/pokemon/slugma/anim_idle.asm diff --git a/gfx/pokemon/smeargle/anim0.asm b/gfx/pokemon/smeargle/anim.asm similarity index 100% rename from gfx/pokemon/smeargle/anim0.asm rename to gfx/pokemon/smeargle/anim.asm diff --git a/gfx/pokemon/smeargle/anim1.asm b/gfx/pokemon/smeargle/anim_idle.asm similarity index 100% rename from gfx/pokemon/smeargle/anim1.asm rename to gfx/pokemon/smeargle/anim_idle.asm diff --git a/gfx/pokemon/smoochum/anim0.asm b/gfx/pokemon/smoochum/anim.asm similarity index 100% rename from gfx/pokemon/smoochum/anim0.asm rename to gfx/pokemon/smoochum/anim.asm diff --git a/gfx/pokemon/smoochum/anim1.asm b/gfx/pokemon/smoochum/anim_idle.asm similarity index 100% rename from gfx/pokemon/smoochum/anim1.asm rename to gfx/pokemon/smoochum/anim_idle.asm diff --git a/gfx/pokemon/sneasel/anim0.asm b/gfx/pokemon/sneasel/anim.asm similarity index 100% rename from gfx/pokemon/sneasel/anim0.asm rename to gfx/pokemon/sneasel/anim.asm diff --git a/gfx/pokemon/sneasel/anim1.asm b/gfx/pokemon/sneasel/anim_idle.asm similarity index 100% rename from gfx/pokemon/sneasel/anim1.asm rename to gfx/pokemon/sneasel/anim_idle.asm diff --git a/gfx/pokemon/snorlax/anim0.asm b/gfx/pokemon/snorlax/anim.asm similarity index 100% rename from gfx/pokemon/snorlax/anim0.asm rename to gfx/pokemon/snorlax/anim.asm diff --git a/gfx/pokemon/snorlax/anim1.asm b/gfx/pokemon/snorlax/anim_idle.asm similarity index 100% rename from gfx/pokemon/snorlax/anim1.asm rename to gfx/pokemon/snorlax/anim_idle.asm diff --git a/gfx/pokemon/snubbull/anim0.asm b/gfx/pokemon/snubbull/anim.asm similarity index 100% rename from gfx/pokemon/snubbull/anim0.asm rename to gfx/pokemon/snubbull/anim.asm diff --git a/gfx/pokemon/snubbull/anim1.asm b/gfx/pokemon/snubbull/anim_idle.asm similarity index 100% rename from gfx/pokemon/snubbull/anim1.asm rename to gfx/pokemon/snubbull/anim_idle.asm diff --git a/gfx/pokemon/spearow/anim0.asm b/gfx/pokemon/spearow/anim.asm similarity index 100% rename from gfx/pokemon/spearow/anim0.asm rename to gfx/pokemon/spearow/anim.asm diff --git a/gfx/pokemon/spearow/anim1.asm b/gfx/pokemon/spearow/anim_idle.asm similarity index 100% rename from gfx/pokemon/spearow/anim1.asm rename to gfx/pokemon/spearow/anim_idle.asm diff --git a/gfx/pokemon/spinarak/anim0.asm b/gfx/pokemon/spinarak/anim.asm similarity index 100% rename from gfx/pokemon/spinarak/anim0.asm rename to gfx/pokemon/spinarak/anim.asm diff --git a/gfx/pokemon/spinarak/anim1.asm b/gfx/pokemon/spinarak/anim_idle.asm similarity index 100% rename from gfx/pokemon/spinarak/anim1.asm rename to gfx/pokemon/spinarak/anim_idle.asm diff --git a/gfx/pokemon/squirtle/anim0.asm b/gfx/pokemon/squirtle/anim.asm similarity index 100% rename from gfx/pokemon/squirtle/anim0.asm rename to gfx/pokemon/squirtle/anim.asm diff --git a/gfx/pokemon/squirtle/anim1.asm b/gfx/pokemon/squirtle/anim_idle.asm similarity index 100% rename from gfx/pokemon/squirtle/anim1.asm rename to gfx/pokemon/squirtle/anim_idle.asm diff --git a/gfx/pokemon/stantler/anim0.asm b/gfx/pokemon/stantler/anim.asm similarity index 100% rename from gfx/pokemon/stantler/anim0.asm rename to gfx/pokemon/stantler/anim.asm diff --git a/gfx/pokemon/stantler/anim1.asm b/gfx/pokemon/stantler/anim_idle.asm similarity index 100% rename from gfx/pokemon/stantler/anim1.asm rename to gfx/pokemon/stantler/anim_idle.asm diff --git a/gfx/pokemon/starmie/anim0.asm b/gfx/pokemon/starmie/anim.asm similarity index 100% rename from gfx/pokemon/starmie/anim0.asm rename to gfx/pokemon/starmie/anim.asm diff --git a/gfx/pokemon/starmie/anim1.asm b/gfx/pokemon/starmie/anim_idle.asm similarity index 100% rename from gfx/pokemon/starmie/anim1.asm rename to gfx/pokemon/starmie/anim_idle.asm diff --git a/gfx/pokemon/staryu/anim0.asm b/gfx/pokemon/staryu/anim.asm similarity index 100% rename from gfx/pokemon/staryu/anim0.asm rename to gfx/pokemon/staryu/anim.asm diff --git a/gfx/pokemon/staryu/anim1.asm b/gfx/pokemon/staryu/anim_idle.asm similarity index 100% rename from gfx/pokemon/staryu/anim1.asm rename to gfx/pokemon/staryu/anim_idle.asm diff --git a/gfx/pokemon/steelix/anim0.asm b/gfx/pokemon/steelix/anim.asm similarity index 100% rename from gfx/pokemon/steelix/anim0.asm rename to gfx/pokemon/steelix/anim.asm diff --git a/gfx/pokemon/steelix/anim1.asm b/gfx/pokemon/steelix/anim_idle.asm similarity index 100% rename from gfx/pokemon/steelix/anim1.asm rename to gfx/pokemon/steelix/anim_idle.asm diff --git a/gfx/pokemon/sudowoodo/anim0.asm b/gfx/pokemon/sudowoodo/anim.asm similarity index 100% rename from gfx/pokemon/sudowoodo/anim0.asm rename to gfx/pokemon/sudowoodo/anim.asm diff --git a/gfx/pokemon/sudowoodo/anim1.asm b/gfx/pokemon/sudowoodo/anim_idle.asm similarity index 100% rename from gfx/pokemon/sudowoodo/anim1.asm rename to gfx/pokemon/sudowoodo/anim_idle.asm diff --git a/gfx/pokemon/suicune/anim0.asm b/gfx/pokemon/suicune/anim.asm similarity index 100% rename from gfx/pokemon/suicune/anim0.asm rename to gfx/pokemon/suicune/anim.asm diff --git a/gfx/pokemon/suicune/anim1.asm b/gfx/pokemon/suicune/anim_idle.asm similarity index 100% rename from gfx/pokemon/suicune/anim1.asm rename to gfx/pokemon/suicune/anim_idle.asm diff --git a/gfx/pokemon/sunflora/anim0.asm b/gfx/pokemon/sunflora/anim.asm similarity index 100% rename from gfx/pokemon/sunflora/anim0.asm rename to gfx/pokemon/sunflora/anim.asm diff --git a/gfx/pokemon/sunflora/anim1.asm b/gfx/pokemon/sunflora/anim_idle.asm similarity index 100% rename from gfx/pokemon/sunflora/anim1.asm rename to gfx/pokemon/sunflora/anim_idle.asm diff --git a/gfx/pokemon/sunkern/anim0.asm b/gfx/pokemon/sunkern/anim.asm similarity index 100% rename from gfx/pokemon/sunkern/anim0.asm rename to gfx/pokemon/sunkern/anim.asm diff --git a/gfx/pokemon/sunkern/anim1.asm b/gfx/pokemon/sunkern/anim_idle.asm similarity index 100% rename from gfx/pokemon/sunkern/anim1.asm rename to gfx/pokemon/sunkern/anim_idle.asm diff --git a/gfx/pokemon/swinub/anim0.asm b/gfx/pokemon/swinub/anim.asm similarity index 100% rename from gfx/pokemon/swinub/anim0.asm rename to gfx/pokemon/swinub/anim.asm diff --git a/gfx/pokemon/swinub/anim1.asm b/gfx/pokemon/swinub/anim_idle.asm similarity index 100% rename from gfx/pokemon/swinub/anim1.asm rename to gfx/pokemon/swinub/anim_idle.asm diff --git a/gfx/pokemon/tangela/anim0.asm b/gfx/pokemon/tangela/anim.asm similarity index 100% rename from gfx/pokemon/tangela/anim0.asm rename to gfx/pokemon/tangela/anim.asm diff --git a/gfx/pokemon/tangela/anim1.asm b/gfx/pokemon/tangela/anim_idle.asm similarity index 100% rename from gfx/pokemon/tangela/anim1.asm rename to gfx/pokemon/tangela/anim_idle.asm diff --git a/gfx/pokemon/tauros/anim0.asm b/gfx/pokemon/tauros/anim.asm similarity index 100% rename from gfx/pokemon/tauros/anim0.asm rename to gfx/pokemon/tauros/anim.asm diff --git a/gfx/pokemon/tauros/anim1.asm b/gfx/pokemon/tauros/anim_idle.asm similarity index 100% rename from gfx/pokemon/tauros/anim1.asm rename to gfx/pokemon/tauros/anim_idle.asm diff --git a/gfx/pokemon/teddiursa/anim0.asm b/gfx/pokemon/teddiursa/anim.asm similarity index 100% rename from gfx/pokemon/teddiursa/anim0.asm rename to gfx/pokemon/teddiursa/anim.asm diff --git a/gfx/pokemon/teddiursa/anim1.asm b/gfx/pokemon/teddiursa/anim_idle.asm similarity index 100% rename from gfx/pokemon/teddiursa/anim1.asm rename to gfx/pokemon/teddiursa/anim_idle.asm diff --git a/gfx/pokemon/tentacool/anim0.asm b/gfx/pokemon/tentacool/anim.asm similarity index 100% rename from gfx/pokemon/tentacool/anim0.asm rename to gfx/pokemon/tentacool/anim.asm diff --git a/gfx/pokemon/tentacool/anim1.asm b/gfx/pokemon/tentacool/anim_idle.asm similarity index 100% rename from gfx/pokemon/tentacool/anim1.asm rename to gfx/pokemon/tentacool/anim_idle.asm diff --git a/gfx/pokemon/tentacruel/anim0.asm b/gfx/pokemon/tentacruel/anim.asm similarity index 100% rename from gfx/pokemon/tentacruel/anim0.asm rename to gfx/pokemon/tentacruel/anim.asm diff --git a/gfx/pokemon/tentacruel/anim1.asm b/gfx/pokemon/tentacruel/anim_idle.asm similarity index 100% rename from gfx/pokemon/tentacruel/anim1.asm rename to gfx/pokemon/tentacruel/anim_idle.asm diff --git a/gfx/pokemon/togepi/anim0.asm b/gfx/pokemon/togepi/anim.asm similarity index 100% rename from gfx/pokemon/togepi/anim0.asm rename to gfx/pokemon/togepi/anim.asm diff --git a/gfx/pokemon/togepi/anim1.asm b/gfx/pokemon/togepi/anim_idle.asm similarity index 100% rename from gfx/pokemon/togepi/anim1.asm rename to gfx/pokemon/togepi/anim_idle.asm diff --git a/gfx/pokemon/togetic/anim0.asm b/gfx/pokemon/togetic/anim.asm similarity index 100% rename from gfx/pokemon/togetic/anim0.asm rename to gfx/pokemon/togetic/anim.asm diff --git a/gfx/pokemon/togetic/anim1.asm b/gfx/pokemon/togetic/anim_idle.asm similarity index 100% rename from gfx/pokemon/togetic/anim1.asm rename to gfx/pokemon/togetic/anim_idle.asm diff --git a/gfx/pokemon/totodile/anim0.asm b/gfx/pokemon/totodile/anim.asm similarity index 100% rename from gfx/pokemon/totodile/anim0.asm rename to gfx/pokemon/totodile/anim.asm diff --git a/gfx/pokemon/totodile/anim1.asm b/gfx/pokemon/totodile/anim_idle.asm similarity index 100% rename from gfx/pokemon/totodile/anim1.asm rename to gfx/pokemon/totodile/anim_idle.asm diff --git a/gfx/pokemon/typhlosion/anim0.asm b/gfx/pokemon/typhlosion/anim.asm similarity index 100% rename from gfx/pokemon/typhlosion/anim0.asm rename to gfx/pokemon/typhlosion/anim.asm diff --git a/gfx/pokemon/typhlosion/anim1.asm b/gfx/pokemon/typhlosion/anim_idle.asm similarity index 100% rename from gfx/pokemon/typhlosion/anim1.asm rename to gfx/pokemon/typhlosion/anim_idle.asm diff --git a/gfx/pokemon/tyranitar/anim0.asm b/gfx/pokemon/tyranitar/anim.asm similarity index 100% rename from gfx/pokemon/tyranitar/anim0.asm rename to gfx/pokemon/tyranitar/anim.asm diff --git a/gfx/pokemon/tyranitar/anim1.asm b/gfx/pokemon/tyranitar/anim_idle.asm similarity index 100% rename from gfx/pokemon/tyranitar/anim1.asm rename to gfx/pokemon/tyranitar/anim_idle.asm diff --git a/gfx/pokemon/tyrogue/anim0.asm b/gfx/pokemon/tyrogue/anim.asm similarity index 100% rename from gfx/pokemon/tyrogue/anim0.asm rename to gfx/pokemon/tyrogue/anim.asm diff --git a/gfx/pokemon/tyrogue/anim1.asm b/gfx/pokemon/tyrogue/anim_idle.asm similarity index 100% rename from gfx/pokemon/tyrogue/anim1.asm rename to gfx/pokemon/tyrogue/anim_idle.asm diff --git a/gfx/pokemon/umbreon/anim0.asm b/gfx/pokemon/umbreon/anim.asm similarity index 100% rename from gfx/pokemon/umbreon/anim0.asm rename to gfx/pokemon/umbreon/anim.asm diff --git a/gfx/pokemon/umbreon/anim1.asm b/gfx/pokemon/umbreon/anim_idle.asm similarity index 100% rename from gfx/pokemon/umbreon/anim1.asm rename to gfx/pokemon/umbreon/anim_idle.asm diff --git a/gfx/pokemon/unown/anim0.asm b/gfx/pokemon/unown/anim.asm similarity index 100% rename from gfx/pokemon/unown/anim0.asm rename to gfx/pokemon/unown/anim.asm diff --git a/gfx/pokemon/unown/anim1.asm b/gfx/pokemon/unown/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown/anim1.asm rename to gfx/pokemon/unown/anim_idle.asm diff --git a/gfx/pokemon/unown_a/anim0.asm b/gfx/pokemon/unown_a/anim.asm similarity index 100% rename from gfx/pokemon/unown_a/anim0.asm rename to gfx/pokemon/unown_a/anim.asm diff --git a/gfx/pokemon/unown_a/anim1.asm b/gfx/pokemon/unown_a/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_a/anim1.asm rename to gfx/pokemon/unown_a/anim_idle.asm diff --git a/gfx/pokemon/unown_anims.asm b/gfx/pokemon/unown_anims.asm index cb5bf0aa2..ea4d46410 100644 --- a/gfx/pokemon/unown_anims.asm +++ b/gfx/pokemon/unown_anims.asm @@ -1,27 +1,27 @@ UnownAnimations: -UnownAAnimation: INCLUDE "gfx/pokemon/unown_a/anim0.asm" -UnownBAnimation: INCLUDE "gfx/pokemon/unown_b/anim0.asm" -UnownCAnimation: INCLUDE "gfx/pokemon/unown_c/anim0.asm" -UnownDAnimation: INCLUDE "gfx/pokemon/unown_d/anim0.asm" -UnownEAnimation: INCLUDE "gfx/pokemon/unown_e/anim0.asm" -UnownFAnimation: INCLUDE "gfx/pokemon/unown_f/anim0.asm" -UnownGAnimation: INCLUDE "gfx/pokemon/unown_g/anim0.asm" -UnownHAnimation: INCLUDE "gfx/pokemon/unown_h/anim0.asm" -UnownIAnimation: INCLUDE "gfx/pokemon/unown_i/anim0.asm" -UnownJAnimation: INCLUDE "gfx/pokemon/unown_j/anim0.asm" -UnownKAnimation: INCLUDE "gfx/pokemon/unown_k/anim0.asm" -UnownLAnimation: INCLUDE "gfx/pokemon/unown_l/anim0.asm" -UnownMAnimation: INCLUDE "gfx/pokemon/unown_m/anim0.asm" -UnownNAnimation: INCLUDE "gfx/pokemon/unown_n/anim0.asm" -UnownOAnimation: INCLUDE "gfx/pokemon/unown_o/anim0.asm" -UnownPAnimation: INCLUDE "gfx/pokemon/unown_p/anim0.asm" -UnownQAnimation: INCLUDE "gfx/pokemon/unown_q/anim0.asm" -UnownRAnimation: INCLUDE "gfx/pokemon/unown_r/anim0.asm" -UnownSAnimation: INCLUDE "gfx/pokemon/unown_s/anim0.asm" -UnownTAnimation: INCLUDE "gfx/pokemon/unown_t/anim0.asm" -UnownUAnimation: INCLUDE "gfx/pokemon/unown_u/anim0.asm" -UnownVAnimation: INCLUDE "gfx/pokemon/unown_v/anim0.asm" -UnownWAnimation: INCLUDE "gfx/pokemon/unown_w/anim0.asm" -UnownXAnimation: INCLUDE "gfx/pokemon/unown_x/anim0.asm" -UnownYAnimation: INCLUDE "gfx/pokemon/unown_y/anim0.asm" -UnownZAnimation: INCLUDE "gfx/pokemon/unown_z/anim0.asm" +UnownAAnimation: INCLUDE "gfx/pokemon/unown_a/anim.asm" +UnownBAnimation: INCLUDE "gfx/pokemon/unown_b/anim.asm" +UnownCAnimation: INCLUDE "gfx/pokemon/unown_c/anim.asm" +UnownDAnimation: INCLUDE "gfx/pokemon/unown_d/anim.asm" +UnownEAnimation: INCLUDE "gfx/pokemon/unown_e/anim.asm" +UnownFAnimation: INCLUDE "gfx/pokemon/unown_f/anim.asm" +UnownGAnimation: INCLUDE "gfx/pokemon/unown_g/anim.asm" +UnownHAnimation: INCLUDE "gfx/pokemon/unown_h/anim.asm" +UnownIAnimation: INCLUDE "gfx/pokemon/unown_i/anim.asm" +UnownJAnimation: INCLUDE "gfx/pokemon/unown_j/anim.asm" +UnownKAnimation: INCLUDE "gfx/pokemon/unown_k/anim.asm" +UnownLAnimation: INCLUDE "gfx/pokemon/unown_l/anim.asm" +UnownMAnimation: INCLUDE "gfx/pokemon/unown_m/anim.asm" +UnownNAnimation: INCLUDE "gfx/pokemon/unown_n/anim.asm" +UnownOAnimation: INCLUDE "gfx/pokemon/unown_o/anim.asm" +UnownPAnimation: INCLUDE "gfx/pokemon/unown_p/anim.asm" +UnownQAnimation: INCLUDE "gfx/pokemon/unown_q/anim.asm" +UnownRAnimation: INCLUDE "gfx/pokemon/unown_r/anim.asm" +UnownSAnimation: INCLUDE "gfx/pokemon/unown_s/anim.asm" +UnownTAnimation: INCLUDE "gfx/pokemon/unown_t/anim.asm" +UnownUAnimation: INCLUDE "gfx/pokemon/unown_u/anim.asm" +UnownVAnimation: INCLUDE "gfx/pokemon/unown_v/anim.asm" +UnownWAnimation: INCLUDE "gfx/pokemon/unown_w/anim.asm" +UnownXAnimation: INCLUDE "gfx/pokemon/unown_x/anim.asm" +UnownYAnimation: INCLUDE "gfx/pokemon/unown_y/anim.asm" +UnownZAnimation: INCLUDE "gfx/pokemon/unown_z/anim.asm" diff --git a/gfx/pokemon/unown_b/anim0.asm b/gfx/pokemon/unown_b/anim.asm similarity index 100% rename from gfx/pokemon/unown_b/anim0.asm rename to gfx/pokemon/unown_b/anim.asm diff --git a/gfx/pokemon/unown_b/anim1.asm b/gfx/pokemon/unown_b/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_b/anim1.asm rename to gfx/pokemon/unown_b/anim_idle.asm diff --git a/gfx/pokemon/unown_c/anim0.asm b/gfx/pokemon/unown_c/anim.asm similarity index 100% rename from gfx/pokemon/unown_c/anim0.asm rename to gfx/pokemon/unown_c/anim.asm diff --git a/gfx/pokemon/unown_c/anim1.asm b/gfx/pokemon/unown_c/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_c/anim1.asm rename to gfx/pokemon/unown_c/anim_idle.asm diff --git a/gfx/pokemon/unown_d/anim0.asm b/gfx/pokemon/unown_d/anim.asm similarity index 100% rename from gfx/pokemon/unown_d/anim0.asm rename to gfx/pokemon/unown_d/anim.asm diff --git a/gfx/pokemon/unown_d/anim1.asm b/gfx/pokemon/unown_d/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_d/anim1.asm rename to gfx/pokemon/unown_d/anim_idle.asm diff --git a/gfx/pokemon/unown_e/anim0.asm b/gfx/pokemon/unown_e/anim.asm similarity index 100% rename from gfx/pokemon/unown_e/anim0.asm rename to gfx/pokemon/unown_e/anim.asm diff --git a/gfx/pokemon/unown_e/anim1.asm b/gfx/pokemon/unown_e/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_e/anim1.asm rename to gfx/pokemon/unown_e/anim_idle.asm diff --git a/gfx/pokemon/unown_extra_pointers.asm b/gfx/pokemon/unown_extra_pointers.asm deleted file mode 100644 index 5b466064d..000000000 --- a/gfx/pokemon/unown_extra_pointers.asm +++ /dev/null @@ -1,27 +0,0 @@ -UnownAnimationExtraPointers: - dw UnownAAnimationExtra - dw UnownBAnimationExtra - dw UnownCAnimationExtra - dw UnownDAnimationExtra - dw UnownEAnimationExtra - dw UnownFAnimationExtra - dw UnownGAnimationExtra - dw UnownHAnimationExtra - dw UnownIAnimationExtra - dw UnownJAnimationExtra - dw UnownKAnimationExtra - dw UnownLAnimationExtra - dw UnownMAnimationExtra - dw UnownNAnimationExtra - dw UnownOAnimationExtra - dw UnownPAnimationExtra - dw UnownQAnimationExtra - dw UnownRAnimationExtra - dw UnownSAnimationExtra - dw UnownTAnimationExtra - dw UnownUAnimationExtra - dw UnownVAnimationExtra - dw UnownWAnimationExtra - dw UnownXAnimationExtra - dw UnownYAnimationExtra - dw UnownZAnimationExtra diff --git a/gfx/pokemon/unown_extras.asm b/gfx/pokemon/unown_extras.asm deleted file mode 100644 index 218a539fe..000000000 --- a/gfx/pokemon/unown_extras.asm +++ /dev/null @@ -1,26 +0,0 @@ -UnownAAnimationExtra: INCLUDE "gfx/pokemon/unown_a/anim1.asm" -UnownBAnimationExtra: INCLUDE "gfx/pokemon/unown_b/anim1.asm" -UnownCAnimationExtra: INCLUDE "gfx/pokemon/unown_c/anim1.asm" -UnownDAnimationExtra: INCLUDE "gfx/pokemon/unown_d/anim1.asm" -UnownEAnimationExtra: INCLUDE "gfx/pokemon/unown_e/anim1.asm" -UnownFAnimationExtra: INCLUDE "gfx/pokemon/unown_f/anim1.asm" -UnownGAnimationExtra: INCLUDE "gfx/pokemon/unown_g/anim1.asm" -UnownHAnimationExtra: INCLUDE "gfx/pokemon/unown_h/anim1.asm" -UnownIAnimationExtra: INCLUDE "gfx/pokemon/unown_i/anim1.asm" -UnownJAnimationExtra: INCLUDE "gfx/pokemon/unown_j/anim1.asm" -UnownKAnimationExtra: INCLUDE "gfx/pokemon/unown_k/anim1.asm" -UnownLAnimationExtra: INCLUDE "gfx/pokemon/unown_l/anim1.asm" -UnownMAnimationExtra: INCLUDE "gfx/pokemon/unown_m/anim1.asm" -UnownNAnimationExtra: INCLUDE "gfx/pokemon/unown_n/anim1.asm" -UnownOAnimationExtra: INCLUDE "gfx/pokemon/unown_o/anim1.asm" -UnownPAnimationExtra: INCLUDE "gfx/pokemon/unown_p/anim1.asm" -UnownQAnimationExtra: INCLUDE "gfx/pokemon/unown_q/anim1.asm" -UnownRAnimationExtra: INCLUDE "gfx/pokemon/unown_r/anim1.asm" -UnownSAnimationExtra: INCLUDE "gfx/pokemon/unown_s/anim1.asm" -UnownTAnimationExtra: INCLUDE "gfx/pokemon/unown_t/anim1.asm" -UnownUAnimationExtra: INCLUDE "gfx/pokemon/unown_u/anim1.asm" -UnownVAnimationExtra: INCLUDE "gfx/pokemon/unown_v/anim1.asm" -UnownWAnimationExtra: INCLUDE "gfx/pokemon/unown_w/anim1.asm" -UnownXAnimationExtra: INCLUDE "gfx/pokemon/unown_x/anim1.asm" -UnownYAnimationExtra: INCLUDE "gfx/pokemon/unown_y/anim1.asm" -UnownZAnimationExtra: INCLUDE "gfx/pokemon/unown_z/anim1.asm" diff --git a/gfx/pokemon/unown_f/anim0.asm b/gfx/pokemon/unown_f/anim.asm similarity index 100% rename from gfx/pokemon/unown_f/anim0.asm rename to gfx/pokemon/unown_f/anim.asm diff --git a/gfx/pokemon/unown_f/anim1.asm b/gfx/pokemon/unown_f/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_f/anim1.asm rename to gfx/pokemon/unown_f/anim_idle.asm diff --git a/gfx/pokemon/unown_g/anim0.asm b/gfx/pokemon/unown_g/anim.asm similarity index 100% rename from gfx/pokemon/unown_g/anim0.asm rename to gfx/pokemon/unown_g/anim.asm diff --git a/gfx/pokemon/unown_g/anim1.asm b/gfx/pokemon/unown_g/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_g/anim1.asm rename to gfx/pokemon/unown_g/anim_idle.asm diff --git a/gfx/pokemon/unown_h/anim0.asm b/gfx/pokemon/unown_h/anim.asm similarity index 100% rename from gfx/pokemon/unown_h/anim0.asm rename to gfx/pokemon/unown_h/anim.asm diff --git a/gfx/pokemon/unown_h/anim1.asm b/gfx/pokemon/unown_h/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_h/anim1.asm rename to gfx/pokemon/unown_h/anim_idle.asm diff --git a/gfx/pokemon/unown_i/anim0.asm b/gfx/pokemon/unown_i/anim.asm similarity index 100% rename from gfx/pokemon/unown_i/anim0.asm rename to gfx/pokemon/unown_i/anim.asm diff --git a/gfx/pokemon/unown_i/anim1.asm b/gfx/pokemon/unown_i/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_i/anim1.asm rename to gfx/pokemon/unown_i/anim_idle.asm diff --git a/gfx/pokemon/unown_idle_pointers.asm b/gfx/pokemon/unown_idle_pointers.asm new file mode 100644 index 000000000..5b922b0a9 --- /dev/null +++ b/gfx/pokemon/unown_idle_pointers.asm @@ -0,0 +1,27 @@ +UnownAnimationIdlePointers: + dw UnownAAnimationIdle + dw UnownBAnimationIdle + dw UnownCAnimationIdle + dw UnownDAnimationIdle + dw UnownEAnimationIdle + dw UnownFAnimationIdle + dw UnownGAnimationIdle + dw UnownHAnimationIdle + dw UnownIAnimationIdle + dw UnownJAnimationIdle + dw UnownKAnimationIdle + dw UnownLAnimationIdle + dw UnownMAnimationIdle + dw UnownNAnimationIdle + dw UnownOAnimationIdle + dw UnownPAnimationIdle + dw UnownQAnimationIdle + dw UnownRAnimationIdle + dw UnownSAnimationIdle + dw UnownTAnimationIdle + dw UnownUAnimationIdle + dw UnownVAnimationIdle + dw UnownWAnimationIdle + dw UnownXAnimationIdle + dw UnownYAnimationIdle + dw UnownZAnimationIdle diff --git a/gfx/pokemon/unown_idles.asm b/gfx/pokemon/unown_idles.asm new file mode 100644 index 000000000..6964a485b --- /dev/null +++ b/gfx/pokemon/unown_idles.asm @@ -0,0 +1,26 @@ +UnownAAnimationIdle: INCLUDE "gfx/pokemon/unown_a/anim_idle.asm" +UnownBAnimationIdle: INCLUDE "gfx/pokemon/unown_b/anim_idle.asm" +UnownCAnimationIdle: INCLUDE "gfx/pokemon/unown_c/anim_idle.asm" +UnownDAnimationIdle: INCLUDE "gfx/pokemon/unown_d/anim_idle.asm" +UnownEAnimationIdle: INCLUDE "gfx/pokemon/unown_e/anim_idle.asm" +UnownFAnimationIdle: INCLUDE "gfx/pokemon/unown_f/anim_idle.asm" +UnownGAnimationIdle: INCLUDE "gfx/pokemon/unown_g/anim_idle.asm" +UnownHAnimationIdle: INCLUDE "gfx/pokemon/unown_h/anim_idle.asm" +UnownIAnimationIdle: INCLUDE "gfx/pokemon/unown_i/anim_idle.asm" +UnownJAnimationIdle: INCLUDE "gfx/pokemon/unown_j/anim_idle.asm" +UnownKAnimationIdle: INCLUDE "gfx/pokemon/unown_k/anim_idle.asm" +UnownLAnimationIdle: INCLUDE "gfx/pokemon/unown_l/anim_idle.asm" +UnownMAnimationIdle: INCLUDE "gfx/pokemon/unown_m/anim_idle.asm" +UnownNAnimationIdle: INCLUDE "gfx/pokemon/unown_n/anim_idle.asm" +UnownOAnimationIdle: INCLUDE "gfx/pokemon/unown_o/anim_idle.asm" +UnownPAnimationIdle: INCLUDE "gfx/pokemon/unown_p/anim_idle.asm" +UnownQAnimationIdle: INCLUDE "gfx/pokemon/unown_q/anim_idle.asm" +UnownRAnimationIdle: INCLUDE "gfx/pokemon/unown_r/anim_idle.asm" +UnownSAnimationIdle: INCLUDE "gfx/pokemon/unown_s/anim_idle.asm" +UnownTAnimationIdle: INCLUDE "gfx/pokemon/unown_t/anim_idle.asm" +UnownUAnimationIdle: INCLUDE "gfx/pokemon/unown_u/anim_idle.asm" +UnownVAnimationIdle: INCLUDE "gfx/pokemon/unown_v/anim_idle.asm" +UnownWAnimationIdle: INCLUDE "gfx/pokemon/unown_w/anim_idle.asm" +UnownXAnimationIdle: INCLUDE "gfx/pokemon/unown_x/anim_idle.asm" +UnownYAnimationIdle: INCLUDE "gfx/pokemon/unown_y/anim_idle.asm" +UnownZAnimationIdle: INCLUDE "gfx/pokemon/unown_z/anim_idle.asm" diff --git a/gfx/pokemon/unown_j/anim0.asm b/gfx/pokemon/unown_j/anim.asm similarity index 100% rename from gfx/pokemon/unown_j/anim0.asm rename to gfx/pokemon/unown_j/anim.asm diff --git a/gfx/pokemon/unown_j/anim1.asm b/gfx/pokemon/unown_j/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_j/anim1.asm rename to gfx/pokemon/unown_j/anim_idle.asm diff --git a/gfx/pokemon/unown_k/anim0.asm b/gfx/pokemon/unown_k/anim.asm similarity index 100% rename from gfx/pokemon/unown_k/anim0.asm rename to gfx/pokemon/unown_k/anim.asm diff --git a/gfx/pokemon/unown_k/anim1.asm b/gfx/pokemon/unown_k/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_k/anim1.asm rename to gfx/pokemon/unown_k/anim_idle.asm diff --git a/gfx/pokemon/unown_l/anim0.asm b/gfx/pokemon/unown_l/anim.asm similarity index 100% rename from gfx/pokemon/unown_l/anim0.asm rename to gfx/pokemon/unown_l/anim.asm diff --git a/gfx/pokemon/unown_l/anim1.asm b/gfx/pokemon/unown_l/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_l/anim1.asm rename to gfx/pokemon/unown_l/anim_idle.asm diff --git a/gfx/pokemon/unown_m/anim0.asm b/gfx/pokemon/unown_m/anim.asm similarity index 100% rename from gfx/pokemon/unown_m/anim0.asm rename to gfx/pokemon/unown_m/anim.asm diff --git a/gfx/pokemon/unown_m/anim1.asm b/gfx/pokemon/unown_m/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_m/anim1.asm rename to gfx/pokemon/unown_m/anim_idle.asm diff --git a/gfx/pokemon/unown_n/anim0.asm b/gfx/pokemon/unown_n/anim.asm similarity index 100% rename from gfx/pokemon/unown_n/anim0.asm rename to gfx/pokemon/unown_n/anim.asm diff --git a/gfx/pokemon/unown_n/anim1.asm b/gfx/pokemon/unown_n/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_n/anim1.asm rename to gfx/pokemon/unown_n/anim_idle.asm diff --git a/gfx/pokemon/unown_o/anim0.asm b/gfx/pokemon/unown_o/anim.asm similarity index 100% rename from gfx/pokemon/unown_o/anim0.asm rename to gfx/pokemon/unown_o/anim.asm diff --git a/gfx/pokemon/unown_o/anim1.asm b/gfx/pokemon/unown_o/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_o/anim1.asm rename to gfx/pokemon/unown_o/anim_idle.asm diff --git a/gfx/pokemon/unown_p/anim0.asm b/gfx/pokemon/unown_p/anim.asm similarity index 100% rename from gfx/pokemon/unown_p/anim0.asm rename to gfx/pokemon/unown_p/anim.asm diff --git a/gfx/pokemon/unown_p/anim1.asm b/gfx/pokemon/unown_p/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_p/anim1.asm rename to gfx/pokemon/unown_p/anim_idle.asm diff --git a/gfx/pokemon/unown_q/anim0.asm b/gfx/pokemon/unown_q/anim.asm similarity index 100% rename from gfx/pokemon/unown_q/anim0.asm rename to gfx/pokemon/unown_q/anim.asm diff --git a/gfx/pokemon/unown_q/anim1.asm b/gfx/pokemon/unown_q/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_q/anim1.asm rename to gfx/pokemon/unown_q/anim_idle.asm diff --git a/gfx/pokemon/unown_r/anim0.asm b/gfx/pokemon/unown_r/anim.asm similarity index 100% rename from gfx/pokemon/unown_r/anim0.asm rename to gfx/pokemon/unown_r/anim.asm diff --git a/gfx/pokemon/unown_r/anim1.asm b/gfx/pokemon/unown_r/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_r/anim1.asm rename to gfx/pokemon/unown_r/anim_idle.asm diff --git a/gfx/pokemon/unown_s/anim0.asm b/gfx/pokemon/unown_s/anim.asm similarity index 100% rename from gfx/pokemon/unown_s/anim0.asm rename to gfx/pokemon/unown_s/anim.asm diff --git a/gfx/pokemon/unown_s/anim1.asm b/gfx/pokemon/unown_s/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_s/anim1.asm rename to gfx/pokemon/unown_s/anim_idle.asm diff --git a/gfx/pokemon/unown_t/anim0.asm b/gfx/pokemon/unown_t/anim.asm similarity index 100% rename from gfx/pokemon/unown_t/anim0.asm rename to gfx/pokemon/unown_t/anim.asm diff --git a/gfx/pokemon/unown_t/anim1.asm b/gfx/pokemon/unown_t/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_t/anim1.asm rename to gfx/pokemon/unown_t/anim_idle.asm diff --git a/gfx/pokemon/unown_u/anim0.asm b/gfx/pokemon/unown_u/anim.asm similarity index 100% rename from gfx/pokemon/unown_u/anim0.asm rename to gfx/pokemon/unown_u/anim.asm diff --git a/gfx/pokemon/unown_u/anim1.asm b/gfx/pokemon/unown_u/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_u/anim1.asm rename to gfx/pokemon/unown_u/anim_idle.asm diff --git a/gfx/pokemon/unown_v/anim0.asm b/gfx/pokemon/unown_v/anim.asm similarity index 100% rename from gfx/pokemon/unown_v/anim0.asm rename to gfx/pokemon/unown_v/anim.asm diff --git a/gfx/pokemon/unown_v/anim1.asm b/gfx/pokemon/unown_v/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_v/anim1.asm rename to gfx/pokemon/unown_v/anim_idle.asm diff --git a/gfx/pokemon/unown_w/anim0.asm b/gfx/pokemon/unown_w/anim.asm similarity index 100% rename from gfx/pokemon/unown_w/anim0.asm rename to gfx/pokemon/unown_w/anim.asm diff --git a/gfx/pokemon/unown_w/anim1.asm b/gfx/pokemon/unown_w/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_w/anim1.asm rename to gfx/pokemon/unown_w/anim_idle.asm diff --git a/gfx/pokemon/unown_x/anim0.asm b/gfx/pokemon/unown_x/anim.asm similarity index 100% rename from gfx/pokemon/unown_x/anim0.asm rename to gfx/pokemon/unown_x/anim.asm diff --git a/gfx/pokemon/unown_x/anim1.asm b/gfx/pokemon/unown_x/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_x/anim1.asm rename to gfx/pokemon/unown_x/anim_idle.asm diff --git a/gfx/pokemon/unown_y/anim0.asm b/gfx/pokemon/unown_y/anim.asm similarity index 100% rename from gfx/pokemon/unown_y/anim0.asm rename to gfx/pokemon/unown_y/anim.asm diff --git a/gfx/pokemon/unown_y/anim1.asm b/gfx/pokemon/unown_y/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_y/anim1.asm rename to gfx/pokemon/unown_y/anim_idle.asm diff --git a/gfx/pokemon/unown_z/anim0.asm b/gfx/pokemon/unown_z/anim.asm similarity index 100% rename from gfx/pokemon/unown_z/anim0.asm rename to gfx/pokemon/unown_z/anim.asm diff --git a/gfx/pokemon/unown_z/anim1.asm b/gfx/pokemon/unown_z/anim_idle.asm similarity index 100% rename from gfx/pokemon/unown_z/anim1.asm rename to gfx/pokemon/unown_z/anim_idle.asm diff --git a/gfx/pokemon/ursaring/anim0.asm b/gfx/pokemon/ursaring/anim.asm similarity index 100% rename from gfx/pokemon/ursaring/anim0.asm rename to gfx/pokemon/ursaring/anim.asm diff --git a/gfx/pokemon/ursaring/anim1.asm b/gfx/pokemon/ursaring/anim_idle.asm similarity index 100% rename from gfx/pokemon/ursaring/anim1.asm rename to gfx/pokemon/ursaring/anim_idle.asm diff --git a/gfx/pokemon/vaporeon/anim0.asm b/gfx/pokemon/vaporeon/anim.asm similarity index 100% rename from gfx/pokemon/vaporeon/anim0.asm rename to gfx/pokemon/vaporeon/anim.asm diff --git a/gfx/pokemon/vaporeon/anim1.asm b/gfx/pokemon/vaporeon/anim_idle.asm similarity index 100% rename from gfx/pokemon/vaporeon/anim1.asm rename to gfx/pokemon/vaporeon/anim_idle.asm diff --git a/gfx/pokemon/venomoth/anim0.asm b/gfx/pokemon/venomoth/anim.asm similarity index 100% rename from gfx/pokemon/venomoth/anim0.asm rename to gfx/pokemon/venomoth/anim.asm diff --git a/gfx/pokemon/venomoth/anim1.asm b/gfx/pokemon/venomoth/anim_idle.asm similarity index 100% rename from gfx/pokemon/venomoth/anim1.asm rename to gfx/pokemon/venomoth/anim_idle.asm diff --git a/gfx/pokemon/venonat/anim0.asm b/gfx/pokemon/venonat/anim.asm similarity index 100% rename from gfx/pokemon/venonat/anim0.asm rename to gfx/pokemon/venonat/anim.asm diff --git a/gfx/pokemon/venonat/anim1.asm b/gfx/pokemon/venonat/anim_idle.asm similarity index 100% rename from gfx/pokemon/venonat/anim1.asm rename to gfx/pokemon/venonat/anim_idle.asm diff --git a/gfx/pokemon/venusaur/anim0.asm b/gfx/pokemon/venusaur/anim.asm similarity index 100% rename from gfx/pokemon/venusaur/anim0.asm rename to gfx/pokemon/venusaur/anim.asm diff --git a/gfx/pokemon/venusaur/anim1.asm b/gfx/pokemon/venusaur/anim_idle.asm similarity index 100% rename from gfx/pokemon/venusaur/anim1.asm rename to gfx/pokemon/venusaur/anim_idle.asm diff --git a/gfx/pokemon/victreebel/anim0.asm b/gfx/pokemon/victreebel/anim.asm similarity index 100% rename from gfx/pokemon/victreebel/anim0.asm rename to gfx/pokemon/victreebel/anim.asm diff --git a/gfx/pokemon/victreebel/anim1.asm b/gfx/pokemon/victreebel/anim_idle.asm similarity index 100% rename from gfx/pokemon/victreebel/anim1.asm rename to gfx/pokemon/victreebel/anim_idle.asm diff --git a/gfx/pokemon/vileplume/anim0.asm b/gfx/pokemon/vileplume/anim.asm similarity index 100% rename from gfx/pokemon/vileplume/anim0.asm rename to gfx/pokemon/vileplume/anim.asm diff --git a/gfx/pokemon/vileplume/anim1.asm b/gfx/pokemon/vileplume/anim_idle.asm similarity index 100% rename from gfx/pokemon/vileplume/anim1.asm rename to gfx/pokemon/vileplume/anim_idle.asm diff --git a/gfx/pokemon/voltorb/anim0.asm b/gfx/pokemon/voltorb/anim.asm similarity index 100% rename from gfx/pokemon/voltorb/anim0.asm rename to gfx/pokemon/voltorb/anim.asm diff --git a/gfx/pokemon/voltorb/anim1.asm b/gfx/pokemon/voltorb/anim_idle.asm similarity index 100% rename from gfx/pokemon/voltorb/anim1.asm rename to gfx/pokemon/voltorb/anim_idle.asm diff --git a/gfx/pokemon/vulpix/anim0.asm b/gfx/pokemon/vulpix/anim.asm similarity index 100% rename from gfx/pokemon/vulpix/anim0.asm rename to gfx/pokemon/vulpix/anim.asm diff --git a/gfx/pokemon/vulpix/anim1.asm b/gfx/pokemon/vulpix/anim_idle.asm similarity index 100% rename from gfx/pokemon/vulpix/anim1.asm rename to gfx/pokemon/vulpix/anim_idle.asm diff --git a/gfx/pokemon/wartortle/anim0.asm b/gfx/pokemon/wartortle/anim.asm similarity index 100% rename from gfx/pokemon/wartortle/anim0.asm rename to gfx/pokemon/wartortle/anim.asm diff --git a/gfx/pokemon/wartortle/anim1.asm b/gfx/pokemon/wartortle/anim_idle.asm similarity index 100% rename from gfx/pokemon/wartortle/anim1.asm rename to gfx/pokemon/wartortle/anim_idle.asm diff --git a/gfx/pokemon/weedle/anim0.asm b/gfx/pokemon/weedle/anim.asm similarity index 100% rename from gfx/pokemon/weedle/anim0.asm rename to gfx/pokemon/weedle/anim.asm diff --git a/gfx/pokemon/weedle/anim1.asm b/gfx/pokemon/weedle/anim_idle.asm similarity index 100% rename from gfx/pokemon/weedle/anim1.asm rename to gfx/pokemon/weedle/anim_idle.asm diff --git a/gfx/pokemon/weepinbell/anim0.asm b/gfx/pokemon/weepinbell/anim.asm similarity index 100% rename from gfx/pokemon/weepinbell/anim0.asm rename to gfx/pokemon/weepinbell/anim.asm diff --git a/gfx/pokemon/weepinbell/anim1.asm b/gfx/pokemon/weepinbell/anim_idle.asm similarity index 100% rename from gfx/pokemon/weepinbell/anim1.asm rename to gfx/pokemon/weepinbell/anim_idle.asm diff --git a/gfx/pokemon/weezing/anim0.asm b/gfx/pokemon/weezing/anim.asm similarity index 100% rename from gfx/pokemon/weezing/anim0.asm rename to gfx/pokemon/weezing/anim.asm diff --git a/gfx/pokemon/weezing/anim1.asm b/gfx/pokemon/weezing/anim_idle.asm similarity index 100% rename from gfx/pokemon/weezing/anim1.asm rename to gfx/pokemon/weezing/anim_idle.asm diff --git a/gfx/pokemon/wigglytuff/anim0.asm b/gfx/pokemon/wigglytuff/anim.asm similarity index 100% rename from gfx/pokemon/wigglytuff/anim0.asm rename to gfx/pokemon/wigglytuff/anim.asm diff --git a/gfx/pokemon/wigglytuff/anim1.asm b/gfx/pokemon/wigglytuff/anim_idle.asm similarity index 100% rename from gfx/pokemon/wigglytuff/anim1.asm rename to gfx/pokemon/wigglytuff/anim_idle.asm diff --git a/gfx/pokemon/wobbuffet/anim0.asm b/gfx/pokemon/wobbuffet/anim.asm similarity index 100% rename from gfx/pokemon/wobbuffet/anim0.asm rename to gfx/pokemon/wobbuffet/anim.asm diff --git a/gfx/pokemon/wobbuffet/anim1.asm b/gfx/pokemon/wobbuffet/anim_idle.asm similarity index 100% rename from gfx/pokemon/wobbuffet/anim1.asm rename to gfx/pokemon/wobbuffet/anim_idle.asm diff --git a/gfx/pokemon/wooper/anim0.asm b/gfx/pokemon/wooper/anim.asm similarity index 100% rename from gfx/pokemon/wooper/anim0.asm rename to gfx/pokemon/wooper/anim.asm diff --git a/gfx/pokemon/wooper/anim1.asm b/gfx/pokemon/wooper/anim_idle.asm similarity index 100% rename from gfx/pokemon/wooper/anim1.asm rename to gfx/pokemon/wooper/anim_idle.asm diff --git a/gfx/pokemon/xatu/anim0.asm b/gfx/pokemon/xatu/anim.asm similarity index 100% rename from gfx/pokemon/xatu/anim0.asm rename to gfx/pokemon/xatu/anim.asm diff --git a/gfx/pokemon/xatu/anim1.asm b/gfx/pokemon/xatu/anim_idle.asm similarity index 100% rename from gfx/pokemon/xatu/anim1.asm rename to gfx/pokemon/xatu/anim_idle.asm diff --git a/gfx/pokemon/yanma/anim0.asm b/gfx/pokemon/yanma/anim.asm similarity index 100% rename from gfx/pokemon/yanma/anim0.asm rename to gfx/pokemon/yanma/anim.asm diff --git a/gfx/pokemon/yanma/anim1.asm b/gfx/pokemon/yanma/anim_idle.asm similarity index 100% rename from gfx/pokemon/yanma/anim1.asm rename to gfx/pokemon/yanma/anim_idle.asm diff --git a/gfx/pokemon/zapdos/anim0.asm b/gfx/pokemon/zapdos/anim.asm similarity index 100% rename from gfx/pokemon/zapdos/anim0.asm rename to gfx/pokemon/zapdos/anim.asm diff --git a/gfx/pokemon/zapdos/anim1.asm b/gfx/pokemon/zapdos/anim_idle.asm similarity index 100% rename from gfx/pokemon/zapdos/anim1.asm rename to gfx/pokemon/zapdos/anim_idle.asm diff --git a/gfx/pokemon/zubat/anim0.asm b/gfx/pokemon/zubat/anim.asm similarity index 100% rename from gfx/pokemon/zubat/anim0.asm rename to gfx/pokemon/zubat/anim.asm diff --git a/gfx/pokemon/zubat/anim1.asm b/gfx/pokemon/zubat/anim_idle.asm similarity index 100% rename from gfx/pokemon/zubat/anim1.asm rename to gfx/pokemon/zubat/anim_idle.asm diff --git a/main.asm b/main.asm index 727453db8..d28bdf559 100644 --- a/main.asm +++ b/main.asm @@ -416,12 +416,12 @@ SECTION "Pic Animations 1", ROMX INCLUDE "engine/pic_animation.asm" INCLUDE "gfx/pokemon/anim_pointers.asm" INCLUDE "gfx/pokemon/anims.asm" -INCLUDE "gfx/pokemon/extra_pointers.asm" -INCLUDE "gfx/pokemon/extras.asm" +INCLUDE "gfx/pokemon/idle_pointers.asm" +INCLUDE "gfx/pokemon/idles.asm" INCLUDE "gfx/pokemon/unown_anim_pointers.asm" INCLUDE "gfx/pokemon/unown_anims.asm" -INCLUDE "gfx/pokemon/unown_extra_pointers.asm" -INCLUDE "gfx/pokemon/unown_extras.asm" +INCLUDE "gfx/pokemon/unown_idle_pointers.asm" +INCLUDE "gfx/pokemon/unown_idles.asm" INCLUDE "gfx/pokemon/bitmask_pointers.asm" INCLUDE "gfx/pokemon/bitmasks.asm" INCLUDE "gfx/pokemon/unown_bitmask_pointers.asm" diff --git a/wram.asm b/wram.asm index 2f9b8dda7..0313dc217 100644 --- a/wram.asm +++ b/wram.asm @@ -2794,7 +2794,7 @@ wPokeAnimGraphicStartTile:: db wPokeAnimCoord:: dw wPokeAnimFrontpicHeight:: db ; PokeAnim Data -wPokeAnimExtraFlag:: db +wPokeAnimIdleFlag:: db wPokeAnimSpeed:: db wPokeAnimPointerBank:: db wPokeAnimPointerAddr:: dw