Start work on minigame_seq.c

Need to figure out mgInfoTbl more for further progress
This commit is contained in:
gamemasterplc 2024-01-27 16:52:46 -06:00
parent 3a50498a3f
commit 45c3ffb101
3 changed files with 366 additions and 55 deletions

View file

@ -115,7 +115,7 @@ void HuSysVWaitSet(s16 vcount)
minimumVcountf = vcount;
}
s16 HuSysVWaitGet(void)
s16 HuSysVWaitGet(s16 param)
{
return (s16) minimumVcount;
}