mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Re-enable intro
This commit is contained in:
parent
03d40b4ba3
commit
d8bf1c8ef1
1 changed files with 6 additions and 4 deletions
|
|
@ -1295,10 +1295,12 @@ s32 update_level(void) {
|
|||
|
||||
s32 init_level(void) {
|
||||
// reset cap flags
|
||||
save_file_clear_flags(SAVE_FLAG_CAP_ON_GROUND);
|
||||
save_file_clear_flags(SAVE_FLAG_CAP_ON_KLEPTO);
|
||||
save_file_clear_flags(SAVE_FLAG_CAP_ON_UKIKI);
|
||||
save_file_clear_flags(SAVE_FLAG_CAP_ON_MR_BLIZZARD);
|
||||
if (save_file_exists(gCurrSaveFileNum - 1)) {
|
||||
save_file_clear_flags(SAVE_FLAG_CAP_ON_GROUND);
|
||||
save_file_clear_flags(SAVE_FLAG_CAP_ON_KLEPTO);
|
||||
save_file_clear_flags(SAVE_FLAG_CAP_ON_UKIKI);
|
||||
save_file_clear_flags(SAVE_FLAG_CAP_ON_MR_BLIZZARD);
|
||||
}
|
||||
|
||||
reset_dialog_render_state();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue