Re-enable intro

This commit is contained in:
MysterD 2020-10-04 19:16:16 -07:00
parent 03d40b4ba3
commit d8bf1c8ef1

View file

@ -1295,10 +1295,12 @@ s32 update_level(void) {
s32 init_level(void) { s32 init_level(void) {
// reset cap flags // reset cap flags
save_file_clear_flags(SAVE_FLAG_CAP_ON_GROUND); if (save_file_exists(gCurrSaveFileNum - 1)) {
save_file_clear_flags(SAVE_FLAG_CAP_ON_KLEPTO); save_file_clear_flags(SAVE_FLAG_CAP_ON_GROUND);
save_file_clear_flags(SAVE_FLAG_CAP_ON_UKIKI); save_file_clear_flags(SAVE_FLAG_CAP_ON_KLEPTO);
save_file_clear_flags(SAVE_FLAG_CAP_ON_MR_BLIZZARD); save_file_clear_flags(SAVE_FLAG_CAP_ON_UKIKI);
save_file_clear_flags(SAVE_FLAG_CAP_ON_MR_BLIZZARD);
}
reset_dialog_render_state(); reset_dialog_render_state();