Skip to content

Commit 77211b4

Browse files
committed
2 parents 1809a76 + 71a842e commit 77211b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_13.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ void checkpoint_29(
158158
realign_player_from_landmark(
159159
env.program_info(), env.console, context,
160160
{ZoomChange::ZOOM_IN, 0, 128, 100},
161-
{ZoomChange::KEEP_ZOOM, 255, 67, 90} //{ZoomChange::KEEP_ZOOM, 255, 70, 90}
161+
{ZoomChange::KEEP_ZOOM, 255, 67, 85} //{ZoomChange::KEEP_ZOOM, 255, 70, 90}
162162
);
163163

164164

@@ -199,7 +199,7 @@ void checkpoint_29(
199199
realign_player_from_landmark(
200200
env.program_info(), env.console, context,
201201
{ZoomChange::ZOOM_IN, 255, 255, 180},
202-
{ZoomChange::KEEP_ZOOM, 33, 0, 180}
202+
{ZoomChange::KEEP_ZOOM, 33, 0, 175}
203203
);
204204

205205
overworld_navigation(env.program_info(), env.console, context,

SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_20.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ void checkpoint_44(
240240
// align to corner 4.2
241241
direction.change_direction(env.program_info(), env.console, context, 6.056);
242242
pbf_move_left_joystick(context, 128, 0, 670, 100);
243-
direction.change_direction(env.program_info(), env.console, context, 1.22);
243+
direction.change_direction(env.program_info(), env.console, context, 1.55);
244244
pbf_move_left_joystick(context, 128, 0, 200, 100);
245245
direction.change_direction(env.program_info(), env.console, context, 1.69);
246246
pbf_move_left_joystick(context, 0, 0, 500, 100);
@@ -294,9 +294,9 @@ void checkpoint_44(
294294
pbf_move_left_joystick(context, 0, 0, 700, 100);
295295

296296
direction.change_direction(env.program_info(), env.console, context, 0.96);
297-
pbf_move_left_joystick(context, 128, 0, 300, 100);
297+
pbf_move_left_joystick(context, 128, 90, 800, 100);
298298
direction.change_direction(env.program_info(), env.console, context, 5.17);
299-
pbf_move_left_joystick(context, 128, 0, 100, 100);
299+
pbf_move_left_joystick(context, 128, 90, 400, 100);
300300
direction.change_direction(env.program_info(), env.console, context, 3.86);
301301
handle_failed_action(env.program_info(), env.console, context,
302302
[&](const ProgramInfo& info, VideoStream& stream, ProControllerContext& context){

0 commit comments

Comments
 (0)