From cba2c0e42911d1828e6f378c5942c25d27a059d8 Mon Sep 17 00:00:00 2001 From: AJ Fontaine Date: Tue, 3 Sep 2024 19:46:07 -0400 Subject: [PATCH] Move Koga_Gym enum to end of Gym Leaders --- src/enums/trainer-type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/enums/trainer-type.ts b/src/enums/trainer-type.ts index 189016c4837..fc5b360b8ce 100644 --- a/src/enums/trainer-type.ts +++ b/src/enums/trainer-type.ts @@ -102,7 +102,6 @@ export enum TrainerType { LT_SURGE, ERIKA, JANINE, - KOGA_GYM, SABRINA, BLAINE, GIOVANNI, @@ -172,6 +171,7 @@ export enum TrainerType { RYME, TULIP, GRUSHA, + KOGA_GYM, LORELEI = 300, BRUNO, AGATHA,