Update src/event_object_movement.c
This commit is contained in:
parent
ddc7877a94
commit
35324497a6
@ -6201,7 +6201,8 @@ static bool8 IsMetatileDirectionallyImpassable(struct ObjectEvent *objectEvent,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
u32 GetObjectObjectCollidesWith(struct ObjectEvent *objectEvent, s16 x, s16 y, bool32 addCoords) {
|
||||
u32 GetObjectObjectCollidesWith(struct ObjectEvent *objectEvent, s16 x, s16 y, bool32 addCoords)
|
||||
{
|
||||
u8 i;
|
||||
struct ObjectEvent *curObject;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user