pokegold-spaceworld/data/wild/maps/Route3.asm
Alieneer 7dfc94a7f6 Merge Map Headers and Scripts
Merges Map Headers and Scripts, also adding Macros to automate some of the identical dummy scripts.
Renames all Routes to their proper names.
2026-07-20 16:16:26 -04:00

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