summaryrefslogtreecommitdiff
path: root/src/debugScreen.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2022-01-04 20:17:46 -0800
committertheo3 <arisstephenson2@gmail.com>2022-01-04 20:55:03 -0800
commit48fa5b4618f538dbc44525b77142ccea5a0858b8 (patch)
treebcafdf49459e2c22aebbdfdce67f90c45ecddddb /src/debugScreen.c
parent7036ec73af7864e2728016ae931f872373c56e06 (diff)
sort out functions.h
Diffstat (limited to 'src/debugScreen.c')
-rw-r--r--src/debugScreen.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/debugScreen.c b/src/debugScreen.c
index de141619..9e85a178 100644
--- a/src/debugScreen.c
+++ b/src/debugScreen.c
@@ -6,10 +6,11 @@
#include "menu.h"
#include "screen.h"
#include "message.h"
+#include "game.h"
-extern void (*const gUnk_08109A30[])();
+extern void (*const gUnk_08109A30[])(void);
-void DebugTask() {
+void DebugTask(void) {
gUnk_08109A30[gMain.state]();
}
@@ -90,6 +91,6 @@ void sub_0805FA98(void) {
gScreen.bg3.updated = 1;
}
-void sub_0805FBC4() {
+void sub_0805FBC4(void) {
SetTask(TASK_TITLE);
}