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

Incorporated Yellow and Japan Blue's exclusive encounters into the wild learnsets if they were not there already
18 lines
286 B
NASM
18 lines
286 B
NASM
Route4WildMons:
|
|
def_grass_wildmons 20 ; encounter rate
|
|
db 10, RATTATA
|
|
db 10, PIDGEY
|
|
db 8, KONYA
|
|
db 6, EKANS
|
|
db 8, SPEAROW
|
|
db 10, EKANS
|
|
db 12, SANDSHREW
|
|
db 12, PUDI
|
|
db 12, MIKON
|
|
db 8, MANKEY
|
|
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|