mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
detect more floats/doubles, including from relocations
This commit is contained in:
+15
-15
@@ -11,6 +11,12 @@
|
||||
// Types:
|
||||
//
|
||||
|
||||
struct Vec {};
|
||||
|
||||
struct cXyz {
|
||||
/* 80266B34 */ void operator-(Vec const&) const;
|
||||
};
|
||||
|
||||
struct jmessage_tReference {
|
||||
/* 80228B04 */ jmessage_tReference();
|
||||
/* 80228CB4 */ ~jmessage_tReference();
|
||||
@@ -43,12 +49,6 @@ struct jmessage_tReference {
|
||||
/* 80232A20 */ void getActorPos();
|
||||
};
|
||||
|
||||
struct Vec {};
|
||||
|
||||
struct cXyz {
|
||||
/* 80266B34 */ void operator-(Vec const&) const;
|
||||
};
|
||||
|
||||
struct jmessage_tControl {
|
||||
/* 802299EC */ jmessage_tControl();
|
||||
};
|
||||
@@ -115,19 +115,14 @@ struct jmessage_tMeasureProcessor {
|
||||
/* 8022B5F4 */ ~jmessage_tMeasureProcessor();
|
||||
};
|
||||
|
||||
struct jmessage_string_tControl {
|
||||
/* 8022FB5C */ jmessage_string_tControl();
|
||||
/* 802328DC */ ~jmessage_string_tControl();
|
||||
struct J2DTextBox {
|
||||
/* 80300658 */ void getStringPtr() const;
|
||||
};
|
||||
|
||||
struct COutFont_c {
|
||||
/* 80226CF8 */ void initialize();
|
||||
};
|
||||
|
||||
struct J2DTextBox {
|
||||
/* 80300658 */ void getStringPtr() const;
|
||||
};
|
||||
|
||||
struct JUTFont {};
|
||||
|
||||
struct jmessage_string_tReference {
|
||||
@@ -145,6 +140,11 @@ struct jmessage_string_tReference {
|
||||
/* 8022FB24 */ void getLineCountNowPage();
|
||||
};
|
||||
|
||||
struct jmessage_string_tControl {
|
||||
/* 8022FB5C */ jmessage_string_tControl();
|
||||
/* 802328DC */ ~jmessage_string_tControl();
|
||||
};
|
||||
|
||||
struct jmessage_string_tSequenceProcessor {
|
||||
/* 80230A08 */ jmessage_string_tSequenceProcessor(jmessage_string_tReference const*,
|
||||
jmessage_string_tControl*);
|
||||
@@ -712,7 +712,7 @@ SECTION_RODATA static u8 const colorTable_3861[36] = {
|
||||
0xA0, 0xB4, 0xDC, 0xFF, 0xDC, 0xDC, 0x82, 0xFF, 0xB4, 0xC8, 0xE6, 0xFF,
|
||||
0xC8, 0xA0, 0xDC, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDC, 0xAA, 0x78, 0xFF,
|
||||
};
|
||||
SECTION_DEAD void* const cg_803995C8 = (void*)(&colorTable_3861);
|
||||
COMPILER_STRIP_GATE(803995C8, &colorTable_3861);
|
||||
|
||||
/* 802288FC-802289A8 22323C 00AC+00 2/2 0/0 0/0 .text getFontCCColorTable__FUcUc */
|
||||
#pragma push
|
||||
@@ -731,7 +731,7 @@ SECTION_RODATA static u8 const colorTable_3877[36] = {
|
||||
0xA0, 0xB4, 0xDC, 0xFF, 0xDC, 0xDC, 0x82, 0xFF, 0xB4, 0xC8, 0xE6, 0xFF,
|
||||
0xC8, 0xA0, 0xDC, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDC, 0xAA, 0x78, 0xFF,
|
||||
};
|
||||
SECTION_DEAD void* const cg_803995EC = (void*)(&colorTable_3877);
|
||||
COMPILER_STRIP_GATE(803995EC, &colorTable_3877);
|
||||
|
||||
/* 802289A8-80228A54 2232E8 00AC+00 2/2 0/0 0/0 .text getFontGCColorTable__FUcUc */
|
||||
#pragma push
|
||||
|
||||
Reference in New Issue
Block a user