Add Secret Power to TM rand banlist

This commit is contained in:
sora10pls 2017-09-04 16:35:10 -04:00
parent 90cb791c52
commit aa892addb4

View File

@ -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++)