Skip to content

Commit 2d9dd0d

Browse files
author
Gin
committed
forgot one line
1 parent 8883e1f commit 2d9dd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLA/Programs/General/PokemonLA_MMORoutines.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ std::set<std::string> enter_region_and_read_MMO(
241241
}
242242

243243
// Move cursor away so that it does not show a text box that occludes MMO sprites.
244-
pbf_move_left_joystick(context, 0, 0, 300, 30);
244+
pbf_move_left_joystick(context, map_cursor_move_x, map_cursor_move_y, map_cursor_move_duration, 30);
245245
context.wait_for_all_requests();
246246

247247
std::set<std::string> found;

0 commit comments

Comments
 (0)