From 0ad6ebe7b499ad3efffad93e2e7eb1033bcb6598 Mon Sep 17 00:00:00 2001 From: Julgodis <> Date: Sat, 10 Apr 2021 07:02:38 +0200 Subject: moved strings + decompile simple store functions --- libs/Z2AudioLib/Z2SoundObject.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libs/Z2AudioLib/Z2SoundObject.cpp') 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 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 -- cgit v1.2.3