summaryrefslogtreecommitdiff
path: root/libs/JSystem/J2DGraph/J2DTextBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DTextBox.cpp')
-rw-r--r--libs/JSystem/J2DGraph/J2DTextBox.cpp1333
1 files changed, 1099 insertions, 234 deletions
diff --git a/libs/JSystem/J2DGraph/J2DTextBox.cpp b/libs/JSystem/J2DGraph/J2DTextBox.cpp
index 2d8cf284f1..6620482991 100644
--- a/libs/JSystem/J2DGraph/J2DTextBox.cpp
+++ b/libs/JSystem/J2DGraph/J2DTextBox.cpp
@@ -1,436 +1,1178 @@
-//
+//
// Generated By: dol2asm
// Translation Unit: J2DTextBox
-//
+//
-#include "JSystem/J2DGraph/J2DTextBox.h"
#include "dol2asm.h"
#include "dolphin/types.h"
+#include "JSystem/J2DGraph/J2DTextBox.h"
-//
+//
// Types:
-//
+//
-struct _GXCullMode {};
+struct _GXCullMode {
+};
-struct ResTIMG {};
+struct ResTIMG {
+};
-struct ResFONT {};
+struct ResFONT {
+};
struct JUtility {
- struct TColor {};
+ struct TColor {
+ };
+
};
-struct JKRHeap {};
+struct JKRHeap {
+};
struct JUTResFont {
- /* 802DEF94 */ JUTResFont(ResFONT const*, JKRHeap*);
+ /* 802DEF94 */ // False False
+// ResFONT const* False
+// ResFONT const False
+// ResFONT False
+// JKRHeap* False
+// JKRHeap False
+JUTResFont(ResFONT const*, JKRHeap*);
};
-struct JUTFont {};
+struct JUTFont {
+};
-struct JSUStreamSeekFrom {};
+struct JSUStreamSeekFrom {
+};
struct JSURandomInputStream {
- /* 802DC458 */ void peek(void*, s32);
- /* 802DC4DC */ void seek(s32, JSUStreamSeekFrom);
+ /* 802DC458 */ // False False
+// void* False
+// void False
+// s32 False
+void peek(void*, s32);
+ /* 802DC4DC */ // False False
+// s32 False
+// JSUStreamSeekFrom False
+void seek(s32, JSUStreamSeekFrom);
};
struct JSUInputStream {
- /* 802DC298 */ void read(void*, s32);
+ /* 802DC298 */ // False False
+// void* False
+// void False
+// s32 False
+void read(void*, s32);
};
-struct JKRArchive {};
+struct JKRArchive {
+};
struct JGeometry {
- template <typename A1>
- struct TBox2 {};
- /* TBox2<f32> */
- struct TBox2__template0 {};
+ template <typename A1>
+ struct TBox2 { };
+ /* TBox2<f32> */
+ struct TBox2__template0 {
+ };
+
+};
+
+struct J2DTextBoxVBinding {
};
-struct J2DTextBoxVBinding {};
+struct J2DTextBoxHBinding {
+};
-struct J2DTextBoxHBinding {};
+struct J2DMaterial {
+};
-struct J2DAnmTextureSRTKey {};
+struct J2DAnmColor {
+};
-struct J2DAnmColor {};
+struct J2DAnmTransform {
+};
-struct J2DAnmVtxColor {};
+struct J2DAnmTevRegKey {
+};
-struct J2DAnmVisibilityFull {};
+struct J2DAnmTexPattern {
+};
-struct J2DAnmTexPattern {};
+struct J2DAnmBase {
+};
-struct J2DAnmTevRegKey {};
+struct J2DAnmTextureSRTKey {
+};
-struct J2DAnmTransform {};
+struct J2DAnmVtxColor {
+};
-struct J2DAnmBase {};
+struct J2DAnmVisibilityFull {
+};
struct J2DPane {
- /* 80020158 */ void setAlpha(u8);
- /* 80053BC0 */ void calcMtx();
- /* 80053C00 */ void makeMatrix(f32, f32);
- /* 802F7540 */ void makeMatrix(f32, f32, f32, f32);
- /* 80256018 */ void setAnimation(J2DAnmVtxColor*);
- /* 8025601C */ void setAnimation(J2DAnmVisibilityFull*);
- /* 80256020 */ void setAnimation(J2DAnmTexPattern*);
- /* 8018BF28 */ void setAnimation(J2DAnmTextureSRTKey*);
- /* 802F7FC4 */ void setAnimation(J2DAnmTransform*);
- /* 80126350 */ void setAnimation(J2DAnmTevRegKey*);
- /* 80126354 */ void setAnimation(J2DAnmColor*);
- /* 802F7EF4 */ void setAnimation(J2DAnmBase*);
- /* 802F5E88 */ J2DPane(u64, JGeometry::TBox2<f32> const&);
- /* 802F5BF8 */ J2DPane();
- /* 802F60C4 */ void makePaneStream(J2DPane*, JSURandomInputStream*);
- /* 802F658C */ ~J2DPane();
- /* 802F6F60 */ void move(f32, f32);
- /* 802F6FB4 */ void add(f32, f32);
- /* 802F6FF8 */ void resize(f32, f32);
- /* 802F72E0 */ void search(u64);
- /* 802F7388 */ void searchUserInfo(u64);
- /* 802F7430 */ void isUsed(ResTIMG const*);
- /* 802F74B8 */ void isUsed(ResFONT const*);
- /* 802F7680 */ void setCullBack(_GXCullMode);
- /* 802F8428 */ void setCullBack(bool);
- /* 802F7B18 */ void makePaneExStream(J2DPane*, JSURandomInputStream*);
- /* 802F7DB8 */ void getPointer(JSURandomInputStream*, u32, JKRArchive*);
- /* 802F8004 */ void clearAnmTransform();
- /* 802F8080 */ void animationTransform(J2DAnmTransform const*);
- /* 802F8118 */ void setVisibileAnimation(J2DAnmVisibilityFull*);
- /* 802F81A0 */ void setVtxColorAnimation(J2DAnmVtxColor*);
- /* 802F8228 */ void animationPane(J2DAnmTransform const*);
- /* 802F83D0 */ void setAnimationVF(J2DAnmVisibilityFull*);
- /* 802F83FC */ void setAnimationVC(J2DAnmVtxColor*);
- /* 802F8474 */ void update();
+ /* 80020158 */ // False False
+// u8 False
+void setAlpha(u8);
+ /* 80053BC0 */ // False False
+void calcMtx();
+ /* 80053C00 */ // False False
+// f32 False
+// f32 False
+void makeMatrix(f32, f32);
+ /* 802F7540 */ // False False
+// f32 False
+// f32 False
+// f32 False
+// f32 False
+void makeMatrix(f32, f32, f32, f32);
+ /* 80256018 */ // False False
+// void False
+// J2DAnmVtxColor* False
+// J2DAnmVtxColor False
+void setAnimation(J2DAnmVtxColor*);
+ /* 8025601C */ // False False
+// void False
+// J2DAnmVisibilityFull* False
+// J2DAnmVisibilityFull False
+void setAnimation(J2DAnmVisibilityFull*);
+ /* 80256020 */ // False False
+// void False
+// J2DAnmTexPattern* False
+// J2DAnmTexPattern False
+void setAnimation(J2DAnmTexPattern*);
+ /* 8018BF28 */ // False False
+// void False
+// J2DAnmTextureSRTKey* False
+// J2DAnmTextureSRTKey False
+void setAnimation(J2DAnmTextureSRTKey*);
+ /* 802F7FC4 */ // False False
+// J2DAnmTransform* False
+// J2DAnmTransform False
+void setAnimation(J2DAnmTransform*);
+ /* 80126350 */ // False False
+// void False
+// J2DAnmTevRegKey* False
+// J2DAnmTevRegKey False
+void setAnimation(J2DAnmTevRegKey*);
+ /* 80126354 */ // False False
+// void False
+// J2DAnmColor* False
+// J2DAnmColor False
+void setAnimation(J2DAnmColor*);
+ /* 802F7EF4 */ // False False
+// J2DAnmBase* False
+// J2DAnmBase False
+void setAnimation(J2DAnmBase*);
+ /* 802F5E88 */ // False True
+// u64 False
+// JGeometry::TBox2<f32> const& False
+// JGeometry::TBox2<f32> const False
+// JGeometry::TBox2<f32> True
+// f32 False
+J2DPane(u64, JGeometry::TBox2<f32> const&);
+ /* 802F5BF8 */ // False False
+J2DPane();
+ /* 802F60C4 */ // False False
+// J2DPane* False
+// J2DPane False
+// JSURandomInputStream* False
+// JSURandomInputStream False
+void makePaneStream(J2DPane*, JSURandomInputStream*);
+ /* 802F658C */ // False False
+~J2DPane();
+ /* 802F6F60 */ // False False
+// f32 False
+// f32 False
+void move(f32, f32);
+ /* 802F6FB4 */ // False False
+// f32 False
+// f32 False
+void add(f32, f32);
+ /* 802F6FF8 */ // False False
+// f32 False
+// f32 False
+void resize(f32, f32);
+ /* 802F72E0 */ // False False
+// u64 False
+void search(u64);
+ /* 802F7388 */ // False False
+// u64 False
+void searchUserInfo(u64);
+ /* 802F7430 */ // False False
+// ResTIMG const* False
+// ResTIMG const False
+// ResTIMG False
+void isUsed(ResTIMG const*);
+ /* 802F74B8 */ // False False
+// ResFONT const* False
+// ResFONT const False
+// ResFONT False
+void isUsed(ResFONT const*);
+ /* 802F7680 */ // False False
+// _GXCullMode False
+void setCullBack(_GXCullMode);
+ /* 802F8428 */ // False False
+// bool False
+void setCullBack(bool);
+ /* 802F7B18 */ // False False
+// J2DPane* False
+// J2DPane False
+// JSURandomInputStream* False
+// JSURandomInputStream False
+void makePaneExStream(J2DPane*, JSURandomInputStream*);
+ /* 802F7DB8 */ // False False
+// JSURandomInputStream* False
+// JSURandomInputStream False
+// u32 False
+// JKRArchive* False
+// JKRArchive False
+void getPointer(JSURandomInputStream*, u32, JKRArchive*);
+ /* 802F8004 */ // False False
+void clearAnmTransform();
+ /* 802F8080 */ // False False
+// J2DAnmTransform const* False
+// J2DAnmTransform const False
+// J2DAnmTransform False
+void animationTransform(J2DAnmTransform const*);
+ /* 802F8118 */ // False False
+// J2DAnmVisibilityFull* False
+// J2DAnmVisibilityFull False
+void setVisibileAnimation(J2DAnmVisibilityFull*);
+ /* 802F81A0 */ // False False
+// J2DAnmVtxColor* False
+// J2DAnmVtxColor False
+void setVtxColorAnimation(J2DAnmVtxColor*);
+ /* 802F8228 */ // False False
+// J2DAnmTransform const* False
+// J2DAnmTransform const False
+// J2DAnmTransform False
+void animationPane(J2DAnmTransform const*);
+ /* 802F83D0 */ // False False
+// J2DAnmVisibilityFull* False
+// J2DAnmVisibilityFull False
+void setAnimationVF(J2DAnmVisibilityFull*);
+ /* 802F83FC */ // False False
+// J2DAnmVtxColor* False
+// J2DAnmVtxColor False
+void setAnimationVC(J2DAnmVtxColor*);
+ /* 802F8474 */ // False False
+// void False
+void update();
};
-struct J2DMaterial {};
-
struct J2DTextBox {
- /* 80186C84 */ void setWhite(JUtility::TColor);
- /* 8019230C */ void setBlackWhite(JUtility::TColor, JUtility::TColor);
- /* 801DFA28 */ void getWhite() const;
- /* 801DFA34 */ void getBlack() const;
- /* 8021C7F4 */ void getFont() const;
- /* 80254408 */ void setBlack(JUtility::TColor);
- /* 8025602C */ bool getMaterial() const;
- /* 802FFBC4 */ J2DTextBox(u64, JGeometry::TBox2<f32> const&, ResFONT const*, char const*, s16,
- J2DTextBoxHBinding, J2DTextBoxVBinding);
- /* 802FF6D8 */ J2DTextBox(J2DPane*, JSURandomInputStream*, JKRArchive*);
- /* 802FF75C */ J2DTextBox(J2DPane*, JSURandomInputStream*, u32, J2DMaterial*);
- /* 802FF660 */ J2DTextBox();
- /* 802FFC58 */ void initiate(ResFONT const*, char const*, s16, J2DTextBoxHBinding,
- J2DTextBoxVBinding);
- /* 802FFE88 */ void private_readStream(J2DPane*, JSURandomInputStream*, JKRArchive*);
- /* 803001E0 */ ~J2DTextBox();
- /* 80300278 */ void setFont(JUTFont*);
- /* 80300490 */ void draw(f32, f32, f32, J2DTextBoxHBinding);
- /* 803002E8 */ void draw(f32, f32);
- /* 80300658 */ void getStringPtr() const;
- /* 8030074C */ void setString(s16, char const*, ...);
- /* 80300660 */ void setString(char const*, ...);
- /* 80300870 */ void setConnectParent(bool);
- /* 80300950 */ void drawSelf(f32, f32, f32 (*)[3][4]);
- /* 803008E8 */ void drawSelf(f32, f32);
- /* 80300AF8 */ void resize(f32, f32);
- /* 80300C70 */ void isUsed(ResTIMG const*);
- /* 80300BFC */ void isUsed(ResFONT const*);
- /* 80300C68 */ s32 getTypeID() const;
- /* 80300C90 */ void rewriteAlpha();
+ /* 80186C84 */ // False False
+// JUtility::TColor False
+void setWhite(JUtility::TColor);
+ /* 8019230C */ // False False
+// JUtility::TColor False
+// JUtility::TColor False
+void setBlackWhite(JUtility::TColor, JUtility::TColor);
+ /* 801DFA28 */ // False False
+void getWhite() const;
+ /* 801DFA34 */ // False False
+void getBlack() const;
+ /* 8021C7F4 */ // False False
+void getFont() const;
+ /* 80254408 */ // False False
+// JUtility::TColor False
+void setBlack(JUtility::TColor);
+ /* 8025602C */ // False False
+// bool False
+bool getMaterial() const;
+ /* 802FFBC4 */ // False True
+// u64 False
+// JGeometry::TBox2<f32> const& False
+// JGeometry::TBox2<f32> const False
+// JGeometry::TBox2<f32> True
+// f32 False
+// ResFONT const* False
+// ResFONT const False
+// ResFONT False
+// char const* False
+// char const False
+// char False
+// s16 False
+// J2DTextBoxHBinding False
+// J2DTextBoxVBinding False
+J2DTextBox(u64, JGeometry::TBox2<f32> const&, ResFONT const*, char const*, s16, J2DTextBoxHBinding, J2DTextBoxVBinding);
+ /* 802FF6D8 */ // False False
+// J2DPane* False
+// J2DPane False
+// JSURandomInputStream* False
+// JSURandomInputStream False
+// JKRArchive* False
+// JKRArchive False
+J2DTextBox(J2DPane*, JSURandomInputStream*, JKRArchive*);
+ /* 802FF75C */ // False False
+// J2DPane* False
+// J2DPane False
+// JSURandomInputStream* False
+// JSURandomInputStream False
+// u32 False
+// J2DMaterial* False
+// J2DMaterial False
+J2DTextBox(J2DPane*, JSURandomInputStream*, u32, J2DMaterial*);
+ /* 802FF660 */ // False False
+J2DTextBox();
+ /* 802FFC58 */ // False False
+// ResFONT const* False
+// ResFONT const False
+// ResFONT False
+// char const* False
+// char const False
+// char False
+// s16 False
+// J2DTextBoxHBinding False
+// J2DTextBoxVBinding False
+void initiate(ResFONT const*, char const*, s16, J2DTextBoxHBinding, J2DTextBoxVBinding);
+ /* 802FFE88 */ // True False
+// J2DPane* False
+// J2DPane False
+// JSURandomInputStream* False
+// JSURandomInputStream False
+// JKRArchive* False
+// JKRArchive False
+void private_readStream(J2DPane*, JSURandomInputStream*, JKRArchive*);
+ /* 803001E0 */ // False False
+~J2DTextBox();
+ /* 80300278 */ // True False
+// JUTFont* False
+// JUTFont False
+void setFont(JUTFont*);
+ /* 80300490 */ // False False
+// f32 False
+// f32 False
+// f32 False
+// J2DTextBoxHBinding False
+void draw(f32, f32, f32, J2DTextBoxHBinding);
+ /* 803002E8 */ // True False
+// f32 False
+// f32 False
+void draw(f32, f32);
+ /* 80300658 */ // False False
+void getStringPtr() const;
+ /* 8030074C */ // False False
+// s16 False
+// char const* False
+// char const False
+// char False
+// ... False
+void setString(s16, char const*, ...);
+ /* 80300660 */ // False False
+// char const* False
+// char const False
+// char False
+// ... False
+void setString(char const*, ...);
+ /* 80300870 */ // False False
+// bool False
+void setConnectParent(bool);
+ /* 80300950 */ // True False
+// f32 False
+// f32 False
+// f32 (* )[3][4] False
+// f32 False
+// * False
+// False
+void drawSelf(f32, f32, f32 (* )[3][4]);
+ /* 803008E8 */ // False False
+// f32 False
+// f32 False
+void drawSelf(f32, f32);
+ /* 80300AF8 */ // False False
+// f32 False
+// f32 False
+void resize(f32, f32);
+ /* 80300C70 */ // True False
+// ResTIMG const* False
+// ResTIMG const False
+// ResTIMG False
+void isUsed(ResTIMG const*);
+ /* 80300BFC */ // True False
+// ResFONT const* False
+// ResFONT const False
+// ResFONT False
+void isUsed(ResFONT const*);
+ /* 80300C68 */ // False False
+// s32 False
+s32 getTypeID() const;
+ /* 80300C90 */ // True False
+// void False
+void rewriteAlpha();
};
struct J2DPrint {
- /* 802F4394 */ J2DPrint(JUTFont*, f32, f32, JUtility::TColor, JUtility::TColor,
- JUtility::TColor, JUtility::TColor);
- /* 802F4420 */ ~J2DPrint();
- /* 802F475C */ void locate(f32, f32);
- /* 802F4778 */ void print(f32, f32, u8, char const*, ...);
- /* 802F4828 */ void printReturn(char const*, f32, f32, J2DTextBoxHBinding, J2DTextBoxVBinding,
- f32, f32, u8);
+ /* 802F4394 */ // False False
+// JUTFont* False
+// JUTFont False
+// f32 False
+// f32 False
+// JUtility::TColor False
+// JUtility::TColor False
+// JUtility::TColor False
+// JUtility::TColor False
+J2DPrint(JUTFont*, f32, f32, JUtility::TColor, JUtility::TColor, JUtility::TColor, JUtility::TColor);
+ /* 802F4420 */ // False False
+~J2DPrint();
+ /* 802F475C */ // False False
+// f32 False
+// f32 False
+void locate(f32, f32);
+ /* 802F4778 */ // False False
+// f32 False
+// f32 False
+// u8 False
+// char const* False
+// char const False
+// char False
+// ... False
+void print(f32, f32, u8, char const*, ...);
+ /* 802F4828 */ // False False
+// char const* False
+// char const False
+// char False
+// f32 False
+// f32 False
+// J2DTextBoxHBinding False
+// J2DTextBoxVBinding False
+// f32 False
+// f32 False
+// u8 False
+void printReturn(char const*, f32, f32, J2DTextBoxHBinding, J2DTextBoxVBinding, f32, f32, u8);
};
-//
+//
// Forward References:
-//
+//
+
+// False False
extern "C" void __ct__10J2DTextBoxFv();
+// False False
+// J2DPane* False
+// J2DPane False
+// JSURandomInputStream* False
+// JSURandomInputStream False
+// JKRArchive* False
+// JKRArchive False
extern "C" void __ct__10J2DTextBoxFP7J2DPaneP20JSURandomInputStreamP10JKRArchive();
+// False False
+// J2DPane* False
+// J2DPane False
+// JSURandomInputStream* False
+// JSURandomInputStream False
+// u32 False
+// J2DMaterial* False
+// J2DMaterial False
extern "C" void __ct__10J2DTextBoxFP7J2DPaneP20JSURandomInputStreamUlP11J2DMaterial();
+// False True
+// u64 False
+// JGeometry::TBox2<f32> const& False
+// JGeometry::TBox2<f32> const False
+// JGeometry::TBox2<f32> True
+// f32 False
+// ResFONT const* False
+// ResFONT const False
+// ResFONT False
+// char const* False
+// char const False
+// char False
+// s16 False
+// J2DTextBoxHBinding False
+// J2DTextBoxVBinding False
extern "C" void func_802FFBC4();
+// False False
+// ResFONT const* False
+// ResFONT const False
+// ResFONT False
+// char const* False
+// char const False
+// char False
+// s16 False
+// J2DTextBoxHBinding False
+// J2DTextBoxVBinding False
extern "C" void initiate__10J2DTextBoxFPC7ResFONTPCcs18J2DTextBoxHBinding18J2DTextBoxVBinding();
+// True False
+// J2DPane* False
+// J2DPane False
+// JSURandomInputStream* False
+// JSURandomInputStream False
+// JKRArchive* False
+// JKRArchive False
extern "C" void private_readStream__10J2DTextBoxFP7J2DPaneP20JSURandomInputStreamP10JKRArchive();
+// False False
extern "C" void __dt__10J2DTextBoxFv();
+// True False
+// JUTFont* False
+// JUTFont False
extern "C" void setFont__10J2DTextBoxFP7JUTFont();
+// True False
+// f32 False
+// f32 False
extern "C" void draw__10J2DTextBoxFff();
+// False False
+// f32 False
+// f32 False
+// f32 False
+// J2DTextBoxHBinding False
extern "C" void draw__10J2DTextBoxFfff18J2DTextBoxHBinding();
+// False False
extern "C" void getStringPtr__10J2DTextBoxCFv();
+// False False
+// char const* False
+// char const False
+// char False
+// ... False
extern "C" void setString__10J2DTextBoxFPCce();
+// False False
+// s16 False
+// char const* False
+// char const False
+// char False
+// ... False
extern "C" void setString__10J2DTextBoxFsPCce();
+// False False
+// bool False
extern "C" void setConnectParent__10J2DTextBoxFb();
+// False False
+// f32 False
+// f32 False
extern "C" void drawSelf__10J2DTextBoxFff();
+// True False
+// f32 False
+// f32 False
+// f32 (* )[3][4] False
+// f32 False
+// * False
+// False
extern "C" void drawSelf__10J2DTextBoxFffPA3_A4_f();
+// False False
+// f32 False
+// f32 False
extern "C" void resize__10J2DTextBoxFff();
+// True False
+// ResFONT const* False
+// ResFONT const False
+// ResFONT False
extern "C" void isUsed__10J2DTextBoxFPC7ResFONT();
+// False False
+// s32 False
extern "C" s32 getTypeID__10J2DTextBoxCFv();
+// True False
+// ResTIMG const* False
+// ResTIMG const False
+// ResTIMG False
extern "C" void isUsed__10J2DTextBoxFPC7ResTIMG();
+// True False
+// void False
extern "C" void rewriteAlpha__10J2DTextBoxFv();
extern "C" extern char const* const J2DTextBox__stringBase0;
+extern "C" extern void* __vt__10J2DTextBox[47 + 1 /* padding */];
-//
+//
// External References:
-//
+//
+// False False
+// void* False
+// void False
+// u32 False
void* operator new(u32);
+// False False
+// void* False
+// void False
+// u32 False
void* operator new[](u32);
+// False False
+// void False
+// void* False
+// void False
void operator delete(void*);
+// False False
+// void False
+// void* False
+// void False
void operator delete[](void*);
+// False False
+// u8 False
extern "C" void setAlpha__7J2DPaneFUc();
+// False False
extern "C" void calcMtx__7J2DPaneFv();
+// False False
+// f32 False
+// f32 False
extern "C" void makeMatrix__7J2DPaneFff();
+// False False
+// void False
+// J2DAnmTevRegKey* False
+// J2DAnmTevRegKey False
extern "C" void setAnimation__7J2DPaneFP15J2DAnmTevRegKey();
+// False False
+// void False
+// J2DAnmColor* False
+// J2DAnmColor False
extern "C" void setAnimation__7J2DPaneFP11J2DAnmColor();
+// False False
+// JUtility::TColor False
extern "C" void setWhite__10J2DTextBoxFQ28JUtility6TColor();
+// False False
+// void False
+// J2DAnmTextureSRTKey* False
+// J2DAnmTextureSRTKey False
extern "C" void setAnimation__7J2DPaneFP19J2DAnmTextureSRTKey();
+// False False
+// JUtility::TColor False
+// JUtility::TColor False
extern "C" void setBlackWhite__10J2DTextBoxFQ28JUtility6TColorQ28JUtility6TColor();
+// False False
extern "C" void getWhite__10J2DTextBoxCFv();
+// False False
extern "C" void getBlack__10J2DTextBoxCFv();
+// False False
extern "C" void getFont__10J2DTextBoxCFv();
+// False False
+// JUtility::TColor False
extern "C" void setBlack__10J2DTextBoxFQ28JUtility6TColor();
+// False False
+// void False
+// J2DAnmVtxColor* False
+// J2DAnmVtxColor False
extern "C" void setAnimation__7J2DPaneFP14J2DAnmVtxColor();
+// False False
+// void False
+// J2DAnmVisibilityFull* False
+// J2DAnmVisibilityFull False
extern "C" void setAnimation__7J2DPaneFP20J2DAnmVisibilityFull();
+// False False
+// void False
+// J2DAnmTexPattern* False
+// J2DAnmTexPattern False
extern "C" void setAnimation__7J2DPaneFP16J2DAnmTexPattern();
+// False False
+// bool False
extern "C" bool getMaterial__10J2DTextBoxCFv();
+// False False
+// void* False
+// void False
+// u32 False
extern "C" void* __nw__FUl();
+// False False
+// void* False
+// void False
+// u32 False
extern "C" void* __nwa__FUl();
+// False False
+// void False
+// void* False
+// void False
extern "C" void __dl__FPv();
+// False False
+// void False
+// void* False
+// void False
extern "C" void __dla__FPv();
+// False False
+// void* False
+// void False
+// s32 False
extern "C" void read__14JSUInputStreamFPvl();
+// False False
+// void* False
+// void False
+// s32 False
extern "C" void peek__20JSURandomInputStreamFPvl();
+// False False
+// s32 False
+// JSUStreamSeekFrom False
extern "C" void seek__20JSURandomInputStreamFl17JSUStreamSeekFrom();
+// False False
+// ResFONT const* False
+// ResFONT const False
+// ResFONT False
+// JKRHeap* False
+// JKRHeap False
extern "C" void __ct__10JUTResFontFPC7ResFONTP7JKRHeap();
-extern "C" void
-__ct__8J2DPrintFP7JUTFontffQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColor();
+// False False
+// JUTFont* False
+// JUTFont False
+// f32 False
+// f32 False
+// JUtility::TColor False
+// JUtility::TColor False
+// JUtility::TColor False
+// JUtility::TColor False
+extern "C" void __ct__8J2DPrintFP7JUTFontffQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColor();
+// False False
extern "C" void __dt__8J2DPrintFv();
+// False False
+// f32 False
+// f32 False
extern "C" void locate__8J2DPrintFff();
+// False False
+// f32 False
+// f32 False
+// u8 False
+// char const* False
+// char const False
+// char False
+// ... False
extern "C" void print__8J2DPrintFffUcPCce();
+// False False
+// char const* False
+// char const False
+// char False
+// f32 False
+// f32 False
+// J2DTextBoxHBinding False
+// J2DTextBoxVBinding False
+// f32 False
+// f32 False
+// u8 False
extern "C" void printReturn__8J2DPrintFPCcff18J2DTextBoxHBinding18J2DTextBoxVBindingffUc();
+// False False
extern "C" void __ct__7J2DPaneFv();
+// False True
+// u64 False
+// JGeometry::TBox2<f32> const& False
+// JGeometry::TBox2<f32> const False
+// JGeometry::TBox2<f32> True
+// f32 False
extern "C" void func_802F5E88();
+// False False
+// J2DPane* False
+// J2DPane False
+// JSURandomInputStream* False
+// JSURandomInputStream False
extern "C" void makePaneStream__7J2DPaneFP7J2DPaneP20JSURandomInputStream();
+// False False
extern "C" void __dt__7J2DPaneFv();
+// False False
+// f32 False
+// f32 False
extern "C" void move__7J2DPaneFff();
+// False False
+// f32 False
+// f32 False
extern "C" void add__7J2DPaneFff();
+// False False
+// f32 False
+// f32 False
extern "C" void resize__7J2DPaneFff();
+// False False
+// u64 False
extern "C" void search__7J2DPaneFUx();
+// False False
+// u64 False
extern "C" void searchUserInfo__7J2DPaneFUx();
+// False False
+// ResTIMG const* False
+// ResTIMG const False
+// ResTIMG False
extern "C" void isUsed__7J2DPaneFPC7ResTIMG();
+// False False
+// ResFONT const* False
+// ResFONT const False
+// ResFONT False
extern "C" void isUsed__7J2DPaneFPC7ResFONT();
+// False False
+// f32 False
+// f32 False
+// f32 False
+// f32 False
extern "C" void makeMatrix__7J2DPaneFffff();
+// False False
+// _GXCullMode False
extern "C" void setCullBack__7J2DPaneF11_GXCullMode();
+// False False
+// J2DPane* False
+// J2DPane False
+// JSURandomInputStream* False
+// JSURandomInputStream False
extern "C" void makePaneExStream__7J2DPaneFP7J2DPaneP20JSURandomInputStream();
+// False False
+// JSURandomInputStream* False
+// JSURandomInputStream False
+// u32 False
+// JKRArchive* False
+// JKRArchive False
extern "C" void getPointer__7J2DPaneFP20JSURandomInputStreamUlP10JKRArchive();
+// False False
+// J2DAnmBase* False
+// J2DAnmBase False
extern "C" void setAnimation__7J2DPaneFP10J2DAnmBase();
+// False False
+// J2DAnmTransform* False
+// J2DAnmTransform False
extern "C" void setAnimation__7J2DPaneFP15J2DAnmTransform();
+// False False
extern "C" void clearAnmTransform__7J2DPaneFv();
+// False False
+// J2DAnmTransform const* False
+// J2DAnmTransform const False
+// J2DAnmTransform False
extern "C" void animationTransform__7J2DPaneFPC15J2DAnmTransform();
+// False False
+// J2DAnmVisibilityFull* False
+// J2DAnmVisibilityFull False
extern "C" void setVisibileAnimation__7J2DPaneFP20J2DAnmVisibilityFull();
+// False False
+// J2DAnmVtxColor* False
+// J2DAnmVtxColor False
extern "C" void setVtxColorAnimation__7J2DPaneFP14J2DAnmVtxColor();
+// False False
+// J2DAnmTransform const* False
+// J2DAnmTransform const False
+// J2DAnmTransform False
extern "C" void animationPane__7J2DPaneFPC15J2DAnmTransform();
+// False False
+// J2DAnmVisibilityFull* False
+// J2DAnmVisibilityFull False
extern "C" void setAnimationVF__7J2DPaneFP20J2DAnmVisibilityFull();
+// False False
+// J2DAnmVtxColor* False
+// J2DAnmVtxColor False
extern "C" void setAnimationVC__7J2DPaneFP14J2DAnmVtxColor();
+// False False
+// bool False
extern "C" void setCullBack__7J2DPaneFb();
+// False False
+// void False
extern "C" void update__7J2DPaneFv();
+// False False
extern "C" void PSMTXIdentity();
+// False False
extern "C" void PSMTXConcat();
+// False False
extern "C" void GXSetTexCoordGen2();
+// False False
extern "C" void GXSetNumTexGens();
+// False False
extern "C" void GXSetNumIndStages();
+// False False
extern "C" void GXSetTevDirect();
+// False False
extern "C" void GXLoadPosMtxImm();
+// False False
extern "C" void GXSetCurrentMtx();
+// False False
extern "C" void _savegpr_25();
+// False False
extern "C" void _savegpr_26();
+// False False
extern "C" void _savegpr_27();
+// False False
extern "C" void _savegpr_28();
+// False False
extern "C" void _savegpr_29();
+// False False
extern "C" void _restgpr_25();
+// False False
extern "C" void _restgpr_26();
+// False False
extern "C" void _restgpr_27();
+// False False
extern "C" void _restgpr_28();
+// False False
extern "C" void _restgpr_29();
+// False False
extern "C" void strncpy();
+// False False
extern "C" void strcpy();
+// False False
extern "C" void strlen();
-//
+//
// Declarations:
-//
+//
/* ############################################################################################## */
-/* 803CD328-803CD3E8 00BC+04 s=5 e=0 z=0 None .data __vt__10J2DTextBox */
-SECTION_DATA static void* __vt__10J2DTextBox[47 + 1 /* padding */] = {
- (void*)NULL,
- (void*)NULL,
- (void*)__dt__10J2DTextBoxFv,
- (void*)getTypeID__10J2DTextBoxCFv,
- (void*)move__7J2DPaneFff,
- (void*)add__7J2DPaneFff,
- (void*)resize__10J2DTextBoxFff,
- (void*)setCullBack__7J2DPaneFb,
- (void*)setCullBack__7J2DPaneF11_GXCullMode,
- (void*)setAlpha__7J2DPaneFUc,
- (void*)setConnectParent__10J2DTextBoxFb,
- (void*)calcMtx__7J2DPaneFv,
- (void*)update__7J2DPaneFv,
- (void*)drawSelf__10J2DTextBoxFff,
- (void*)drawSelf__10J2DTextBoxFffPA3_A4_f,
- (void*)search__7J2DPaneFUx,
- (void*)searchUserInfo__7J2DPaneFUx,
- (void*)makeMatrix__7J2DPaneFff,
- (void*)makeMatrix__7J2DPaneFffff,
- (void*)isUsed__10J2DTextBoxFPC7ResTIMG,
- (void*)isUsed__10J2DTextBoxFPC7ResFONT,
- (void*)clearAnmTransform__7J2DPaneFv,
- (void*)rewriteAlpha__10J2DTextBoxFv,
- (void*)setAnimation__7J2DPaneFP10J2DAnmBase,
- (void*)setAnimation__7J2DPaneFP15J2DAnmTransform,
- (void*)setAnimation__7J2DPaneFP11J2DAnmColor,
- (void*)setAnimation__7J2DPaneFP16J2DAnmTexPattern,
- (void*)setAnimation__7J2DPaneFP19J2DAnmTextureSRTKey,
- (void*)setAnimation__7J2DPaneFP15J2DAnmTevRegKey,
- (void*)setAnimation__7J2DPaneFP20J2DAnmVisibilityFull,
- (void*)setAnimation__7J2DPaneFP14J2DAnmVtxColor,
- (void*)animationTransform__7J2DPaneFPC15J2DAnmTransform,
- (void*)setVisibileAnimation__7J2DPaneFP20J2DAnmVisibilityFull,
- (void*)setAnimationVF__7J2DPaneFP20J2DAnmVisibilityFull,
- (void*)setVtxColorAnimation__7J2DPaneFP14J2DAnmVtxColor,
- (void*)setAnimationVC__7J2DPaneFP14J2DAnmVtxColor,
- (void*)animationPane__7J2DPaneFPC15J2DAnmTransform,
- (void*)draw__10J2DTextBoxFff,
- (void*)draw__10J2DTextBoxFfff18J2DTextBoxHBinding,
- (void*)setFont__10J2DTextBoxFP7JUTFont,
- (void*)getFont__10J2DTextBoxCFv,
- (void*)setBlack__10J2DTextBoxFQ28JUtility6TColor,
- (void*)setWhite__10J2DTextBoxFQ28JUtility6TColor,
- (void*)setBlackWhite__10J2DTextBoxFQ28JUtility6TColorQ28JUtility6TColor,
- (void*)getBlack__10J2DTextBoxCFv,
- (void*)getWhite__10J2DTextBoxCFv,
- (void*)getMaterial__10J2DTextBoxCFv,
- /* padding */
- NULL,
+/* 803CD328-803CD3E8 00BC+04 s=5 e=0 z=0 None .data __vt__10J2DTextBox */
+SECTION_DATA void* __vt__10J2DTextBox[47 + 1 /* padding */] = {
+ (void*)NULL /* RTTI */,
+ (void*)NULL,
+ (void*)__dt__10J2DTextBoxFv,
+ (void*)getTypeID__10J2DTextBoxCFv,
+ (void*)move__7J2DPaneFff,
+ (void*)add__7J2DPaneFff,
+ (void*)resize__10J2DTextBoxFff,
+ (void*)setCullBack__7J2DPaneFb,
+ (void*)setCullBack__7J2DPaneF11_GXCullMode,
+ (void*)setAlpha__7J2DPaneFUc,
+ (void*)setConnectParent__10J2DTextBoxFb,
+ (void*)calcMtx__7J2DPaneFv,
+ (void*)update__7J2DPaneFv,
+ (void*)drawSelf__10J2DTextBoxFff,
+ (void*)drawSelf__10J2DTextBoxFffPA3_A4_f,
+ (void*)search__7J2DPaneFUx,
+ (void*)searchUserInfo__7J2DPaneFUx,
+ (void*)makeMatrix__7J2DPaneFff,
+ (void*)makeMatrix__7J2DPaneFffff,
+ (void*)isUsed__10J2DTextBoxFPC7ResTIMG,
+ (void*)isUsed__10J2DTextBoxFPC7ResFONT,
+ (void*)clearAnmTransform__7J2DPaneFv,
+ (void*)rewriteAlpha__10J2DTextBoxFv,
+ (void*)setAnimation__7J2DPaneFP10J2DAnmBase,
+ (void*)setAnimation__7J2DPaneFP15J2DAnmTransform,
+ (void*)setAnimation__7J2DPaneFP11J2DAnmColor,
+ (void*)setAnimation__7J2DPaneFP16J2DAnmTexPattern,
+ (void*)setAnimation__7J2DPaneFP19J2DAnmTextureSRTKey,
+ (void*)setAnimation__7J2DPaneFP15J2DAnmTevRegKey,
+ (void*)setAnimation__7J2DPaneFP20J2DAnmVisibilityFull,
+ (void*)setAnimation__7J2DPaneFP14J2DAnmVtxColor,
+ (void*)animationTransform__7J2DPaneFPC15J2DAnmTransform,
+ (void*)setVisibileAnimation__7J2DPaneFP20J2DAnmVisibilityFull,
+ (void*)setAnimationVF__7J2DPaneFP20J2DAnmVisibilityFull,
+ (void*)setVtxColorAnimation__7J2DPaneFP14J2DAnmVtxColor,
+ (void*)setAnimationVC__7J2DPaneFP14J2DAnmVtxColor,
+ (void*)animationPane__7J2DPaneFPC15J2DAnmTransform,
+ (void*)draw__10J2DTextBoxFff,
+ (void*)draw__10J2DTextBoxFfff18J2DTextBoxHBinding,
+ (void*)setFont__10J2DTextBoxFP7JUTFont,
+ (void*)getFont__10J2DTextBoxCFv,
+ (void*)setBlack__10J2DTextBoxFQ28JUtility6TColor,
+ (void*)setWhite__10J2DTextBoxFQ28JUtility6TColor,
+ (void*)setBlackWhite__10J2DTextBoxFQ28JUtility6TColorQ28JUtility6TColor,
+ (void*)getBlack__10J2DTextBoxCFv,
+ (void*)getWhite__10J2DTextBoxCFv,
+ (void*)getMaterial__10J2DTextBoxCFv,
+ /* padding */
+ NULL,
};
-/* 802FF660-802FF6D8 0078+00 s=0 e=1 z=0 None .text __ct__10J2DTextBoxFv */
+/* 802FF660-802FF6D8 0078+00 s=0 e=1 z=0 None .text __ct__10J2DTextBoxFv */
+// 802FF674: 802F5BF8 (__ct__7J2DPaneFv)
+// 802FF678: 803CD328 (__vt__10J2DTextBox)
+// 802FF67C: 803CD328 (__vt__10J2DTextBox)
+// 802FF6BC: 802FFC58 (initiate__10J2DTextBoxFPC7ResFONTPCcs18J2DTextBoxHBinding18J2DTextBoxVBinding)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// False False
asm J2DTextBox::J2DTextBox() {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/__ct__10J2DTextBoxFv.s"
}
#pragma pop
-/* 802FF6D8-802FF75C 0084+00 s=0 e=1 z=0 None .text
- * __ct__10J2DTextBoxFP7J2DPaneP20JSURandomInputStreamP10JKRArchive */
+
+/* 802FF6D8-802FF75C 0084+00 s=0 e=1 z=0 None .text __ct__10J2DTextBoxFP7J2DPaneP20JSURandomInputStreamP10JKRArchive */
+// 802FF6E8: 803621D8 (_savegpr_28)
+// 802FF6FC: 802F5BF8 (__ct__7J2DPaneFv)
+// 802FF700: 803CD328 (__vt__10J2DTextBox)
+// 802FF704: 803CD328 (__vt__10J2DTextBox)
+// 802FF73C: 802FFE88 (private_readStream__10J2DTextBoxFP7J2DPaneP20JSURandomInputStreamP10JKRArchive)
+// 802FF748: 80362224 (_restgpr_28)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// False False
+// J2DPane* False
+// J2DPane False
+// JSURandomInputStream* False
+// JSURandomInputStream False
+// JKRArchive* False
+// JKRArchive False
asm J2DTextBox::J2DTextBox(J2DPane* param_0, JSURandomInputStream* param_1, JKRArchive* param_2) {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/__ct__10J2DTextBoxFP7J2DPaneP20JSURandomInputStreamP10JKRArchive.s"
}
#pragma pop
+
/* ############################################################################################## */
-/* 80456280-80456288 0004+04 s=6 e=0 z=0 None .sdata2 @1660 */
+/* 80456280-80456288 0004+04 s=6 e=0 z=0 None .sdata2 @1660 */
SECTION_SDATA2 static f32 lit_1660[1 + 1 /* padding */] = {
- 0.0f,
- /* padding */
- 0.0f,
+ 0.0f,
+ /* padding */
+ 0.0f,
};
-/* 80456288-80456290 0008+00 s=3 e=0 z=0 None .sdata2 @1662 */
+/* 80456288-80456290 0008+00 s=3 e=0 z=0 None .sdata2 @1662 */
SECTION_SDATA2 static f64 lit_1662 = 4503601774854144.0 /* cast s32 to float */;
-/* 80456290-80456298 0008+00 s=2 e=0 z=0 None .sdata2 @1665 */
+/* 80456290-80456298 0008+00 s=2 e=0 z=0 None .sdata2 @1665 */
SECTION_SDATA2 static f64 lit_1665 = 4503599627370496.0 /* cast u32 to float */;
-/* 802FF75C-802FFBC4 0468+00 s=0 e=1 z=0 None .text
- * __ct__10J2DTextBoxFP7J2DPaneP20JSURandomInputStreamUlP11J2DMaterial */
+/* 802FF75C-802FFBC4 0468+00 s=0 e=1 z=0 None .text __ct__10J2DTextBoxFP7J2DPaneP20JSURandomInputStreamUlP11J2DMaterial */
+// 802FF76C: 803621CC (_savegpr_25)
+// 802FF784: 802F5BF8 (__ct__7J2DPaneFv)
+// 802FF788: 803CD328 (__vt__10J2DTextBox)
+// 802FF78C: 803CD328 (__vt__10J2DTextBox)
+// 802FF7D8: 802DC298 (read__14JSUInputStreamFPvl)
+// 802FF80C: 802DC458 (peek__20JSURandomInputStreamFPvl)
+// 802FF81C: 802F7B18 (makePaneExStream__7J2DPaneFP7J2DPaneP20JSURandomInputStream)
+// 802FF830: 802DC4DC (seek__20JSURandomInputStreamFl17JSUStreamSeekFrom)
+// 802FF840: 802DC298 (read__14JSUInputStreamFPvl)
+// 802FF8A8: 80456288 (lit_1662)
+// 802FF8E8: 80456290 (lit_1665)
+// 802FF9E0: 802CECC4 (__nwa__FUl)
+// 802FFA1C: 802DC458 (peek__20JSURandomInputStreamFPvl)
+// 802FFA58: 802DC4DC (seek__20JSURandomInputStreamFl17JSUStreamSeekFrom)
+// 802FFB94: 80456280 (lit_1660)
+// 802FFBB0: 80362218 (_restgpr_25)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
-asm J2DTextBox::J2DTextBox(J2DPane* param_0, JSURandomInputStream* param_1, u32 param_2,
- J2DMaterial* param_3) {
- nofralloc
+// False False
+// J2DPane* False
+// J2DPane False
+// JSURandomInputStream* False
+// JSURandomInputStream False
+// u32 False
+// J2DMaterial* False
+// J2DMaterial False
+asm J2DTextBox::J2DTextBox(J2DPane* param_0, JSURandomInputStream* param_1, u32 param_2, J2DMaterial* param_3) {
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/__ct__10J2DTextBoxFP7J2DPaneP20JSURandomInputStreamUlP11J2DMaterial.s"
}
#pragma pop
-/* 802FFBC4-802FFC58 0094+00 s=0 e=1 z=0 None .text
- * __ct__10J2DTextBoxFUxRCQ29JGeometry8TBox2<f>PC7ResFONTPCcs18J2DTextBoxHBinding18J2DTextBoxVBinding
- */
+
+/* 802FFBC4-802FFC58 0094+00 s=0 e=1 z=0 None .text __ct__10J2DTextBoxFUxRCQ29JGeometry8TBox2<f>PC7ResFONTPCcs18J2DTextBoxHBinding18J2DTextBoxVBinding */
+// 802FFBD4: 803621D0 (_savegpr_26)
+// 802FFBF0: 802F5E88 (func_802F5E88)
+// 802FFBF4: 803CD328 (__vt__10J2DTextBox)
+// 802FFBF8: 803CD328 (__vt__10J2DTextBox)
+// 802FFC38: 802FFC58 (initiate__10J2DTextBoxFPC7ResFONTPCcs18J2DTextBoxHBinding18J2DTextBoxVBinding)
+// 802FFC44: 8036221C (_restgpr_26)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
-asm J2DTextBox::J2DTextBox(u64 param_0, JGeometry::TBox2<f32> const& param_1,
- ResFONT const* param_2, char const* param_3, s16 param_4,
- J2DTextBoxHBinding param_5, J2DTextBoxVBinding param_6) {
- nofralloc
+// False True
+// u64 False
+// JGeometry::TBox2<f32> const& False
+// JGeometry::TBox2<f32> const False
+// JGeometry::TBox2<f32> True
+// f32 False
+// ResFONT const* False
+// ResFONT const False
+// ResFONT False
+// char const* False
+// char const False
+// char False
+// s16 False
+// J2DTextBoxHBinding False
+// J2DTextBoxVBinding False
+asm J2DTextBox::J2DTextBox(u64 param_0, JGeometry::TBox2<f32> const& param_1, ResFONT const* param_2, char const* param_3, s16 param_4, J2DTextBoxHBinding param_5, J2DTextBoxVBinding param_6) {
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/func_802FFBC4.s"
}
#pragma pop
-/* 802FFC58-802FFE88 0230+00 s=2 e=1 z=0 None .text
- * initiate__10J2DTextBoxFPC7ResFONTPCcs18J2DTextBoxHBinding18J2DTextBoxVBinding */
+
+/* 802FFC58-802FFE88 0230+00 s=2 e=1 z=0 None .text initiate__10J2DTextBoxFPC7ResFONTPCcs18J2DTextBoxHBinding18J2DTextBoxVBinding */
+// 802FFC68: 803621D0 (_savegpr_26)
+// 802FFC8C: 802CEC4C (__nw__FUl)
+// 802FFCA0: 802DEF94 (__ct__10JUTResFontFPC7ResFONTP7JKRHeap)
+// 802FFD2C: 80368BE4 (strlen)
+// 802FFD5C: 802CECC4 (__nwa__FUl)
+// 802FFD80: 80368AE8 (strncpy)
+// 802FFD98: 80456280 (lit_1660)
+// 802FFDD4: 80456288 (lit_1662)
+// 802FFE08: 80456288 (lit_1662)
+// 802FFE3C: 80456288 (lit_1662)
+// 802FFE74: 8036221C (_restgpr_26)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
-asm void J2DTextBox::initiate(ResFONT const* param_0, char const* param_1, s16 param_2,
- J2DTextBoxHBinding param_3, J2DTextBoxVBinding param_4) {
- nofralloc
+// False False
+// ResFONT const* False
+// ResFONT const False
+// ResFONT False
+// char const* False
+// char const False
+// char False
+// s16 False
+// J2DTextBoxHBinding False
+// J2DTextBoxVBinding False
+asm void J2DTextBox::initiate(ResFONT const* param_0, char const* param_1, s16 param_2, J2DTextBoxHBinding param_3, J2DTextBoxVBinding param_4) {
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/initiate__10J2DTextBoxFPC7ResFONTPCcs18J2DTextBoxHBinding18J2DTextBoxVBinding.s"
}
#pragma pop
-/* 802FFE88-803001E0 0358+00 s=1 e=0 z=0 None .text
- * private_readStream__10J2DTextBoxFP7J2DPaneP20JSURandomInputStreamP10JKRArchive */
+
+/* 802FFE88-803001E0 0358+00 s=1 e=0 z=0 None .text private_readStream__10J2DTextBoxFP7J2DPaneP20JSURandomInputStreamP10JKRArchive */
+// 802FFE98: 803621D0 (_savegpr_26)
+// 802FFED0: 802DC298 (read__14JSUInputStreamFPvl)
+// 802FFEE8: 802F60C4 (makePaneStream__7J2DPaneFP7J2DPaneP20JSURandomInputStream)
+// 802FFEF8: 802DC298 (read__14JSUInputStreamFPvl)
+// 802FFF14: 802F7DB8 (getPointer__7J2DPaneFP20JSURandomInputStreamUlP10JKRArchive)
+// 802FFF24: 802CEC4C (__nw__FUl)
+// 802FFF38: 802DEF94 (__ct__10JUTResFontFPC7ResFONTP7JKRHeap)
+// 802FFF50: 802DC298 (read__14JSUInputStreamFPvl)
+// 802FFF68: 802DC298 (read__14JSUInputStreamFPvl)
+// 802FFF80: 802DC298 (read__14JSUInputStreamFPvl)
+// 802FFF98: 802DC298 (read__14JSUInputStreamFPvl)
+// 802FFFA0: 80456288 (lit_1662)
+// 802FFFCC: 802DC298 (read__14JSUInputStreamFPvl)
+// 802FFFD4: 80456288 (lit_1662)
+// 80300000: 802DC298 (read__14JSUInputStreamFPvl)
+// 80300008: 80456290 (lit_1665)
+// 80300030: 802DC298 (read__14JSUInputStreamFPvl)
+// 80300038: 80456290 (lit_1665)
+// 80300060: 802DC298 (read__14JSUInputStreamFPvl)
+// 80300074: 802CECC4 (__nwa__FUl)
+// 80300090: 802DC298 (read__14JSUInputStreamFPvl)
+// 803000E0: 802DC298 (read__14JSUInputStreamFPvl)
+// 80300170: 802DC298 (read__14JSUInputStreamFPvl)
+// 80300194: 802DC298 (read__14JSUInputStreamFPvl)
+// 803001A0: 80456280 (lit_1660)
+// 803001BC: 802DC4DC (seek__20JSURandomInputStreamFl17JSUStreamSeekFrom)
+// 803001CC: 8036221C (_restgpr_26)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
-asm void J2DTextBox::private_readStream(J2DPane* param_0, JSURandomInputStream* param_1,
- JKRArchive* param_2) {
- nofralloc
+// True False
+// J2DPane* False
+// J2DPane False
+// JSURandomInputStream* False
+// JSURandomInputStream False
+// JKRArchive* False
+// JKRArchive False
+asm void J2DTextBox::private_readStream(J2DPane* param_0, JSURandomInputStream* param_1, JKRArchive* param_2) {
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/private_readStream__10J2DTextBoxFP7J2DPaneP20JSURandomInputStreamP10JKRArchive.s"
}
#pragma pop
-/* 803001E0-80300278 0098+00 s=1 e=2 z=0 None .text __dt__10J2DTextBoxFv */
+
+/* 803001E0-80300278 0098+00 s=1 e=2 z=0 None .text __dt__10J2DTextBoxFv */
+// 80300200: 803CD328 (__vt__10J2DTextBox)
+// 80300204: 803CD328 (__vt__10J2DTextBox)
+// 8030023C: 802CED60 (__dla__FPv)
+// 80300248: 802F658C (__dt__7J2DPaneFv)
+// 80300258: 802CED3C (__dl__FPv)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// False False
asm J2DTextBox::~J2DTextBox() {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/__dt__10J2DTextBoxFv.s"
}
#pragma pop
-/* 80300278-803002E8 0070+00 s=1 e=0 z=0 None .text setFont__10J2DTextBoxFP7JUTFont */
+
+/* 80300278-803002E8 0070+00 s=1 e=0 z=0 None .text setFont__10J2DTextBoxFP7JUTFont */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// True False
+// JUTFont* False
+// JUTFont False
asm void J2DTextBox::setFont(JUTFont* param_0) {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/setFont__10J2DTextBoxFP7JUTFont.s"
}
#pragma pop
+
/* ############################################################################################## */
-/* 803A1C58-803A1C60 0004+04 s=1 e=0 z=0 None .rodata @stringBase0 */
+/* 803A1C58-803A1C60 0004+04 s=1 e=0 z=0 None .rodata @stringBase0 */
#pragma push
#pragma force_active on
#pragma section ".dead"
@@ -440,131 +1182,254 @@ SECTION_DEAD char const* const stringBase_803A1C5B = "";
SECTION_DEAD static char const* const pad_803A1C5C = "\0\0\0";
#pragma pop
-/* 803002E8-80300490 01A8+00 s=1 e=0 z=0 None .text draw__10J2DTextBoxFff */
+/* 803002E8-80300490 01A8+00 s=1 e=0 z=0 None .text draw__10J2DTextBoxFff */
+// 80300364: 802F4394 (__ct__8J2DPrintFP7JUTFontffQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColor)
+// 80300370: 80456280 (lit_1660)
+// 80300388: 80456280 (lit_1660)
+// 803003AC: 80456280 (lit_1660)
+// 803003CC: 8036024C (GXLoadPosMtxImm)
+// 803003D4: 803602EC (GXSetCurrentMtx)
+// 803003DC: 8035F0D4 (GXSetNumIndStages)
+// 803003E8: 8035F0F8 (GXSetTevDirect)
+// 803003FC: 8035BDFC (GXSetNumTexGens)
+// 80300418: 8035BB7C (GXSetTexCoordGen2)
+// 8030042C: 80456280 (lit_1660)
+// 80300438: 803A1C58 (J2DTextBox__stringBase0)
+// 8030043C: 803A1C58 (J2DTextBox__stringBase0)
+// 80300444: 802F4778 (print__8J2DPrintFffUcPCce)
+// 8030044C: 80346484 (PSMTXIdentity)
+// 80300458: 8036024C (GXLoadPosMtxImm)
+// 80300464: 802F4420 (__dt__8J2DPrintFv)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// True False
+// f32 False
+// f32 False
asm void J2DTextBox::draw(f32 param_0, f32 param_1) {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/draw__10J2DTextBoxFff.s"
}
#pragma pop
-/* 80300490-80300658 01C8+00 s=1 e=1 z=0 None .text draw__10J2DTextBoxFfff18J2DTextBoxHBinding
- */
+
+/* 80300490-80300658 01C8+00 s=1 e=1 z=0 None .text draw__10J2DTextBoxFfff18J2DTextBoxHBinding */
+// 803004B8: 803621DC (_savegpr_29)
+// 8030051C: 802F4394 (__ct__8J2DPrintFP7JUTFontffQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColor)
+// 80300528: 80456280 (lit_1660)
+// 80300540: 80456280 (lit_1660)
+// 80300564: 80456280 (lit_1660)
+// 80300584: 8036024C (GXLoadPosMtxImm)
+// 8030058C: 803602EC (GXSetCurrentMtx)
+// 80300594: 8035F0D4 (GXSetNumIndStages)
+// 803005A0: 8035F0F8 (GXSetTevDirect)
+// 803005B4: 8035BDFC (GXSetNumTexGens)
+// 803005D0: 8035BB7C (GXSetTexCoordGen2)
+// 803005E8: 80456280 (lit_1660)
+// 80300604: 802F4828 (printReturn__8J2DPrintFPCcff18J2DTextBoxHBinding18J2DTextBoxVBindingffUc)
+// 8030060C: 80346484 (PSMTXIdentity)
+// 80300618: 8036024C (GXLoadPosMtxImm)
+// 80300624: 802F4420 (__dt__8J2DPrintFv)
+// 80300644: 80362228 (_restgpr_29)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// False False
+// f32 False
+// f32 False
+// f32 False
+// J2DTextBoxHBinding False
asm void J2DTextBox::draw(f32 param_0, f32 param_1, f32 param_2, J2DTextBoxHBinding param_3) {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/draw__10J2DTextBoxFfff18J2DTextBoxHBinding.s"
}
#pragma pop
-/* 80300658-80300660 0008+00 s=0 e=62 z=2 None .text getStringPtr__10J2DTextBoxCFv */
+
+/* 80300658-80300660 0008+00 s=0 e=62 z=2 None .text getStringPtr__10J2DTextBoxCFv */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// False False
asm void J2DTextBox::getStringPtr() const {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/getStringPtr__10J2DTextBoxCFv.s"
}
#pragma pop
-/* 80300660-8030074C 00EC+00 s=0 e=6 z=0 None .text setString__10J2DTextBoxFPCce */
+
+/* 80300660-8030074C 00EC+00 s=0 e=6 z=0 None .text setString__10J2DTextBoxFPCce */
+// 80300670: 803621DC (_savegpr_29)
+// 803006DC: 802CED60 (__dla__FPv)
+// 803006E4: 80368BE4 (strlen)
+// 80300708: 802CECC4 (__nwa__FUl)
+// 8030072C: 80368B2C (strcpy)
+// 80300738: 80362228 (_restgpr_29)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// False False
+// char const* False
+// char const False
+// char False
+// ... False
asm void J2DTextBox::setString(char const* param_0, ...) {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/setString__10J2DTextBoxFPCce.s"
}
#pragma pop
-/* 8030074C-80300870 0124+00 s=0 e=41 z=2 None .text setString__10J2DTextBoxFsPCce */
+
+/* 8030074C-80300870 0124+00 s=0 e=41 z=2 None .text setString__10J2DTextBoxFsPCce */
+// 8030075C: 803621D4 (_savegpr_27)
+// 803007CC: 802CED60 (__dla__FPv)
+// 803007DC: 80368BE4 (strlen)
+// 8030081C: 802CECC4 (__nwa__FUl)
+// 8030083C: 80368AE8 (strncpy)
+// 8030085C: 80362220 (_restgpr_27)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// False False
+// s16 False
+// char const* False
+// char const False
+// char False
+// ... False
asm void J2DTextBox::setString(s16 param_0, char const* param_1, ...) {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/setString__10J2DTextBoxFsPCce.s"
}
#pragma pop
-/* 80300870-803008E8 0078+00 s=1 e=1 z=0 None .text setConnectParent__10J2DTextBoxFb */
+
+/* 80300870-803008E8 0078+00 s=1 e=1 z=0 None .text setConnectParent__10J2DTextBoxFb */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// False False
+// bool False
asm void J2DTextBox::setConnectParent(bool param_0) {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/setConnectParent__10J2DTextBoxFb.s"
}
#pragma pop
-/* 803008E8-80300950 0068+00 s=1 e=1 z=0 None .text drawSelf__10J2DTextBoxFff */
+
+/* 803008E8-80300950 0068+00 s=1 e=1 z=0 None .text drawSelf__10J2DTextBoxFff */
+// 80300910: 80346484 (PSMTXIdentity)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// False False
+// f32 False
+// f32 False
asm void J2DTextBox::drawSelf(f32 param_0, f32 param_1) {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/drawSelf__10J2DTextBoxFff.s"
}
#pragma pop
+
/* ############################################################################################## */
-/* 80456298-804562A0 0004+04 s=1 e=0 z=0 None .sdata2 @2049 */
+/* 80456298-804562A0 0004+04 s=1 e=0 z=0 None .sdata2 @2049 */
SECTION_SDATA2 static f32 lit_2049[1 + 1 /* padding */] = {
- 9.999999747378752e-05f,
- /* padding */
- 0.0f,
+ 9.999999747378752e-05f,
+ /* padding */
+ 0.0f,
};
-/* 80300950-80300AF8 01A8+00 s=1 e=0 z=0 None .text drawSelf__10J2DTextBoxFffPA3_A4_f */
+/* 80300950-80300AF8 01A8+00 s=1 e=0 z=0 None .text drawSelf__10J2DTextBoxFffPA3_A4_f */
+// 803009C4: 802F4394 (__ct__8J2DPrintFP7JUTFontffQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColor)
+// 803009D0: 80456280 (lit_1660)
+// 803009E8: 80456280 (lit_1660)
+// 80300A0C: 803464E4 (PSMTXConcat)
+// 80300A18: 8036024C (GXLoadPosMtxImm)
+// 80300A20: 8035F0D4 (GXSetNumIndStages)
+// 80300A2C: 8035F0F8 (GXSetTevDirect)
+// 80300A40: 8035BDFC (GXSetNumTexGens)
+// 80300A5C: 8035BB7C (GXSetTexCoordGen2)
+// 80300A74: 802F475C (locate__8J2DPrintFff)
+// 80300A8C: 80456298 (lit_2049)
+// 80300AC0: 802F4828 (printReturn__8J2DPrintFPCcff18J2DTextBoxHBinding18J2DTextBoxVBindingffUc)
+// 80300ACC: 802F4420 (__dt__8J2DPrintFv)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
-asm void J2DTextBox::drawSelf(f32 param_0, f32 param_1, f32 (*param_2)[3][4]) {
- nofralloc
+// True False
+// f32 False
+// f32 False
+// f32 (* )[3][4] False
+// f32 False
+// * False
+// False
+asm void J2DTextBox::drawSelf(f32 param_0, f32 param_1, f32 (* param_2)[3][4]) {
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/drawSelf__10J2DTextBoxFffPA3_A4_f.s"
}
#pragma pop
-/* 80300AF8-80300BFC 0104+00 s=1 e=1 z=0 None .text resize__10J2DTextBoxFff */
+
+/* 80300AF8-80300BFC 0104+00 s=1 e=1 z=0 None .text resize__10J2DTextBoxFff */
+// 80300BD0: 802F6FF8 (resize__7J2DPaneFff)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// False False
+// f32 False
+// f32 False
asm void J2DTextBox::resize(f32 param_0, f32 param_1) {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/resize__10J2DTextBoxFff.s"
}
#pragma pop
-/* 80300BFC-80300C68 006C+00 s=1 e=0 z=0 None .text isUsed__10J2DTextBoxFPC7ResFONT */
+
+/* 80300BFC-80300C68 006C+00 s=1 e=0 z=0 None .text isUsed__10J2DTextBoxFPC7ResFONT */
+// 80300C4C: 802F74B8 (isUsed__7J2DPaneFPC7ResFONT)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// True False
+// ResFONT const* False
+// ResFONT const False
+// ResFONT False
asm void J2DTextBox::isUsed(ResFONT const* param_0) {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/isUsed__10J2DTextBoxFPC7ResFONT.s"
}
#pragma pop
-/* 80300C68-80300C70 0008+00 s=1 e=1 z=0 None .text getTypeID__10J2DTextBoxCFv */
+
+/* 80300C68-80300C70 0008+00 s=1 e=1 z=0 None .text getTypeID__10J2DTextBoxCFv */
+// False False
+// s32 False
s32 J2DTextBox::getTypeID() const {
- return 19;
+ return 19;
}
-/* 80300C70-80300C90 0020+00 s=1 e=0 z=0 None .text isUsed__10J2DTextBoxFPC7ResTIMG */
+
+/* 80300C70-80300C90 0020+00 s=1 e=0 z=0 None .text isUsed__10J2DTextBoxFPC7ResTIMG */
+// 80300C7C: 802F7430 (isUsed__7J2DPaneFPC7ResTIMG)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
+// True False
+// ResTIMG const* False
+// ResTIMG const False
+// ResTIMG False
asm void J2DTextBox::isUsed(ResTIMG const* param_0) {
- nofralloc
+ nofralloc
#include "asm/JSystem/J2DGraph/J2DTextBox/isUsed__10J2DTextBoxFPC7ResTIMG.s"
}
#pragma pop
-/* 80300C90-80300C94 0004+00 s=1 e=0 z=0 None .text rewriteAlpha__10J2DTextBoxFv */
+
+/* 80300C90-80300C94 0004+00 s=1 e=0 z=0 None .text rewriteAlpha__10J2DTextBoxFv */
+// True False
+// void False
void J2DTextBox::rewriteAlpha() {
- /* empty function */
+ /* empty function */
}
+
+