diff options
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/fault_drawer.c | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/code/fault_drawer.c b/src/code/fault_drawer.c index a9d99e37b..3409942e3 100644 --- a/src/code/fault_drawer.c +++ b/src/code/fault_drawer.c @@ -10,13 +10,13 @@ typedef struct { /* 0x00 */ u16* fb; /* 0x04 */ u16 w; - /* 0x08 */ u16 h; - /* 0x0A */ u16 yStart; - /* 0x0C */ u16 yEnd; - /* 0x0E */ u16 xStart; - /* 0x10 */ u16 xEnd; - /* 0x12 */ u16 foreColor; - /* 0x14 */ u16 backColor; + /* 0x06 */ u16 h; + /* 0x08 */ u16 yStart; + /* 0x0A */ u16 yEnd; + /* 0x0C */ u16 xStart; + /* 0x0E */ u16 xEnd; + /* 0x10 */ u16 foreColor; + /* 0x12 */ u16 backColor; /* 0x14 */ u16 cursorX; /* 0x16 */ u16 cursorY; /* 0x18 */ const u32* fontData; @@ -99,8 +99,7 @@ FaultDrawer sFaultDrawerDefault = { NULL, }; -FaultDrawer sFaultDrawer; -char D_8016B6C0[0x20]; +extern FaultDrawer sFaultDrawer; void FaultDrawer_SetOsSyncPrintfEnabled(u32 enabled) { sFaultDrawer.osSyncPrintfEnabled = enabled; |
