mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-23 09:14:24 -05:00
Finalizing new event
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user