Files
tp/libs/JSystem/JAudio2/JAUSoundAnimator.cpp
T

62 lines
1.4 KiB
C++
Raw Normal View History

2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// Generated By: dol2asm
// Translation Unit: JAUSoundAnimator
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
2021-04-01 02:07:58 +02:00
#include "JSystem/JAudio2/JAUSoundAnimator.h"
2021-03-28 22:49:05 +02:00
#include "dol2asm.h"
#include "dolphin/types.h"
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// Types:
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
struct JAUSoundAnimation {
2021-04-01 02:07:58 +02:00
/* 802A6F70 */ void getStartSoundIndex(f32) const;
/* 802A7044 */ void getEndSoundIndex(f32) const;
2021-03-28 22:49:05 +02:00
};
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// Forward References:
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
extern "C" void getStartSoundIndex__17JAUSoundAnimationCFf();
extern "C" void getEndSoundIndex__17JAUSoundAnimationCFf();
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// External References:
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
extern "C" void _savegpr_28();
extern "C" void _restgpr_28();
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// Declarations:
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
2021-04-01 02:07:58 +02:00
/* 802A6F70-802A7044 00D4+00 s=0 e=1 z=0 None .text getStartSoundIndex__17JAUSoundAnimationCFf
*/
2021-03-31 23:22:32 +02:00
// 802A6F88: 803621D8 (_savegpr_28)
// 802A7030: 80362224 (_restgpr_28)
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void JAUSoundAnimation::getStartSoundIndex(f32 param_0) const {
2021-04-01 02:07:58 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/JSystem/JAudio2/JAUSoundAnimator/getStartSoundIndex__17JAUSoundAnimationCFf.s"
}
#pragma pop
2021-04-01 02:07:58 +02:00
/* 802A7044-802A7114 00D0+00 s=0 e=1 z=0 None .text getEndSoundIndex__17JAUSoundAnimationCFf
*/
2021-03-31 23:22:32 +02:00
// 802A705C: 803621D8 (_savegpr_28)
// 802A7100: 80362224 (_restgpr_28)
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void JAUSoundAnimation::getEndSoundIndex(f32 param_0) const {
2021-04-01 02:07:58 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/JSystem/JAudio2/JAUSoundAnimator/getEndSoundIndex__17JAUSoundAnimationCFf.s"
}
#pragma pop