mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
17 lines
292 B
NASM
17 lines
292 B
NASM
Route24WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 13, BEEDRILL
|
|
db 12, ODDISH
|
|
db 12, PIDGEY
|
|
db 12, ODDISH
|
|
db 13, ODDISH
|
|
db 10, ABRA
|
|
db 14, BELLSPROUT
|
|
db 13, PIDGEY
|
|
db 12, ABRA
|
|
db 16, PIDGEOTTO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|