mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-10 02:35:17 -04:00
f4a3c80af3
* decompile jstudio-data.cpp did this earlier for Pikmin 2 * clarify stb-data * clarify fvb-data * formatting * clang-format properly
10 lines
284 B
C++
10 lines
284 B
C++
#include "dolphin/types.h"
|
|
namespace JStudio {
|
|
namespace stb {
|
|
namespace data {
|
|
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
|