Merge pull request #153 from gamemasterplc/main

Fix header omMgIndexGet Name
This commit is contained in:
gamemasterplc 2024-01-27 20:28:33 -06:00 committed by GitHub
commit 343030ecb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ typedef struct mg_info {
u32 advice_mess; u32 advice_mess;
} MgInfo; } MgInfo;
s16 omGetMGIndex(s16 overlay); s16 omMgIndexGet(s16 overlay);
void omGameSysInit(Process *objman); void omGameSysInit(Process *objman);
void omVibrate(s16 player_cfg_index, s16 duration, s16 off, s16 on); void omVibrate(s16 player_cfg_index, s16 duration, s16 off, s16 on);