Merge pull request #380 from gamemasterplc/main

Decompile free play code
This commit is contained in:
Liam Coleman 2024-08-01 18:49:31 -05:00 committed by GitHub
commit 14aac066c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1269 additions and 13 deletions

View file

@ -275,7 +275,7 @@ s32 GWMGCustomGet(s32 id)
}
}
s32 GWMGCustomSet(s32 id)
void GWMGCustomSet(s32 id)
{
s32 word;
s32 bit;
@ -285,7 +285,7 @@ s32 GWMGCustomSet(s32 id)
GWGameStat.mg_custom[word] |= (1 << bit);
}
s32 GWMGCustomReset(s32 id)
void GWMGCustomReset(s32 id)
{
s32 word;
s32 bit;