mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-14 20:05:47 -05:00
@@ -590,6 +590,11 @@ private ushort GetResetKey()
|
||||
var tr = ot.Sum(z => z);
|
||||
return (ushort)(val + tr);
|
||||
}
|
||||
public void UnlockAllDecorations()
|
||||
{
|
||||
for (int i = 676; i <= 721; i++)
|
||||
SetEventFlag(i, true);
|
||||
}
|
||||
|
||||
public override string GetString(int Offset, int Count)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user