summaryrefslogtreecommitdiff
path: root/src/field_special_scene.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-05-06 14:48:14 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-05-06 14:48:14 -0400
commitd3127e359447688e37cad222ae1586c6ec202ab0 (patch)
treeace0980ae648527f3afa5d4b80ede4cb70479b2b /src/field_special_scene.c
parent554a26b6bece91e89cacd2ed2138b1dc66b31789 (diff)
Sync common scripts up to prof_birch.inc
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 78c425bc5..343830f25 100644
--- a/src/field_special_scene.c
+++ b/src/field_special_scene.c
@@ -338,7 +338,7 @@ void Task_HandlePorthole(u8 taskId)
}
break;
case EXIT_PORTHOLE: // exit porthole.
- FlagClear(FLAG_SPECIAL_FLAG_1);
+ FlagClear(FLAG_DONT_TRANSITION_MUSIC);
FlagClear(FLAG_SPECIAL_FLAG_0);
copy_saved_warp2_bank_and_enter_x_to_warp1(0);
sp13E_warp_to_last_warp();
@@ -375,7 +375,7 @@ void sub_80C791C(void)
void sub_80C7958(void)
{
FlagSet(FLAG_SYS_CRUISE_MODE);
- FlagSet(FLAG_SPECIAL_FLAG_1);
+ FlagSet(FLAG_DONT_TRANSITION_MUSIC);
FlagSet(FLAG_SPECIAL_FLAG_0);
saved_warp2_set(0, gSaveBlock1.location.mapGroup, gSaveBlock1.location.mapNum, -1);
sub_80C7754();