Add tools directory

This commit is contained in:
2017-04-12 00:28:20 -05:00
parent dc376f2be3
commit c5712f26e2
4 changed files with 44 additions and 18 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ ox::std::Error initGfx() {
char out[6];
FileStore32::FsSize_t outSize = 0;
fs->read(3, out, &outSize);
if (outSize == 5 && ox_strcmp(out, "narf") == 0) {
if (outSize == 5) {
MEM_BG_MAP[28][138] = 1;
MEM_BG_MAP[28][139] = 1;
}