mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-14 05:05:33 -05:00
Switch air cutter for roost (oras tutors)
crowdsourced error, confirmed with pk3DS 314 (air cutter) ->355 (roost) pad with leading zeroes for cleanliness closes #1364
This commit is contained in:
@@ -218,9 +218,9 @@ public static partial class Legal
|
||||
|
||||
internal static readonly int[][] Tutors_AO =
|
||||
{
|
||||
new[] {450, 343, 162, 530, 324, 442, 402, 529, 340, 67, 441, 253, 9, 7, 8},
|
||||
new[] {450, 343, 162, 530, 324, 442, 402, 529, 340, 067, 441, 253, 009, 007, 008},
|
||||
new[] {277, 335, 414, 492, 356, 393, 334, 387, 276, 527, 196, 401, 399, 428, 406, 304, 231},
|
||||
new[] {20, 173, 282, 235, 257, 272, 215, 366, 143, 220, 202, 409, 314, 264, 351, 352},
|
||||
new[] {020, 173, 282, 235, 257, 272, 215, 366, 143, 220, 202, 409, 355, 264, 351, 352},
|
||||
new[] {380, 388, 180, 495, 270, 271, 478, 472, 283, 200, 278, 289, 446, 214, 285},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user