Add more gamework setters

This commit is contained in:
gamemasterplc 2024-04-07 11:03:18 -05:00
parent 13e3527197
commit 70c811ea73
9 changed files with 95 additions and 76 deletions

View file

@ -998,7 +998,7 @@ void fn_1_461C(void)
HuPrcVSleep();
}
if(GWSaveModeGet() == 2) {
GWSystem.save_mode = 1;
GWSaveModeSet(1);
}
if(GWPartyGet() == 1) {
GWGameStat.party_continue = 1;
@ -1011,7 +1011,7 @@ void fn_1_461C(void)
if(SLSave()) {
saveExecF = 1;
} else {
GWSystem.save_mode = 1;
GWSaveModeSet(1);
}
WipeCreate(WIPE_MODE_OUT, WIPE_TYPE_NORMAL, 20);
while(WipeStatGet()) {