Skip to content

Commit 664f215

Browse files
committed
Improve error message for missing the basket.
1 parent 47dd960 commit 664f215

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SerialPrograms/Source/PokemonSV/Programs/Eggs/PokemonSV_EggRoutines.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,8 @@ void check_basket_to_collect_eggs(
468468
if (consecutive_nothing >= 10){
469469
dump_image_and_throw_recoverable_exception(
470470
info, stream, "BasketNotFound",
471-
"collect_eggs_from_basket(): Basket not found after 10 attempts."
471+
"collect_eggs_from_basket(): Basket not found after 10 attempts.\n"
472+
"Please make sure that the \"Camera Support\" option is set to \"On\"."
472473
);
473474
}
474475
if (checked){

0 commit comments

Comments
 (0)