Skip to content

Commit c997e53

Browse files
authored
Update PokemonSV_EggRoutines.cpp
1 parent b8638f1 commit c997e53

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
@@ -150,7 +150,7 @@ void do_egg_cycle_motion(
150150
stream
151151
);
152152
break;
153-
case 2:
153+
default:
154154
dump_image_and_throw_recoverable_exception(
155155
info, stream, "NoEggToHatch",
156156
"hatch_eggs_at_zero_gate(): No more egg hatch after 10 minutes."
@@ -841,3 +841,4 @@ bool check_baby_info(
841841
}
842842
}
843843
}
844+

0 commit comments

Comments
 (0)