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