mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-03 01:59:35 -05:00
Fix reload value reference
As noted in post-close comments of #126 Thanks @sora10pls !
This commit is contained in:
parent
1f377de7e2
commit
f60a981c65
|
|
@ -46,7 +46,7 @@ public ShinyRate()
|
|||
else
|
||||
{
|
||||
Util.Alert(".code.bin was already patched for shiny rate.", "Loaded existing value.");
|
||||
NUD_Rerolls.Value = val;
|
||||
NUD_Rerolls.Value = instruction.Value;
|
||||
}
|
||||
modified = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user