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
VictoryRoad2FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 32, MACHOKE
|
|
db 34, GRAVELER
|
|
db 36, GOLBAT
|
|
db 36, ONIX
|
|
db 39, ONIX
|
|
db 42, MACHOKE
|
|
db 41, VENOMOTH
|
|
db 40, GOLBAT
|
|
db 40, MAROWAK
|
|
db 43, GRAVELER
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|