diff --git a/soh/src/overlays/actors/ovl_Obj_Lift/z_obj_lift.c b/soh/src/overlays/actors/ovl_Obj_Lift/z_obj_lift.c index eb13445af..0d43f4992 100644 --- a/soh/src/overlays/actors/ovl_Obj_Lift/z_obj_lift.c +++ b/soh/src/overlays/actors/ovl_Obj_Lift/z_obj_lift.c @@ -36,7 +36,7 @@ const ActorInit Obj_Lift_InitVars = { NULL, }; -static s16 sFallTimerDurations[] = { 0, 10, 20, 30, 40, 50, 60 }; +static s16 sFallTimerDurations[] = { 0, 10, 20, 30, 40, 50, 60, 0 }; typedef struct { /* 0x00 */ s16 x;