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 /libs/Z2AudioLib/Z2WolfHowlMgr.cpp | |
| parent | ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff) | |
detect more floats/doubles, including from relocations
Diffstat (limited to 'libs/Z2AudioLib/Z2WolfHowlMgr.cpp')
| -rw-r--r-- | libs/Z2AudioLib/Z2WolfHowlMgr.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/Z2AudioLib/Z2WolfHowlMgr.cpp b/libs/Z2AudioLib/Z2WolfHowlMgr.cpp index 5a894b39b1..7e7069cf0e 100644 --- a/libs/Z2AudioLib/Z2WolfHowlMgr.cpp +++ b/libs/Z2AudioLib/Z2WolfHowlMgr.cpp @@ -218,13 +218,13 @@ SECTION_DATA static void* sGuideData[18] = { }; /* 80450880-80450884 000300 0004+00 2/2 0/0 0/0 .sdata cPitchDown */ -SECTION_SDATA static u32 cPitchDown = 0x3F641206; +SECTION_SDATA static f32 cPitchDown = 0.8909000158309937f; /* 80450884-80450888 000304 0004+00 4/4 0/0 0/0 .sdata cPitchCenter */ -SECTION_SDATA static u32 cPitchCenter = 0x3F800000; +SECTION_SDATA static f32 cPitchCenter = 1.0f; /* 80450888-8045088C 000308 0004+00 2/2 0/0 0/0 .sdata cPitchUp */ -SECTION_SDATA static u32 cPitchUp = 0x3F9837B5; +SECTION_SDATA static f32 cPitchUp = 1.1892000436782837f; /* 8045088C-80450890 -00001 0004+00 4/4 0/0 0/0 .sdata None */ SECTION_SDATA static u8 struct_8045088C[4] = { |
