Skip to content

Commit

Permalink
MacroFactories were missing the list terminator
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Jan 27, 2025
1 parent ec017e0 commit 18b85b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/factories/sm64/MacroFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 18b85b0

Please sign in to comment.