Skip to content

Commit

Permalink
correct wrong kanjis in sys2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikux3 authored and Xeeynamo committed Jan 13, 2020
1 parent f02c41d commit 075bef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenKh.Kh2/Messages/Internals/JapaneseSystemDecode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,9 @@ internal static class JapaneseTable
'決', '新', '差', '商', '設', '削', '除', '獣', '值', '抜', '仲', '品', '未', '読', '野', '右', '素', '個', '移', '位', '憶', '器', '更', '記', '期', '観', '級', '現',

/*sys2-2*/
'還', '題', '', '描', '令', '→', '←', '♪', '艦', '聖', '竜', '龍', '忍', '苦', '評', '仕', '賢', '距', '&', '採', '?', '坑', '積', '夕', '錬', '斬', '霸', '一',
'還', '題', '', '描', '令', '→', '←', '♪', '艦', '聖', '竜', '龍', '忍', '苦', '評', '仕', '賢', '距', '&', '採', '', '坑', '積', '夕', '錬', '斬', '霸', '一',
'編', '語', '条', '理', '拡', '央', '冠', '極', '烈', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's',
't', 'u', 'v', 'w', 'x', 'y', 'z', '欲', '兜', '限', '臨', '威', '乱', '故', '', '惡'
't', 'u', 'v', 'w', 'x', 'y', 'z', '欲', '兜', '限', '臨', '威', '乱', '故', '', '惡'
};

public static readonly char[] _table6 = new char[0x100]
Expand Down

0 comments on commit 075bef0

Please sign in to comment.