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

Updated wild encounters for the included locations, and consolidated Super Rod encounter data
26 lines
408 B
NASM
26 lines
408 B
NASM
Route2WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 4, RATTATA
|
|
db 5, PIDGEY
|
|
db 4, PIDGEY
|
|
db 4, RATTATA
|
|
db 5, PARA
|
|
IF DEF(_RED)
|
|
db 4, WEEDLE
|
|
db 3, RATTATA
|
|
db 5, RATTATA
|
|
db 5, WEEDLE
|
|
db 6, WEEDLE
|
|
ENDC
|
|
IF DEF(_BLUE)
|
|
db 4, CATERPIE
|
|
db 3, RATTATA
|
|
db 5, RATTATA
|
|
db 5, CATERPIE
|
|
db 6, CATERPIE
|
|
ENDC
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|