Removed .s files and cleanup.

This commit is contained in:
Julgodis
2021-09-26 01:29:20 +02:00
parent f01da4a3aa
commit 8adef19731
45 changed files with 14 additions and 1201 deletions
+6 -2
View File
@@ -9,9 +9,10 @@ struct base_process_class {};
struct __va_list_struct;
class JUTDirectPrint {
public:
private:
/* 802E41E8 */ JUTDirectPrint();
/* 802E4240 */ JUTDirectPrint* start();
public:
/* 802E4288 */ void erase(int, int, int, int);
/* 802E431C */ void drawChar(int, int, int);
/* 802E456C */ void changeFrameBuffer(void*, u16, u16);
@@ -21,10 +22,13 @@ public:
/* 802E47C8 */ void setCharColor(u8, u8, u8);
/* 802E4798 */ void setCharColor(JUtility::TColor);
/* 802E4240 */ static JUTDirectPrint* start();
#if DEBUG
/* -------- */ void print(u16, u16, char const*, ...);
#endif
private:
static u8 sAsciiTable[128];
static u32 sFontData[64];
static u32 sFontData2[77];