We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d01751 commit bf63171Copy full SHA for bf63171
1 file changed
Spore ModAPI/SourceCode/DLL/AddressesApp.cpp
@@ -84,6 +84,9 @@ namespace App
84
DefineAddress(func30h, SelectAddress(0x67F7E0, 0x67F500));
85
DefineAddress(func34h, SelectAddress(0x67F860, 0x67F580));
86
DefineAddress(GetArgScript, SelectAddress(0x113BA60, 0x113AE80));
87
+ DefineAddress(func3Ch, SelectAddress(0x67E880, 0x67E6B0));
88
+ DefineAddress(func40h, SelectAddress(0x67E8C0, 0x67E6F0));
89
+ DefineAddress(func44h, SelectAddress(0x67E900, 0x67E730));
90
DefineAddress(ActivateConsole, SelectAddress(0x67E880, 0x67E6B0));
91
DefineAddress(DeactivateConsole, SelectAddress(0x67E8C0, 0x67E6F0));
92
DefineAddress(ToggleConsole, SelectAddress(0x67E900, 0x67E730));
0 commit comments