PKHeX/PKHeX.Core/PKM
Kurt c8bd6d8aea misc kor encoding updates
transporter/bank parsed:
fix 벵벴 swaps (verified ingame)
switch ⋯ for … to match bank
add blank space (u3000) for 0xFF to match bank
note 0xB6C is incorrectly 0xB6D in transporter (=> "."); not an issue as
not a valid char choice ingame.

table data dump: https://pastebin.com/R254mB9p
reproduce via exefs: (kor1-B table followed by english analog
kor_table0)
int ofs0 = 0x1BE3C0;
int ofsK = 0x1BBE48;
int len0 = 0x130;
int lenK = ofs0-ofsK;

A+ parsing: https://pastebin.com/FAxpadxs
2017-11-23 10:18:09 -08:00
..
BK4.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00
CK3.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00
FormConverter.cs Flag invalid forms on sav compatibility check 2017-11-16 14:30:18 -08:00
IShadowPKM.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00
ItemConverter.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00
PK1.cs misc tweaks 2017-11-22 21:45:30 -08:00
PK2.cs misc tweaks 2017-11-22 21:45:30 -08:00
PK3.cs misc tweaks 2017-11-22 21:45:30 -08:00
PK4.cs misc tweaks 2017-11-22 21:45:30 -08:00
PK5.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00
PK6.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00
PK7.cs Add "IsSMCompatible" helper method to PK7. 2017-11-16 12:23:35 -08:00
PKM.cs Misc tweaks 2017-11-17 22:19:23 -08:00
PKMConverter.cs Misc tweaks 2017-11-17 22:19:23 -08:00
PKX.cs Add gen2 KOR localization exceptions 2017-10-26 20:37:11 -07:00
QRPK7.cs Refactoring 2017-06-17 18:37:19 -07:00
ShowdownSet.cs Fix form not specified check for totems 2017-11-19 14:16:28 -08:00
SpeciesConverter.cs Add guard check for out of range gen1 species 2017-11-17 17:07:12 -08:00
StringConverter.cs misc kor encoding updates 2017-11-23 10:18:09 -08:00
XK3.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00