Implement/match Pizza::Tickle (#1127)

This commit is contained in:
Christian Semmler
2024-11-01 10:30:11 -07:00
committed by GitHub
parent 4c0aae720b
commit a14795c0c8
2 changed files with 66 additions and 3 deletions

View File

@@ -83,6 +83,12 @@ public:
}
}
// FUNCTION: BETA10 0x100ef7b0
IsleScript::Script GetUnknownFinishAction() { return m_actions[m_numActions + 2]; }
// FUNCTION: BETA10 0x100ef7e0
MxLong GetTimeoutTime() { return m_finishTimes[3]; }
MxResult WriteToFile(LegoFile* p_file)
{
Write(p_file, m_unk0x06);
@@ -205,7 +211,7 @@ private:
Act1State* m_act1state; // 0x88
IsleScript::Script m_unk0x8c; // 0x8c
MxLong m_unk0x90; // 0x90
undefined4 m_unk0x94; // 0x94
MxLong m_unk0x94; // 0x94
MxBool m_unk0x98; // 0x98
};