mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 22:10:21 +00:00
parent
2fe8b63589
commit
6002611c80
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public sealed class MyStatus9 : SaveBlock<SAV9SV>
|
|||
// For runtime language, the game shifts all languages above Language 6 (unused) down one.
|
||||
if (value >= 6)
|
||||
value--;
|
||||
SAV.SetValue(SaveBlockAccessor9SV.KGameLanguage, (uint)value);
|
||||
SAV.SetValue(SaveBlockAccessor9SV.KGameLanguage, value); // Int32
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue