PKHeX/PKHeX.Core/PKM/Strings
Kurt 1dc94152c3 Fix array reference
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).
2024-10-03 14:44:22 -05:00
..
Font Minor clean 2024-06-15 00:57:44 -05:00
Trash Misc tweaks 2024-05-30 10:40:08 -05:00
IStringConverter.cs Add IStringConverter, impl on PKM & SaveFile 2024-04-23 00:57:17 -05:00
StringConverter.cs Revise gender symbol remapping 2024-05-12 10:47:55 -05:00
StringConverter1.cs Support G2 mail in all languages (#4359) 2024-10-01 00:02:37 -05:00
StringConverter2.cs Support G2 mail in all languages (#4359) 2024-10-01 00:02:37 -05:00
StringConverter2KOR.cs Support G2 mail in all languages (#4359) 2024-10-01 00:02:37 -05:00
StringConverter3.cs Implement GBA/GC string conversion (#4278) 2024-05-22 12:22:41 -05:00
StringConverter3GC.cs Fix array reference 2024-10-03 14:44:22 -05:00
StringConverter4.cs Revise gender symbol remapping 2024-05-12 10:47:55 -05:00
StringConverter4GC.cs Revise gender symbol remapping 2024-05-12 10:47:55 -05:00
StringConverter4Util.cs Use straight apostrophe for Gen3/4 (#4275) 2024-05-18 10:04:25 -05:00
StringConverter5.cs Add SafeTerminate string write option 2024-09-05 23:58:48 -05:00
StringConverter6.cs Revise gender symbol remapping 2024-05-12 10:47:55 -05:00
StringConverter7.cs Revise gender symbol remapping 2024-05-12 10:47:55 -05:00
StringConverter7ZH.cs Revise gender symbol remapping 2024-05-12 10:47:55 -05:00
StringConverter8.cs Add Trash Byte verification for Switch formats (#4283) 2024-05-27 18:21:11 -05:00
StringConverter12Transporter.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
StringConverter345.cs Implement GBA/GC string conversion (#4278) 2024-05-22 12:22:41 -05:00
StringConverterOption.cs Add SafeTerminate string write option 2024-09-05 23:58:48 -05:00