mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Eevees and More
Adds the five eeveelutions we don't have, evo items for Glaceon and Sylveon, fixes Rhyperior's dex entry, renamed the Super Rod to Fishing Rod, and commented out the OW Crocky/Kabutops for now
This commit is contained in:
parent
1893b4c7cf
commit
5944210393
24 changed files with 391 additions and 57 deletions
|
|
@ -109,6 +109,8 @@ DEF NUM_ITEMS EQU const_value - 1
|
|||
const FLOOR_10F ; $5F
|
||||
const FLOOR_11F ; $60
|
||||
const FLOOR_B4F ; $61
|
||||
const SHINY_STONE ; $62
|
||||
const ICE_STONE ; $63
|
||||
DEF NUM_FLOORS EQU const_value - 1 - NUM_ITEMS
|
||||
|
||||
const_next $C4
|
||||
|
|
|
|||
|
|
@ -201,5 +201,10 @@
|
|||
const DEX_MEWTWO ; 150
|
||||
const DEX_MEW ; 151
|
||||
const DEX_RHYPERIOR
|
||||
const DEX_ESPEON
|
||||
const DEX_UMBREON
|
||||
const DEX_LEAFEON
|
||||
const DEX_GLACEON
|
||||
const DEX_SYLVEON
|
||||
|
||||
DEF NUM_POKEMON EQU const_value - 1
|
||||
|
|
|
|||
|
|
@ -83,8 +83,8 @@ DEF HOF_TEAM_CAPACITY EQU 50
|
|||
const EV_ITEM ; 2
|
||||
const EV_TRADE ; 3
|
||||
|
||||
DEF MAX_EVOLUTIONS EQU 3
|
||||
DEF EVOLUTION_SIZE EQU 4
|
||||
DEF MAX_EVOLUTIONS EQU 7
|
||||
DEF EVOLUTION_SIZE EQU 5
|
||||
|
||||
|
||||
; wMonHGrowthRate values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue