Files
tp/libs/JSystem/JParticle/JPAChildShape.cpp
T

156 lines
4.2 KiB
C++
Raw Normal View History

2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
// Generated By: dol2asm
// Translation Unit: JPAChildShape
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
#include "dol2asm.h"
#include "dolphin/types.h"
2021-03-31 23:22:32 +02:00
#include "JSystem/JParticle/JPAChildShape.h"
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
// Types:
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
struct JPAEmitterWorkData {
2021-03-28 22:49:05 +02:00
};
2021-03-31 23:22:32 +02:00
struct JPAChildShape {
/* 8027B038 */ // False False
// u8 const* False
// u8 const False
// u8 False
JPAChildShape(u8 const*);
};
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
struct JPABaseParticle {
};
//
2021-03-28 22:49:05 +02:00
// Forward References:
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
// False False
// JPAEmitterWorkData* False
// JPAEmitterWorkData False
2021-03-28 22:49:05 +02:00
void JPARegistChildPrmEnv(JPAEmitterWorkData*);
2021-03-31 23:22:32 +02:00
// False False
// JPAEmitterWorkData* False
// JPAEmitterWorkData False
// JPABaseParticle* False
// JPABaseParticle False
2021-03-28 22:49:05 +02:00
void JPACalcChildAlphaOut(JPAEmitterWorkData*, JPABaseParticle*);
2021-03-31 23:22:32 +02:00
// False False
// JPAEmitterWorkData* False
// JPAEmitterWorkData False
// JPABaseParticle* False
// JPABaseParticle False
2021-03-28 22:49:05 +02:00
void JPACalcChildScaleOut(JPAEmitterWorkData*, JPABaseParticle*);
2021-03-31 23:22:32 +02:00
// False False
// JPAEmitterWorkData* False
// JPAEmitterWorkData False
2021-03-28 22:49:05 +02:00
extern "C" void JPARegistChildPrmEnv__FP18JPAEmitterWorkData();
2021-03-31 23:22:32 +02:00
// False False
// JPAEmitterWorkData* False
// JPAEmitterWorkData False
// JPABaseParticle* False
// JPABaseParticle False
2021-03-28 22:49:05 +02:00
extern "C" void JPACalcChildAlphaOut__FP18JPAEmitterWorkDataP15JPABaseParticle();
2021-03-31 23:22:32 +02:00
// False False
// JPAEmitterWorkData* False
// JPAEmitterWorkData False
// JPABaseParticle* False
// JPABaseParticle False
2021-03-28 22:49:05 +02:00
extern "C" void JPACalcChildScaleOut__FP18JPAEmitterWorkDataP15JPABaseParticle();
2021-03-31 23:22:32 +02:00
// False False
// u8 const* False
// u8 const False
// u8 False
2021-03-28 22:49:05 +02:00
extern "C" void __ct__13JPAChildShapeFPCUc();
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
// External References:
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" void GXSetTevColor();
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
// Declarations:
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
/* 8027AEBC-8027AFDC 0120+00 s=0 e=1 z=0 None .text JPARegistChildPrmEnv__FP18JPAEmitterWorkData */
// 8027AFB4: 8035F37C (GXSetTevColor)
// 8027AFC8: 8035F37C (GXSetTevColor)
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
// JPAEmitterWorkData* False
// JPAEmitterWorkData False
2021-03-28 22:49:05 +02:00
asm void JPARegistChildPrmEnv(JPAEmitterWorkData* param_0) {
2021-03-31 23:22:32 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/JSystem/JParticle/JPAChildShape/JPARegistChildPrmEnv__FP18JPAEmitterWorkData.s"
}
#pragma pop
2021-03-31 23:22:32 +02:00
2021-03-28 22:49:05 +02:00
/* ############################################################################################## */
2021-03-31 23:22:32 +02:00
/* 80455308-8045530C 0004+00 s=1 e=0 z=0 None .sdata2 @2318 */
2021-03-30 01:58:08 +02:00
SECTION_SDATA2 static f32 lit_2318 = 255.0f;
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
/* 8045530C-80455310 0004+00 s=2 e=0 z=0 None .sdata2 @2319 */
2021-03-30 01:58:08 +02:00
SECTION_SDATA2 static f32 lit_2319 = 1.0f;
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
/* 8027AFDC-8027B008 002C+00 s=0 e=1 z=0 None .text JPACalcChildAlphaOut__FP18JPAEmitterWorkDataP15JPABaseParticle */
// 8027AFE0: 80455308 (lit_2318)
// 8027AFE4: 8045530C (lit_2319)
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
// JPAEmitterWorkData* False
// JPAEmitterWorkData False
// JPABaseParticle* False
// JPABaseParticle False
2021-03-28 22:49:05 +02:00
asm void JPACalcChildAlphaOut(JPAEmitterWorkData* param_0, JPABaseParticle* param_1) {
2021-03-31 23:22:32 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/JSystem/JParticle/JPAChildShape/JPACalcChildAlphaOut__FP18JPAEmitterWorkDataP15JPABaseParticle.s"
}
#pragma pop
2021-03-31 23:22:32 +02:00
/* 8027B008-8027B038 0030+00 s=0 e=1 z=0 None .text JPACalcChildScaleOut__FP18JPAEmitterWorkDataP15JPABaseParticle */
// 8027B00C: 8045530C (lit_2319)
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
// JPAEmitterWorkData* False
// JPAEmitterWorkData False
// JPABaseParticle* False
// JPABaseParticle False
2021-03-28 22:49:05 +02:00
asm void JPACalcChildScaleOut(JPAEmitterWorkData* param_0, JPABaseParticle* param_1) {
2021-03-31 23:22:32 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/JSystem/JParticle/JPAChildShape/JPACalcChildScaleOut__FP18JPAEmitterWorkDataP15JPABaseParticle.s"
}
#pragma pop
2021-03-31 23:22:32 +02:00
/* 8027B038-8027B040 0008+00 s=0 e=1 z=0 None .text __ct__13JPAChildShapeFPCUc */
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
// u8 const* False
// u8 const False
// u8 False
2021-03-28 22:49:05 +02:00
asm JPAChildShape::JPAChildShape(u8 const* param_0) {
2021-03-31 23:22:32 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/JSystem/JParticle/JPAChildShape/__ct__13JPAChildShapeFPCUc.s"
}
#pragma pop
2021-03-31 23:22:32 +02:00