1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Route12WildMons:
def_grass_wildmons 15 ; encounter rate
db 25, ODDISH
db 25, BELLSPROUT
db 28, PIDGEY
db 28, PIDGEOTTO
db 27, ODDISH
db 27, BELLSPROUT
db 29, GLOOM
db 29, WEEPINBELL
db 26, FARFETCHD
db 31, FARFETCHD
end_grass_wildmons
def_water_wildmons 3 ; encounter rate
db 15, SLOWPOKE
db 15, SLOWPOKE
db 15, SLOWPOKE
db 15, SLOWPOKE
db 15, SLOWPOKE
db 15, SLOWPOKE
db 15, SLOWPOKE
db 15, SLOWPOKE
db 15, SLOWBRO
db 20, SLOWBRO
end_water_wildmons
|