diff --git a/src/game/game_176080.c b/src/game/game_176080.c index 6d03b67c7..2f8873bd7 100644 --- a/src/game/game_176080.c +++ b/src/game/game_176080.c @@ -17,12 +17,10 @@ #include "lib/memory.h" #include "types.h" -GLOBAL_ASM( -glabel func0f176080 -/* f176080: 3c028008 */ lui $v0,%hi(var800844f0) -/* f176084: 03e00008 */ jr $ra -/* f176088: 8c4244f0 */ lw $v0,%lo(var800844f0)($v0) -); +void *func0f176080(void) +{ + return var800844f0; +} void func0f17608c(s32 stagenum) { diff --git a/src/include/game/game_176080.h b/src/include/game/game_176080.h index fa45d118d..b44dec5d1 100644 --- a/src/include/game/game_176080.h +++ b/src/include/game/game_176080.h @@ -3,7 +3,7 @@ #include #include "types.h" -u32 func0f176080(void); +void *func0f176080(void); void func0f17608c(s32 stagenum); void func0f1760c4(void); void func0f176298(void);