mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
More script object imps
This commit is contained in:
@@ -158,4 +158,11 @@ void CHintOptions::PutTo(CBitStreamWriter& writer) const
|
||||
}
|
||||
}
|
||||
|
||||
void CHintOptions::SetNextHintTime()
|
||||
{
|
||||
if (x10_nextHintIdx == -1)
|
||||
return;
|
||||
x0_hintStates[x10_nextHintIdx].x4_time = g_MemoryCardSys->GetHints()[x10_nextHintIdx].GetTime();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user