Advertisement
ffgriever

Named global variables (arrays)

Jun 1st, 2020
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.50 KB | None | 0 0
  1.     const std::map<u16, std::wstring> CScriptContainer::globalMapArrays = {
  2.         {0x0000, L"global_flag"},
  3.         {0x0a6f, L"g_syuto_flg"},
  4.         {0x0a72, L"battle_global_flag"},
  5.         {0x0af2, L"g_com_fon_sell_get"},
  6.         {0x0b12, L"g_com_fon_hunter_お礼渡したフラグ"},
  7.         {0x0b14, L"quest_global_flag"},
  8.         {0x0b72, L"event_global_flag"},
  9.         {0x0bf2, L"g_menu_telepo_dest"},
  10.         {0x0c30, L"map_global_flag"},
  11.         {0x0c72, L"g_com_マップ通行制限フラグ"},
  12.         {0x0c7c, L"g_com_navi_footcalc"},
  13.         {0x0cd0, L"g_com_counter_for_horidasi"},
  14.         {0x0cda, L"g_com_check_for_horidasi"},
  15.         {0x0cdc, L"g_com_3rdparty_flag"},
  16.         {0x0ce6, L"Boss_Enter_End"},
  17.         {0x0400, L"g_iwクエスト初回終了フラグ"},
  18.         {0x0401, L"g_iw_rsn_flg"},
  19.         {0x0403, L"g_iw_東門フラグ"},
  20.         {0x0404, L"ミュートと集積場フラグ"},
  21.         {0x0405, L"g_iw_便利フラグ"},
  22.         {0x0406, L"g_iw_mou"},
  23.         {0x0409, L"g_iw_カトリーヌその後"},
  24.         {0x040b, L"g_iw_カトリーヌの進む道回答段階"},
  25.         {0x040d, L"g_q_order_ok_flag"},
  26.         {0x040f, L"g_iw_ヴィエラのお相手"},
  27.         {0x0412, L"g_iw_sb03_rbn_flg"},
  28.         {0x0419, L"g_iw_報酬あげたボスフラグ"},
  29.         {0x041d, L"g_iw_クラン情報フラグ"},
  30.         {0x0423, L"g_iw_メダル関係フラグ"},
  31.         {0x0428, L"g_iw_最終課題フラグ"},
  32.         {0x042b, L"g_iw_便利フラグ2"},
  33.         {0x042c, L"g_iw_bt_menu"},
  34.         {0x0432, L"g_iw_sukima"},
  35.         {0x0434, L"hoehoe"},
  36.         {0x0478, L"g_iwDummyFlag"},
  37.         {0x047a, L"g_iwDummyFlag2"},
  38.         {0x047f, L"g_iwDummyFlag_read_ev_info"}
  39.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement