mirror of
https://github.com/pret/pokegold.git
synced 2026-04-28 19:07:00 -05:00
It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants.
20 lines
342 B
NASM
20 lines
342 B
NASM
; Oak's Pokémon Talk will list wild Pokémon on these maps.
|
|
|
|
OaksPKMNTalkRoutes:
|
|
map_id ROUTE_29
|
|
map_id ROUTE_46
|
|
map_id ROUTE_30
|
|
map_id ROUTE_32
|
|
map_id ROUTE_34
|
|
map_id ROUTE_35
|
|
map_id ROUTE_37
|
|
map_id ROUTE_38
|
|
map_id ROUTE_39
|
|
map_id ROUTE_42
|
|
map_id ROUTE_43
|
|
map_id ROUTE_44
|
|
map_id ROUTE_45
|
|
map_id ROUTE_36
|
|
map_id ROUTE_31
|
|
.End
|