Skip to content

Commit dfacac8

Browse files
committed
fix
1 parent 9661aeb commit dfacac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSV/Programs/Farming/PokemonSV_BlueberryQuests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ std::vector<BBQuests> process_quest_list(
378378
}
379379
context.wait_for_all_requests();
380380

381-
for (int i = 0; i < quest_list.size(); i++){
381+
for (string::size_type i = 0; i < quest_list.size(); i++){
382382
pbf_press_button(context, BUTTON_A, 20, 50);
383383
pbf_press_button(context, BUTTON_A, 20, 50); //Yes.
384384
pbf_wait(context, 100);

0 commit comments

Comments
 (0)