From f826319637edcf620257ab0ef4e656fb1ef358c3 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Sat, 19 Mar 2022 16:11:26 +1000 Subject: [PATCH] Decompile sight0f0d715c --- src/game/sight.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/game/sight.c b/src/game/sight.c index 21db0afe2..577625a90 100644 --- a/src/game/sight.c +++ b/src/game/sight.c @@ -64,11 +64,10 @@ bool sightIsPropFriendly(struct prop *prop) return chrCompareTeams(g_Vars.currentplayer->prop->chr, prop->chr, COMPARE_FRIENDS); } -GLOBAL_ASM( -glabel func0f0d715c -/* f0d715c: 03e00008 */ jr $ra -/* f0d7160: 00000000 */ nop -); +void sight0f0d715c(void) +{ + // empty +} Gfx *sight0f0d7164(Gfx *gdl) {