From e4aa36ba2dbc7b41d94bf34d59a86f6be8157d63 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Sat, 16 Nov 2019 11:09:38 +1000 Subject: [PATCH] Decompile func0f1a78b0 --- src/game/game_1a78b0.c | 14 ++++---------- src/include/game/game_1a78b0.h | 2 ++ 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/game/game_1a78b0.c b/src/game/game_1a78b0.c index 1401459a8..1604e68f2 100644 --- a/src/game/game_1a78b0.c +++ b/src/game/game_1a78b0.c @@ -1,15 +1,9 @@ #include #include "constants.h" #include "gvars/gvars.h" -#include "setup/setup_000000.h" -#include "setup/setup_0160b0.h" -#include "setup/setup_020df0.h" #include "types.h" -GLOBAL_ASM( -glabel func0f1a78b0 -/* f1a78b0: 03e00008 */ jr $ra -/* f1a78b4: 00000000 */ sll $zero,$zero,0x0 -/* f1a78b8: 00000000 */ sll $zero,$zero,0x0 -/* f1a78bc: 00000000 */ sll $zero,$zero,0x0 -); +void func0f1a78b0(void) +{ + // empty +} diff --git a/src/include/game/game_1a78b0.h b/src/include/game/game_1a78b0.h index 03ca0918f..14218d509 100644 --- a/src/include/game/game_1a78b0.h +++ b/src/include/game/game_1a78b0.h @@ -3,4 +3,6 @@ #include #include "types.h" +void func0f1a78b0(void); + #endif