mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 04:26:28 +13:00

Done by refactoring the Fighting Dojo greed line. Also shifted some wild levels for extra variance.
17 lines
406 B
NASM
17 lines
406 B
NASM
ViridianForestWildMons:
|
|
def_grass_wildmons 8 ; encounter rate
|
|
db 4, CATERPIE
|
|
db 4, WEEDLE
|
|
db 4, PIDGEY
|
|
db 5, CATERPIE
|
|
db 4, KOKANA
|
|
db 5, WEEDLE
|
|
db 7, KAKUNA
|
|
db 7, METAPOD
|
|
db 5, KOKANA ; FIXME: Add considerations for STARTER4/Pikachu so it isn't rendered redundant. For now, it's a Kokana.
|
|
db 9, PIDGEOTTO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|