diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-28 14:09:33 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-28 14:09:33 -0400 |
commit | 4f66d1b7f2630aa1b805ac8e848ebae38faaacd3 (patch) | |
tree | c487f306b352fee6cab0fabbdda34960a79f929c /src/main.c | |
parent | 21415be0d3bcd5edffbd83777660af319a01e51b (diff) |
through sub_811A15C (two nonmatching)
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
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; |