mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-03 08:57:00 -04:00
.dead section fix
This commit is contained in:
@@ -1,57 +1,78 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: JAUSoundAnimator
|
||||
//
|
||||
//
|
||||
|
||||
#include "JSystem/JAudio2/JAUSoundAnimator.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "JSystem/JAudio2/JAUSoundAnimator.h"
|
||||
|
||||
//
|
||||
//
|
||||
// Types:
|
||||
//
|
||||
//
|
||||
|
||||
struct JAUSoundAnimation {
|
||||
/* 802A6F70 */ void getStartSoundIndex(f32) const;
|
||||
/* 802A7044 */ void getEndSoundIndex(f32) const;
|
||||
/* 802A6F70 */ // False False
|
||||
// f32 False
|
||||
void getStartSoundIndex(f32) const;
|
||||
/* 802A7044 */ // False False
|
||||
// f32 False
|
||||
void getEndSoundIndex(f32) const;
|
||||
};
|
||||
|
||||
//
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
// False False
|
||||
// f32 False
|
||||
extern "C" void getStartSoundIndex__17JAUSoundAnimationCFf();
|
||||
// False False
|
||||
// f32 False
|
||||
extern "C" void getEndSoundIndex__17JAUSoundAnimationCFf();
|
||||
|
||||
//
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
// False False
|
||||
extern "C" void _savegpr_28();
|
||||
// False False
|
||||
extern "C" void _restgpr_28();
|
||||
|
||||
//
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* 802A6F70-802A7044 00D4+00 s=0 e=1 z=0 None .text getStartSoundIndex__17JAUSoundAnimationCFf
|
||||
*/
|
||||
/* 802A6F70-802A7044 00D4+00 s=0 e=1 z=0 None .text getStartSoundIndex__17JAUSoundAnimationCFf */
|
||||
// 802A6F88: 803621D8 (_savegpr_28)
|
||||
// 802A7030: 80362224 (_restgpr_28)
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
// f32 False
|
||||
asm void JAUSoundAnimation::getStartSoundIndex(f32 param_0) const {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/JSystem/JAudio2/JAUSoundAnimator/getStartSoundIndex__17JAUSoundAnimationCFf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
/* 802A7044-802A7114 00D0+00 s=0 e=1 z=0 None .text getEndSoundIndex__17JAUSoundAnimationCFf
|
||||
*/
|
||||
|
||||
/* 802A7044-802A7114 00D0+00 s=0 e=1 z=0 None .text getEndSoundIndex__17JAUSoundAnimationCFf */
|
||||
// 802A705C: 803621D8 (_savegpr_28)
|
||||
// 802A7100: 80362224 (_restgpr_28)
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
// f32 False
|
||||
asm void JAUSoundAnimation::getEndSoundIndex(f32 param_0) const {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/JSystem/JAudio2/JAUSoundAnimator/getEndSoundIndex__17JAUSoundAnimationCFf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user