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_3
|
|
db 6 percent, 10 percent, 14 percent ; encounter rates: morn/day/nite
|
|
; morn only
|
|
db 9, DEX_CATERPIE
|
|
db 9, DEX_METAPOD
|
|
db 8, DEX_CATERPIE
|
|
; morn/day
|
|
db 7, DEX_METAPOD
|
|
db 10, DEX_PIDGEY
|
|
db 7, DEX_CATERPIE
|
|
db 8, DEX_CATERPIE
|
|
; morn/day/nite
|
|
db 9, DEX_PIDGEY
|
|
db 11, DEX_RATTATA
|
|
db 9, DEX_RATTATA
|
|
db 10, DEX_RATTATA
|
|
; day/nite
|
|
db 8, DEX_CATERPIE
|
|
db 9, DEX_RATTATA
|
|
; nite only
|
|
db 10, DEX_HOHO
|
|
db 11, DEX_ODDISH
|
|
db 12, DEX_HOHO
|
|
db 11, DEX_ODDISH
|
|
db 13, DEX_ODDISH
|