summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-04-28 14:09:33 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-04-28 14:09:33 -0400
commit4f66d1b7f2630aa1b805ac8e848ebae38faaacd3 (patch)
treec487f306b352fee6cab0fabbdda34960a79f929c /src/main.c
parent21415be0d3bcd5edffbd83777660af319a01e51b (diff)
through sub_811A15C (two nonmatching)
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 54a443e80..d7ef91df0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -68,7 +68,7 @@ u8 gSoftResetDisabled;
IntrFunc gIntrTable[INTR_COUNT];
bool8 gLinkVSyncDisabled;
u32 IntrMain_Buffer[0x200];
-u8 gPcmDmaCounter;
+s8 gPcmDmaCounter;
EWRAM_DATA u8 gSharedMem[0x20000] = {0};
EWRAM_DATA void (**gFlashTimerIntrFunc)(void) = NULL;