Got 99% on mpexDll/mpex.c

This commit is contained in:
dbalatoni13 2024-10-29 21:16:32 +01:00
parent 0433458464
commit 85f1363bcc
8 changed files with 3588 additions and 71 deletions

View file

@ -38,7 +38,7 @@ s32 omcurdll;
s32 omovlhisidx;
s32 omovlevtno;
s32 omnextovlevtno;
s32 omovlstat;
u32 omovlstat;
static s32 omnextovlstat;
char omUPauseFlag;
s16 omSysExitReq;
@ -568,4 +568,4 @@ char omPauseChk(void)
OverlayID omCurrentOvlGet(void)
{
return omcurovl;
}
}