summaryrefslogtreecommitdiff
path: root/src/tv.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-10-30 22:35:28 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-10-30 22:35:28 -0400
commit853ced668731a5107be87bbe69aa8d1891504865 (patch)
tree3172097c6f8f8394a089a7f0fdf9688059bea41f /src/tv.c
parent4db83e00971029fe97282496f76432e3c88d1ba7 (diff)
sub_8123FB0
Diffstat (limited to 'src/tv.c')
-rw-r--r--src/tv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tv.c b/src/tv.c
index 305bfeda9..87aa6e01a 100644
--- a/src/tv.c
+++ b/src/tv.c
@@ -6435,7 +6435,7 @@ void DoTVShowTodaysRivalTrainer(void)
case MAPSEC_SECRET_BASE:
sTVShowState = 8;
break;
- case MAPSEC_NONE:
+ case MAPSEC_UNK_0x57:
switch (show->rivalTrainer.mapDataId)
{
case 0x115 ... 0x117:
@@ -6633,7 +6633,7 @@ void DoTVShowHoennTreasureInvestigators(void)
{
case 0:
StringCopy(gStringVar1, ItemId_GetItem(show->treasureInvestigators.item)->name);
- if (show->treasureInvestigators.location == MAPSEC_NONE)
+ if (show->treasureInvestigators.location == MAPSEC_UNK_0x57)
{
switch (show->treasureInvestigators.mapDataId)
{