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_ky_thunder.cpp | |
| parent | ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff) | |
detect more floats/doubles, including from relocations
Diffstat (limited to 'src/d/d_ky_thunder.cpp')
| -rw-r--r-- | src/d/d_ky_thunder.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_ky_thunder.cpp b/src/d/d_ky_thunder.cpp index c7e4728915..63d13be8f9 100644 --- a/src/d/d_ky_thunder.cpp +++ b/src/d/d_ky_thunder.cpp @@ -156,10 +156,10 @@ static u8 lit_3818[12]; /* 8042E808-8042E814 05B528 000C+00 1/1 0/0 0/0 .bss l_offsetPos$localstatic3$draw__10dThunder_cFv */ -static u8 data_8042E808[12]; +static f32 data_8042E808[3]; /* 8042E814-8042E820 05B534 000C+00 1/1 0/0 0/0 .bss l_scale$localstatic5$draw__10dThunder_cFv */ -static u8 data_8042E814[12]; +static f32 data_8042E814[3]; /* 80453E70-80453E74 002470 0004+00 2/2 0/0 0/0 .sdata2 @3882 */ SECTION_SDATA2 static u8 lit_3882[4] = { |
