Files
pokegold-spaceworld/data/wild/maps/Route3.asm
Alieneer 9075545b5f
Some checks failed
CI / build (push) Has been cancelled
CI / build-macos (push) Has been cancelled
Use English names for Pokémon whose Japanese names were already final (#190)
Affects Hoothoot, Flaaffy, Ampharos, Cleffa, Igglybuff, Natu, Xatu, Marill, Politoed, Slowking, Unown, Ledyba, Espeon, Umbreon, Remoraid, Octillery, Hitmontop, Magby, Bellossom, Miltank, Murkrow, Steelix, Sneasel, Ho-Oh, Togepi, and Snubbull.
2026-08-08 17:08:26 -04:00

26 lines
506 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_HOOTHOOT
db 11, DEX_ODDISH
db 12, DEX_HOOTHOOT
db 11, DEX_ODDISH
db 13, DEX_ODDISH