decompile jstudio-data.cpp (#174)

* decompile jstudio-data.cpp

did this earlier for Pikmin 2

* clarify stb-data

* clarify fvb-data

* formatting

* clang-format properly
This commit is contained in:
EpochFlame
2022-01-04 12:09:53 -05:00
committed by GitHub
parent 31c937124b
commit f4a3c80af3
6 changed files with 16 additions and 92 deletions
+2 -16
View File
@@ -1,23 +1,9 @@
//
// Generated By: dol2asm
// Translation Unit: stb-data
//
#include "JSystem/JStudio/JStudio/stb-data.h"
#include "dol2asm.h"
#include "dolphin/types.h"
namespace JStudio {
namespace stb {
namespace data {
const u8 gauDataSize_TEParagraph_data[32] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x04,
0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x40,
};
const u32 ga4cSignature = 'STB\0';
extern const s32 gauDataSize_TEParagraph_data[8] = {0x0, 0x1, 0x2, 0x4, 0x8, 0x10, 0x20, 0x40};
extern const char ga4cSignature[] = "STB";
} // namespace data
} // namespace stb
} // namespace JStudio