mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 09:05:38 +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
|
|
@ -276,6 +276,7 @@ PokedexDataPointerTable:
|
|||
dba FoxfirePokedexEntry
|
||||
dba YanmaPokedexEntry
|
||||
dba YanmegaPokedexEntry
|
||||
dba Pending03PokedexEntry
|
||||
dba WooperPokedexEntry
|
||||
dba QuagsirePokedexEntry
|
||||
dba EspeonPokedexEntry
|
||||
|
|
@ -294,9 +295,9 @@ PokedexDataPointerTable:
|
|||
dba WynautPokedexEntry
|
||||
dba WobbuffetPokedexEntry
|
||||
dba BipullaPokedexEntry
|
||||
dba CalflacPokedexEntry
|
||||
dba GirafarigPokedexEntry
|
||||
dba FarigirafPokedexEntry
|
||||
dba EmordromePokedexEntry
|
||||
dba PinecoPokedexEntry
|
||||
dba ForretressPokedexEntry
|
||||
dba DunsparcePokedexEntry
|
||||
|
|
@ -321,6 +322,8 @@ PokedexDataPointerTable:
|
|||
dba MagcargoPokedexEntry
|
||||
dba SwinubPokedexEntry
|
||||
dba PiloswinePokedexEntry
|
||||
dba MamoswinePokedexEntry
|
||||
dba HirsuswinePokedexEntry
|
||||
dba CorsolaPokedexEntry
|
||||
dba RemoraidPokedexEntry
|
||||
dba OctilleryPokedexEntry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue