mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 20:46:24 +13:00

Incorporated Yellow and Japan Blue's exclusive encounters into the wild learnsets if they were not there already
17 lines
299 B
NASM
17 lines
299 B
NASM
VictoryRoad3FWildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 34, MACHOKE
|
|
db 36, GRAVELER
|
|
db 32, GOLBAT
|
|
db 42, ONIX
|
|
db 40, VENOMOTH
|
|
db 45, ONIX
|
|
db 43, GRAVELER
|
|
db 41, MAROWAK
|
|
db 42, MACHOKE
|
|
db 45, MACHOKE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|