Skip to content

Commit d21a7fe

Browse files
committed
FlySpotReset: fixes moving cursor on map
1 parent 2dbf46f commit d21a7fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_ShinyHunt_FlySpotReset.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@ void route_wild_zone_19(
159159
bool to_zoom_to_max){
160160
if (run_a_straight_path_in_overworld(env.console, context, 0, 80, 6500ms) == 0) {
161161
open_map(env.console, context, to_zoom_to_max);
162-
pbf_move_left_joystick(context, 0, 64, 100ms, 100ms);
162+
pbf_move_left_joystick(context, 64, 144, 100ms, 100ms);
163163
if (fly_from_map(env.console, context) == FastTravelState::NOT_AT_FLY_SPOT) {
164164
pbf_move_left_joystick(context, 128, 192, 100ms, 100ms);
165165
fly_from_map(env.console, context);
166166
}
167167
} else {
168168
open_map(env.console, context, to_zoom_to_max);
169-
pbf_move_left_joystick(context, 0, 64, 100ms, 100ms);
169+
pbf_move_left_joystick(context, 64, 128, 100ms, 100ms);
170170
fly_from_map(env.console, context);
171171
}
172172
wait_until_overworld(env.console, context, 50s);

0 commit comments

Comments
 (0)