PKHeX/PKHeX.Core
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
..
Game misc tweaks 2017-11-22 21:45:30 -08:00
Legality misc tweaks 2017-11-22 21:45:30 -08:00
MysteryGifts Rework mysterygift pkm sprite generation 2017-11-18 11:34:23 -08:00
PersonalInfo Add forme range check method to personalinfo 2017-11-21 18:32:27 -08:00
PKM misc kor encoding updates 2017-11-23 10:18:09 -08:00
Resources Light retyping 2017-11-22 01:50:33 +02:00
Ribbons Fix r2 ribbon checks 2017-06-26 22:18:42 -07:00
Saves Refactoring 2017-11-19 21:25:46 -08:00
Util misc tweaks 2017-11-22 21:45:30 -08:00
app.config Converted PKHeX.Core to .Net Standard 2017-05-11 23:34:18 -05:00
PKHeX.Core.csproj Add spanish legality translation 2017-11-18 17:38:06 -08:00