mirror of
https://github.com/zeldaret/tmc
synced 2026-08-26 08:03:12 -04:00
Decompile some functions
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include "collision.h"
|
||||
|
||||
extern u32 sub_080644C8(Entity*);
|
||||
extern u8 gUnk_02027EB4[];
|
||||
|
||||
extern const u8 gUnk_081299C8[];
|
||||
|
||||
@@ -63,7 +62,7 @@ void GuardLineOfSight(Entity* this) {
|
||||
DeleteThisEntity();
|
||||
}
|
||||
LinearMoveUpdate(this);
|
||||
if (IsTileCollision(gUnk_02027EB4, this->x.HALF.HI, this->y.HALF.HI, 2)) {
|
||||
if (IsTileCollision(gMapBottom.collisionData, this->x.HALF.HI, this->y.HALF.HI, 2)) {
|
||||
DeleteThisEntity();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user