MacroFactories were missing the list terminator

This commit is contained in:
KiritoDv
2025-01-27 15:23:52 -06:00
parent ec017e0780
commit 18b85b04ee
+2
View File
@@ -98,6 +98,8 @@ std::optional<std::shared_ptr<IParsedData>> SM64::MacroFactory::parse(std::vecto
entries.push_back(raw);
}
entries.push_back(0x1E);
/*
std::vector<MacroObject> macroData;
while (true) {