Decompile more of minigame_seq.c

This commit is contained in:
gamemasterplc 2024-02-04 22:59:38 -06:00
parent aeeb710115
commit 6faa7ea83b
3 changed files with 587 additions and 4 deletions

View file

@ -86,7 +86,7 @@ void omDLLInit(FileListEntry *ovl_list);
int omDLLStart(s16 ovl, s16 dll);
void omDLLNumEnd(s16 ovl, s16 arg2);
void omSysPauseEnable(BOOL flag);
void omSysPauseEnable(u8 flag);
void omSystemKeyCheckSetup(Process *objman_process);