diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/main.c b/source/main.c index 03379d5..316ebf7 100644 --- a/source/main.c +++ b/source/main.c | |||
@@ -296,7 +296,7 @@ void* extractor(void* userdata) | |||
296 | 296 | ||
297 | for (u32 i = 0; i < partyCount; i++) | 297 | for (u32 i = 0; i < partyCount; i++) |
298 | { | 298 | { |
299 | usleep(6000); | 299 | usleep(3000); |
300 | 300 | ||
301 | u32 rawdata[sizeof(struct PokemonIntermediate) / 4]; | 301 | u32 rawdata[sizeof(struct PokemonIntermediate) / 4]; |
302 | getMsgArr(rawdata, sizeof(struct PokemonIntermediate) / 4); | 302 | getMsgArr(rawdata, sizeof(struct PokemonIntermediate) / 4); |
@@ -336,13 +336,13 @@ void* extractor(void* userdata) | |||
336 | 336 | ||
337 | for (int j=0; j<30; j++) | 337 | for (int j=0; j<30; j++) |
338 | { | 338 | { |
339 | usleep(6000); | 339 | usleep(3000); |
340 | 340 | ||
341 | int isPoke = getMsg(); | 341 | int isPoke = getMsg(); |
342 | 342 | ||
343 | if (isPoke == 1) | 343 | if (isPoke == 1) |
344 | { | 344 | { |
345 | usleep(6000); | 345 | usleep(3000); |
346 | 346 | ||
347 | u32 rawdata[sizeof(struct PokemonIntermediate) / 4]; | 347 | u32 rawdata[sizeof(struct PokemonIntermediate) / 4]; |
348 | getMsgArr(rawdata, sizeof(struct PokemonIntermediate) / 4); | 348 | getMsgArr(rawdata, sizeof(struct PokemonIntermediate) / 4); |