Skip to content

Commit

Permalink
update for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
berichan committed Feb 9, 2022
1 parent 9782a80 commit f575eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PLAWarper/PLAWarpWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ namespace PLADumper
{
public partial class PLAWarpWindow : Form
{
readonly long[] jumpsPos = new long[] { 0x42B2558, 0x88, 0x90, 0x1F0, 0x18, 0x80};
readonly string jumpsPosExpr = "[[[[[[main+42B2558]+88]+90]+1F0]+18]+80]+90";
readonly long[] jumpsPos = new long[] { 0x42B3558, 0x88, 0x90, 0x1F0, 0x18, 0x80};
readonly string jumpsPosExpr = "[[[[[[main+42B3558]+88]+90]+1F0]+18]+80]+90";
static SysBot bot = new SysBot();
static USBBot botUsb = new USBBot();

Expand Down

0 comments on commit f575eed

Please sign in to comment.