Skip to content

Commit 932334e

Browse files
author
Gin
committed
more movement to LA npc
1 parent c25fbc4 commit 932334e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SerialPrograms/Source/PokemonLA/Programs/ML/PokemonLA_GeneratePokemonImageTrainingData.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,11 @@ void GeneratePokemonImageTrainingData::select_starting_location(SingleSwitchProg
192192
break;
193193
case StartingLocation::ICELANDS_SNOWFIELDS:
194194
env.log("Starting at Icelands - Snowfields Camp");
195+
pbf_move_left_joystick(context, 0, 20, 140, 10);
195196
break;
196197
case StartingLocation::ICELANDS_ICEPEAK:
197198
env.log("Starting at Icelands - Icepeak Camp");
199+
pbf_move_left_joystick(context, 20, 0, 180, 10);
198200
break;
199201
}
200202
context.wait_for_all_requests();

0 commit comments

Comments
 (0)