mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +13:00
The Big Bad Bugs and the Lunar Lord!
This commit is contained in:
parent
56bf3ef2b0
commit
672cefbd96
60 changed files with 302 additions and 40 deletions
|
|
@ -32,6 +32,7 @@ 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"
|
||||
NidoreignAnimationIdle: INCLUDE "gfx/pokemon/nidoreign/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"
|
||||
|
|
@ -69,7 +70,7 @@ 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"
|
||||
BellignanAnimationIdle: INCLUDE "gfx/pokemon/victreebel/anim_idle.asm"
|
||||
BellignanAnimationIdle: 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"
|
||||
|
|
@ -124,10 +125,12 @@ 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"
|
||||
KleavorAnimationIdle: INCLUDE "gfx/pokemon/kleavor/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"
|
||||
TriculesAnimationIdle: INCLUDE "gfx/pokemon/tricules/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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue