summaryrefslogtreecommitdiff
path: root/ZAPDTR/ZAPD/ZRom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPDTR/ZAPD/ZRom.cpp')
-rw-r--r--ZAPDTR/ZAPD/ZRom.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ZAPDTR/ZAPD/ZRom.cpp b/ZAPDTR/ZAPD/ZRom.cpp
index 2a1d3c8a1..a311714dd 100644
--- a/ZAPDTR/ZAPD/ZRom.cpp
+++ b/ZAPDTR/ZAPD/ZRom.cpp
@@ -191,6 +191,8 @@ ZRom::ZRom(std::string romPath)
}
else
files[lines[i]] = outData;
+
+ //File::WriteAllBytes(StringHelper::Sprintf("baserom/%s", lines[i]), files[lines[i]]);
}
int bp = 0;