mirror of
https://github.com/zeldaret/tmc
synced 2026-05-31 01:16:04 -04:00
document tile asm functions
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ u32 sub_0804A044(Entity* entA, Entity* entB, u32 arg2) {
|
||||
|
||||
//! @bug flags & 5 can never equal 0xA
|
||||
if (flags && ((flags & 5) != 0xA)) {
|
||||
layer = GetLayerByIndex(entA->collisionLayer);
|
||||
layer = GetTileBuffer(entA->collisionLayer);
|
||||
if (xDiff < 0) {
|
||||
xDiff = -xDiff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user