summaryrefslogtreecommitdiff
path: root/src/match_call.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/match_call.c')
-rw-r--r--[-rwxr-xr-x]src/match_call.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/match_call.c b/src/match_call.c
index 6744be43f..e7e91969f 100755..100644
--- a/src/match_call.c
+++ b/src/match_call.c
@@ -1016,12 +1016,12 @@ static bool32 MapAllowsMatchCall(void)
if (gMapHeader.regionMapSectionId == MAPSEC_SOOTOPOLIS_CITY
&& FlagGet(FLAG_HIDE_SOOTOPOLIS_CITY_RAYQUAZA) == TRUE
- && FlagGet(FLAG_0x0DC) == FALSE)
+ && FlagGet(FLAG_UNUSED_0x0DC) == FALSE)
return FALSE;
if (gMapHeader.regionMapSectionId == MAPSEC_MT_CHIMNEY
- && FlagGet(FLAG_0x0CF) == TRUE
- && FlagGet(FLAG_0x08B) == FALSE)
+ && FlagGet(FLAG_MET_ARCHIE_METEOR_FALLS) == TRUE
+ && FlagGet(FLAG_DEFEATED_EVIL_TEAM_MT_CHIMNEY) == FALSE)
return FALSE;
return TRUE;
@@ -2014,4 +2014,4 @@ void sub_8197184(u8 windowId, u32 destOffset, u32 paletteId)
void sub_81971C4(u32 windowId, u32 tileOffset, u32 paletteId)
{
DrawMatchCallTextBoxBorder(windowId, tileOffset, paletteId);
-}
+} \ No newline at end of file