From 63bdcb30fe42b8f98e80463b63d0a4ffee901df3 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Sat, 19 Mar 2022 16:11:01 +1000 Subject: [PATCH] Decompile sight0f0d7164 --- src/game/sight.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/game/sight.c b/src/game/sight.c index e5ada2f44..21db0afe2 100644 --- a/src/game/sight.c +++ b/src/game/sight.c @@ -68,10 +68,13 @@ GLOBAL_ASM( glabel func0f0d715c /* f0d715c: 03e00008 */ jr $ra /* f0d7160: 00000000 */ nop -/* f0d7164: 03e00008 */ jr $ra -/* f0d7168: 00801025 */ or $v0,$a0,$zero ); +Gfx *sight0f0d7164(Gfx *gdl) +{ + return gdl; +} + /** * Return true if the given prop can be added to the target list. */