summaryrefslogtreecommitdiff
path: root/src/field_special_scene.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/field_special_scene.c')
-rw-r--r--src/field_special_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_special_scene.c b/src/field_special_scene.c
index 2010ebcf4..c710547d3 100644
--- a/src/field_special_scene.c
+++ b/src/field_special_scene.c
@@ -365,7 +365,7 @@ void sub_80C78A0(void)
void sub_80C791C(void)
{
sub_80C78A0();
- gMapObjects[gPlayerAvatar.mapObjectId].mapobj_bit_13 = TRUE;
+ gMapObjects[gPlayerAvatar.mapObjectId].invisible = TRUE;
pal_fill_black();
CreateTask(Task_HandlePorthole, 80);
ScriptContext2_Enable();