diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-06 11:07:42 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-06 11:07:42 -0500 |
commit | ceadab8cd15c6b41d13e560989a991d0a64cb359 (patch) | |
tree | 4de5fb53fd4e0e6f8e53eaebcd69109c8bd22b21 /data | |
parent | fb9cbe7d1e8ae9062b4ae2b58028402686ea83d5 (diff) |
PnP_HiddenPlaces -> PnP_Places
The "Places & People" radio station does not avoid these maps; it only describes these maps.
Diffstat (limited to 'data')
-rw-r--r-- | data/radio/pnp_hidden_places.asm | 13 | ||||
-rw-r--r-- | data/radio/pnp_places.asm | 13 |
2 files changed, 13 insertions, 13 deletions
diff --git a/data/radio/pnp_hidden_places.asm b/data/radio/pnp_hidden_places.asm deleted file mode 100644 index a43dfd252..000000000 --- a/data/radio/pnp_hidden_places.asm +++ /dev/null @@ -1,13 +0,0 @@ -; Places and People will not describe these maps. - -PnP_HiddenPlaces: - map_id PALLET_TOWN - map_id ROUTE_22 - map_id PEWTER_CITY - map_id CERULEAN_POLICE_STATION - map_id ROUTE_12 - map_id ROUTE_11 - map_id ROUTE_16 - map_id ROUTE_14 - map_id CINNABAR_POKECENTER_2F_BETA -.End diff --git a/data/radio/pnp_places.asm b/data/radio/pnp_places.asm new file mode 100644 index 000000000..540078ef3 --- /dev/null +++ b/data/radio/pnp_places.asm @@ -0,0 +1,13 @@ +; 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 |