mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15: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
|
|
@ -295,6 +295,7 @@ DEF JOHTO_POKEMON EQU const_value
|
|||
const FOXFIRE
|
||||
const YANMA ; c1
|
||||
const YANMEGA
|
||||
const PENDING03
|
||||
const WOOPER ; c2
|
||||
const QUAGSIRE ; c3
|
||||
const ESPEON ; c4
|
||||
|
|
@ -313,9 +314,9 @@ DEF JOHTO_POKEMON EQU const_value
|
|||
const WYNAUT
|
||||
const WOBBUFFET ; ca
|
||||
const BIPULLA
|
||||
const CALFLAC
|
||||
const GIRAFARIG ; cb
|
||||
const FARIGIRAF
|
||||
const EMORDROME
|
||||
const PINECO ; cc
|
||||
const FORRETRESS ; cd
|
||||
const DUNSPARCE ; ce
|
||||
|
|
@ -340,6 +341,8 @@ DEF JOHTO_POKEMON EQU const_value
|
|||
const MAGCARGO ; db
|
||||
const SWINUB ; dc
|
||||
const PILOSWINE ; dd
|
||||
const MAMOSWINE
|
||||
const HIRSUSWINE
|
||||
const CORSOLA ; de
|
||||
const REMORAID ; df
|
||||
const OCTILLERY ; e0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue