mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
ceadab8cd1
The "Places & People" radio station does not avoid these maps; it only describes these maps.
14 lines
522 B
NASM
14 lines
522 B
NASM
; Places and People will describe the landmarks of these maps.
|
|
|
|
PnP_Places:
|
|
map_id PALLET_TOWN ; PALLET_TOWN
|
|
map_id ROUTE_22 ; ROUTE_22
|
|
map_id PEWTER_CITY ; PEWTER_CITY
|
|
map_id CERULEAN_POLICE_STATION ; CERULEAN_CITY
|
|
map_id ROUTE_12 ; ROUTE_12
|
|
map_id ROUTE_11 ; ROUTE_11
|
|
map_id ROUTE_16 ; ROUTE_16
|
|
map_id ROUTE_14 ; ROUTE_14
|
|
map_id CINNABAR_POKECENTER_2F_BETA ; CINNABAR_ISLAND
|
|
.End
|