We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9dd0d commit 6a32603Copy full SHA for 6a32603
SerialPrograms/Source/PokemonLA/Programs/General/PokemonLA_MMORoutines.cpp
@@ -61,8 +61,8 @@ std::set<std::string> enter_region_and_read_MMO(
61
// on map. But when you land in a region, the initial location is a camp, the map cursor
62
// will show a text box "xxx Camp - Take a rest or do some crafting". This may occlude some
63
// MMO question marks. So we have to move the map cursor away after we land in the region.
64
- int map_cursor_move_x = 0;
65
- int map_cursor_move_y = 0;
+ uint8_t map_cursor_move_x = 0;
+ uint8_t map_cursor_move_y = 0;
66
const int map_cursor_move_duration = 50;
67
68
for(size_t i = 0; i < 5; i++){
@@ -302,4 +302,4 @@ std::set<std::string> enter_region_and_read_MMO(
302
303
}
304
305
-}
+}
0 commit comments