Add Wyndon as a location for sitting on bench memory

This commit is contained in:
Lusamine 2021-08-29 01:28:42 -05:00
parent 02e9d07745
commit e85a75e796

View file

@ -129,7 +129,7 @@ namespace PKHeX.Core
42 when variable is not (1 or 12 or 33 or 35 or 37 or 44 or 47 or 53 or 71 or 72 or 76 or 77) => true,
// sitting on a bench
70 when variable is not (12 or 28 or 33 or 35 or 37 or 38 or 44 or 53 or 77) => true,
70 when variable is not (12 or 22 or 28 or 33 or 35 or 37 or 38 or 44 or 53 or 77) => true,
_ => !PossibleGeneralLocations8.Contains(arg),
};