diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-28 10:14:32 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-28 10:14:32 -0600 |
commit | 0148e389738d857d473a54d612115cd51fbb8606 (patch) | |
tree | 344ff6447163086060d853d3ad41b63ee303833e /src/main.c | |
parent | 9fafa637438b45a48de36a4a7bf898111951ec92 (diff) |
Decompile pokedex_cry_screen.c (#406)
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 4c71ed1f9..d069ab3bc 100644 --- a/src/main.c +++ b/src/main.c @@ -69,7 +69,7 @@ bool8 gSoftResetDisabled; IntrFunc gIntrTable[INTR_COUNT]; u8 gLinkVSyncDisabled; u32 IntrMain_Buffer[0x200]; -u8 gPcmDmaCounter; +s8 gPcmDmaCounter; static EWRAM_DATA u16 gTrainerId = 0; |