feat(crossmap): more accurate crossmap (#720)

This commit is contained in:
Yimura 2022-12-19 00:24:44 +01:00 committed by GitHub
parent d10913743b
commit e442e284db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6388 additions and 5828 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
namespace big
{
constexpr auto NATIVE_COUNT = 6439;
constexpr auto NATIVE_COUNT = 6494;
using crossmap = std::array<std::pair<rage::scrNativeHash, rage::scrNativeHash>, NATIVE_COUNT>;
extern const crossmap g_crossmap;
}