mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
parent
6754645a5f
commit
c56ba76601
1 changed files with 4 additions and 1 deletions
|
@ -181,6 +181,9 @@ namespace PKHeX.Core
|
|||
'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', // D
|
||||
'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', // E
|
||||
':', 'Ä', 'Ö', 'Ü', 'ä', 'ö', 'ü', // F
|
||||
|
||||
// Make the total length 256 so that any byte access is always within the array
|
||||
Terminator, Terminator, Terminator, Terminator, Terminator, Terminator, Terminator, Terminator, Terminator
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue