mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

Already added to the spreadsheet. Did you know that Seafoam Islands' water didn't give wild encounters until Yellow?
17 lines
325 B
NASM
17 lines
325 B
NASM
VictoryRoad3FWildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 39, MACHOKE
|
|
db 38, ONIX
|
|
db 39, GOLBAT
|
|
db 38, GRAVELER
|
|
db 39, RHYHORN
|
|
db 40, GOLBAT
|
|
db 40, GAVILLAIN
|
|
db 40, SANDSLASH
|
|
db 40, PARASECT
|
|
db 42, HITMONCHAN ; LGPE Rare Spawn
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|