mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00

Updated wild encounters for the included locations, and consolidated Super Rod encounter data
17 lines
288 B
NASM
17 lines
288 B
NASM
Route1WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 4, PIDGEY
|
|
db 3, RATTATA
|
|
db 3, RATTATA
|
|
db 3, RATTATA
|
|
db 2, KONYA
|
|
db 3, KONYA
|
|
db 3, PIDGEY
|
|
db 4, RATTATA
|
|
db 6, PIDGEY
|
|
db 7, PIDGEY
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|