feat(arc): update t6 hash list (#144)

This commit is contained in:
Edo 2023-08-11 08:53:59 +02:00 committed by GitHub
parent d7365e471a
commit f17d68aa1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -12,6 +12,6 @@ namespace xsk::arc::t6
{
constexpr usize code_count = 125;
constexpr usize hash_count = 3326;
constexpr usize hash_count = 3331;
} // namespace xsk::arc::t6

View File

@ -1347,6 +1347,8 @@ extern std::array<std::pair<u32, char const*>, hash_count> const hash_list
{ 0x2BD6864B, "nightVisionDisableEffects" },
{ 0xFC98B985, "nightVisionFadeInOutTime" },
{ 0x44BAA890, "nightVisionPowerOnTime" },
{ 0x10873CCA, "noclip" },
{ 0x762F1309, "notarget" },
{ 0x4A195B44, "onlinegame" },
{ 0x1273AD6A, "overrideNVGModelWithKnife" },
{ 0x2F9F59D7, "partyMigrate_NomineeRecalcInterval" },
@ -2264,6 +2266,8 @@ extern std::array<std::pair<u32, char const*>, hash_count> const hash_list
{ 0x3B362771, "scr_round_pause" },
{ 0x469616C5, "scr_scorestreaks" },
{ 0x181EB11E, "scr_scorestreaks_maxstacking" },
{ 0xB0C0D38F, "scr_screecher_ignore_player" },
{ 0xE7EF8EB7, "scr_screecher_poison" },
{ 0x84C6D64D, "scr_script_based_influencer_system" },
{ 0x41CA5EC2, "scr_selecting_location" },
{ 0x36B7604F, "scr_set_level" },
@ -3334,6 +3338,7 @@ extern std::array<std::pair<u32, char const*>, hash_count> const hash_list
{ 0xFA91EA91, "zombie_debug" },
{ 0x4CD9FAEE, "zombie_devgui" },
{ 0x27D7087D, "zombie_double_wide_checks" },
{ 0x2ECA0C0E, "zombie_unlock_all" },
{ 0xDEB90F93, "zombie_useOldPathFallback" },
{ 0x4DECF257, "zombiemode_path_minz_bias" },
}};