mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-20 03:28:16 -05:00
fix warning
This commit is contained in:
parent
b8dea3c7ec
commit
8a6407b6bc
|
|
@ -6069,7 +6069,6 @@ static bool8 ObjectEventOnRightSideStair(struct ObjectEvent *objectEvent, s16 x,
|
|||
|
||||
u8 GetCollisionAtCoords(struct ObjectEvent *objectEvent, s16 x, s16 y, u32 dir)
|
||||
{
|
||||
u8 direction = dir;
|
||||
u8 currentBehavior = MapGridGetMetatileBehaviorAt(objectEvent->currentCoords.x, objectEvent->currentCoords.y);
|
||||
u8 nextBehavior = MapGridGetMetatileBehaviorAt(x, y);
|
||||
u8 collision;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user