d_dvd_drive_error OK

This commit is contained in:
robojumper
2025-05-13 19:11:43 +02:00
parent 912cc30b60
commit 46117f72a6
26 changed files with 385 additions and 146 deletions
+9 -16
View File
@@ -10,32 +10,21 @@
namespace dDvdUnk {
class unkstruct_c {
public:
static unkstruct_c *create(EGG::Heap *heap);
void draw();
void execute();
void init();
char getUnk();
static void createFont(EGG::Heap *heap);
private:
UNKWORD field_0x0;
char field_0x4;
};
class FontUnk {
public:
FontUnk() {}
FontUnk() : field_0x2D(0) {}
static FontUnk *GetInstance() {
return sInstance;
}
static void create(EGG::Heap *heap);
void init();
void fn_80052D00(bool);
void fn_80052D50();
void fn_80052C90();
void fn_80052C60();
s32 getField_0x24() const {
return field_0x24;
@@ -53,6 +42,10 @@ public:
field_0x2C = val;
}
const nw4r::ut::ResFont &getFont() const {
return mFont;
}
private:
static FontUnk *sInstance;