Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed Feb 6, 2021
1 parent 85dc833 commit 68417d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SysBot.Pokemon/BotEncounter/EncounterBot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,6 @@ private async Task DoDynamaxAdventure(CancellationToken token)
var pk3 = await ReadUntilPresent(await ParsePointer("[[[[main+28F4060]+1B0]+68]+68]+D0", token), 2_000, 0_200, token).ConfigureAwait(false);
var pk4 = await ReadUntilPresent(await ParsePointer("[[[[main+28F4060]+1B0]+68]+70]+D0", token), 2_000, 0_200, token).ConfigureAwait(false);

Log("CIAOOOOOOOOOOOOOOOO");

//Check for shinies, check all the StopConditions for the Legendary
int found = 0;
if (pk1 != null) {
Expand Down

0 comments on commit 68417d8

Please sign in to comment.