From fb237b64c0fd8d767cf243e9aaad3a92facb520e Mon Sep 17 00:00:00 2001 From: Alexander Yee Date: Sat, 5 Oct 2024 14:26:12 -0700 Subject: [PATCH] Remove debug break that was breaking IV judge read retries. --- .../Source/PokemonSV/Programs/Boxes/PokemonSV_BoxRoutines.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/SerialPrograms/Source/PokemonSV/Programs/Boxes/PokemonSV_BoxRoutines.cpp b/SerialPrograms/Source/PokemonSV/Programs/Boxes/PokemonSV_BoxRoutines.cpp index 6c2a2227e..2e2bb509a 100644 --- a/SerialPrograms/Source/PokemonSV/Programs/Boxes/PokemonSV_BoxRoutines.cpp +++ b/SerialPrograms/Source/PokemonSV/Programs/Boxes/PokemonSV_BoxRoutines.cpp @@ -124,8 +124,6 @@ void change_view_to_judge( if (detected < 4){ pbf_press_button(context, BUTTON_PLUS, 20, 230); } - - break; } }