summaryrefslogtreecommitdiff
path: root/src/boot_O2_g3
diff options
context:
space:
mode:
authorEllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>2021-10-12 14:25:20 +0100
committerGitHub <noreply@github.com>2021-10-12 10:25:20 -0300
commit4c43661cf34544a6ffc6817912021de5679e8f42 (patch)
tree47ffec353a34d2b77bca7f13756293e0b13e2d4c /src/boot_O2_g3
parent94e6ebaec9b9a6949cd0e2edeb57a21a16bc388e (diff)
Decompile the GameStateOverlay table (#337)
* Decomp GameStateOverlayTable * spec * Review * gSchedContext * Format * Fix bss
Diffstat (limited to 'src/boot_O2_g3')
-rw-r--r--src/boot_O2_g3/fault_drawer.c2
-rw-r--r--src/boot_O2_g3/idle.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/boot_O2_g3/fault_drawer.c b/src/boot_O2_g3/fault_drawer.c
index 74a3b7e5e..4e6518d14 100644
--- a/src/boot_O2_g3/fault_drawer.c
+++ b/src/boot_O2_g3/fault_drawer.c
@@ -173,7 +173,7 @@ void FaultDrawer_SetDrawerFB(void* fb, u16 w, u16 h) {
sFaultDrawContext->h = h;
}
-void FaultDrawer_SetInputCallback(void (*callback)()) {
+void FaultDrawer_SetInputCallback(void* callback) {
sFaultDrawContext->inputCallback = callback;
}
diff --git a/src/boot_O2_g3/idle.c b/src/boot_O2_g3/idle.c
index f2cded98c..4be8a1094 100644
--- a/src/boot_O2_g3/idle.c
+++ b/src/boot_O2_g3/idle.c
@@ -1,4 +1,3 @@
-#include "prevent_bss_reordering.h"
#include "global.h"
u8 D_80096B20 = 1;