Finish minigame_seq.c

This commit is contained in:
gamemasterplc 2024-02-06 22:30:04 -06:00
parent a64a522cb9
commit 6baac0126f
5 changed files with 409 additions and 16 deletions

View file

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