Skip to content

Commit

Permalink
Fix Command Table
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokman5 committed May 22, 2022
1 parent f9bb9a0 commit 1797c22
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Pawapuro-TextConverter/PawaTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ static constexpr u32 specialcharacterV2001[][3]{
//ログレベル・・・0で必ず表示、2で詳細表示用
static const std::unordered_map<u16, std::tuple<int, std::string_view, int, int > > TBL_successcommandV2000{
{0x0000 ,{0, " ", 0, 0}}, {0x0001 ,{0, "\n", 0, 0}}, {0x0002 ,{0, "\n", 0, 0}}, {0x0003 ,{0, "\n", 0, 0}},
{0x0005 ,{0, "\n", 0, 0}}, {0x0006 ,{0, "\n", 0, 0}}, {0x0007 ,{0, "\n", 0, 0}}, {0x0008 ,{0, "[SKIP]", 0, 1}},
{0x0009 ,{1, "[0x09:", 0, 2}},{0x000A ,{1, "[Goto:", 0, 2}}, {0x000B ,{1, "[Gosub:", 0, 2}},
{0x0005 ,{0, " ", 0, 0}}, {0x0006 ,{0, "\n", 0, 0}}, {0x0007 ,{0, "\n", 0, 0}}, {0x0008 ,{0, "[SKIP]", 0, 1}},
{0x0009 ,{0, "[SKIP]", 0, 1}},{0x000A ,{1, "[Goto:", 0, 2}}, {0x000B ,{1, "[Gosub:", 0, 2}},
{0x000C ,{1, "[選択肢:", 0, 1}}, {0x000D ,{2, "[分岐:", 0, 2}}, {0x000E ,{2, "[0x0E:", 0, 2}}, {0x000F ,{3, "[0x0F:", 0, 2}},
{0x0010 ,{3, "[BEQ:", 0, 2}}, {0x0013 ,{3, "[BEQ:", 0, 2}}, {0x0012 ,{3, "[0x12:", 0, 2}}, {0x0013 ,{3, "[BEQ:", 0, 2}},
{0x0014 ,{3, "[0x14:", 0, 2}}, {0x0015 ,{3, "[0x15:", 0, 2}}, {0x0016 , {0, "[DEBUG]", 0, 2}}, {0x0017 , {0, "[DEBUG]", 0, 2}},
Expand All @@ -134,10 +134,10 @@ static constexpr u32 specialcharacterV2001[][3]{
{0x0024 ,{3, "[0x24:", 0, 2}}, {0x0025 ,{3, "[0x25:", 0, 2}}, {0x0026 ,{3, "[0x26:", 0, 2}}, {0x0027 ,{3, "[0x27:", 0, 2}},
{0x0028 ,{3, "[0x28:", 0, 2}}, {0x0029 ,{2, "[0x29:", 0, 2}}, {0x002A ,{2, "[0x2A:", 0, 2}}, {0x002B ,{2, "[0x2B:", 0, 2}},
{0x002C ,{3, "[0x2C:", 0, 2}}, {0x002D ,{3, "[0x2D:", 0, 2}}, {0x002E ,{3, "[0x2E:", 0, 2}}, {0x002F , {1, "[0x2F:", 0, 2}},
{0x0030 ,{0, "[主人公]", 3, 0}}, {0x0031 ,{1, "[左1顔:", 0, 1}},{0x0032 ,{1, "[左2顔:", 0, 1}}, {0x0033 ,{1, "[右1顔:", 0, 1}},
{0x0034 ,{1, "[右2顔:", 0, 1}}, {0x0035 ,{0, "[0x35]", 0, 2}}, {0x0036 ,{0, "[0x36]", 0, 2}}, {0x0037 ,{0, "[0x37]", 0, 2}},
{0x0038 ,{0, "[0x38]", 0, 2}}, {0x0039 ,{1, "[背景:", 0, 1}}, {0x003A ,{1, "[:", 0, 1}}, {0x003B ,{0, "[0x3B]", 0, 2}},
{0x003C ,{0, "[0x3C]", 0, 2}}, {0x003D ,{0, "[0x3D]", 0, 2}}, {0x003E ,{0, "[0x3E]", 0, 2}}, {0x003F ,{0, "[0x3F]", 0, 2}},
{0x0040 ,{1, "[0x40:", 0, 2}}, {0x0041 ,{1, "[文字速度:", 0, 1}}, {0x0042 ,{0, "[0x42]", 0, 2}}, {0x0043 ,{1, "[0x43:", 0, 2}},
{0x0044 ,{1, "[0x44:", 0, 2}}
{0x0030 ,{0, "[主人公]", 3, 0}}, {0x0031 ,{0, "[0x31]", 0, 2}},{0x0032 ,{0, "[0x32]", 0, 2}}, {0x0033 ,{0, "[0x33]", 0, 2}},
{0x0034 ,{0, "[0x34]", 0, 2}}, {0x0035 ,{0, "[0x35]", 0, 2}}, {0x0036 ,{0, "[0x36]", 0, 2}}, {0x0037 ,{0, "[0x37]", 0, 2}},
{0x0038 ,{0, "[ポジション]", 0, 0}}, {0x0039 ,{0, "[ポジション]", 0, 0}}, {0x003A ,{1, "[左1顔:", 0, 1}}, {0x003B ,{1, "[左1顔:", 0, 1}},
{0x003C ,{1, "[左2顔:", 0, 1}}, {0x003D ,{1, "[左2顔:", 0, 1}}, {0x003E ,{1, "[右1顔:", 0, 1}}, {0x003F ,{1, "[右1顔:", 0, 1}},
{0x0040 ,{1, "[右2顔:", 0, 1}}, {0x0041 ,{1, "[右2顔:", 0, 1}}, {0x0042 ,{0, "[0x42]", 0, 2}}, {0x0043 ,{0, "[0x43:", 0, 2}},
{0x0044 ,{0, "[0x44]", 0, 2}},{0x0045 ,{1, "[背景:", 0, 1}},{0x0046 ,{1, "[練習アニメ:", 0, 2}},{0x0047 ,{1, "[音:", 0, 1}}
};

0 comments on commit 1797c22

Please sign in to comment.