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);