We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0240f0b commit f6d70f8Copy full SHA for f6d70f8
1 file changed
SerialPrograms/Source/PokemonFRLG/Programs/PokemonFRLG_StartMenuNavigation.cpp
@@ -164,6 +164,7 @@ void save_game_to_overworld(ConsoleHandle& console, ProControllerContext& contex
164
165
console.log("Detected Save Arrow. Saving game.");
166
pbf_press_button(context, BUTTON_A, 320ms, 200ms);
167
+ context.wait_for_all_requests();
168
169
SelectionArrowWatcher save_confirm_arrow = SelectionArrowWatcher(
170
COLOR_RED,
@@ -188,7 +189,6 @@ void save_game_to_overworld(ConsoleHandle& console, ProControllerContext& contex
188
189
190
console.log("Detected Save Confirmation Arrow. Saving game.");
191
-
192
context.wait_for_all_requests();
193
194
return;
0 commit comments