mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 04:23:12 +00:00
01131e59f0
### 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. |
||
---|---|---|
.. | ||
Enums | ||
HOME | ||
Interfaces | ||
Searching | ||
Shared | ||
Strings | ||
Util | ||
BK4.cs | ||
CK3.cs | ||
PA8.cs | ||
PB7.cs | ||
PB8.cs | ||
PK1.cs | ||
PK2.cs | ||
PK3.cs | ||
PK4.cs | ||
PK5.cs | ||
PK6.cs | ||
PK7.cs | ||
PK8.cs | ||
PK9.cs | ||
PKM.cs | ||
RK4.cs | ||
SK2.cs | ||
XK3.cs |