Finalizing new event

This commit is contained in:
The Gears of Progress
2024-06-26 13:38:34 -04:00
parent 566b4de610
commit 444878de04
5 changed files with 165 additions and 69 deletions

View File

@@ -200,7 +200,7 @@ bool run_conditional(int index)
return read_flag(curr_rom.mg_flag) || IGNORE_MG_E4_FLAGS;
case COND_TUTORIAL_COMPLETE:
return (get_tutorial_flag() || IGNORE_MG_E4_FLAGS) && !FORCE_TUTORIAL;
return get_tutorial_flag() && !FORCE_TUTORIAL;
case COND_NEW_POKEMON:
return party_data.get_has_new_pkmn();