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
506 B
NASM
26 lines
506 B
NASM
map_id ROUTE_18
|
|
db 6 percent, 10 percent, 14 percent ; encounter rates: morn/day/nite
|
|
; morn only
|
|
db 28, DEX_LEDYBA
|
|
db 28, DEX_MANKEY
|
|
db 27, DEX_LEDYBA
|
|
; morn/day
|
|
db 28, DEX_MANKEY
|
|
db 31, DEX_MANKEY
|
|
db 28, DEX_PIDGEY
|
|
db 29, DEX_MANKEY
|
|
; morn/day/nite
|
|
db 30, DEX_PIDGEOTTO
|
|
db 32, DEX_VULPIX
|
|
db 30, DEX_WOLFMAN
|
|
db 31, DEX_WOLFMAN
|
|
; day/nite
|
|
db 29, DEX_LEDYBA
|
|
db 30, DEX_WOLFMAN
|
|
; nite only
|
|
db 33, DEX_WOLFMAN
|
|
db 34, DEX_DROWZEE
|
|
db 35, DEX_WOLFMAN
|
|
db 36, DEX_HYPNO
|
|
db 36, DEX_WOLFMAN
|