mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-23 09:14:24 -05:00
Working on debugging
This commit is contained in:
@@ -904,7 +904,7 @@ bool run_conditional(int index)
|
||||
return true;
|
||||
|
||||
case CMD_IS_A_VALID_PKMN:
|
||||
return party_data.box.getNumValid() > 0;
|
||||
return party_data.box.getNumValid() > 0 || DONT_HIDE_INVALID_PKMN;
|
||||
|
||||
case CMD_CANCEL_LINK:
|
||||
party_data.continue_link(true);
|
||||
|
||||
Reference in New Issue
Block a user