mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 00:55:28 +13:00
The Swines, A Dragonfly and the changed Giraffe
- Adds Mamoswine, alongside the new Hirsuswine, a slower and more tanky alternate evolution. Design by me, sprite by zuperZACH. - Adds the framework for an alternate Yanma evolution, currently dubbed Pending03. It's designed to be based on a clubtail, albeit one that uses its tail like an actual weapon. - Adds the framework for Emordrome, an alternate Normal/Ghost Girafarig evolution where the dark head grows and takes control. In order to not make the line any more complicated, Calflac has been removed entirely. - Added cries for the Cubburn line.
This commit is contained in:
parent
1d41bfa2f8
commit
ff9243c7fb
67 changed files with 363 additions and 85 deletions
|
|
@ -273,6 +273,7 @@ AercrowAnimationIdle: INCLUDE "gfx/pokemon/aercrow/anim_idle.asm"
|
|||
FoxfireAnimationIdle: INCLUDE "gfx/pokemon/foxfire/anim_idle.asm"
|
||||
YanmaAnimationIdle: INCLUDE "gfx/pokemon/yanma/anim_idle.asm"
|
||||
YanmegaAnimationIdle: INCLUDE "gfx/pokemon/yanmega/anim_idle.asm"
|
||||
Pending03AnimationIdle: INCLUDE "gfx/pokemon/pending03/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"
|
||||
|
|
@ -291,9 +292,9 @@ UnownAnimationIdle: INCLUDE "gfx/pokemon/unown/anim_idle.asm"
|
|||
WynautAnimationIdle: INCLUDE "gfx/pokemon/wynaut/anim_idle.asm"
|
||||
WobbuffetAnimationIdle: INCLUDE "gfx/pokemon/wobbuffet/anim_idle.asm"
|
||||
BipullaAnimationIdle: INCLUDE "gfx/pokemon/bipulla/anim_idle.asm"
|
||||
CalflacAnimationIdle: INCLUDE "gfx/pokemon/calflac/anim_idle.asm"
|
||||
GirafarigAnimationIdle: INCLUDE "gfx/pokemon/girafarig/anim_idle.asm"
|
||||
FarigirafAnimationIdle: INCLUDE "gfx/pokemon/farigiraf/anim_idle.asm"
|
||||
EmordromeAnimationIdle: INCLUDE "gfx/pokemon/emordrome/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"
|
||||
|
|
@ -318,6 +319,8 @@ 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"
|
||||
MamoswineAnimationIdle: INCLUDE "gfx/pokemon/mamoswine/anim_idle.asm"
|
||||
HirsuswineAnimationIdle: INCLUDE "gfx/pokemon/hirsuswine/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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue