npc_coords_shift_still

This commit is contained in:
scnorton
2017-09-10 15:14:46 -04:00
parent 1ed1fbab1c
commit 5bb5886774
2 changed files with 5 additions and 13 deletions

View File

@@ -1274,3 +1274,8 @@ void sub_808EBA8(u8 localId, u8 mapNum, u8 mapGroup, s16 x, s16 y)
}
}
void npc_coords_shift_still(struct MapObject *mapObject)
{
npc_coords_shift(mapObject, mapObject->coords2.x, mapObject->coords2.y);
}