Decomp ov31_02382B54 (now matches)

This commit is contained in:
user
2024-07-29 02:11:55 +02:00
parent aec8574171
commit c2c511ef66
2 changed files with 2 additions and 5 deletions

View File

@@ -35,10 +35,7 @@ void DrawDungeonMenuStatusWindow(struct Window* window);
void DungeonMenuSwitch(struct Window* window);
struct struct_1 {
union { // 0x0
s8 f[4];
s32 d;
};
s8 f[4]; // 0x0
u32 a; // 0x4
u8 b[7]; // 0x8
};

View File

@@ -52,7 +52,7 @@ void EntryOverlay31(void) {
}
r0 = (struct struct_1*)MemAlloc(16, 0x8);
OVERLAY31_UNKNOWN_POINTER__NA_238A260[0] = r0;
r0->d = 0;
r0->a = 0;
OVERLAY31_UNKNOWN_POINTER__NA_238A260[1] = (struct struct_1*)0xa;
}