Update EncounterGift1.cs (#4447)

Add more OTs for Gen 1 GB Mews.
This commit is contained in:
ShadowMario3 2025-02-18 14:07:32 -05:00 committed by GitHub
parent f069b950ff
commit 757f84db9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,15 @@ public enum TrainerType : byte
"LUIGW" => true,
"LUIGIC" => true,
"YOSHIC" => true,
"EUROPE" => true,
"SWEDEN" => true,
"NORWAY" => true,
"FINLAND" => true,
"DENMARK" => true,
"AUSTRIA" => true,
"UK" => true,
"NAL" => true,
"MARIO" => true,
_ => false,
};