mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 16:27:21 +00:00
c8bd6d8aea
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 |
||
---|---|---|
.. | ||
BK4.cs | ||
CK3.cs | ||
FormConverter.cs | ||
IShadowPKM.cs | ||
ItemConverter.cs | ||
PK1.cs | ||
PK2.cs | ||
PK3.cs | ||
PK4.cs | ||
PK5.cs | ||
PK6.cs | ||
PK7.cs | ||
PKM.cs | ||
PKMConverter.cs | ||
PKX.cs | ||
QRPK7.cs | ||
ShowdownSet.cs | ||
SpeciesConverter.cs | ||
StringConverter.cs | ||
XK3.cs |