mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 22:54:14 +00:00
Add Wyndon to the sign memory locations (#3252)
This commit is contained in:
parent
e85a75e796
commit
809557715d
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ namespace PKHeX.Core
|
|||
return memory switch
|
||||
{
|
||||
// reading a sign
|
||||
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,
|
||||
42 when variable is not (1 or 12 or 22 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 22 or 28 or 33 or 35 or 37 or 38 or 44 or 53 or 77) => true,
|
||||
|
|
Loading…
Reference in a new issue