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
298 B
NASM
17 lines
298 B
NASM
VictoryRoad1FWildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 34, MACHOKE
|
|
db 36, GRAVELER
|
|
db 32, GOLBAT
|
|
db 36, ONIX
|
|
db 39, ONIX
|
|
db 42, GOLBAT
|
|
db 41, GRAVELER
|
|
db 41, VENOMOTH
|
|
db 42, MAROWAK
|
|
db 43, MAROWAK
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|