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

Done by refactoring the Fighting Dojo greed line. Also shifted some wild levels for extra variance.
17 lines
288 B
NASM
17 lines
288 B
NASM
Route2WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 4, RATTATA
|
|
db 3, PIDGEY
|
|
db 4, PIDGEY
|
|
db 3, WEEDLE
|
|
db 3, KONYA
|
|
db 3, CATERPIE
|
|
db 4, WEEDLE
|
|
db 4, CATERPIE
|
|
db 4, KONYA
|
|
db 5, KONYA
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|