diff options
| author | Julgodis <> | 2021-04-07 09:16:47 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-07 09:16:47 +0200 |
| commit | dca1d2a1c032f239c65aa1b7767132c12e89f628 (patch) | |
| tree | 103f2574cfa7c6b9f19df522447d0b58861b60ba /src/d/d_bright_check.cpp | |
| parent | ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff) | |
detect more floats/doubles, including from relocations
Diffstat (limited to 'src/d/d_bright_check.cpp')
| -rw-r--r-- | src/d/d_bright_check.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/d/d_bright_check.cpp b/src/d/d_bright_check.cpp index 2c6c15b28b..a368431c55 100644 --- a/src/d/d_bright_check.cpp +++ b/src/d/d_bright_check.cpp @@ -39,10 +39,10 @@ struct dBrightCheck_c { /* 80193594 */ void _draw(); }; -struct JAISoundID {}; - struct Vec {}; +struct JAISoundID {}; + struct Z2SeMgr { /* 802AB984 */ void seStart(JAISoundID, Vec const*, u32, s8, f32, f32, f32, f32, u8); }; @@ -182,7 +182,7 @@ SECTION_RODATA static u8 const tv_btnA[40] = { 0x74, 0x32, 0x63, 0x6F, 0x6E, 0x74, 0x5F, 0x61, 0x74, 0x33, 0x63, 0x6F, 0x6E, 0x74, 0x5F, 0x61, 0x74, 0x34, 0x00, 0x63, 0x6F, 0x6E, 0x74, 0x5F, 0x61, 0x74, }; -SECTION_DEAD void* const cg_80394910 = (void*)(&tv_btnA); +COMPILER_STRIP_GATE(80394910, &tv_btnA); /* 80394938-80394960 020F98 0028+00 0/1 0/0 0/0 .rodata ftv_btnA$3745 */ #pragma push @@ -192,7 +192,7 @@ SECTION_RODATA static u8 const ftv_btnA[40] = { 0x74, 0x32, 0x66, 0x6F, 0x6E, 0x74, 0x5F, 0x61, 0x74, 0x33, 0x66, 0x6F, 0x6E, 0x74, 0x5F, 0x61, 0x74, 0x34, 0x00, 0x66, 0x6F, 0x6E, 0x74, 0x5F, 0x61, 0x74, }; -SECTION_DEAD void* const cg_80394938 = (void*)(&ftv_btnA); +COMPILER_STRIP_GATE(80394938, &ftv_btnA); #pragma pop /* 80394960-803949B0 020FC0 0050+00 0/1 0/0 0/0 .rodata txTV$3751 */ @@ -205,7 +205,7 @@ SECTION_RODATA static u8 const txTV[80] = { 0x6D, 0x65, 0x6E, 0x75, 0x5F, 0x74, 0x37, 0x31, 0x00, 0x6D, 0x65, 0x6E, 0x75, 0x5F, 0x74, 0x33, 0x6D, 0x65, 0x6E, 0x75, 0x5F, 0x74, 0x38, 0x31, 0x00, 0x6D, 0x65, 0x6E, 0x75, 0x5F, 0x74, 0x34, }; -SECTION_DEAD void* const cg_80394960 = (void*)(&txTV); +COMPILER_STRIP_GATE(80394960, &txTV); #pragma pop /* 803949B0-803949D8 021010 0028+00 0/1 0/0 0/0 .rodata txTVhide$3752 */ @@ -216,7 +216,7 @@ SECTION_RODATA static u8 const txTVhide[40] = { 0x39, 0x6E, 0x6D, 0x65, 0x6E, 0x75, 0x5F, 0x31, 0x30, 0x6E, 0x00, 0x6D, 0x65, 0x6E, 0x75, 0x5F, 0x37, 0x6E, 0x00, 0x6D, 0x65, 0x6E, 0x75, 0x5F, 0x38, 0x6E, }; -SECTION_DEAD void* const cg_803949B0 = (void*)(&txTVhide); +COMPILER_STRIP_GATE(803949B0, &txTVhide); #pragma pop /* 80453A00-80453A04 002000 0004+00 2/2 0/0 0/0 .sdata2 @3792 */ |
