From 9d75f40f0bebc39181bba7514d0ec207aed812a0 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 24 May 2020 13:37:37 -0400 Subject: [PATCH] Update SWSH DoubleClasses (#74) Closes #73 --- pkNX.Structures/Legality/Trainers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkNX.Structures/Legality/Trainers.cs b/pkNX.Structures/Legality/Trainers.cs index b67364f8..0e7e39c3 100644 --- a/pkNX.Structures/Legality/Trainers.cs +++ b/pkNX.Structures/Legality/Trainers.cs @@ -411,7 +411,7 @@ public static partial class Legal // These Trainer Classes are never assigned to Trainers, they're purely for display 168, // Interviewers (Displayed when Trainer Classes 072 and 073 partake in a Double Battle) - 172, // Music Crew (Displayed when Trainer Classes 170 and 171 partake in a Double Battle) + 169, // Music Crew (Displayed when Trainer Classes 170 and 171 partake in a Double Battle) 174, // Daring Couple (Displayed when Trainer Classes 172 and 173 partake in a Double Battle) 177, // Colleagues (Displayed when Trainer Classes 175 and 176 partake in a Double Battle) 182, // Medical Team (Displayed when Trainer Classes 180 and 181 partake in a Double Battle)