From f7016029949a7271681b6e4b34402f18ad6cf47c Mon Sep 17 00:00:00 2001 From: David Benepe Date: Tue, 15 Feb 2022 23:53:42 -0500 Subject: [PATCH] Update src/object_functions.c Co-authored-by: AntonioCastelli --- src/object_functions.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/object_functions.c b/src/object_functions.c index e175a262..a90ebad7 100644 --- a/src/object_functions.c +++ b/src/object_functions.c @@ -1609,8 +1609,6 @@ void obj_loop_bonus(Object *obj, s32 speed) { } } } - - void obj_init_goldenballoon(Object *obj, LevelObjectEntry_GoldenBalloon *entry) { Object_64_GoldenBalloon *obj64; f32 scalef;