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

Method init

src/Osako/SystemFile.cpp:142–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void SystemFile::init()
143{
144 initHeader();
145 initData(0);
146 initData(1);
147
148 mSectionCount = 0;
149#ifndef VIDEO_PAL
150 _6024 = 0;
151 mDataChecksums[0] = 0;
152 mDataChecksums[1] = 0;
153#endif
154}
155
156void SystemFile::initHeader()
157{

Callers 15

NetGateAppMethod · 0.45
titleMenuMethod · 0.45
calcMethod · 0.45
initHeaderMethod · 0.45
initDataMethod · 0.45
calcMethod · 0.45
calcMethod · 0.45
LogoAppMethod · 0.45
calcMethod · 0.45
restartMethod · 0.45
calcMethod · 0.45
createFunction · 0.45

Calls

no outgoing calls

Tested by 1

calcMethod · 0.36