anim-tester-x + cam flip fixes + logxor! decomp (#1359)

* `anim-tester-x` + cam flip fixes + `logxor!` decomp

* Update anim-tester-x.gc
This commit is contained in:
ManDude
2022-05-21 20:47:41 +01:00
committed by GitHub
parent 0212aa10c9
commit 19944ebe10
28 changed files with 862 additions and 85 deletions
-3
View File
@@ -578,9 +578,6 @@ 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 <