mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-04-25 07:37:02 -05:00
Add Secret Power to TM rand banlist
This commit is contained in:
parent
90cb791c52
commit
aa892addb4
|
|
@ -161,7 +161,7 @@ private void B_RandomTM_Click(object sender, EventArgs e)
|
|||
int[] randomMoves = Enumerable.Range(1, movelist.Length - 1).Select(i => i).ToArray();
|
||||
Util.Shuffle(randomMoves);
|
||||
|
||||
int[] banned = { 15, 19, 57, 70, 127, 249, 291, 148 };
|
||||
int[] banned = { 15, 19, 57, 70, 127, 249, 291, 148, 290 }; // Moves with overworld effects
|
||||
int ctr = 0;
|
||||
|
||||
for (int i = 0; i < dgvTM.Rows.Count; i++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user