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
498 B
NASM
26 lines
498 B
NASM
map_id ROUTE_4
|
|
db 6 percent, 10 percent, 14 percent ; encounter rates: morn/day/nite
|
|
; morn only
|
|
db 19, DEX_DITTO
|
|
db 20, DEX_FEAROW
|
|
db 18, DEX_DITTO
|
|
; morn/day
|
|
db 17, DEX_METAPOD
|
|
db 21, DEX_FEAROW
|
|
db 17, DEX_DITTO
|
|
db 17, DEX_SPEAROW
|
|
; morn/day/nite
|
|
db 18, DEX_SPEAROW
|
|
db 21, DEX_DODUO
|
|
db 19, DEX_DODUO
|
|
db 20, DEX_DODUO
|
|
; day/nite
|
|
db 18, DEX_DITTO
|
|
db 19, DEX_DROWZEE
|
|
; nite only
|
|
db 20, DEX_DROWZEE
|
|
db 21, DEX_DROWZEE
|
|
db 22, DEX_DROWZEE
|
|
db 23, DEX_DROWZEE
|
|
db 23, DEX_DROWZEE
|