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

Incorporated Yellow and Japan Blue's exclusive encounters into the wild learnsets if they were not there already
17 lines
296 B
NASM
17 lines
296 B
NASM
Route9WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 16, RATTATA
|
|
db 16, SPEAROW
|
|
db 14, SANDSHREW
|
|
db 11, EKANS
|
|
db 13, CUBONE
|
|
db 15, CACTUS
|
|
db 17, NIDORINA
|
|
db 17, NIDORINO
|
|
db 17, RATICATE
|
|
db 20, FEAROW
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|