Decompile the GameStateOverlay table (#337)

* Decomp GameStateOverlayTable

* spec

* Review

* gSchedContext

* Format

* Fix bss
This commit is contained in:
EllipticEllipsis
2021-10-12 14:25:20 +01:00
committed by GitHub
parent 94e6ebaec9
commit 4c43661cf3
8 changed files with 58 additions and 153 deletions
+1 -1
View File
@@ -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;
}
-1
View File
@@ -1,4 +1,3 @@
#include "prevent_bss_reordering.h"
#include "global.h"
u8 D_80096B20 = 1;