Skip to content

Commit

Permalink
update for 2.02
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Nov 6, 2023
1 parent bda9d50 commit 7bd4beb
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
40 changes: 20 additions & 20 deletions compile_commands.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deps/archive_xl
2 changes: 1 addition & 1 deletion deps/mod_settings
2 changes: 1 addition & 1 deletion deps/red4ext.sdk
Submodule red4ext.sdk updated 910 files
4 changes: 2 additions & 2 deletions src/red4ext/Addresses.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#define __LINE_STR__ ZOLTAN_EXPAND_THEN_STRINGISE(__LINE__)

#ifndef LoadResRefAddr_Addr
#define LoadResRefAddr_Addr 0x4A1B90
#define LoadResRefAddr_Addr 0x5F3F94
#endif
#ifndef UpdateNavPath_Addr
#define UpdateNavPath_Addr 0x368200
#define UpdateNavPath_Addr 0x3301FC
#endif
2 changes: 1 addition & 1 deletion src/red4ext/Hooks/UpdateNavPath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// 1.61hf RVA: 0x259FAF0
// 1.62 RVA: 0x25B1920
/// @pattern 48 89 5C 24 08 48 89 74 24 10 48 89 7C 24 18 55 41 54 41 55 41 56 41 57 48 8B EC 48 81 EC 80 00
/// @nth 4/27
/// @nth 2/27
void UpdateNavPath(RED4ext::game::ui::MinimapContainerController *, __int64, unsigned __int8,
RED4ext::ink::WidgetReference *);

Expand Down

0 comments on commit 7bd4beb

Please sign in to comment.