mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 19:35:28 +00:00
improve matches (#1413)
This commit is contained in:
parent
26d6028ff1
commit
a715bf63d0
21 changed files with 45 additions and 104 deletions
|
@ -148,7 +148,6 @@ void* func_800982FC(ObjectContext* objectCtx, s32 bankIndex, s16 objectId) {
|
|||
osSyncPrintf("OBJECT EXCHANGE NO=%2d BANK=%3d SIZE=%8.3fK\n", bankIndex, objectId, size / 1024.0f);
|
||||
|
||||
nextPtr = (void*)ALIGN16((s32)status->segment + size);
|
||||
if (1) {} // Necessary to match
|
||||
|
||||
ASSERT(nextPtr < objectCtx->spaceEnd, "nextptr < this->endSegment", "../z_scene.c", 381);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue