Advertisement
ffgriever

Named global variables (single)

Jun 1st, 2020
711
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 36.84 KB | None | 0 0
  1.     const std::map<u16, std::wstring> CScriptContainer::globalMap = {
  2.         {0x0002, L"global_flag_1"},
  3.         {0x0004, L"global_flag_2"},
  4.         {0x0006, L"global_flag_3"},
  5.         {0x0008, L"global_flag_4"},
  6.         {0x000a, L"global_flag_5"},
  7.         {0x000c, L"global_flag_6"},
  8.         {0x000e, L"global_flag_7"},
  9.         {0x0010, L"global_flag_8"},
  10.         {0x0012, L"global_flag_9"},
  11.         {0x0014, L"global_flag_10"},
  12.         {0x0016, L"global_flag_11"},
  13.         {0x0018, L"global_flag_12"},
  14.         {0x001a, L"global_flag_13"},
  15.         {0x001c, L"global_flag_14"},
  16.         {0x001e, L"global_flag_15"},
  17.         {0x0020, L"global_flag_16"},
  18.         {0x0022, L"global_flag_17"},
  19.         {0x0024, L"global_flag_18"},
  20.         {0x0026, L"global_flag_19"},
  21.         {0x0028, L"global_flag_20"},
  22.         {0x002a, L"global_flag_21"},
  23.         {0x002c, L"global_flag_22"},
  24.         {0x002e, L"global_flag_23"},
  25.         {0x0030, L"global_flag_24"},
  26.         {0x0032, L"global_flag_25"},
  27.         {0x0034, L"global_flag_26"},
  28.         {0x0036, L"global_flag_27"},
  29.         {0x0038, L"global_flag_28"},
  30.         {0x003a, L"global_flag_29"},
  31.         {0x003c, L"global_flag_30"},
  32.         {0x003e, L"global_flag_31"},
  33.         {0x0040, L"global_flag_32"},
  34.         {0x0042, L"global_flag_33"},
  35.         {0x0044, L"global_flag_34"},
  36.         {0x0046, L"global_flag_35"},
  37.         {0x0048, L"global_flag_36"},
  38.         {0x004a, L"global_flag_37"},
  39.         {0x004c, L"global_flag_38"},
  40.         {0x004e, L"global_flag_39"},
  41.         {0x0050, L"global_flag_40"},
  42.         {0x0052, L"global_flag_41"},
  43.         {0x0054, L"global_flag_42"},
  44.         {0x0056, L"global_flag_43"},
  45.         {0x0058, L"global_flag_44"},
  46.         {0x005a, L"global_flag_45"},
  47.         {0x005c, L"global_flag_46"},
  48.         {0x005e, L"global_flag_47"},
  49.         {0x0060, L"global_flag_48"},
  50.         {0x0062, L"global_flag_49"},
  51.         {0x0064, L"global_flag_50"},
  52.         {0x0066, L"global_flag_51"},
  53.         {0x0068, L"global_flag_52"},
  54.         {0x006a, L"global_flag_53"},
  55.         {0x006c, L"global_flag_54"},
  56.         {0x006e, L"global_flag_55"},
  57.         {0x0070, L"global_flag_56"},
  58.         {0x0072, L"global_flag_57"},
  59.         {0x0074, L"global_flag_58"},
  60.         {0x0076, L"global_flag_59"},
  61.         {0x0078, L"global_flag_60"},
  62.         {0x007a, L"global_flag_61"},
  63.         {0x007c, L"global_flag_62"},
  64.         {0x007e, L"global_flag_63"},
  65.         {0x0080, L"global_flag_64"},
  66.         {0x0082, L"global_flag_65"},
  67.         {0x0084, L"global_flag_66"},
  68.         {0x0086, L"global_flag_67"},
  69.         {0x0088, L"global_flag_68"},
  70.         {0x008a, L"global_flag_69"},
  71.         {0x008c, L"global_flag_70"},
  72.         {0x008e, L"global_flag_71"},
  73.         {0x0090, L"global_flag_72"},
  74.         {0x0092, L"global_flag_73"},
  75.         {0x0094, L"global_flag_74"},
  76.         {0x0096, L"global_flag_75"},
  77.         {0x0098, L"global_flag_76"},
  78.         {0x009a, L"global_flag_77"},
  79.         {0x009c, L"global_flag_78"},
  80.         {0x009e, L"global_flag_79"},
  81.         {0x00a0, L"global_flag_80"},
  82.         {0x00a2, L"global_flag_81"},
  83.         {0x00a4, L"global_flag_82"},
  84.         {0x00a6, L"global_flag_83"},
  85.         {0x00a8, L"global_flag_84"},
  86.         {0x00aa, L"global_flag_85"},
  87.         {0x00ac, L"global_flag_86"},
  88.         {0x00ae, L"global_flag_87"},
  89.         {0x00b0, L"global_flag_88"},
  90.         {0x00b2, L"global_flag_89"},
  91.         {0x00b4, L"global_flag_90"},
  92.         {0x00b6, L"global_flag_91"},
  93.         {0x00b8, L"global_flag_92"},
  94.         {0x00ba, L"global_flag_93"},
  95.         {0x00bc, L"global_flag_94"},
  96.         {0x00be, L"global_flag_95"},
  97.         {0x00c0, L"global_flag_96"},
  98.         {0x00c2, L"global_flag_97"},
  99.         {0x00c4, L"global_flag_98"},
  100.         {0x00c6, L"global_flag_99"},
  101.         {0x00c8, L"global_flag_100"},
  102.         {0x00ca, L"global_flag_101"},
  103.         {0x00cc, L"global_flag_102"},
  104.         {0x00ce, L"global_flag_103"},
  105.         {0x00d0, L"global_flag_104"},
  106.         {0x00d2, L"global_flag_105"},
  107.         {0x00d4, L"global_flag_106"},
  108.         {0x00d6, L"global_flag_107"},
  109.         {0x00d8, L"global_flag_108"},
  110.         {0x00da, L"global_flag_109"},
  111.         {0x00dc, L"global_flag_110"},
  112.         {0x00de, L"global_flag_111"},
  113.         {0x00e0, L"global_flag_112"},
  114.         {0x00e2, L"global_flag_113"},
  115.         {0x00e4, L"global_flag_114"},
  116.         {0x00e6, L"global_flag_115"},
  117.         {0x00e8, L"global_flag_116"},
  118.         {0x00ea, L"global_flag_117"},
  119.         {0x00ec, L"global_flag_118"},
  120.         {0x00ee, L"global_flag_119"},
  121.         {0x00f0, L"global_flag_120"},
  122.         {0x00f2, L"global_flag_121"},
  123.         {0x00f4, L"global_flag_122"},
  124.         {0x00f6, L"global_flag_123"},
  125.         {0x00f8, L"global_flag_124"},
  126.         {0x00fa, L"global_flag_125"},
  127.         {0x00fc, L"global_flag_126"},
  128.         {0x00fe, L"global_flag_127"},
  129.         {0x0100, L"global_flag_128"},
  130.         {0x0102, L"global_flag_129"},
  131.         {0x0104, L"global_flag_130"},
  132.         {0x0106, L"global_flag_131"},
  133.         {0x0108, L"global_flag_132"},
  134.         {0x010a, L"global_flag_133"},
  135.         {0x010c, L"global_flag_134"},
  136.         {0x010e, L"global_flag_135"},
  137.         {0x0110, L"global_flag_136"},
  138.         {0x0112, L"global_flag_137"},
  139.         {0x0114, L"global_flag_138"},
  140.         {0x0116, L"global_flag_139"},
  141.         {0x0118, L"global_flag_140"},
  142.         {0x011a, L"global_flag_141"},
  143.         {0x011c, L"global_flag_142"},
  144.         {0x011e, L"global_flag_143"},
  145.         {0x0120, L"global_flag_144"},
  146.         {0x0122, L"global_flag_145"},
  147.         {0x0124, L"global_flag_146"},
  148.         {0x0126, L"global_flag_147"},
  149.         {0x0128, L"global_flag_148"},
  150.         {0x012a, L"global_flag_149"},
  151.         {0x012c, L"global_flag_150"},
  152.         {0x012e, L"global_flag_151"},
  153.         {0x0130, L"global_flag_152"},
  154.         {0x0132, L"global_flag_153"},
  155.         {0x0134, L"global_flag_154"},
  156.         {0x0136, L"global_flag_155"},
  157.         {0x0138, L"global_flag_156"},
  158.         {0x013a, L"global_flag_157"},
  159.         {0x013c, L"global_flag_158"},
  160.         {0x013e, L"global_flag_159"},
  161.         {0x0140, L"global_flag_160"},
  162.         {0x0142, L"global_flag_161"},
  163.         {0x0144, L"global_flag_162"},
  164.         {0x0146, L"global_flag_163"},
  165.         {0x0148, L"global_flag_164"},
  166.         {0x014a, L"global_flag_165"},
  167.         {0x014c, L"global_flag_166"},
  168.         {0x014e, L"global_flag_167"},
  169.         {0x0150, L"global_flag_168"},
  170.         {0x0152, L"global_flag_169"},
  171.         {0x0154, L"global_flag_170"},
  172.         {0x0156, L"global_flag_171"},
  173.         {0x0158, L"global_flag_172"},
  174.         {0x015a, L"global_flag_173"},
  175.         {0x015c, L"global_flag_174"},
  176.         {0x015e, L"global_flag_175"},
  177.         {0x0160, L"global_flag_176"},
  178.         {0x0162, L"global_flag_177"},
  179.         {0x0164, L"global_flag_178"},
  180.         {0x0166, L"global_flag_179"},
  181.         {0x0168, L"global_flag_180"},
  182.         {0x016a, L"global_flag_181"},
  183.         {0x016c, L"global_flag_182"},
  184.         {0x016e, L"global_flag_183"},
  185.         {0x0170, L"global_flag_184"},
  186.         {0x0172, L"global_flag_185"},
  187.         {0x0174, L"global_flag_186"},
  188.         {0x0176, L"global_flag_187"},
  189.         {0x0178, L"global_flag_188"},
  190.         {0x017a, L"global_flag_189"},
  191.         {0x017c, L"global_flag_190"},
  192.         {0x017e, L"global_flag_191"},
  193.         {0x0180, L"global_flag_192"},
  194.         {0x0182, L"global_flag_193"},
  195.         {0x0184, L"global_flag_194"},
  196.         {0x0186, L"global_flag_195"},
  197.         {0x0188, L"global_flag_196"},
  198.         {0x018a, L"global_flag_197"},
  199.         {0x018c, L"global_flag_198"},
  200.         {0x018e, L"global_flag_199"},
  201.         {0x0190, L"global_flag_200"},
  202.         {0x0192, L"global_flag_201"},
  203.         {0x0194, L"global_flag_202"},
  204.         {0x0196, L"global_flag_203"},
  205.         {0x0198, L"global_flag_204"},
  206.         {0x019a, L"global_flag_205"},
  207.         {0x019c, L"global_flag_206"},
  208.         {0x019e, L"global_flag_207"},
  209.         {0x01a0, L"global_flag_208"},
  210.         {0x01a2, L"global_flag_209"},
  211.         {0x01a4, L"global_flag_210"},
  212.         {0x01a6, L"global_flag_211"},
  213.         {0x01a8, L"global_flag_212"},
  214.         {0x01aa, L"global_flag_213"},
  215.         {0x01ac, L"global_flag_214"},
  216.         {0x01ae, L"global_flag_215"},
  217.         {0x01b0, L"global_flag_216"},
  218.         {0x01b2, L"global_flag_217"},
  219.         {0x01b4, L"global_flag_218"},
  220.         {0x01b6, L"global_flag_219"},
  221.         {0x01b8, L"global_flag_220"},
  222.         {0x01ba, L"global_flag_221"},
  223.         {0x01bc, L"global_flag_222"},
  224.         {0x01be, L"global_flag_223"},
  225.         {0x01c0, L"global_flag_224"},
  226.         {0x01c2, L"global_flag_225"},
  227.         {0x01c4, L"global_flag_226"},
  228.         {0x01c6, L"global_flag_227"},
  229.         {0x01c8, L"global_flag_228"},
  230.         {0x01ca, L"global_flag_229"},
  231.         {0x01cc, L"global_flag_230"},
  232.         {0x01ce, L"global_flag_231"},
  233.         {0x01d0, L"global_flag_232"},
  234.         {0x01d2, L"global_flag_233"},
  235.         {0x01d4, L"global_flag_234"},
  236.         {0x01d6, L"global_flag_235"},
  237.         {0x01d8, L"global_flag_236"},
  238.         {0x01da, L"global_flag_237"},
  239.         {0x01dc, L"global_flag_238"},
  240.         {0x01de, L"global_flag_239"},
  241.         {0x01e0, L"global_flag_240"},
  242.         {0x01e2, L"global_flag_241"},
  243.         {0x01e4, L"global_flag_242"},
  244.         {0x01e6, L"global_flag_243"},
  245.         {0x01e8, L"global_flag_244"},
  246.         {0x01ea, L"global_flag_245"},
  247.         {0x01ec, L"global_flag_246"},
  248.         {0x01ee, L"global_flag_247"},
  249.         {0x01f0, L"global_flag_248"},
  250.         {0x01f2, L"global_flag_249"},
  251.         {0x01f4, L"global_flag_250"},
  252.         {0x01f6, L"global_flag_251"},
  253.         {0x01f8, L"global_flag_252"},
  254.         {0x01fa, L"global_flag_253"},
  255.         {0x01fc, L"global_flag_254"},
  256.         {0x01fe, L"global_flag_255"},
  257.         {0x0000, L"シナリオフラグ"},
  258.         {0x0a00, L"g_com_会話段階変数"},
  259.         {0x0a01, L"g_com_パーティ人数変数"},
  260.         {0x0a02, L"g_com_e3_flag"},
  261.         {0x0a03, L"g_btl_アースドラゴン"},
  262.         {0x0a04, L"g_btl_ミミッククイーン"},
  263.         {0x0a05, L"g_btl_プリン"},
  264.         {0x0a06, L"g_btl_ブッシュファイア"},
  265.         {0x0a07, L"g_btl_ハイドラ"},
  266.         {0x0a08, L"g_btl_ティアマット"},
  267.         {0x0a09, L"g_btl_ダイダロス"},
  268.         {0x0a0a, L"g_btl_タイラント"},
  269.         {0x0a0b, L"g_btl_メタルドラゴン"},
  270.         {0x0a0c, L"g_btl_アーリマン"},
  271.         {0x0a0d, L"g_btl_ラフレシア"},
  272.         {0x0a0e, L"g_btl_マンドラゴラーズ"},
  273.         {0x0a0f, L"g_btl_フンババ"},
  274.         {0x0a10, L"g_btl_フューリー"},
  275.         {0x0a11, L"g_btl_エルダードラゴン"},
  276.         {0x0a12, L"g_btl_ギルガメッシュA"},
  277.         {0x0a13, L"g_btl_ギルガメッシュB"},
  278.         {0x0a14, L"g_btl_デモンズウォールA"},
  279.         {0x0a15, L"g_btl_デモンズウォールB"},
  280.         {0x0a16, L"g_btl_ボムキング"},
  281.         {0x0a17, L"g_btl_神竜"},
  282.         {0x0a18, L"g_btl_魔神竜"},
  283.         {0x0a19, L"g_btl_ベリアス"},
  284.         {0x0a1a, L"g_btl_カオス"},
  285.         {0x0a1b, L"g_btl_ゾディアーク"},
  286.         {0x0a1c, L"g_btl_キュクレイン"},
  287.         {0x0a1d, L"g_btl_ザルエラ"},
  288.         {0x0a1e, L"g_btl_ファムフリート"},
  289.         {0x0a1f, L"g_btl_ハシュマリム"},
  290.         {0x0a20, L"g_btl_シュミハザ"},
  291.         {0x0a21, L"g_btl_マティウス"},
  292.         {0x0a22, L"g_btl_ゼロムス"},
  293.         {0x0a23, L"g_btl_エクスデス"},
  294.         {0x0a24, L"g_btl_アルテマ"},
  295.         {0x0a25, L"g_btl_アドラメレク"},
  296.         {0x0a26, L"g_btl_バッガモナン"},
  297.         {0x0a27, L"g_btl_ザコジャッジ"},
  298.         {0x0a28, L"g_btl_ギース"},
  299.         {0x0a29, L"g_btl_シドドラクロア"},
  300.         {0x0a2a, L"g_btl_シド大灯台"},
  301.         {0x0a2b, L"g_btl_ガブラス大灯台"},
  302.         {0x0a2c, L"g_btl_ヴェイン"},
  303.         {0x0a2d, L"g_btl_ハイパー・ヴェイン"},
  304.         {0x0a2e, L"g_btl_ラスト・ヴェイン"},
  305.         {0x0a2f, L"g_btl_アントリオン"},
  306.         {0x0a30, L"g_btl_ガブラスバハムート"},
  307.         {0x0a31, L"g_btl_クリスタルミミックグリーン"},
  308.         {0x0a32, L"g_btl_クリスタルミミックブルー"},
  309.         {0x0a33, L"g_btl_クリスタルミミックレッド"},
  310.         {0x0a34, L"g_btl_ゲンブ"},
  311.         {0x0a35, L"g_btl_セイリュウ"},
  312.         {0x0a36, L"g_btl_ビャッコ"},
  313.         {0x0a37, L"g_btl_スザク"},
  314.         {0x0a38, L"g_btl_おんみょうし"},
  315.         {0x0a39, L"g_btl_囚人シーク"},
  316.         {0x0a3a, L"g_btl_ガラムサイズ帝国兵"},
  317.         {0x0a3b, L"g_btl_ウォースラ"},
  318.         {0x0a3c, L"g_btl_ジャッジ・ベルガ"},
  319.         {0x0a3d, L"g_btl_ノートリ_ダークファイア"},
  320.         {0x0a3e, L"g_btl_ノートリ_闇のソウル"},
  321.         {0x0a3f, L"g_btl_ノートリ_聖のソウル"},
  322.         {0x0a40, L"g_btl_ノートリ_デスゲイズ"},
  323.         {0x0a41, L"g_btl_ナルビナレモラ"},
  324.         {0x0a42, L"g_btl_ネズミ"},
  325.         {0x0a43, L"g_btl_nm_パック"},
  326.         {0x0a44, L"g_btl_nm_テクスタ"},
  327.         {0x0a45, L"g_btl_nm_花サボテン"},
  328.         {0x0a46, L"g_btl_nm_レイス"},
  329.         {0x0a47, L"g_btl_nm_ニーズヘッグ"},
  330.         {0x0a48, L"g_btl_nm_ホワイトムース"},
  331.         {0x0a49, L"g_btl_nm_リングドラゴン"},
  332.         {0x0a4a, L"g_btl_nm_ワイバーンロード"},
  333.         {0x0a4b, L"g_btl_nm_マリリス"},
  334.         {0x0a4c, L"g_btl_nm_エンケドラス"},
  335.         {0x0a4d, L"g_btl_nm_ケロゲロス"},
  336.         {0x0a4e, L"g_btl_nm_イシュタム"},
  337.         {0x0a4f, L"g_btl_nm_チョッパー"},
  338.         {0x0a50, L"g_btl_nm_ボーパルバニー"},
  339.         {0x0a51, L"g_btl_nm_マインドフレア"},
  340.         {0x0a52, L"g_btl_nm_ブラッディ"},
  341.         {0x0a53, L"g_btl_nm_アトモス"},
  342.         {0x0a54, L"g_btl_nm_ロビー"},
  343.         {0x0a55, L"g_btl_nm_ブライ"},
  344.         {0x0a56, L"g_btl_nm_ダークスティール"},
  345.         {0x0a57, L"g_btl_nm_ヴィラール"},
  346.         {0x0a58, L"g_btl_nm_リンドヴルム"},
  347.         {0x0a59, L"g_btl_nm_オーバーロード"},
  348.         {0x0a5a, L"g_btl_nm_ゴリアテ"},
  349.         {0x0a5b, L"g_btl_nm_デスサイズ"},
  350.         {0x0a5c, L"g_btl_nm_ディアボロス"},
  351.         {0x0a5d, L"g_btl_nm_ピスコディーモン"},
  352.         {0x0a5e, L"g_btl_nm_ワイルドモルボル"},
  353.         {0x0a5f, L"g_btl_nm_カトブレパス"},
  354.         {0x0a60, L"g_btl_nm_ファーヴニル"},
  355.         {0x0a61, L"g_btl_nm_パイルラスタ"},
  356.         {0x0a62, L"g_btl_nm_ヒナドリス"},
  357.         {0x0a63, L"g_btl_nm_ニワトリス"},
  358.         {0x0a64, L"g_btl_nm_ロックタイタス"},
  359.         {0x0a65, L"g_btl_nm_オルトロス"},
  360.         {0x0a66, L"g_btl_nm_ギルガメ"},
  361.         {0x0a67, L"g_btl_nm_トリックスター"},
  362.         {0x0a68, L"g_btl_nm_キャロット"},
  363.         {0x0a69, L"g_btl_nm_キングベヒーモス"},
  364.         {0x0a6a, L"g_btl_西エンサ亀"},
  365.         {0x0a6b, L"g_btl_ガルーダ強"},
  366.         {0x0a6c, L"g_btl_ガルーダ弱"},
  367.         {0x0a6d, L"g_btl_ドラクロアジャッジ"},
  368.         {0x0a6e, L"g_btl_ドラクロアギガース"},
  369.         {0x0a6f, L"g_syuto_flg_0"},
  370.         {0x0a70, L"g_boss_debug"},
  371.         {0x0a71, L"g_com_debug_flag"},
  372.         {0x0a72, L"battle_global_flag_0"},
  373.         {0x0a74, L"battle_global_flag_1"},
  374.         {0x0a76, L"battle_global_flag_2"},
  375.         {0x0a78, L"battle_global_flag_3"},
  376.         {0x0a7a, L"battle_global_flag_4"},
  377.         {0x0a7c, L"battle_global_flag_5"},
  378.         {0x0a7e, L"battle_global_flag_6"},
  379.         {0x0a80, L"battle_global_flag_7"},
  380.         {0x0a82, L"battle_global_flag_8"},
  381.         {0x0a84, L"battle_global_flag_9"},
  382.         {0x0a86, L"battle_global_flag_10"},
  383.         {0x0a88, L"battle_global_flag_11"},
  384.         {0x0a8a, L"battle_global_flag_12"},
  385.         {0x0a8c, L"battle_global_flag_13"},
  386.         {0x0a8e, L"battle_global_flag_14"},
  387.         {0x0a90, L"battle_global_flag_15"},
  388.         {0x0a92, L"battle_global_flag_16"},
  389.         {0x0a94, L"battle_global_flag_17"},
  390.         {0x0a96, L"battle_global_flag_18"},
  391.         {0x0a98, L"battle_global_flag_19"},
  392.         {0x0a9a, L"battle_global_flag_20"},
  393.         {0x0a9c, L"battle_global_flag_21"},
  394.         {0x0a9e, L"battle_global_flag_22"},
  395.         {0x0aa0, L"battle_global_flag_23"},
  396.         {0x0aa2, L"battle_global_flag_24"},
  397.         {0x0aa4, L"battle_global_flag_25"},
  398.         {0x0aa6, L"battle_global_flag_26"},
  399.         {0x0aa8, L"battle_global_flag_27"},
  400.         {0x0aaa, L"battle_global_flag_28"},
  401.         {0x0aac, L"battle_global_flag_29"},
  402.         {0x0aae, L"battle_global_flag_30"},
  403.         {0x0ab0, L"battle_global_flag_31"},
  404.         {0x0ab2, L"battle_global_flag_32"},
  405.         {0x0ab4, L"battle_global_flag_33"},
  406.         {0x0ab6, L"battle_global_flag_34"},
  407.         {0x0ab8, L"battle_global_flag_35"},
  408.         {0x0aba, L"battle_global_flag_36"},
  409.         {0x0abc, L"battle_global_flag_37"},
  410.         {0x0abe, L"battle_global_flag_38"},
  411.         {0x0ac0, L"battle_global_flag_39"},
  412.         {0x0ac2, L"battle_global_flag_40"},
  413.         {0x0ac4, L"battle_global_flag_41"},
  414.         {0x0ac6, L"battle_global_flag_42"},
  415.         {0x0ac8, L"battle_global_flag_43"},
  416.         {0x0aca, L"battle_global_flag_44"},
  417.         {0x0acc, L"battle_global_flag_45"},
  418.         {0x0ace, L"battle_global_flag_46"},
  419.         {0x0ad0, L"battle_global_flag_47"},
  420.         {0x0ad2, L"battle_global_flag_48"},
  421.         {0x0ad4, L"battle_global_flag_49"},
  422.         {0x0ad6, L"battle_global_flag_50"},
  423.         {0x0ad8, L"battle_global_flag_51"},
  424.         {0x0ada, L"battle_global_flag_52"},
  425.         {0x0adc, L"battle_global_flag_53"},
  426.         {0x0ade, L"battle_global_flag_54"},
  427.         {0x0ae0, L"battle_global_flag_55"},
  428.         {0x0ae2, L"battle_global_flag_56"},
  429.         {0x0ae4, L"battle_global_flag_57"},
  430.         {0x0ae6, L"battle_global_flag_58"},
  431.         {0x0ae8, L"battle_global_flag_59"},
  432.         {0x0aea, L"battle_global_flag_60"},
  433.         {0x0aec, L"battle_global_flag_61"},
  434.         {0x0aee, L"battle_global_flag_62"},
  435.         {0x0af0, L"battle_global_flag_63"},
  436.         {0x0af2, L"g_com_fon_sell_get_0"},
  437.         {0x0af3, L"g_com_fon_sell_get_1"},
  438.         {0x0af4, L"g_com_fon_sell_get_2"},
  439.         {0x0af5, L"g_com_fon_sell_get_3"},
  440.         {0x0af6, L"g_com_fon_sell_get_4"},
  441.         {0x0af7, L"g_com_fon_sell_get_5"},
  442.         {0x0af8, L"g_com_fon_sell_get_6"},
  443.         {0x0af9, L"g_com_fon_sell_get_7"},
  444.         {0x0afa, L"g_com_fon_sell_get_8"},
  445.         {0x0afb, L"g_com_fon_sell_get_9"},
  446.         {0x0afc, L"g_com_fon_sell_get_10"},
  447.         {0x0afd, L"g_com_fon_sell_get_11"},
  448.         {0x0afe, L"g_com_fon_sell_get_12"},
  449.         {0x0aff, L"g_com_fon_sell_get_13"},
  450.         {0x0b00, L"g_com_fon_sell_get_14"},
  451.         {0x0b01, L"g_com_fon_sell_get_15"},
  452.         {0x0b02, L"g_com_fon_sell_get_16"},
  453.         {0x0b03, L"g_com_fon_sell_get_17"},
  454.         {0x0b04, L"g_com_fon_sell_get_18"},
  455.         {0x0b05, L"g_com_fon_sell_get_19"},
  456.         {0x0b06, L"g_com_fon_sell_get_20"},
  457.         {0x0b07, L"g_com_fon_sell_get_21"},
  458.         {0x0b08, L"g_com_fon_sell_get_22"},
  459.         {0x0b09, L"g_com_fon_sell_get_23"},
  460.         {0x0b0a, L"g_com_fon_sell_get_24"},
  461.         {0x0b0b, L"g_com_fon_sell_get_25"},
  462.         {0x0b0c, L"g_com_fon_sell_get_26"},
  463.         {0x0b0d, L"g_com_fon_sell_get_27"},
  464.         {0x0b0e, L"g_com_fon_sell_get_28"},
  465.         {0x0b0f, L"g_com_fon_sell_get_29"},
  466.         {0x0b10, L"g_com_fon_sell_get_30"},
  467.         {0x0b11, L"g_com_fon_sell_get_31"},
  468.         {0x0b12, L"g_com_fon_hunter_お礼渡したフラグ_0"},
  469.         {0x0b13, L"g_com_fon_hunter_お礼渡したフラグ_1"},
  470.         {0x0b14, L"quest_global_flag_0"},
  471.         {0x0b15, L"quest_global_flag_1"},
  472.         {0x0b16, L"quest_global_flag_2"},
  473.         {0x0b17, L"quest_global_flag_3"},
  474.         {0x0b18, L"quest_global_flag_4"},
  475.         {0x0b19, L"quest_global_flag_5"},
  476.         {0x0b1a, L"quest_global_flag_6"},
  477.         {0x0b1b, L"quest_global_flag_7"},
  478.         {0x0b1c, L"quest_global_flag_8"},
  479.         {0x0b1d, L"quest_global_flag_9"},
  480.         {0x0b1e, L"quest_global_flag_10"},
  481.         {0x0b1f, L"quest_global_flag_11"},
  482.         {0x0b20, L"quest_global_flag_12"},
  483.         {0x0b21, L"quest_global_flag_13"},
  484.         {0x0b22, L"quest_global_flag_14"},
  485.         {0x0b23, L"quest_global_flag_15"},
  486.         {0x0b24, L"quest_global_flag_16"},
  487.         {0x0b25, L"quest_global_flag_17"},
  488.         {0x0b26, L"quest_global_flag_18"},
  489.         {0x0b27, L"quest_global_flag_19"},
  490.         {0x0b28, L"quest_global_flag_20"},
  491.         {0x0b29, L"quest_global_flag_21"},
  492.         {0x0b2a, L"quest_global_flag_22"},
  493.         {0x0b2b, L"quest_global_flag_23"},
  494.         {0x0b2c, L"quest_global_flag_24"},
  495.         {0x0b2d, L"quest_global_flag_25"},
  496.         {0x0b2e, L"quest_global_flag_26"},
  497.         {0x0b2f, L"quest_global_flag_27"},
  498.         {0x0b30, L"quest_global_flag_28"},
  499.         {0x0b31, L"quest_global_flag_29"},
  500.         {0x0b32, L"quest_global_flag_30"},
  501.         {0x0b33, L"quest_global_flag_31"},
  502.         {0x0b34, L"quest_global_flag_32"},
  503.         {0x0b35, L"quest_global_flag_33"},
  504.         {0x0b36, L"quest_global_flag_34"},
  505.         {0x0b37, L"quest_global_flag_35"},
  506.         {0x0b38, L"quest_global_flag_36"},
  507.         {0x0b39, L"quest_global_flag_37"},
  508.         {0x0b3a, L"quest_global_flag_38"},
  509.         {0x0b3b, L"quest_global_flag_39"},
  510.         {0x0b3c, L"quest_global_flag_40"},
  511.         {0x0b3d, L"quest_global_flag_41"},
  512.         {0x0b3e, L"quest_global_flag_42"},
  513.         {0x0b3f, L"quest_global_flag_43"},
  514.         {0x0b40, L"quest_global_flag_44"},
  515.         {0x0b41, L"quest_global_flag_45"},
  516.         {0x0b42, L"quest_global_flag_46"},
  517.         {0x0b43, L"quest_global_flag_47"},
  518.         {0x0b44, L"quest_global_flag_48"},
  519.         {0x0b45, L"quest_global_flag_49"},
  520.         {0x0b46, L"quest_global_flag_50"},
  521.         {0x0b47, L"quest_global_flag_51"},
  522.         {0x0b48, L"quest_global_flag_52"},
  523.         {0x0b49, L"quest_global_flag_53"},
  524.         {0x0b4a, L"quest_global_flag_54"},
  525.         {0x0b4b, L"quest_global_flag_55"},
  526.         {0x0b4c, L"quest_global_flag_56"},
  527.         {0x0b4d, L"quest_global_flag_57"},
  528.         {0x0b4e, L"quest_global_flag_58"},
  529.         {0x0b4f, L"quest_global_flag_59"},
  530.         {0x0b50, L"quest_global_flag_60"},
  531.         {0x0b51, L"quest_global_flag_61"},
  532.         {0x0b52, L"quest_global_flag_62"},
  533.         {0x0b53, L"quest_global_flag_63"},
  534.         {0x0b54, L"quest_global_flag_64"},
  535.         {0x0b55, L"quest_global_flag_65"},
  536.         {0x0b56, L"quest_global_flag_66"},
  537.         {0x0b57, L"quest_global_flag_67"},
  538.         {0x0b58, L"quest_global_flag_68"},
  539.         {0x0b59, L"quest_global_flag_69"},
  540.         {0x0b5a, L"quest_global_flag_70"},
  541.         {0x0b5b, L"quest_global_flag_71"},
  542.         {0x0b5c, L"quest_global_flag_72"},
  543.         {0x0b5d, L"quest_global_flag_73"},
  544.         {0x0b5e, L"quest_global_flag_74"},
  545.         {0x0b5f, L"quest_global_flag_75"},
  546.         {0x0b60, L"quest_global_flag_76"},
  547.         {0x0b61, L"quest_global_flag_77"},
  548.         {0x0b62, L"quest_global_flag_78"},
  549.         {0x0b63, L"quest_global_flag_79"},
  550.         {0x0b64, L"quest_global_flag_80"},
  551.         {0x0b65, L"quest_global_flag_81"},
  552.         {0x0b66, L"quest_global_flag_82"},
  553.         {0x0b67, L"quest_global_flag_83"},
  554.         {0x0b68, L"quest_global_flag_84"},
  555.         {0x0b69, L"quest_global_flag_85"},
  556.         {0x0b6a, L"quest_global_flag_86"},
  557.         {0x0b6b, L"quest_global_flag_87"},
  558.         {0x0b6c, L"quest_global_flag_88"},
  559.         {0x0b6d, L"quest_global_flag_89"},
  560.         {0x0b6e, L"quest_global_flag_90"},
  561.         {0x0b6f, L"quest_global_flag_91"},
  562.         {0x0b70, L"quest_global_flag_92"},
  563.         {0x0b71, L"quest_global_flag_93"},
  564.         {0x0b72, L"event_global_flag_0"},
  565.         {0x0b74, L"event_global_flag_1"},
  566.         {0x0b76, L"event_global_flag_2"},
  567.         {0x0b78, L"event_global_flag_3"},
  568.         {0x0b7a, L"event_global_flag_4"},
  569.         {0x0b7c, L"event_global_flag_5"},
  570.         {0x0b7e, L"event_global_flag_6"},
  571.         {0x0b80, L"event_global_flag_7"},
  572.         {0x0b82, L"event_global_flag_8"},
  573.         {0x0b84, L"event_global_flag_9"},
  574.         {0x0b86, L"event_global_flag_10"},
  575.         {0x0b88, L"event_global_flag_11"},
  576.         {0x0b8a, L"event_global_flag_12"},
  577.         {0x0b8c, L"event_global_flag_13"},
  578.         {0x0b8e, L"event_global_flag_14"},
  579.         {0x0b90, L"event_global_flag_15"},
  580.         {0x0b92, L"event_global_flag_16"},
  581.         {0x0b94, L"event_global_flag_17"},
  582.         {0x0b96, L"event_global_flag_18"},
  583.         {0x0b98, L"event_global_flag_19"},
  584.         {0x0b9a, L"event_global_flag_20"},
  585.         {0x0b9c, L"event_global_flag_21"},
  586.         {0x0b9e, L"event_global_flag_22"},
  587.         {0x0ba0, L"event_global_flag_23"},
  588.         {0x0ba2, L"event_global_flag_24"},
  589.         {0x0ba4, L"event_global_flag_25"},
  590.         {0x0ba6, L"event_global_flag_26"},
  591.         {0x0ba8, L"event_global_flag_27"},
  592.         {0x0baa, L"event_global_flag_28"},
  593.         {0x0bac, L"event_global_flag_29"},
  594.         {0x0bae, L"event_global_flag_30"},
  595.         {0x0bb0, L"event_global_flag_31"},
  596.         {0x0bb2, L"event_global_flag_32"},
  597.         {0x0bb4, L"event_global_flag_33"},
  598.         {0x0bb6, L"event_global_flag_34"},
  599.         {0x0bb8, L"event_global_flag_35"},
  600.         {0x0bba, L"event_global_flag_36"},
  601.         {0x0bbc, L"event_global_flag_37"},
  602.         {0x0bbe, L"event_global_flag_38"},
  603.         {0x0bc0, L"event_global_flag_39"},
  604.         {0x0bc2, L"event_global_flag_40"},
  605.         {0x0bc4, L"event_global_flag_41"},
  606.         {0x0bc6, L"event_global_flag_42"},
  607.         {0x0bc8, L"event_global_flag_43"},
  608.         {0x0bca, L"event_global_flag_44"},
  609.         {0x0bcc, L"event_global_flag_45"},
  610.         {0x0bce, L"event_global_flag_46"},
  611.         {0x0bd0, L"event_global_flag_47"},
  612.         {0x0bd2, L"event_global_flag_48"},
  613.         {0x0bd4, L"event_global_flag_49"},
  614.         {0x0bd6, L"event_global_flag_50"},
  615.         {0x0bd8, L"event_global_flag_51"},
  616.         {0x0bda, L"event_global_flag_52"},
  617.         {0x0bdc, L"event_global_flag_53"},
  618.         {0x0bde, L"event_global_flag_54"},
  619.         {0x0be0, L"event_global_flag_55"},
  620.         {0x0be2, L"event_global_flag_56"},
  621.         {0x0be4, L"event_global_flag_57"},
  622.         {0x0be6, L"event_global_flag_58"},
  623.         {0x0be8, L"event_global_flag_59"},
  624.         {0x0bea, L"event_global_flag_60"},
  625.         {0x0bec, L"event_global_flag_61"},
  626.         {0x0bee, L"event_global_flag_62"},
  627.         {0x0bf0, L"event_global_flag_63"},
  628.         {0x0bf2, L"g_menu_telepo_dest_0"},
  629.         {0x0bf4, L"g_menu_telepo_dest_1"},
  630.         {0x0bf6, L"g_menu_telepo_dest_2"},
  631.         {0x0bf8, L"g_menu_telepo_dest_3"},
  632.         {0x0bfa, L"g_menu_telepo_dest_4"},
  633.         {0x0bfc, L"g_menu_telepo_dest_5"},
  634.         {0x0bfe, L"g_menu_telepo_dest_6"},
  635.         {0x0c00, L"g_menu_telepo_dest_7"},
  636.         {0x0c02, L"g_menu_telepo_dest_8"},
  637.         {0x0c04, L"g_menu_telepo_dest_9"},
  638.         {0x0c06, L"g_menu_telepo_dest_10"},
  639.         {0x0c08, L"g_menu_telepo_dest_11"},
  640.         {0x0c0a, L"g_menu_telepo_dest_12"},
  641.         {0x0c0c, L"g_menu_telepo_dest_13"},
  642.         {0x0c0e, L"g_menu_telepo_dest_14"},
  643.         {0x0c10, L"g_menu_telepo_dest_15"},
  644.         {0x0c12, L"g_menu_telepo_dest_16"},
  645.         {0x0c14, L"g_menu_telepo_dest_17"},
  646.         {0x0c16, L"g_menu_telepo_dest_18"},
  647.         {0x0c18, L"g_menu_telepo_dest_19"},
  648.         {0x0c1a, L"g_menu_telepo_dest_20"},
  649.         {0x0c1c, L"g_menu_telepo_dest_21"},
  650.         {0x0c1e, L"g_menu_telepo_dest_22"},
  651.         {0x0c20, L"g_menu_telepo_dest_23"},
  652.         {0x0c22, L"g_menu_telepo_dest_24"},
  653.         {0x0c24, L"g_menu_telepo_dest_25"},
  654.         {0x0c26, L"g_menu_telepo_dest_26"},
  655.         {0x0c28, L"g_menu_telepo_dest_27"},
  656.         {0x0c2a, L"g_menu_telepo_dest_28"},
  657.         {0x0c2c, L"g_menu_telepo_dest_29"},
  658.         {0x0c2e, L"g_menu_telepo_dest_30"},
  659.         {0x0c30, L"map_global_flag_0"},
  660.         {0x0c32, L"map_global_flag_1"},
  661.         {0x0c34, L"map_global_flag_2"},
  662.         {0x0c36, L"map_global_flag_3"},
  663.         {0x0c38, L"map_global_flag_4"},
  664.         {0x0c3a, L"map_global_flag_5"},
  665.         {0x0c3c, L"map_global_flag_6"},
  666.         {0x0c3e, L"map_global_flag_7"},
  667.         {0x0c40, L"map_global_flag_8"},
  668.         {0x0c42, L"map_global_flag_9"},
  669.         {0x0c44, L"map_global_flag_10"},
  670.         {0x0c46, L"map_global_flag_11"},
  671.         {0x0c48, L"map_global_flag_12"},
  672.         {0x0c4a, L"map_global_flag_13"},
  673.         {0x0c4c, L"map_global_flag_14"},
  674.         {0x0c4e, L"map_global_flag_15"},
  675.         {0x0c50, L"map_global_flag_16"},
  676.         {0x0c52, L"map_global_flag_17"},
  677.         {0x0c54, L"map_global_flag_18"},
  678.         {0x0c56, L"map_global_flag_19"},
  679.         {0x0c58, L"map_global_flag_20"},
  680.         {0x0c5a, L"map_global_flag_21"},
  681.         {0x0c5c, L"map_global_flag_22"},
  682.         {0x0c5e, L"map_global_flag_23"},
  683.         {0x0c60, L"map_global_flag_24"},
  684.         {0x0c62, L"map_global_flag_25"},
  685.         {0x0c64, L"map_global_flag_26"},
  686.         {0x0c66, L"map_global_flag_27"},
  687.         {0x0c68, L"map_global_flag_28"},
  688.         {0x0c6a, L"map_global_flag_29"},
  689.         {0x0c6c, L"map_global_flag_30"},
  690.         {0x0c6e, L"map_global_flag_31"},
  691.         {0x0c70, L"map_global_flag_32"},
  692.         {0x0c72, L"g_com_マップ通行制限フラグ_0"},
  693.         {0x0c73, L"g_com_マップ通行制限フラグ_1"},
  694.         {0x0c74, L"g_com_マップ通行制限フラグ_2"},
  695.         {0x0c75, L"g_com_マップ通行制限フラグ_3"},
  696.         {0x0c76, L"g_com_マップ通行制限フラグ_4"},
  697.         {0x0c77, L"g_com_マップ通行制限フラグ_5"},
  698.         {0x0c78, L"g_com_マップ通行制限フラグ_6"},
  699.         {0x0c79, L"g_com_マップ通行制限フラグ_7"},
  700.         {0x0c7a, L"g_com_movie_debug"},
  701.         {0x0c7b, L"g_com_dummy01"},
  702.         {0x0c7c, L"g_com_navi_footcalc_0"},
  703.         {0x0c80, L"g_com_navi_footcalc_1"},
  704.         {0x0c84, L"g_com_navi_footcalc_2"},
  705.         {0x0c88, L"g_com_set_get_label"},
  706.         {0x0c8c, L"g_com_set_get_label_2"},
  707.         {0x0c90, L"g_btl_hunt_fon_アダマンタイマイ"},
  708.         {0x0c91, L"g_btl_hunt_grm_ウールゲーター"},
  709.         {0x0c92, L"g_btl_hunt_mic_死神"},
  710.         {0x0c93, L"g_btl_hunt_wdl_ウルフ"},
  711.         {0x0c94, L"g_btl_hunt_dst_恐竜"},
  712.         {0x0c95, L"g_btl_hunt_sav_スレイプニル"},
  713.         {0x0c96, L"g_btl_hunt_ztc_ベヒーモス"},
  714.         {0x0c97, L"g_btl_hunt_lus_ゾンビ"},
  715.         {0x0c98, L"g_btl_hunt_ene_チョコボ"},
  716.         {0x0c99, L"g_btl_hunt_enw_スレイプニル"},
  717.         {0x0c9a, L"g_btl_hunt_rwg_ゾンビ"},
  718.         {0x0c9b, L"g_btl_hunt_mnt_ワイバーン"},
  719.         {0x0c9c, L"g_btl_hunt_frs_キラーマンティス"},
  720.         {0x0c9d, L"g_btl_hunt_bog_ガーゴイル"},
  721.         {0x0c9e, L"g_btl_hunt_bds_死神"},
  722.         {0x0c9f, L"g_btl_hunt_ozm_ミミック"},
  723.         {0x0ca0, L"g_btl_hunt_hne_プリン"},
  724.         {0x0ca1, L"g_btl_hunt_gol_キラーマンティス"},
  725.         {0x0ca2, L"g_btl_hunt_mfr_オウルベア"},
  726.         {0x0ca3, L"g_btl_hunt_gil_スケルトン"},
  727.         {0x0ca4, L"g_btl_hunt_pbc_デュラハン"},
  728.         {0x0ca5, L"g_btl_hunt_mrm_ドラゴンエイビス"},
  729.         {0x0ca6, L"g_btl_hunt_fon_ドラゴンエイビス"},
  730.         {0x0ca7, L"g_btl_hunt_pla_モルボル"},
  731.         {0x0ca8, L"g_btl_hunt_pla_クァール"},
  732.         {0x0ca9, L"g_btl_hunt_rui_デュラハン"},
  733.         {0x0caa, L"g_btl_hunt_rui_バット"},
  734.         {0x0cab, L"g_btl_hunt_srb_デュラハン"},
  735.         {0x0cac, L"g_btl_hunt_srb_アダマンタイマイ"},
  736.         {0x0cad, L"g_btl_hunt_rwf_恐竜"},
  737.         {0x0cae, L"g_btl_hunt_rbl_デュラハン"},
  738.         {0x0caf, L"g_btl_オメガ"},
  739.         {0x0cb0, L"g_com_mnp_オズモーネ平原ロケタイ"},
  740.         {0x0cb1, L"g_com_mnp_ヘネ魔石鉱ロケタイ"},
  741.         {0x0cb2, L"g_com_mnp_ゴルモア大森林ロケタイ"},
  742.         {0x0cb3, L"g_com_mnp_幻妖の森ロケタイ"},
  743.         {0x0cb4, L"g_com_mnp_パラミナ大峡谷ロケタイ"},
  744.         {0x0cb5, L"g_com_mnp_ガラムサイズ水路ロケタイ"},
  745.         {0x0cb6, L"g_com_mnp_バルハイム地下道ロケタイ"},
  746.         {0x0cb7, L"g_com_mnp_東ダルマスカ砂漠ロケタイ"},
  747.         {0x0cb8, L"g_com_mnp_西ダルマスカ砂漠ロケタイ"},
  748.         {0x0cb9, L"g_com_mnp_ギーザ草原ロケタイ"},
  749.         {0x0cba, L"g_com_mnp_ゼルテニアン洞窟ロケタイ"},
  750.         {0x0cbb, L"g_com_mnp_東エンサ大砂海ロケタイ"},
  751.         {0x0cbc, L"g_com_mnp_西エンサ大砂海ロケタイ"},
  752.         {0x0cbd, L"g_com_mnp_ナルビナ城塞市街地ロケタイ"},
  753.         {0x0cbe, L"g_com_mnp_モスフォーラ山地ロケタイ"},
  754.         {0x0cbf, L"g_com_mnp_サリカ樹林ロケタイ"},
  755.         {0x0cc0, L"g_com_mnp_死都ナブディスロケタイ"},
  756.         {0x0cc1, L"g_com_mnp_ナブディス王宮ロケタイ"},
  757.         {0x0cc2, L"g_com_mnp_フォーン海沿岸ロケタイ"},
  758.         {0x0cc3, L"g_com_mnp_ツィッタ大草原ロケタイ"},
  759.         {0x0cc4, L"g_com_mnp_セロビ台地ロケタイ"},
  760.         {0x0cc5, L"g_com_mnp_ヴィエラ・コミューンロケタイ"},
  761.         {0x0cc6, L"g_com_mnp_神都ブルオミシェイスロケタイ"},
  762.         {0x0cc7, L"g_com_mnp_大灯台下層ロケタイ"},
  763.         {0x0cc8, L"g_com_mnp_大灯台中層ロケタイ"},
  764.         {0x0cc9, L"g_com_mnp_大灯台上層ロケタイ"},
  765.         {0x0cca, L"g_com_mnp_大灯台最下層ロケタイ"},
  766.         {0x0ccb, L"g_com_mnp_ロケタイ表示制御予備5"},
  767.         {0x0ccc, L"g_com_mnp_ロケタイ表示制御予備6"},
  768.         {0x0ccd, L"g_com_mnp_ロケタイ表示制御予備7"},
  769.         {0x0cce, L"g_com_mnp_ロケタイ表示制御予備8"},
  770.         {0x0ccf, L"g_com_mnp_ロケタイ表示制御予備9"},
  771.         {0x0cd0, L"g_com_counter_for_horidasi_0"},
  772.         {0x0cd1, L"g_com_counter_for_horidasi_1"},
  773.         {0x0cd2, L"g_com_counter_for_horidasi_2"},
  774.         {0x0cd3, L"g_com_counter_for_horidasi_3"},
  775.         {0x0cd4, L"g_com_counter_for_horidasi_4"},
  776.         {0x0cd5, L"g_com_counter_for_horidasi_5"},
  777.         {0x0cd6, L"g_com_counter_for_horidasi_6"},
  778.         {0x0cd7, L"g_com_counter_for_horidasi_7"},
  779.         {0x0cd8, L"g_com_counter_for_horidasi_8"},
  780.         {0x0cd9, L"g_com_counter_for_horidasi_9"},
  781.         {0x0cda, L"g_com_check_for_horidasi_0"},
  782.         {0x0cdb, L"g_com_check_for_horidasi_1"},
  783.         {0x0cdc, L"g_com_3rdparty_flag_0"},
  784.         {0x0cdd, L"g_com_3rdparty_flag_1"},
  785.         {0x0cde, L"g_com_3rdparty_flag_2"},
  786.         {0x0cdf, L"g_com_3rdparty_flag_3"},
  787.         {0x0ce0, L"g_com_3rdparty_flag_4"},
  788.         {0x0ce1, L"g_com_3rdparty_flag_5"},
  789.         {0x0ce2, L"g_com_3rdparty_flag_6"},
  790.         {0x0ce3, L"g_com_3rdparty_flag_7"},
  791.         {0x0ce4, L"g_com_3rdparty_flag_8"},
  792.         {0x0ce5, L"g_com_3rdparty_flag_9"},
  793.         {0x0ce6, L"Boss_Enter_End_0"},
  794.         {0x0ce7, L"Boss_Enter_End_1"},
  795.         {0x0ce8, L"Boss_Enter_End_2"},
  796.         {0x0ce9, L"Boss_Enter_End_3"},
  797.         {0x0cea, L"Boss_Enter_End_4"},
  798.         {0x0ceb, L"Boss_Enter_End_5"},
  799.         {0x0cec, L"Boss_Enter_End_6"},
  800.         {0x0ced, L"Boss_Enter_End_7"},
  801.         {0x0cee, L"g_com_dummy02"},
  802.         {0x0cf0, L"g_com_set_get_label_3"},
  803.         {0x0984, L"mp_sav初回"},
  804.         {0x0985, L"mp_sav補正時間"},
  805.         {0x0986, L"mp_sav初訪時間"},
  806.         {0x0988, L"mp_sav季節"},
  807.         {0x0900, L"mp_map_set_angle"},
  808.         {0x0904, L"mp_map_set_x"},
  809.         {0x0908, L"mp_map_set_y"},
  810.         {0x090c, L"mp_map_set_z"},
  811.         {0x0910, L"mp_map_flg"},
  812.         {0x0914, L"mp_debugmenu_flg" },
  813.         {0x0915, L"mp_debugmenu_mj" },
  814.         {0x0916, L"mp_dst_flg" },
  815.         {0x0917, L"mp_rwg_flg" },
  816.         {0x0918, L"mp_rui_flg" },
  817.         {0x0919, L"mp_mnt_flg" },
  818.         {0x091a, L"mp_mnt0103_uki_last3" },
  819.         {0x091b, L"mp_mnt0103_uki_last2" },
  820.         {0x091c, L"mp_mnt0103_uki_last1" },
  821.         {0x091d, L"mp_mtanaka_dbg" },
  822.         {0x091e, L"mp_rbn_flg" },
  823.         {0x091f, L"mp_test" },
  824.         {0x0920, L"mp_gil_flg00" },
  825.         {0x0921, L"mp_gil_flg01" },
  826.         {0x0922, L"mp_gil_in_flg00" },
  827.         {0x0923, L"mp_gil_c_flg01" },
  828.         {0x0924, L"mp_gil_c_mj" },
  829.         {0x0925, L"mp_gil_c_magic_flg" },
  830.         {0x0926, L"mp_gil_in_flg01" },
  831.         {0x0927, L"mp_rwgb02_rfire" },
  832.         {0x0928, L"mp_rwgb02_bfire" },
  833.         {0x0929, L"mp_gil_c_magicf_flg1" },
  834.         {0x092a, L"mp_gil_c_magicf_flg2" },
  835.         {0x092b, L"mp_gil_c_magicf_ctrl" },
  836.         {0x092c, L"mp_rwg_flg2" },
  837.         {0x092d, L"mp_rbl_flg" },
  838.         {0x092e, L"mp_rbl_flg2" },
  839.         {0x092f, L"mp_rbl_flg3" },
  840.         {0x0930, L"mp_rbl_floor_cnt" },
  841.         {0x0931, L"mp_rbl_flg4" },
  842.         {0x0932, L"mp_rbl_flg5" },
  843.         {0x0933, L"mp_rbl_flg6" },
  844.         {0x0934, L"mp_rbl_flg_elef" },
  845.         {0x0935, L"mp_rbl_tama_cnt" },
  846.         {0x0936, L"mp_rbl_flg7" },
  847.         {0x0937, L"mp_rbl_flg8" },
  848.         {0x0938, L"mp_rbl_flg9" },
  849.         {0x0939, L"mp_rbl_flg10" },
  850.         {0x093a, L"mp_srb_wm_flg1" },
  851.         {0x093b, L"mp_srb_wm_flg2" },
  852.         {0x093c, L"mp_gmk_flg" },
  853.         {0x093d, L"mp_rbl_4color" },
  854.         {0x0940, L"mp_last_weather"},
  855.         {0x0941, L"mp_4map"},
  856.         {0x0942, L"mp_4map_choco"},
  857.         {0x0943, L"mp_map_set_hitse"},
  858.         {0x0200, L"nal_a01_npctalk_A"},
  859.         {0x0201, L"nal_a01_npctalk_B"},
  860.         {0x0202, L"nal_a01_npctalk_C"},
  861.         {0x0203, L"nal_a01_npctalk_D"},
  862.         {0x0204, L"nal_a01_npctalk_E"},
  863.         {0x0205, L"nal_a01_npctalk_F"},
  864.         {0x0206, L"nal_a01_npctalk_G"},
  865.         {0x0207, L"nal_a01_npctalk_H"},
  866.         {0x0208, L"nal_a01_npctalk_I"},
  867.         {0x0209, L"nal_a01_npctalk_J"},
  868.         {0x020a, L"nal_a01_npctalk_K"},
  869.         {0x020b, L"nal_a01_npctalk_L"},
  870.         {0x020c, L"nal_a01_npctalk_M"},
  871.         {0x020d, L"nal_a01_npctalk_N"},
  872.         {0x020e, L"nal_a01_npctalk_Q"},
  873.         {0x020f, L"nal_a01_npctalk_P"},
  874.         {0x0210, L"nal_a01_npctalk_BA"},
  875.         {0x0211, L"nal_a01_npctalk_BB"},
  876.         {0x0212, L"nal_a01_npctalk_BC"},
  877.         {0x0213, L"nal_a01_npctalk_BD"},
  878.         {0x0214, L"nal_a01_npctalk_BE"},
  879.         {0x0215, L"machigae_step"},
  880.         {0x0216, L"dst_b01_boat"},
  881.         {0x0217, L"SND_BOY_ASSIST_01"},
  882.         {0x0218, L"SND_MAN_A_01"},
  883.         {0x0219, L"SND_MAN_A_02"},
  884.         {0x021a, L"SND_WOMAN_B_02"},
  885.         {0x021b, L"SND_MAN_H_01"},
  886.         {0x021c, L"SND_OLDWOMAN_D_02"},
  887.         {0x021d, L"SND_MAN_C_02"},
  888.         {0x021e, L"SND_MAN_F_02"},
  889.         {0x021f, L"EV_E3用バルハイム地下道・ロケタイトル"},
  890.         {0x0220, L"EV_E3用東ダル砂漠・ロケタイトル"},
  891.         {0x0221, L"EV_ナルビナ上層マップ進行"},
  892.         {0x0222, L"EV_ナルビナ上層チュートリアル帝国兵"},
  893.         {0x0223, L"EV_バルハイム_バッテリーミミックイベント"},
  894.         {0x0224, L"EV_バルハイム_ヒューズ管取得可能フラグ"},
  895.         {0x0225, L"machigae_clear"},
  896.         {0x0226, L"EV_H_風車1"},
  897.         {0x0227, L"EV_H_風車2"},
  898.         {0x0228, L"EV_H_風車3"},
  899.         {0x0229, L"EV_H_風車4"},
  900.         {0x022a, L"EV_H_風車5"},
  901.         {0x022b, L"EV_H_風車6"},
  902.         {0x022c, L"EV_H_風車7"},
  903.         {0x022d, L"EV_H_風車8"},
  904.         {0x022e, L"EV_H_風車9"},
  905.         {0x022f, L"EV_H_風車10"},
  906.         {0x0230, L"EV_H_暗号_青"},
  907.         {0x0231, L"EV_H_暗号_緑"},
  908.         {0x0232, L"EV_H_暗号_赤"},
  909.         {0x0233, L"EV_H_暗号_黄"},
  910.         {0x0234, L"EV_H_暗号_黒"},
  911.         {0x0235, L"EV_H_暗号"},
  912.         {0x0236, L"ザルエラ制御_状況"},
  913.         {0x0400, L"g_iwクエスト初回終了フラグ_0"},
  914.         {0x0401, L"g_iw_rsn_flg_0"},
  915.         {0x0402, L"g_iw_mogxi_use"},
  916.         {0x0403, L"g_iw_東門フラグ_0"},
  917.         {0x0404, L"ミュートと集積場フラグ_0"},
  918.         {0x0405, L"g_iw_便利フラグ_0"},
  919.         {0x0406, L"g_iw_mou_0"},
  920.         {0x0407, L"g_iw_mogxi_rab_ok"},
  921.         {0x0408, L"g_iw_カトリーヌ結果"},
  922.         {0x0409, L"g_iw_カトリーヌその後_0"},
  923.         {0x040a, L"g_iw_ラバナスタ通行止め状態"},
  924.         {0x040b, L"g_iw_カトリーヌの進む道回答段階_0"},
  925.         {0x040c, L"g_iw_カトリーヌの進む道"},
  926.         {0x040d, L"g_q_order_ok_flag_0"},
  927.         {0x040e, L"g_iw_ヴィエラ進行"},
  928.         {0x040f, L"g_iw_ヴィエラのお相手_0"},
  929.         {0x0410, L"g_iw_カトリーヌ進行"},
  930.         {0x0411, L"g_iw_mogxi_first_use"},
  931.         {0x0412, L"g_iw_sb03_rbn_flg_0"},
  932.         {0x0413, L"g_iw_sb03_rbn_flg_1"},
  933.         {0x0414, L"g_iw_カトリーヌ前回SB"},
  934.         {0x0415, L"ラバナスタコカ進行フラグ"},
  935.         {0x0416, L"メダルかけら2進行フラグ"},
  936.         {0x0417, L"メダルかけら2進行フラグ2"},
  937.         {0x0418, L"g_iw_さっきあげた報酬のクランランク"},
  938.         {0x0419, L"g_iw_報酬あげたボスフラグ_0"},
  939.         {0x041a, L"g_iw_報酬あげたボスフラグ_1"},
  940.         {0x041b, L"g_iw_報酬あげたボスフラグ_2"},
  941.         {0x041c, L"g_iw_報酬あげた召喚獣フラグ"},
  942.         {0x041d, L"g_iw_クラン情報フラグ_0"},
  943.         {0x041e, L"g_iw_クラン情報フラグ_1"},
  944.         {0x041f, L"g_iw_クラン情報フラグ_2"},
  945.         {0x0420, L"g_iw_陰陽師終了後ジャンプ先"},
  946.         {0x0422, L"g_iw_陰陽師終了後ジャンプ先インデックス"},
  947.         {0x0423, L"g_iw_メダル関係フラグ_0"},
  948.         {0x0424, L"g_iw_catline_playtime"},
  949.         {0x0428, L"g_iw_最終課題フラグ_0"},
  950.         {0x0429, L"g_iw_rbn_a17_retu_migi"},
  951.         {0x042a, L"g_iw_rbn_a17_retu_hidari"},
  952.         {0x042b, L"g_iw_便利フラグ2_0"},
  953.         {0x042c, L"g_iw_bt_menu_0"},
  954.         {0x042d, L"g_iw_bt_menu_1"},
  955.         {0x042e, L"g_iw_mob_direct"},
  956.         {0x042f, L"iw_moni_on_off_memory"},
  957.         {0x0430, L"g_iw_カトリーヌ直前更新段階フラグ"},
  958.         {0x0431, L"g_iw_カトリーヌランダム出現場所フラグ"},
  959.         {0x0432, L"g_iw_sukima_0"},
  960.         {0x0433, L"g_iw_sukima_1"},
  961.         {0x0434, L"hoehoe_0"},
  962.         {0x0438, L"hoehoe_1"},
  963.         {0x043c, L"hoehoe_2"},
  964.         {0x0440, L"hoehoe_3"},
  965.         {0x0444, L"hoehoe_4"},
  966.         {0x0448, L"hoehoe_5"},
  967.         {0x044c, L"hoehoe_6"},
  968.         {0x0450, L"hoehoe_7"},
  969.         {0x0454, L"hoehoe_8"},
  970.         {0x0458, L"hoehoe_9"},
  971.         {0x045c, L"hoehoe_10"},
  972.         {0x0460, L"hoehoe_11"},
  973.         {0x0464, L"hoehoe_12"},
  974.         {0x0468, L"hoehoe_13"},
  975.         {0x046c, L"hoehoe_14"},
  976.         {0x0470, L"hoehoe_15"},
  977.         {0x0474, L"hoehoe_16"},
  978.         {0x0478, L"g_iwDummyFlag_0"},
  979.         {0x0479, L"g_iwDummyFlag_1"},
  980.         {0x047a, L"g_iwDummyFlag2_0"},
  981.         {0x047b, L"g_iwDummyPannero"},
  982.         {0x047c, L"g_iwDummyFlag_mapjump"},
  983.         {0x047d, L"g_iwDummyFlag_mapjump2"},
  984.         {0x047e, L"g_iwDummyFlag_mapjump_enable"},
  985.         {0x047f, L"g_iwDummyFlag_read_ev_info_0"}
  986.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement