summaryrefslogtreecommitdiff
path: root/src/object/object3D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/object3D.c')
-rw-r--r--src/object/object3D.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object3D.c b/src/object/object3D.c
index 79a1aa16..82213ab0 100644
--- a/src/object/object3D.c
+++ b/src/object/object3D.c
@@ -76,7 +76,7 @@ void Object3D_Action1(Object3DEntity* this) {
super->spriteRendering.b0 = 3;
SetAffineInfo(super, 0x100, 0x100, 0);
gArea.field_0x10 = 1;
- SetFade(5, 8);
+ SetFade(FADE_IN_OUT | FADE_INSTANT, 8);
}
}