mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-19 13:36:25 +13:00

- Eevee and Pikachu family's growth rates are changed to Medium Slow. This gives them a much better early-game power spike that tapers off momentarily. They will level up faster until Level 68. - Yujirou's levels and one pre-gym trainer are slightly nerfed, being easier for players starting out. - Caterpie and Weedle in Viridian Forest have level deviation, and Pikachu is tapped on the wrist to not make the starter too redundant; change here is pending. - Debug uses Pikachu and Eevee starters for future starter-based testing.
17 lines
383 B
NASM
17 lines
383 B
NASM
ViridianForestWildMons:
|
|
def_grass_wildmons 8 ; encounter rate
|
|
db 5, CATERPIE
|
|
db 5, WEEDLE
|
|
db 6, CATERPIE
|
|
db 5, PIDGEY
|
|
db 6, KOKANA
|
|
db 6, WEEDLE
|
|
db 8, KAKUNA
|
|
db 8, METAPOD
|
|
db 4, PIKACHU ; FIXME: Add considerations for STARTER4/Pikachu so it isn't rendered redundant.
|
|
db 9, PIDGEOTTO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|