MCPcopy Create free account
hub / github.com/doldecomp/mkdd / resetTaskStatus

Function resetTaskStatus

include/Osako/CardMgr.h:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 extern u8 msProbeSlot; // 0x804169c8
98
99 inline void resetTaskStatus(s32 chan)
100 {
101 if (msaCardData[chan].mTaskStatus == mcTaskDone)
102 msaCardData[chan].mTaskStatus = mcNoTask;
103 }
104
105 inline bool areOffsetsOk(s32 chan) { return msaCardData[chan].mStat.commentAddr == -1 || msaCardData[chan].mStat.iconAddr == -1; }
106 inline bool probeStatusOk(s32 chan) { return msaCardData[chan].mPrevProbeStatus != msaCardData[chan].mProbeStatus; }

Callers 1

waitSetStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected