mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 16:45:24 +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 @@ AercrowAnimation: INCLUDE "gfx/pokemon/aercrow/anim.asm"
|
|||
FoxfireAnimation: INCLUDE "gfx/pokemon/magneton/anim.asm"
|
||||
YanmaAnimation: INCLUDE "gfx/pokemon/yanma/anim.asm"
|
||||
YanmegaAnimation: INCLUDE "gfx/pokemon/yanmega/anim.asm"
|
||||
Pending03Animation: INCLUDE "gfx/pokemon/pending03/anim.asm"
|
||||
WooperAnimation: INCLUDE "gfx/pokemon/wooper/anim.asm"
|
||||
QuagsireAnimation: INCLUDE "gfx/pokemon/quagsire/anim.asm"
|
||||
EspeonAnimation: INCLUDE "gfx/pokemon/espeon/anim.asm"
|
||||
|
|
@ -291,9 +292,9 @@ UnownAnimation: INCLUDE "gfx/pokemon/unown/anim.asm"
|
|||
WynautAnimation: INCLUDE "gfx/pokemon/wynaut/anim.asm"
|
||||
WobbuffetAnimation: INCLUDE "gfx/pokemon/wobbuffet/anim.asm"
|
||||
BipullaAnimation: INCLUDE "gfx/pokemon/bipulla/anim.asm"
|
||||
CalflacAnimation: INCLUDE "gfx/pokemon/calflac/anim.asm"
|
||||
GirafarigAnimation: INCLUDE "gfx/pokemon/girafarig/anim.asm"
|
||||
FarigirafAnimation: INCLUDE "gfx/pokemon/farigiraf/anim.asm"
|
||||
EmordromeAnimation: INCLUDE "gfx/pokemon/emordrome/anim.asm"
|
||||
PinecoAnimation: INCLUDE "gfx/pokemon/pineco/anim.asm"
|
||||
ForretressAnimation: INCLUDE "gfx/pokemon/forretress/anim.asm"
|
||||
DunsparceAnimation: INCLUDE "gfx/pokemon/dunsparce/anim.asm"
|
||||
|
|
@ -318,6 +319,8 @@ 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"
|
||||
MamoswineAnimation: INCLUDE "gfx/pokemon/mamoswine/anim.asm"
|
||||
HirsuswineAnimation: INCLUDE "gfx/pokemon/hirsuswine/anim.asm"
|
||||
CorsolaAnimation: INCLUDE "gfx/pokemon/corsola/anim.asm"
|
||||
RemoraidAnimation: INCLUDE "gfx/pokemon/remoraid/anim.asm"
|
||||
OctilleryAnimation: INCLUDE "gfx/pokemon/octillery/anim.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue