mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-08 11:18:13 -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
500 B
NASM
26 lines
500 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_BULU
|
|
db 25, DEX_BULU
|