mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-27 19:15:12 -05:00
Affects Hoothoot, Flaaffy, Ampharos, Cleffa, Igglybuff, Natu, Xatu, Marill, Politoed, Slowking, Unown, Ledyba, Espeon, Umbreon, Remoraid, Octillery, Hitmontop, Magby, Bellossom, Miltank, Murkrow, Steelix, Sneasel, Ho-Oh, Togepi, and Snubbull.
26 lines
508 B
NASM
26 lines
508 B
NASM
map_id ROUTE_13
|
|
db 6 percent, 10 percent, 14 percent ; encounter rates: morn/day/nite
|
|
; morn only
|
|
db 21, DEX_SPEAROW
|
|
db 21, DEX_SPEAROW
|
|
db 20, DEX_FEAROW
|
|
; morn/day
|
|
db 19, DEX_FEAROW
|
|
db 22, DEX_FEAROW
|
|
db 19, DEX_SPEAROW
|
|
db 20, DEX_DODUO
|
|
; morn/day/nite
|
|
db 22, DEX_SANDSLASH
|
|
db 21, DEX_DONPHAN
|
|
db 21, DEX_SANDSHREW
|
|
db 23, DEX_SANDSHREW
|
|
; day/nite
|
|
db 20, DEX_DODUO
|
|
db 21, DEX_DODUO
|
|
; nite only
|
|
db 22, DEX_DODUO
|
|
db 23, DEX_DODUO
|
|
db 24, DEX_DODUO
|
|
db 25, DEX_SNUBBULL
|
|
db 25, DEX_SNUBBULL
|