mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
17 lines
295 B
NASM
17 lines
295 B
NASM
Route13WildMons:
|
|
def_grass_wildmons 20 ; encounter rate
|
|
db 24, ODDISH
|
|
db 25, FARFETCHD
|
|
db 27, PIDGEOTTO
|
|
db 24, VENONAT
|
|
db 22, ODDISH
|
|
db 26, KRABBY
|
|
db 26, BELLSPROUT
|
|
db 25, DITTO
|
|
db 28, GLOOM
|
|
db 30, GLOOM
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|