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
|
|
@ -63,6 +63,7 @@ AercrowFrames: INCLUDE "gfx/pokemon/aercrow/frames.asm"
|
|||
FoxfireFrames: INCLUDE "gfx/pokemon/foxfire/frames.asm"
|
||||
YanmaFrames: INCLUDE "gfx/pokemon/yanma/frames.asm"
|
||||
YanmegaFrames: INCLUDE "gfx/pokemon/yanmega/frames.asm"
|
||||
Pending03Frames: INCLUDE "gfx/pokemon/pending03/frames.asm"
|
||||
WooperFrames: INCLUDE "gfx/pokemon/wooper/frames.asm"
|
||||
QuagsireFrames: INCLUDE "gfx/pokemon/quagsire/frames.asm"
|
||||
EspeonFrames: INCLUDE "gfx/pokemon/espeon/frames.asm"
|
||||
|
|
@ -81,9 +82,9 @@ UnownFrames: INCLUDE "gfx/pokemon/unown/frames.asm"
|
|||
WynautFrames: INCLUDE "gfx/pokemon/wynaut/frames.asm"
|
||||
WobbuffetFrames: INCLUDE "gfx/pokemon/wobbuffet/frames.asm"
|
||||
BipullaFrames: INCLUDE "gfx/pokemon/bipulla/frames.asm"
|
||||
CalflacFrames: INCLUDE "gfx/pokemon/calflac/frames.asm"
|
||||
GirafarigFrames: INCLUDE "gfx/pokemon/girafarig/frames.asm"
|
||||
FarigirafFrames: INCLUDE "gfx/pokemon/farigiraf/frames.asm"
|
||||
EmordromeFrames: INCLUDE "gfx/pokemon/emordrome/frames.asm"
|
||||
PinecoFrames: INCLUDE "gfx/pokemon/pineco/frames.asm"
|
||||
ForretressFrames: INCLUDE "gfx/pokemon/forretress/frames.asm"
|
||||
DunsparceFrames: INCLUDE "gfx/pokemon/dunsparce/frames.asm"
|
||||
|
|
@ -108,6 +109,8 @@ SlugmaFrames: INCLUDE "gfx/pokemon/slugma/frames.asm"
|
|||
MagcargoFrames: INCLUDE "gfx/pokemon/magcargo/frames.asm"
|
||||
SwinubFrames: INCLUDE "gfx/pokemon/swinub/frames.asm"
|
||||
PiloswineFrames: INCLUDE "gfx/pokemon/piloswine/frames.asm"
|
||||
MamoswineFrames: INCLUDE "gfx/pokemon/mamoswine/frames.asm"
|
||||
HirsuswineFrames: INCLUDE "gfx/pokemon/hirsuswine/frames.asm"
|
||||
CorsolaFrames: INCLUDE "gfx/pokemon/corsola/frames.asm"
|
||||
RemoraidFrames: INCLUDE "gfx/pokemon/remoraid/frames.asm"
|
||||
OctilleryFrames: INCLUDE "gfx/pokemon/octillery/frames.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue