Merge pull request #380 from gamemasterplc/main
Decompile free play code
This commit is contained in:
commit
14aac066c6
7 changed files with 1269 additions and 13 deletions
1249
src/REL/mgmodedll/free_play.c
Normal file
1249
src/REL/mgmodedll/free_play.c
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -201,7 +201,7 @@ void fn_1_27418(void)
|
|||
}
|
||||
}
|
||||
|
||||
void fn_1_2783C(s16 evtno)
|
||||
s32 fn_1_2783C(s16 evtno)
|
||||
{
|
||||
s16 i;
|
||||
omOvlHisData *his;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue