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
17 lines
298 B
NASM
17 lines
298 B
NASM
Route11WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 14, EKANS
|
|
db 15, SPEAROW
|
|
db 12, EKANS
|
|
db 13, DROWZEE
|
|
db 13, MAGNEMITE
|
|
db 13, DROWZEE
|
|
db 15, SANDSHREW
|
|
db 17, SPEAROW
|
|
db 11, DROWZEE
|
|
db 15, RATICATE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|