mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
swap xrotoff and yrotoff labels
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user