diff options
| author | Julgodis <> | 2021-04-10 07:02:38 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-10 07:02:38 +0200 |
| commit | 0ad6ebe7b499ad3efffad93e2e7eb1033bcb6598 (patch) | |
| tree | a40631b0654c4d310ebff2360e2a4ef32437a2b5 /libs/Z2AudioLib/Z2SoundObject.cpp | |
| parent | 2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (diff) | |
moved strings + decompile simple store functions
Diffstat (limited to 'libs/Z2AudioLib/Z2SoundObject.cpp')
| -rw-r--r-- | libs/Z2AudioLib/Z2SoundObject.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libs/Z2AudioLib/Z2SoundObject.cpp b/libs/Z2AudioLib/Z2SoundObject.cpp index b8644dd3c2..389826d66f 100644 --- a/libs/Z2AudioLib/Z2SoundObject.cpp +++ b/libs/Z2AudioLib/Z2SoundObject.cpp @@ -50,6 +50,8 @@ struct Z2SoundObjArrow { /* 802BEB74 */ void init(Vec*, u8); }; +struct JAUSoundAnimationSound {}; + struct JGeometry { template <typename A1> struct TVec3 {}; @@ -57,8 +59,6 @@ struct JGeometry { struct TVec3__template0 {}; }; -struct JAUSoundAnimationSound {}; - struct Z2SoundObjAnime { /* 802BEB94 */ Z2SoundObjAnime(); /* 802BEBDC */ void init(Vec*, u8); @@ -81,7 +81,6 @@ struct Z2SoundInfo { struct Z2SoundHandles { /* 802AB07C */ Z2SoundHandles(); /* 802AB0B4 */ ~Z2SoundHandles(); - /* 802AB118 */ void initHandlesPool(u8); /* 802AB120 */ void deleteHandlesPool(); /* 802AB254 */ void getHandleSoundID(JAISoundID); /* 802AB2A0 */ void getHandleUserData(u32); @@ -417,7 +416,7 @@ SECTION_RODATA static u8 const cNullVec__6Z2Calc[12 + 4 /* padding */] = { 0x00, 0x00, }; -COMPILER_STRIP_GATE(8039C230, &cNullVec__6Z2Calc); +COMPILER_STRIP_GATE(0x8039C230, &cNullVec__6Z2Calc); /* 802BE5A0-802BE5FC 2B8EE0 005C+00 1/1 0/0 0/0 .text __ct__21Z2DopplerSoundObjBaseFv */ #pragma push |
