Fix Data Type

This commit is contained in:
inspectredc
2025-04-23 07:54:00 -06:00
committed by Lywx
parent dfaad4b3ea
commit 61fae3d112
+1 -1
View File
@@ -155,7 +155,7 @@ ExportResult FZX::GhostRecordCodeExporter::Export(std::ostream &write, std::shar
write << "};\n\n";
write << "u8 " << symbol << "Data[] = {\n";
write << "s8 " << symbol << "Data[] = {\n";
write << fourSpaceTab;