MoveCoordsPixel

This commit is contained in:
PikalaxALT
2017-09-16 21:45:18 -04:00
parent f03c0dc3b4
commit 76b68e039d
2 changed files with 6 additions and 23 deletions

View File

@@ -3790,6 +3790,12 @@ void MoveCoords(u8 direction, s16 *x, s16 *y)
*y += gUnknown_0850DB7C[direction].y;
}
void sub_8092F60(u8 direction, s16 *x, s16 *y)
{
*x += gUnknown_0850DB7C[direction].x << 4;
*y += gUnknown_0850DB7C[direction].y << 4;
}
asm(".section .text.get_face_direction_anim_id");
void FieldObjectClearAnimIfSpecialAnimActive(struct MapObject *);