diff --git a/src/game/game_0153f0.c b/src/game/game_0153f0.c index 09d6045bf..ef714e188 100644 --- a/src/game/game_0153f0.c +++ b/src/game/game_0153f0.c @@ -10,10 +10,7 @@ #include "gvars/gvars.h" #include "types.h" -GLOBAL_ASM( -glabel func0f0153f0 -/* f0153f0: 03e00008 */ jr $ra -/* f0153f4: 00000000 */ sll $zero,$zero,0x0 -/* f0153f8: 00000000 */ sll $zero,$zero,0x0 -/* f0153fc: 00000000 */ sll $zero,$zero,0x0 -); +void func0f0153f0(void) +{ + // empty +} diff --git a/src/include/game/game_0153f0.h b/src/include/game/game_0153f0.h index 51f212cfc..59e8d96a8 100644 --- a/src/include/game/game_0153f0.h +++ b/src/include/game/game_0153f0.h @@ -3,6 +3,6 @@ #include #include "types.h" -u32 func0f0153f0(void); +void func0f0153f0(void); #endif