mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 23:30:05 -04:00
moved strings + decompile simple store functions
This commit is contained in:
@@ -21,7 +21,7 @@ struct JASCalc {
|
||||
template <typename A1, typename B1>
|
||||
void clamp(/* ... */);
|
||||
/* 8028F69C */ /* JASCalc::clamp<s16, s32> */
|
||||
void func_8028F69C(s32);
|
||||
void func_8028F69C(void* _this, s32);
|
||||
|
||||
static u8 const CUTOFF_TO_IIR_TABLE[1024];
|
||||
};
|
||||
@@ -36,7 +36,7 @@ extern "C" void bcopy__7JASCalcFPCvPvUl();
|
||||
extern "C" void bzerofast__7JASCalcFPvUl();
|
||||
extern "C" void bzero__7JASCalcFPvUl();
|
||||
extern "C" void pow2__7JASCalcFf();
|
||||
extern "C" void func_8028F69C(s32);
|
||||
extern "C" void func_8028F69C(void* _this, s32);
|
||||
extern "C" u8 const CUTOFF_TO_IIR_TABLE__7JASCalc[1024];
|
||||
|
||||
//
|
||||
@@ -168,14 +168,14 @@ SECTION_RODATA u8 const JASCalc::CUTOFF_TO_IIR_TABLE[1024] = {
|
||||
0x7A, 0xBD, 0x00, 0x7A, 0x03, 0x49, 0x01, 0x6C, 0x7C, 0x7A, 0x00, 0x52, 0x02, 0x33, 0x00, 0xF4,
|
||||
0x7E, 0x3B, 0x00, 0x29, 0x01, 0x1B, 0x00, 0x7A, 0x7F, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
};
|
||||
COMPILER_STRIP_GATE(8039ABB8, &JASCalc::CUTOFF_TO_IIR_TABLE);
|
||||
COMPILER_STRIP_GATE(0x8039ABB8, &JASCalc::CUTOFF_TO_IIR_TABLE);
|
||||
|
||||
/* 8039AFB8-8039AFD0 027618 0018+00 1/1 0/0 0/0 .rodata __two_to_x$982 */
|
||||
SECTION_RODATA static f32 const __two_to_x[6] = {
|
||||
0.6931471824645996f, 0.240226611495018f, 0.055502913892269135f,
|
||||
0.009625022299587727f, 0.0013131053419783711f, 0.0001830080582294613f,
|
||||
};
|
||||
COMPILER_STRIP_GATE(8039AFB8, &__two_to_x);
|
||||
COMPILER_STRIP_GATE(0x8039AFB8, &__two_to_x);
|
||||
|
||||
/* 80455558-80455560 003B58 0004+04 1/1 0/0 0/0 .sdata2 @847 */
|
||||
SECTION_SDATA2 static f32 lit_847[1 + 1 /* padding */] = {
|
||||
@@ -229,7 +229,7 @@ asm void JASCalc::pow2(f32 param_0) {
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
extern "C" asm void func_8028F69C(s32 param_0) {
|
||||
extern "C" asm void func_8028F69C(void* _this, s32 param_0) {
|
||||
nofralloc
|
||||
#include "asm/JSystem/JAudio2/JASCalc/func_8028F69C.s"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user