Line 1:
Line 1:
−
<pre>
+
<syntaxhighlight lang="C">
// this helper function gets called during the NAND check
// this helper function gets called during the NAND check
// for the TP hack files
// for the TP hack files
Line 158:
Line 158:
#else
#else
#ifdef 3_4
#ifdef 3_4
−
res = WADCheckSavedataZD(wadfile.filedata[i]); // this means only the sanity of the last zeldaTp.day matters
+
res = WADCheckSavedataZD(wadfile.filedata[i]); // this means only the sanity of the last zeldaTp.dat matters
#else
#else
if (!WADCheckSavedataZD(wadfile.filedata[i]))
if (!WADCheckSavedataZD(wadfile.filedata[i]))
Line 175:
Line 175:
#endif
#endif
}
}
−
</pre>
+
</syntaxhighlight>