mirror of
https://github.com/zeldaret/tp
synced 2026-09-03 10:09:35 -04:00
clang-format
This commit is contained in:
@@ -1,66 +1,62 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: JPAKeyBlock
|
||||
//
|
||||
//
|
||||
|
||||
#include "JSystem/JParticle/JPAKeyBlock.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "JSystem/JParticle/JPAKeyBlock.h"
|
||||
|
||||
//
|
||||
//
|
||||
// Types:
|
||||
//
|
||||
//
|
||||
|
||||
struct JPAKeyBlock {
|
||||
/* 8027D730 */ JPAKeyBlock(u8 const*);
|
||||
/* 8027D740 */ void calc(f32);
|
||||
/* 8027D730 */ JPAKeyBlock(u8 const*);
|
||||
/* 8027D740 */ void calc(f32);
|
||||
};
|
||||
|
||||
//
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
//
|
||||
|
||||
extern "C" void __ct__11JPAKeyBlockFPCUc();
|
||||
extern "C" void calc__11JPAKeyBlockFf();
|
||||
|
||||
//
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
//
|
||||
|
||||
void JPACalcKeyAnmValue(f32, u16, f32 const*);
|
||||
|
||||
extern "C" void JPACalcKeyAnmValue__FfUsPCf();
|
||||
|
||||
//
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* 8027D730-8027D740 0010+00 s=0 e=1 z=0 None .text __ct__11JPAKeyBlockFPCUc */
|
||||
/* 8027D730-8027D740 0010+00 s=0 e=1 z=0 None .text __ct__11JPAKeyBlockFPCUc */
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
asm JPAKeyBlock::JPAKeyBlock(u8 const* param_0) {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/JSystem/JParticle/JPAKeyBlock/__ct__11JPAKeyBlockFPCUc.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 80455350-80455358 0008+00 s=1 e=0 z=0 None .sdata2 @2215 */
|
||||
/* 80455350-80455358 0008+00 s=1 e=0 z=0 None .sdata2 @2215 */
|
||||
SECTION_SDATA2 static u8 lit_2215[8] = {
|
||||
0x43, 0x30, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
|
||||
0x43, 0x30, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/* 8027D740-8027D7D4 0094+00 s=0 e=1 z=0 None .text calc__11JPAKeyBlockFf */
|
||||
/* 8027D740-8027D7D4 0094+00 s=0 e=1 z=0 None .text calc__11JPAKeyBlockFf */
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
asm void JPAKeyBlock::calc(f32 param_0) {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/JSystem/JParticle/JPAKeyBlock/calc__11JPAKeyBlockFf.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user