From 711661c1ea1f0e2c26af7eb9c8d01ca0e837e905 Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 25 Jul 2017 23:30:10 -0700 Subject: [PATCH] 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 --- PKHeX.Core/Legality/Tables6.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKHeX.Core/Legality/Tables6.cs b/PKHeX.Core/Legality/Tables6.cs index 36128ec99..598651788 100644 --- a/PKHeX.Core/Legality/Tables6.cs +++ b/PKHeX.Core/Legality/Tables6.cs @@ -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}, };