Skip to content

Commit 3bb9343

Browse files
committed
Add cEllipticalOrbit::Precalculate() address
1 parent 7263e71 commit 3bb9343

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Spore ModAPI/SourceCode/DLL/AddressesSimulator.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ namespace Addresses(Simulator)
154154

155155
namespace Simulator
156156
{
157+
namespace Addresses(cEllipticalOrbit)
158+
{
159+
DefineAddress(Precalculate, SelectAddress(0xFE8C10, 0xFE82E0));
160+
}
161+
157162
namespace Addresses(cAbductToolStrategy)
158163
{
159164
DefineAddress(OnHit, SelectAddress(0x105AC80, 0x105A0D0));

Spore ModAPI/Spore/Simulator/cEllipticalOrbit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ namespace Simulator
6767

6868
namespace Addresses(cEllipticalOrbit)
6969
{
70-
DeclareAddress(Precalculate); // 0xFE8C10
70+
DeclareAddress(Precalculate); // 0xFE8C10 0xFE82E0
7171
}
7272

7373
inline cEllipticalOrbit::cEllipticalOrbit()

0 commit comments

Comments
 (0)