summaryrefslogtreecommitdiff
path: root/include/main.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-11-28 10:14:32 -0600
committerGitHub <noreply@github.com>2018-11-28 10:14:32 -0600
commit0148e389738d857d473a54d612115cd51fbb8606 (patch)
tree344ff6447163086060d853d3ad41b63ee303833e /include/main.h
parent9fafa637438b45a48de36a4a7bf898111951ec92 (diff)
Decompile pokedex_cry_screen.c (#406)
Diffstat (limited to 'include/main.h')
-rw-r--r--include/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/main.h b/include/main.h
index 47b26b1c7..0d441035d 100644
--- a/include/main.h
+++ b/include/main.h
@@ -51,7 +51,7 @@ extern bool8 gSoftResetDisabled;
extern IntrFunc gIntrTable[];
extern u8 gLinkVSyncDisabled;
extern u32 IntrMain_Buffer[];
-extern u8 gPcmDmaCounter;
+extern s8 gPcmDmaCounter;
void AgbMain(void);
void SetMainCallback2(MainCallback callback);