mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +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 @@ AercrowBitmasks: INCLUDE "gfx/pokemon/aercrow/bitmask.asm"
|
|||
FoxfireBitmasks: INCLUDE "gfx/pokemon/foxfire/bitmask.asm"
|
||||
YanmaBitmasks: INCLUDE "gfx/pokemon/yanma/bitmask.asm"
|
||||
YanmegaBitmasks: INCLUDE "gfx/pokemon/yanmega/bitmask.asm"
|
||||
Pending03Bitmasks: INCLUDE "gfx/pokemon/pending03/bitmask.asm"
|
||||
WooperBitmasks: INCLUDE "gfx/pokemon/wooper/bitmask.asm"
|
||||
QuagsireBitmasks: INCLUDE "gfx/pokemon/quagsire/bitmask.asm"
|
||||
EspeonBitmasks: INCLUDE "gfx/pokemon/espeon/bitmask.asm"
|
||||
|
|
@ -291,9 +292,9 @@ UnownBitmasks: INCLUDE "gfx/pokemon/unown/bitmask.asm"
|
|||
WynautBitmasks: INCLUDE "gfx/pokemon/wynaut/bitmask.asm"
|
||||
WobbuffetBitmasks: INCLUDE "gfx/pokemon/wobbuffet/bitmask.asm"
|
||||
BipullaBitmasks: INCLUDE "gfx/pokemon/bipulla/bitmask.asm"
|
||||
CalflacBitmasks: INCLUDE "gfx/pokemon/calflac/bitmask.asm"
|
||||
GirafarigBitmasks: INCLUDE "gfx/pokemon/girafarig/bitmask.asm"
|
||||
FarigirafBitmasks: INCLUDE "gfx/pokemon/farigiraf/bitmask.asm"
|
||||
EmordromeBitmasks: INCLUDE "gfx/pokemon/emordrome/bitmask.asm"
|
||||
PinecoBitmasks: INCLUDE "gfx/pokemon/pineco/bitmask.asm"
|
||||
ForretressBitmasks: INCLUDE "gfx/pokemon/forretress/bitmask.asm"
|
||||
DunsparceBitmasks: INCLUDE "gfx/pokemon/dunsparce/bitmask.asm"
|
||||
|
|
@ -318,6 +319,8 @@ SlugmaBitmasks: INCLUDE "gfx/pokemon/slugma/bitmask.asm"
|
|||
MagcargoBitmasks: INCLUDE "gfx/pokemon/magcargo/bitmask.asm"
|
||||
SwinubBitmasks: INCLUDE "gfx/pokemon/swinub/bitmask.asm"
|
||||
PiloswineBitmasks: INCLUDE "gfx/pokemon/piloswine/bitmask.asm"
|
||||
MamoswineBitmasks: INCLUDE "gfx/pokemon/mamoswine/bitmask.asm"
|
||||
HirsuswineBitmasks: INCLUDE "gfx/pokemon/hirsuswine/bitmask.asm"
|
||||
CorsolaBitmasks: INCLUDE "gfx/pokemon/corsola/bitmask.asm"
|
||||
RemoraidBitmasks: INCLUDE "gfx/pokemon/remoraid/bitmask.asm"
|
||||
OctilleryBitmasks: INCLUDE "gfx/pokemon/octillery/bitmask.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue