diff --git a/pk3DS/Subforms/ShinyRate.cs b/pk3DS/Subforms/ShinyRate.cs index 9f93c7f..31b65f0 100644 --- a/pk3DS/Subforms/ShinyRate.cs +++ b/pk3DS/Subforms/ShinyRate.cs @@ -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; }