mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
format
This commit is contained in:
parent
2cbb8e5712
commit
8a2bb470a9
@ -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?
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user