From f575eed6aab8348606a5920552513d1fd8ff16ca Mon Sep 17 00:00:00 2001 From: berichan <66521620+berichan@users.noreply.github.com> Date: Wed, 9 Feb 2022 15:46:35 +0000 Subject: [PATCH] update for 1.0.2 --- PLAWarper/PLAWarpWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLAWarper/PLAWarpWindow.cs b/PLAWarper/PLAWarpWindow.cs index c9b840f..78e244f 100644 --- a/PLAWarper/PLAWarpWindow.cs +++ b/PLAWarper/PLAWarpWindow.cs @@ -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();