From 9714f393abac33d60125252d4794b18affac4978 Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Sat, 27 Jan 2024 20:28:20 -0600 Subject: [PATCH] Fix header omMgIndexGet Name --- include/game/objsub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/game/objsub.h b/include/game/objsub.h index 018515a6..5b458d18 100644 --- a/include/game/objsub.h +++ b/include/game/objsub.h @@ -24,7 +24,7 @@ typedef struct mg_info { u32 advice_mess; } MgInfo; -s16 omGetMGIndex(s16 overlay); +s16 omMgIndexGet(s16 overlay); void omGameSysInit(Process *objman); void omVibrate(s16 player_cfg_index, s16 duration, s16 off, s16 on);