mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
40902ffe24
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739
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
|