oop cleanup on aisle me

This commit is contained in:
CreateSource 2024-01-01 00:03:25 -05:00
parent d5f2409576
commit 4fc3fe0080
2 changed files with 2 additions and 4 deletions

View file

@ -12,8 +12,6 @@ typedef struct bit_copy {
u8 field08_bit1 : 1;
u8 field08_bit2 : 1;
u8 field08_bit3 : 3;
u8 field08_bit6 : 1;
u8 field08_bit7 : 1;
};
s8 unk_01;
s8 unk_02;
@ -24,7 +22,7 @@ typedef struct bit_copy {
s16 unk_0A;
s16 unk_0C;
s16 unk_0E;
} bitcopy;
} bitcopy; // sizeof 0x10
void BoardEventLandBlue(s32);
void BoardEventLandRed(s32);

View file

@ -139,7 +139,7 @@ s8 fn_8007FE70(Point3d* arg0, s8 arg1) {
temp_r31->field08_bit3 = 0;
temp_r31->unk_02 = __abs(arg1) / 10;
temp_r31->unk_03 = __abs(arg1) % 10;
temp_r31->unk_01 = (s8) (var_r29 + 1);
temp_r31->unk_01 = var_r29 + 1;
temp_r31->unk_04 = 0;
temp_r31->unk_06 = 0;
fn_80080124(temp_r31, arg0);