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