Working on debugging

This commit is contained in:
The Gears of Progress
2025-12-03 22:08:35 -05:00
parent 37bbc0c2d2
commit 9ca5c650d0
7 changed files with 35 additions and 27 deletions

View File

@@ -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);