mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 05:50:22 +00:00
1dc94152c3
GC strings are 22 bytes long, but GBA strings are 10 & 7 bytes long. If a 7-char OT name is generated in C/XD and transferred, it would try iterating to the 8th char which is OOB for dest. Iterate over the smaller array, which is always dest (in this method). |
||
---|---|---|
.. | ||
Font | ||
Trash | ||
IStringConverter.cs | ||
StringConverter.cs | ||
StringConverter1.cs | ||
StringConverter2.cs | ||
StringConverter2KOR.cs | ||
StringConverter3.cs | ||
StringConverter3GC.cs | ||
StringConverter4.cs | ||
StringConverter4GC.cs | ||
StringConverter4Util.cs | ||
StringConverter5.cs | ||
StringConverter6.cs | ||
StringConverter7.cs | ||
StringConverter7ZH.cs | ||
StringConverter8.cs | ||
StringConverter12Transporter.cs | ||
StringConverter345.cs | ||
StringConverterOption.cs |