mirror of
https://github.com/open-goal/jak-project
synced 2026-09-12 04:49:19 -04:00
[merc] Add merc extraction (#1356)
* docs for ee merc code * wip * more extraction stuff * partial mat1 working * mat1 * cleanup * partial mat2 and mat3 support * merc extraction seems to work
This commit is contained in:
@@ -578,6 +578,9 @@ uint32_t link_control::work_v2() {
|
||||
if (m_segment_process == 0) {
|
||||
m_heap_gap =
|
||||
m_object_data - m_heap->current; // distance between end of heap and start of object
|
||||
if (m_object_data.offset < m_heap->current.offset) {
|
||||
ASSERT(false);
|
||||
}
|
||||
}
|
||||
|
||||
if (m_heap_gap <
|
||||
|
||||
Reference in New Issue
Block a user