mirror of
https://github.com/zeldaret/tmc
synced 2026-06-23 09:20:02 -04:00
Mark bug
This commit is contained in:
@@ -159,6 +159,7 @@ u32 sub_0804A044(Entity* entA, Entity* entB, u32 arg2) {
|
||||
flags |= 8;
|
||||
}
|
||||
|
||||
//! @bug flags & 5 can never equal 0xA
|
||||
if (flags && ((flags & 5) != 0xA)) {
|
||||
layer = GetLayerByIndex(entA->collisionLayer);
|
||||
if (xDiff < 0) {
|
||||
|
||||
Reference in New Issue
Block a user