From 17890af24cc25c50a8fa9ab37c9876fc2d6a44fe Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Sun, 28 Jun 2020 22:18:15 +1000 Subject: [PATCH] Decompile func0f091e04 --- src/game/propobj.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/game/propobj.c b/src/game/propobj.c index 723bca5f6..7de37b421 100644 --- a/src/game/propobj.c +++ b/src/game/propobj.c @@ -48404,9 +48404,7 @@ void objSetPartVisible(struct defaultobj *obj, s32 partnum, bool visible) } } -GLOBAL_ASM( -glabel func0f091e04 -/* f091e04: afa50004 */ sw $a1,0x4($sp) -/* f091e08: 03e00008 */ jr $ra -/* f091e0c: 00801025 */ or $v0,$a0,$zero -); +u32 func0f091e04(u32 arg0, u32 arg1) +{ + return arg0; +}