Finalizing the RB transfer rewrite

This commit is contained in:
Remnants of Forgotten Disney
2024-03-27 11:20:54 -05:00
parent f70ce475d2
commit d7d8648eb4
10 changed files with 341 additions and 126 deletions

View File

@@ -119,7 +119,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();
return get_tutorial_flag() || IGNORE_MG_E4_FLAGS;
case COND_NEW_POKEMON:
return party_data.get_has_new_pkmn();