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

Incorporated Yellow and Japan Blue's exclusive encounters into the wild learnsets if they were not there already
17 lines
301 B
NASM
17 lines
301 B
NASM
Route10WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 16, MAGNEMITE
|
|
db 16, KOTORA
|
|
db 14, VOLTORB
|
|
db 11, EKANS
|
|
db 13, SPEAROW
|
|
db 15, NIDORINO
|
|
db 17, NIDORINA
|
|
db 20, MACHOP
|
|
db 13, SANDSHREW
|
|
db 17, SANDSHREW
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|