mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
17 lines
293 B
NASM
17 lines
293 B
NASM
Route15WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 24, ODDISH
|
|
db 26, DITTO
|
|
db 23, PIDGEOTTO
|
|
db 26, VENONAT
|
|
db 22, ODDISH
|
|
db 28, DEER
|
|
db 26, BELLSPROUT
|
|
db 30, GLOOM
|
|
db 28, GAOTORA
|
|
db 30, GAOTORA
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|