Removeall remaining sym off fakematches, correctly fix more weak func order

This commit is contained in:
LagoLunatic
2025-08-22 14:19:03 -04:00
parent cfb225e413
commit 8fe7ca64e2
10 changed files with 51 additions and 57 deletions
+13
View File
@@ -23,6 +23,19 @@
#include "d/d_cc_d.h"
#include "JSystem/JUtility/JUTReport.h"
class daBst_HIO_c : public JORReflexible {
public:
daBst_HIO_c();
virtual ~daBst_HIO_c() {}
void genMessage(JORMContext* ctx);
public:
/* 0x4 */ s8 field_0x4;
/* 0x5 */ u8 field_0x5;
/* 0x6 */ u8 field_0x6;
};
static u8 hio_set;
static daBst_HIO_c l_HIO;