- some sp stuff
- important symbols
- 🐤 to 🎮
- listassetpool & give should work now
- binding, materials, scripting, logfile but they need some revision
This commit is contained in:
Skull Merlin
2022-05-24 18:48:37 +03:00
parent 3bd6ce0e5d
commit 2c28ca9d2a
14 changed files with 73 additions and 73 deletions

View File

@ -59,8 +59,8 @@ namespace scripting
script_function get_function_by_index(const unsigned index)
{
static const auto function_table = SELECT_VALUE(0x14B1D1B90, 0x149813EF0);
static const auto method_table = SELECT_VALUE(0x14B1D33A0, 0x149815700);
static const auto function_table = SELECT_VALUE(0x14B1D1B90, 0xAC85070_b);
static const auto method_table = SELECT_VALUE(0x14B1D33A0, 0xAC85070_b);
if (index < 0x301)
{