summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-02-06 11:07:42 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-02-06 11:07:42 -0500
commitceadab8cd15c6b41d13e560989a991d0a64cb359 (patch)
tree4de5fb53fd4e0e6f8e53eaebcd69109c8bd22b21 /engine
parentfb9cbe7d1e8ae9062b4ae2b58028402686ea83d5 (diff)
PnP_HiddenPlaces -> PnP_Places
The "Places & People" radio station does not avoid these maps; it only describes these maps.
Diffstat (limited to 'engine')
-rw-r--r--engine/pokegear/radio.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/pokegear/radio.asm b/engine/pokegear/radio.asm
index 570278f03..3f69e68a9 100644
--- a/engine/pokegear/radio.asm
+++ b/engine/pokegear/radio.asm
@@ -1245,9 +1245,9 @@ PnP_OddText:
PeoplePlaces6: ; Places
call Random
- cp (PnP_HiddenPlaces.End - PnP_HiddenPlaces) / 2
+ cp (PnP_Places.End - PnP_Places) / 2
jr nc, PeoplePlaces6
- ld hl, PnP_HiddenPlaces
+ ld hl, PnP_Places
ld c, a
ld b, 0
add hl, bc
@@ -1262,7 +1262,7 @@ PeoplePlaces6: ; Places
ld a, PLACES_AND_PEOPLE_7
jp NextRadioLine
-INCLUDE "data/radio/pnp_hidden_places.asm"
+INCLUDE "data/radio/pnp_places.asm"
PnP_Text5:
text_far _PnP_Text5