mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Sepia City Gym & badge infrastructure
Nihon badges now count and Sepia City has its Gym Leader. All fully functional. I've also distributed the transfer-exclusive Kanto Pokemon items to their relevant owners, plus the Polkadot Bow.
This commit is contained in:
parent
7a5cbd31dc
commit
cd08f11fa4
31 changed files with 462 additions and 38 deletions
|
|
@ -6,7 +6,7 @@
|
|||
db NORMAL, NORMAL ; type
|
||||
db 30 ; catch rate
|
||||
db 255 ; base exp
|
||||
db NO_ITEM, LUCKY_EGG ; items
|
||||
db LUCKY_PUNCH, LUCKY_EGG ; items
|
||||
db GENDER_F100 ; gender ratio
|
||||
db 100 ; unknown 1
|
||||
db 40 ; step cycles to hatch
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
db NORMAL, NORMAL ; type
|
||||
db 35 ; catch rate
|
||||
db 61 ; base exp
|
||||
db NO_ITEM, NO_ITEM ; items
|
||||
db NO_ITEM, METAL_POWDER ; items
|
||||
db GENDER_UNKNOWN ; gender ratio
|
||||
db 100 ; unknown 1
|
||||
db 20 ; step cycles to hatch
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
db PSYCHIC_TYPE, PSYCHIC_TYPE ; type
|
||||
db 100 ; catch rate
|
||||
db 145 ; base exp
|
||||
db NO_ITEM, NO_ITEM ; items
|
||||
db NO_ITEM, TWISTEDSPOON ; items
|
||||
db GENDER_F25 ; gender ratio
|
||||
db 100 ; unknown 1
|
||||
db 20 ; step cycles to hatch
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
db STEEL, STEEL ; type
|
||||
db 35 ; catch rate
|
||||
db 161 ; base exp
|
||||
db NO_ITEM, NO_ITEM ; items
|
||||
db NO_ITEM, METAL_POWDER ; items
|
||||
db GENDER_UNKNOWN ; gender ratio
|
||||
db 100 ; unknown 1
|
||||
db 20 ; step cycles to hatch
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
db ELECTRIC, ELECTRIC ; type
|
||||
db 190 ; catch rate
|
||||
db 82 ; base exp
|
||||
db NO_ITEM, BERRY ; items
|
||||
db NO_ITEM, LIGHT_BALL ; items
|
||||
db GENDER_F50 ; gender ratio
|
||||
db 100 ; unknown 1
|
||||
db 10 ; step cycles to hatch
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
db NORMAL, NORMAL ; type
|
||||
db 190 ; catch rate
|
||||
db 63 ; base exp
|
||||
db NO_ITEM, NO_ITEM ; items
|
||||
db NO_ITEM, POLKADOT_BOW ; items
|
||||
db GENDER_F75 ; gender ratio
|
||||
db 100 ; unknown 1
|
||||
db 20 ; step cycles to hatch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue