mirror of
https://github.com/wavemotion-dave/NINTV-DS.git
synced 2025-06-18 22:05:37 -04:00
Version 5.8 hotfix with tweak to collision detection at the top boarder.
This commit is contained in:
parent
df933f48d8
commit
222366f92f
BIN
NINTV-DS.nds
BIN
NINTV-DS.nds
Binary file not shown.
@ -1258,7 +1258,7 @@ ITCM_CODE BOOL AY38900::mobsCollide(int mobNum0, int mobNum1)
|
|||||||
// Since we've already determined a collision, we only need to check one of the MOB rectangles to see
|
// Since we've already determined a collision, we only need to check one of the MOB rectangles to see
|
||||||
// if it is off-screen as the other one would be likewise... In theory, we should check outside bottom too.
|
// if it is off-screen as the other one would be likewise... In theory, we should check outside bottom too.
|
||||||
// ---------------------------------------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------------------------------------
|
||||||
if ((r0->y + (offsetYr0 + y + verticalOffset)) >= 0) return TRUE;
|
if ((r0->y + ((offsetYr0/2) + (y/2) + verticalOffset)) >= 0) return TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user