mirror of
https://github.com/isledecomp/isle.git
synced 2026-05-05 14:33:56 +00:00
Fix repeated offset problems
This commit is contained in:
parent
c6190b51ac
commit
4522b54479
@ -176,7 +176,7 @@ void Isle::VTable0x68(MxBool p_add)
|
||||
// TODO
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10031820
|
||||
// STUB: LEGO1 0x100327a0
|
||||
MxLong Isle::HandleTransitionEnd()
|
||||
{
|
||||
return 0;
|
||||
|
||||
@ -43,7 +43,6 @@ ColorStringStruct g_colorSaveData[43] = {
|
||||
|
||||
// NOTE: This offset = the end of the variables table, the last entry
|
||||
// in that table is a special entry, the string "END_OF_VARIABLES"
|
||||
// GLOBAL: LEGO1 0x100f3e50
|
||||
extern const char* g_endOfVariables;
|
||||
|
||||
// FUNCTION: LEGO1 0x10039550
|
||||
|
||||
@ -112,8 +112,8 @@ const char* g_current = "current";
|
||||
// GLOBAL: LEGO1 0x101020e8
|
||||
void (*g_omniUserMessage)(const char*, int);
|
||||
|
||||
// GLOBAL: LEGO1 0x100f4c54
|
||||
MxBool g_isWorldActive;
|
||||
// GLOBAL: LEGO1 0x100f4c58
|
||||
MxBool g_isWorldActive = TRUE;
|
||||
|
||||
// FUNCTION: LEGO1 0x10015700
|
||||
LegoOmni* Lego()
|
||||
|
||||
@ -122,7 +122,7 @@ void LegoWorld::FUN_10073400()
|
||||
{
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10073400
|
||||
// STUB: LEGO1 0x10073430
|
||||
void LegoWorld::FUN_10073430()
|
||||
{
|
||||
}
|
||||
|
||||
@ -13,7 +13,7 @@ class Motorcycle : public IslePathActor {
|
||||
// FUNCTION: LEGO1 0x10035840
|
||||
inline virtual const char* ClassName() const override // vtable+0x0c
|
||||
{
|
||||
// GLOBAL: LEGO1 0x10035840
|
||||
// GLOBAL: LEGO1 0x100f38e8
|
||||
return "Motorcycle";
|
||||
}
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ class MxDSBuffer : public MxCore {
|
||||
// FUNCTION: LEGO1 0x100c6500
|
||||
inline virtual const char* ClassName() const override // vtable+0x0c
|
||||
{
|
||||
// GLOBAL: LEGO1 0x100f0568
|
||||
// GLOBAL: LEGO1 0x101025b8
|
||||
return "MxDSBuffer";
|
||||
}
|
||||
|
||||
|
||||
@ -49,7 +49,4 @@ class MxDSSelectAction : public MxDSParallelAction {
|
||||
// FUNCTION: LEGO1 0x100cbd00
|
||||
// MxStringListCursor::~MxStringListCursor
|
||||
|
||||
// TEMPLATE: LEGO1 0x100cc450
|
||||
// MxListEntry<MxString>::GetValue
|
||||
|
||||
#endif // MXDSSELECTACTION_H
|
||||
|
||||
@ -14,7 +14,7 @@ class MxRAMStreamController : public MxStreamController {
|
||||
// FUNCTION: LEGO1 0x100b9430
|
||||
inline virtual const char* ClassName() const override // vtable+0xc
|
||||
{
|
||||
// GLOBAL: LEGO1 0x10102130
|
||||
// GLOBAL: LEGO1 0x10102118
|
||||
return "MxRAMStreamController";
|
||||
}
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ class Score : public LegoWorld {
|
||||
// FUNCTION: LEGO1 0x100010c0
|
||||
inline virtual const char* ClassName() const override // vtable+0x0c
|
||||
{
|
||||
// GLOBAL: LEGO1 0x100f0058
|
||||
// GLOBAL: LEGO1 0x100f0050
|
||||
return "Score";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user