From f5a681dc615242fa50fb5142542ab1e42c7dc8ed Mon Sep 17 00:00:00 2001 From: David Benepe Date: Fri, 29 Apr 2022 18:07:10 -0400 Subject: [PATCH] Fixed minor things --- src/objects.c | 4 ---- src/objects.h | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/objects.c b/src/objects.c index 1b4cf622..293930e0 100644 --- a/src/objects.c +++ b/src/objects.c @@ -1222,8 +1222,6 @@ void func_8001B790(void) { D_800DC730 = 0; } -f32 func_8001B834(Object *arg0, s32); - Object *func_8001B7A8(Object *arg0, s32 arg1, f32 *arg2) { s32 temp; Object *temp_v1; @@ -1239,8 +1237,6 @@ Object *func_8001B7A8(Object *arg0, s32 arg1, f32 *arg2) { return temp_v1; } -//GLOBAL_ASM("asm/non_matchings/objects/func_8001B7A8.s") - GLOBAL_ASM("asm/non_matchings/objects/func_8001B834.s") GLOBAL_ASM("asm/non_matchings/objects/func_8001B974.s") diff --git a/src/objects.h b/src/objects.h index 8ca6aacb..f80deee3 100644 --- a/src/objects.h +++ b/src/objects.h @@ -180,6 +180,7 @@ s32 func_8001B650(void); s32 func_8001B738(s32 controllerIndex); u8 func_8001B780(); void func_8001B790(void); +f32 func_8001B834(Object *arg0, s32); unknown8011AECC *func_8001BA00(s32 arg0); unknown8011AECC *func_8001BA1C(s32 arg0, s32 arg1); s32 func_8001BA64();