Z2AudioMgr / various JAudio setup (#152)

* audioMgr setup

* bunch of JAudio setup
This commit is contained in:
TakaRikka
2021-09-30 07:13:49 -07:00
committed by GitHub
parent 4efaff5faf
commit 5390dfe55f
103 changed files with 1329 additions and 2696 deletions
+2 -9
View File
@@ -35,14 +35,6 @@ struct JAUSoundAnimation {
/* 802A7044 */ void getEndSoundIndex(f32) const;
};
struct JAISoundParamsMove {
/* 802A2DB4 */ void moveVolume(f32, u32);
/* 802A2E0C */ void movePitch(f32, u32);
/* 802A2E64 */ void moveFxMix(f32, u32);
};
struct JAIAudience {};
//
// Forward References:
//
@@ -527,7 +519,8 @@ asm Z2SoundObjAnime::Z2SoundObjAnime() {
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void Z2SoundObjAnime::init(Vec* param_0, u8 param_1) {
extern "C" asm void init__15Z2SoundObjAnimeFP3VecUc() {
// asm void Z2SoundObjAnime::init(Vec* param_0, u8 param_1) {
nofralloc
#include "asm/Z2AudioLib/Z2SoundObject/init__15Z2SoundObjAnimeFP3VecUc.s"
}