mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-09 03:34:37 -05:00
Merges Map Headers and Scripts, also adding Macros to automate some of the identical dummy scripts. Renames all Routes to their proper names.
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
|