mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-28 03:25:03 -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
510 B
NASM
26 lines
510 B
NASM
map_id ROUTE_15
|
|
db 6 percent, 10 percent, 14 percent ; encounter rates: morn/day/nite
|
|
; morn only
|
|
db 24, DEX_HANEKO
|
|
db 24, DEX_POPONEKO
|
|
db 23, DEX_HANEKO
|
|
; morn/day
|
|
db 22, DEX_POPONEKO
|
|
db 25, DEX_POPONEKO
|
|
db 22, DEX_HANEKO
|
|
db 23, DEX_PIDGEY
|
|
; morn/day/nite
|
|
db 24, DEX_PIDGEOTTO
|
|
db 26, DEX_VULPIX
|
|
db 24, DEX_VULPIX
|
|
db 25, DEX_VULPIX
|
|
; day/nite
|
|
db 23, DEX_HANEKO
|
|
db 24, DEX_HOOTHOOT
|
|
; nite only
|
|
db 25, DEX_HOOTHOOT
|
|
db 26, DEX_DROWZEE
|
|
db 27, DEX_DROWZEE
|
|
db 28, DEX_HYPNO
|
|
db 28, DEX_HYPNO
|