Skip to content

Commit c25fbc4

Browse files
author
Gin
committed
more control to camp npc
1 parent 5b9552b commit c25fbc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,19 @@ void GeneratePokemonImageTrainingData::select_starting_location(SingleSwitchProg
176176
break;
177177
case StartingLocation::COASTLANDS_COASTLANDS:
178178
env.log("Starting at Coastlands - Coastlands Camp");
179+
pbf_move_left_joystick(context, 0, 40, 180, 10);
179180
break;
180181
case StartingLocation::HIGHLANDS_HIGHLANDS:
181182
env.log("Starting at Highlands - Highlands Camp");
183+
pbf_move_left_joystick(context, 0, 20, 140, 10);
182184
break;
183185
case StartingLocation::HIGHLANDS_MOUNTAIN:
184186
env.log("Starting at Highlands - Mountain Camp");
187+
pbf_move_left_joystick(context, 0, 15, 100, 10);
185188
break;
186189
case StartingLocation::HIGHLANDS_SUMMIT:
187190
env.log("Starting at Highlands - Summit Camp");
191+
pbf_move_left_joystick(context, 10, 0, 150, 10);
188192
break;
189193
case StartingLocation::ICELANDS_SNOWFIELDS:
190194
env.log("Starting at Icelands - Snowfields Camp");

0 commit comments

Comments
 (0)