mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 07:11:06 -04:00
7fd7d0c1f3
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
56 lines
1.3 KiB
C++
56 lines
1.3 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: JAUSoundAnimator
|
|
//
|
|
|
|
#include "JSystem/JAudio2/JAUSoundAnimator.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Types:
|
|
//
|
|
|
|
struct JAUSoundAnimation {
|
|
/* 802A6F70 */ void getStartSoundIndex(f32) const;
|
|
/* 802A7044 */ void getEndSoundIndex(f32) const;
|
|
};
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void getStartSoundIndex__17JAUSoundAnimationCFf();
|
|
extern "C" void getEndSoundIndex__17JAUSoundAnimationCFf();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" void _savegpr_28();
|
|
extern "C" void _restgpr_28();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 802A6F70-802A7044 2A18B0 00D4+00 0/0 1/1 0/0 .text getStartSoundIndex__17JAUSoundAnimationCFf
|
|
*/
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void JAUSoundAnimation::getStartSoundIndex(f32 param_0) const {
|
|
nofralloc
|
|
#include "asm/JSystem/JAudio2/JAUSoundAnimator/getStartSoundIndex__17JAUSoundAnimationCFf.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 802A7044-802A7114 2A1984 00D0+00 0/0 1/1 0/0 .text getEndSoundIndex__17JAUSoundAnimationCFf */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void JAUSoundAnimation::getEndSoundIndex(f32 param_0) const {
|
|
nofralloc
|
|
#include "asm/JSystem/JAudio2/JAUSoundAnimator/getEndSoundIndex__17JAUSoundAnimationCFf.s"
|
|
}
|
|
#pragma pop
|