mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
17 lines
303 B
NASM
17 lines
303 B
NASM
Route14WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 26, ODDISH
|
|
db 28, PIDGEOTTO
|
|
db 25, DITTO
|
|
db 26, TANGELA
|
|
db 24, BELLSPROUT
|
|
db 28, VENOMOTH
|
|
db 28, GLOOM
|
|
db 32, WEEPINBELL
|
|
db 30, PIDGEOTTO
|
|
db 32, SCYTHER
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|