mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-20 04:38:25 -05:00
Add Wyndon as a location for sitting on bench memory
This commit is contained in:
parent
02e9d07745
commit
e85a75e796
|
|
@ -129,7 +129,7 @@ private static bool IsInvalidGenLoc8Other(int memory, int variable)
|
|||
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),
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user