mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 13:32:48 -04:00
961a895ca0
Also renames all routes to their numeric order in data.
26 lines
505 B
NASM
26 lines
505 B
NASM
map_id ROUTE_21
|
|
db 6 percent, 10 percent, 14 percent ; encounter rates: morn/day/nite
|
|
; morn only
|
|
db 29, DEX_CUBONE
|
|
db 29, DEX_MAROWAK
|
|
db 28, DEX_CUBONE
|
|
; morn/day
|
|
db 29, DEX_MAROWAK
|
|
db 32, DEX_RHYHORN
|
|
db 29, DEX_CUBONE
|
|
db 30, DEX_RHYHORN
|
|
; morn/day/nite
|
|
db 31, DEX_RHYHORN
|
|
db 33, DEX_YOROIDORI
|
|
db 31, DEX_YOROIDORI
|
|
db 32, DEX_YOROIDORI
|
|
; day/nite
|
|
db 30, DEX_CUBONE
|
|
db 31, DEX_EKANS
|
|
; nite only
|
|
db 34, DEX_EKANS
|
|
db 35, DEX_ARBOK
|
|
db 36, DEX_ARBOK
|
|
db 37, DEX_EKANS
|
|
db 37, DEX_ARBOK
|