PKHeX/PKHeX.Core/PKM
abcboy101 01131e59f0
Modify G1/G2 character mappings (#4154)
### Treat 'ヘ' as katakana
- For consistency with ベ/ペ/リ which are treated as katakana here and in StringConverter12Transporter.cs, map 0xCD to katakana ヘ instead of hiragana へ.
- Allow input of hiragana べ/ぺ/へ/り, mapping them to katakana ベ/ペ/ヘ/リ. Previously, they would be treated as invalid and mapped to the string terminator.

### Swap mappings for 0xE8/0xF2
- Previously, 0xE8 was mapped to U+002E `.` FULL STOP, while 0xF2 was mapped to the special character U+2024 `․` ONE DOT LEADER. Since 0xF2 is used in user input while 0xE8 is only used in `MR.MIME`, swap these mappings so that normal keyboard input maps to the user-enterable character.
- Modifies SpeciesName.cs to produce U+2024 for Mr. Mime in G1/G2.
2024-01-07 23:27:03 -08:00
..
Enums Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
HOME Add support for Indigo Disk (#4111) 2023-12-17 16:41:15 -08:00
Interfaces Update IHyperTrain.cs 2023-12-20 14:20:37 -08:00
Searching Fix Some Missed Conversions To Collection Expressions (#4096) 2023-12-17 16:38:53 -08:00
Shared Add support for Indigo Disk (#4111) 2023-12-17 16:41:15 -08:00
Strings Modify G1/G2 character mappings (#4154) 2024-01-07 23:27:03 -08:00
Util Modify G1/G2 character mappings (#4154) 2024-01-07 23:27:03 -08:00
BK4.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
CK3.cs Handle language-specific fateful bitflag location 2023-12-10 20:58:58 -08:00
PA8.cs Add support for Indigo Disk (#4111) 2023-12-17 16:41:15 -08:00
PB7.cs ArgumentOutOfRangeException 2023-12-09 15:21:10 -08:00
PB8.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
PK1.cs Allow replacing VC1/2 default transfer version 2024-01-04 19:57:01 -08:00
PK2.cs Allow replacing VC1/2 default transfer version 2024-01-04 19:57:01 -08:00
PK3.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
PK4.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
PK5.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
PK6.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
PK7.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
PK8.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
PK9.cs Add support for Indigo Disk (#4111) 2023-12-17 16:41:15 -08:00
PKM.cs Pass ribbon temp struct byref 2023-12-30 11:40:10 -08:00
RK4.cs Misc tweaks 2023-12-28 22:39:42 -08:00
SK2.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
XK3.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00