moved strings + decompile simple store functions

This commit is contained in:
Julgodis
2021-04-10 07:02:38 +02:00
parent 2661db6aaa
commit 0ad6ebe7b4
1299 changed files with 51830 additions and 43634 deletions
+5 -5
View File
@@ -34,7 +34,7 @@ template <typename A0>
struct JASMemPool {};
/* JASMemPool<JAIStream> */
struct JASMemPool__template3 {
/* 802A3E68 */ void func_802A3E68();
/* 802A3E68 */ void func_802A3E68(void* _this);
};
struct JASGenericMemPool {
@@ -60,6 +60,8 @@ struct JAIStreamMgr {
/* 802A4174 */ void newStream_();
};
struct JAISoundActivity {};
template <typename A0>
struct JAISoundStrategyMgr {};
/* JAISoundStrategyMgr<JAIStream> */
@@ -67,8 +69,6 @@ struct JAISoundStrategyMgr__template2 {};
struct JAIAudience {};
struct JAISoundActivity {};
struct JAIStream {
/* 802A3104 */ JAIStream(JAIStreamMgr*, JAISoundStrategyMgr<JAIStream>*);
/* 802A319C */ void JAIStreamMgr_startID_(JAISoundID, s32, JGeometry::TVec3<f32> const*,
@@ -90,7 +90,7 @@ struct JAISound {
extern "C" void __ct__12JAIStreamMgrFb();
extern "C" void func_802A3C3C();
extern "C" void freeDeadStream___12JAIStreamMgrFv();
extern "C" void func_802A3E68();
extern "C" void func_802A3E68(void* _this);
extern "C" void calc__12JAIStreamMgrFv();
extern "C" void stop__12JAIStreamMgrFv();
extern "C" void stop__12JAIStreamMgrFUl();
@@ -197,7 +197,7 @@ asm void JAIStreamMgr::freeDeadStream_() {
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
extern "C" asm void func_802A3E68() {
extern "C" asm void func_802A3E68(void* _this) {
nofralloc
#include "asm/JSystem/JAudio2/JAIStreamMgr/func_802A3E68.s"
}