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
294 B
NASM
17 lines
294 B
NASM
Route13WildMons:
|
|
def_grass_wildmons 20 ; encounter rate
|
|
db 24, ODDISH
|
|
db 25, FARFETCHD
|
|
db 27, PIDGEOTTO
|
|
db 24, VENONAT
|
|
db 22, DITTO
|
|
db 26, KRABBY
|
|
db 26, BELLSPROUT
|
|
db 25, DITTO
|
|
db 28, GLOOM
|
|
db 30, GLOOM
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|