summaryrefslogtreecommitdiff
path: root/src/field_special_scene.c
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-10-19 08:05:11 -0500
committerGitHub <noreply@github.com>2019-10-19 08:05:11 -0500
commitcb9f89925f35e2b0e7f13644a8bda90cd6c387bf (patch)
tree22242b9f9d9a22096de6d5a0e7190b7b07a23a68 /src/field_special_scene.c
parent8b1df92aca6c9d0eb3bcd932be7795eda879c2a0 (diff)
parentb4a9298205ee9355fadd4455a9b8f692dcd3e787 (diff)
Merge pull request #841 from GriffinRichards/document-gyms2
Document Petalburg, Fortree, Mossdeep, and Sootopolis Gyms
Diffstat (limited to 'src/field_special_scene.c')
-rw-r--r--src/field_special_scene.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/field_special_scene.c b/src/field_special_scene.c
index dbf68e1a2..231f4dd42 100644
--- a/src/field_special_scene.c
+++ b/src/field_special_scene.c
@@ -302,7 +302,7 @@ void Task_HandlePorthole(u8 taskId)
}
break;
case EXIT_PORTHOLE: // exit porthole.
- FlagClear(FLAG_SPECIAL_FLAG_0x4001);
+ FlagClear(FLAG_DONT_TRANSITION_MUSIC);
FlagClear(FLAG_HIDE_MAP_NAME_POPUP);
SetWarpDestinationToDynamicWarp(0);
DoDiveWarp();
@@ -339,7 +339,7 @@ void sub_80FB768(void)
void sub_80FB7A4(void)
{
FlagSet(FLAG_SYS_CRUISE_MODE);
- FlagSet(FLAG_SPECIAL_FLAG_0x4001);
+ FlagSet(FLAG_DONT_TRANSITION_MUSIC);
FlagSet(FLAG_HIDE_MAP_NAME_POPUP);
SetDynamicWarp(0, gSaveBlock1Ptr->location.mapGroup, gSaveBlock1Ptr->location.mapNum, -1);
sub_80FB59C();