Added struct names to several `__OVERLAY_INFO` structures

This commit is contained in:
gijs 2023-09-29 12:00:39 +02:00
parent dd47587e8b
commit fd34166b82
1 changed files with 25 additions and 25 deletions

View File

@ -8,45 +8,45 @@ extern u32 func_8017BB34[];
/* 65C50 8018FD50 */ /* 65C50 8018FD50 */
OverlaySomething __OVERLAY_INFO_79730_65C50 = { OverlaySomething __OVERLAY_INFO_79730_65C50 = {
__setup_overlay_79730, .setup = __setup_overlay_79730,
func_8017B838, .field_0x4 = func_8017B838,
func_8017B9A8, .field_0x8 = func_8017B9A8,
func_8017BA2C, .field_0xc = func_8017BA2C,
0x00000002 .field_0x10 = 0x00000002
}; };
/* 65C64 8018FD64 */ /* 65C64 8018FD64 */
OverlaySomething __OVERLAY_INFO_87200_65C64 = { OverlaySomething __OVERLAY_INFO_87200_65C64 = {
__setup_overlay_87200, .setup = __setup_overlay_87200,
func_8017B838, .field_0x4 = func_8017B838,
func_8017B9A8, .field_0x8 = func_8017B9A8,
0x00000000, .field_0xc = 0x00000000,
0x00000002 .field_0x10 = 0x00000002
}; };
/* 65C78 8018FD78 */ /* 65C78 8018FD78 */
OverlaySomething __OVERLAY_INFO_87200_65C78 = { OverlaySomething __OVERLAY_INFO_87200_65C78 = {
__setup_overlay_87200, .setup = __setup_overlay_87200,
func_8017B838, .field_0x4 = func_8017B838,
func_8017B9A8, .field_0x8 = func_8017B9A8,
0x00000000, .field_0xc = 0x00000000,
0x00040002 .field_0x10 = 0x00040002
}; };
/* 65C8C 8018FD8C */ /* 65C8C 8018FD8C */
OverlaySomething __OVERLAY_INFO_71280_65C8C = { OverlaySomething __OVERLAY_INFO_71280_65C8C = {
__setup_overlay_71280_51674, .setup = __setup_overlay_71280_51674,
func_8017B838, .field_0x4 = func_8017B838,
func_8017B9A8, .field_0x8 = func_8017B9A8,
0x00000000, .field_0xc = 0x00000000,
0x00000002 .field_0x10 = 0x00000002
}; };
/* 65CA0 8018FDA0 */ /* 65CA0 8018FDA0 */
OverlaySomething __OVERLAY_INFO_71280_65CA0 = { OverlaySomething __OVERLAY_INFO_71280_65CA0 = {
__setup_overlay_71280_51940, .setup = __setup_overlay_71280_51940,
func_8017BB08, .field_0x4 = func_8017BB08,
func_8017BB34, .field_0x8 = func_8017BB34,
0x00000000, .field_0xc = 0x00000000,
0x00000002 .field_0x10 = 0x00000002
}; };