swap xrotoff and yrotoff labels

This commit is contained in:
Fazana
2022-05-04 16:38:52 +01:00
parent c756b700e2
commit 1a61a676f0
3 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -890,8 +890,8 @@ typedef struct Object_Racer {
/* 0x154 */ struct Object *unk154;
/* 0x158 */ s32 unk158;
/* 0x15C */ s32 unk15C;
/* 0x160 */ s16 x_rotation_offset;
/* 0x162 */ s16 y_rotation_offset;
/* 0x160 */ s16 y_rotation_offset;
/* 0x162 */ s16 x_rotation_offset;
/* 0x164 */ s16 z_rotation_offset;
/* 0x166 */ s16 unk166; // I don't know exactly what these are, but this one in particular seems to cause a Y position offset.
/* 0x168 */ s16 unk168;