mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00

Really cool LGPE encounters that go a long way in making Victory Road's encounters more interesting. Will have further review in the future.
17 lines
324 B
NASM
17 lines
324 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 45, HITMONCHAN ; LGPE encounters
|
|
db 45, HITMONLEE
|
|
db 45, HITMONTOP
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|