mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-04 08:48:45 -04:00
.dead section fix
This commit is contained in:
@@ -1,64 +1,100 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: JPAExTexShape
|
||||
//
|
||||
//
|
||||
|
||||
#include "JSystem/JParticle/JPAExTexShape.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "JSystem/JParticle/JPAExTexShape.h"
|
||||
|
||||
//
|
||||
//
|
||||
// Types:
|
||||
//
|
||||
//
|
||||
|
||||
struct _GXTexMapID {};
|
||||
struct _GXTexMapID {
|
||||
};
|
||||
|
||||
struct JUTTexture {
|
||||
/* 802DE840 */ void load(_GXTexMapID);
|
||||
/* 802DE840 */ // False False
|
||||
// _GXTexMapID False
|
||||
void load(_GXTexMapID);
|
||||
};
|
||||
|
||||
struct JPAExTexShape {
|
||||
/* 8027B13C */ JPAExTexShape(u8 const*);
|
||||
/* 8027B13C */ // False False
|
||||
// u8 const* False
|
||||
// u8 const False
|
||||
// u8 False
|
||||
JPAExTexShape(u8 const*);
|
||||
};
|
||||
|
||||
struct JPAEmitterWorkData {};
|
||||
struct JPAEmitterWorkData {
|
||||
};
|
||||
|
||||
//
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
//
|
||||
|
||||
// False False
|
||||
// JPAEmitterWorkData* False
|
||||
// JPAEmitterWorkData False
|
||||
void JPALoadExTex(JPAEmitterWorkData*);
|
||||
|
||||
// False False
|
||||
// JPAEmitterWorkData* False
|
||||
// JPAEmitterWorkData False
|
||||
extern "C" void JPALoadExTex__FP18JPAEmitterWorkData();
|
||||
// False False
|
||||
// u8 const* False
|
||||
// u8 const False
|
||||
// u8 False
|
||||
extern "C" void __ct__13JPAExTexShapeFPCUc();
|
||||
|
||||
//
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
// False False
|
||||
// _GXTexMapID False
|
||||
extern "C" void load__10JUTTextureF11_GXTexMapID();
|
||||
// False False
|
||||
extern "C" void GXSetTexCoordGen2();
|
||||
|
||||
//
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* 8027B040-8027B13C 00FC+00 s=0 e=1 z=0 None .text JPALoadExTex__FP18JPAEmitterWorkData */
|
||||
/* 8027B040-8027B13C 00FC+00 s=0 e=1 z=0 None .text JPALoadExTex__FP18JPAEmitterWorkData */
|
||||
// 8027B08C: 8035BB7C (GXSetTexCoordGen2)
|
||||
// 8027B0C0: 802DE840 (load__10JUTTextureF11_GXTexMapID)
|
||||
// 8027B0EC: 8035BB7C (GXSetTexCoordGen2)
|
||||
// 8027B120: 802DE840 (load__10JUTTextureF11_GXTexMapID)
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
// JPAEmitterWorkData* False
|
||||
// JPAEmitterWorkData False
|
||||
asm void JPALoadExTex(JPAEmitterWorkData* param_0) {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/JSystem/JParticle/JPAExTexShape/JPALoadExTex__FP18JPAEmitterWorkData.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
/* 8027B13C-8027B144 0008+00 s=0 e=1 z=0 None .text __ct__13JPAExTexShapeFPCUc */
|
||||
|
||||
/* 8027B13C-8027B144 0008+00 s=0 e=1 z=0 None .text __ct__13JPAExTexShapeFPCUc */
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
// u8 const* False
|
||||
// u8 const False
|
||||
// u8 False
|
||||
asm JPAExTexShape::JPAExTexShape(u8 const* param_0) {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/JSystem/JParticle/JPAExTexShape/__ct__13JPAExTexShapeFPCUc.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user