mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 23:14:37 +00:00
ucode_disas.c progress (#188)
* ucode_disas.c progress * fix * minor fixes * minor comment changes
This commit is contained in:
parent
e67c51b155
commit
94d810193a
24 changed files with 1749 additions and 2099 deletions
|
@ -1177,7 +1177,7 @@ s32 CollisionCheck_SetOC_SAC(GlobalContext* globalCtx, CollisionCheckContext* co
|
|||
// larger than the total number of data.
|
||||
return -1;
|
||||
}
|
||||
// BUG: Should be colOc
|
||||
//! @bug Should be colOc
|
||||
colChkCtx->colAt[index] = collider;
|
||||
} else {
|
||||
if (!(colChkCtx->colOcCount < COLLISION_CHECK_OC_MAX)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue