mirror of
https://github.com/zeldaret/tp
synced 2026-06-03 10:31:57 -04:00
109 lines
2.9 KiB
C++
109 lines
2.9 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: stb-data-parse
|
|
//
|
|
|
|
#include "JSystem/JStudio/JStudio/stb-data-parse.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Types:
|
|
//
|
|
|
|
namespace JStudio {
|
|
namespace stb {
|
|
struct data {
|
|
struct TParse_TSequence {
|
|
struct TData {};
|
|
|
|
/* 802899BC */ void getData(JStudio::stb::data::TParse_TSequence::TData*) const;
|
|
};
|
|
|
|
struct TParse_TParagraph {
|
|
struct TData {};
|
|
|
|
/* 80289A08 */ void getData(JStudio::stb::data::TParse_TParagraph::TData*) const;
|
|
};
|
|
|
|
struct TParse_TParagraph_data {
|
|
struct TData {};
|
|
|
|
/* 80289A80 */ void getData(JStudio::stb::data::TParse_TParagraph_data::TData*) const;
|
|
};
|
|
};
|
|
|
|
}; // namespace stb
|
|
|
|
}; // namespace JStudio
|
|
|
|
namespace JGadget {
|
|
struct binary {
|
|
struct TEBit {};
|
|
|
|
/* 802DC864 */ void parseVariableUInt_16_32_following(void const*, u32*, u32*,
|
|
JGadget::binary::TEBit*);
|
|
};
|
|
|
|
}; // namespace JGadget
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void
|
|
getData__Q47JStudio3stb4data16TParse_TSequenceCFPQ57JStudio3stb4data16TParse_TSequence5TData();
|
|
extern "C" void
|
|
getData__Q47JStudio3stb4data17TParse_TParagraphCFPQ57JStudio3stb4data17TParse_TParagraph5TData();
|
|
extern "C" void
|
|
getData__Q47JStudio3stb4data22TParse_TParagraph_dataCFPQ57JStudio3stb4data22TParse_TParagraph_data5TData();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" void
|
|
parseVariableUInt_16_32_following__Q27JGadget6binaryFPCvPUlPUlPQ37JGadget6binary5TEBit();
|
|
extern "C" extern u8 const gauDataSize_TEParagraph_data__Q37JStudio3stb4data[32];
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 802899BC-80289A08 2842FC 004C+00 0/0 1/1 0/0 .text
|
|
* getData__Q47JStudio3stb4data16TParse_TSequenceCFPQ57JStudio3stb4data16TParse_TSequence5TData */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void JStudio::stb::data::TParse_TSequence::getData(
|
|
JStudio::stb::data::TParse_TSequence::TData* param_0) const {
|
|
nofralloc
|
|
#include "asm/JSystem/JStudio/JStudio/stb-data-parse/func_802899BC.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 80289A08-80289A80 284348 0078+00 0/0 1/1 0/0 .text
|
|
* getData__Q47JStudio3stb4data17TParse_TParagraphCFPQ57JStudio3stb4data17TParse_TParagraph5TData */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void JStudio::stb::data::TParse_TParagraph::getData(
|
|
JStudio::stb::data::TParse_TParagraph::TData* param_0) const {
|
|
nofralloc
|
|
#include "asm/JSystem/JStudio/JStudio/stb-data-parse/func_80289A08.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 80289A80-80289B00 2843C0 0080+00 0/0 3/3 1/1 .text
|
|
* getData__Q47JStudio3stb4data22TParse_TParagraph_dataCFPQ57JStudio3stb4data22TParse_TParagraph_data5TData
|
|
*/
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void JStudio::stb::data::TParse_TParagraph_data::getData(
|
|
JStudio::stb::data::TParse_TParagraph_data::TData* param_0) const {
|
|
nofralloc
|
|
#include "asm/JSystem/JStudio/JStudio/stb-data-parse/func_80289A80.s"
|
|
}
|
|
#pragma pop
|