This commit is contained in:
dark-samus 2021-01-15 12:18:27 -05:00
parent 2cbb8e5712
commit 8a2bb470a9
10 changed files with 193 additions and 193 deletions

View File

@ -1654,7 +1654,8 @@ typedef struct struct802E1400 {
/* 0x03C */ union {
/* */ s16 s;
/* */ s8 b[2];
/* */ } unk_3C;
/* */
} unk_3C;
/* 0x03E */ char unk_3E[0x4D];
/* 0x08B */ u8 unk_8B[24];
/* 0x0A3 */ char unk_A3; // padding?

View File

@ -98,8 +98,7 @@ void load_engine_data(void) {
poll_rumble();
phi_s0 = GAME_STATUS;
for(i = 0; i < 4; i++)
{
for (i = 0; i < 4; i++) {
phi_s0->unk_50[i] = 3;
phi_s0->unk_48[i] = 0xC;
}