summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-04-30 11:05:30 -0700
committerGitHub <noreply@github.com>2018-04-30 11:05:30 -0700
commite437b10eee6f843e1898ce9b0302afb17f8b81e9 (patch)
tree28c3f2e2ab47d61a49e620083897ea4567c07e3b /src/main.c
parent13b710f83b010584d807526e64f9f28071fd4133 (diff)
parent3b096d8aa7cc422993496b0306ca77a5cf9b1440 (diff)
Merge pull request #605 from PikalaxALT/pokedex_cry_screen
Finish Pokedex Cry Screen
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;