diff --git a/arm9/source/arm9.c b/arm9/source/arm9.c index ab79133..e627b08 100644 --- a/arm9/source/arm9.c +++ b/arm9/source/arm9.c @@ -54,6 +54,8 @@ void getConsoleID(u8 *consoleID){ swiWaitForVBlank(); } + u8 empty_buff[8] = {0}; + memcpy(key, fifo, 16); //receive the goods from arm7 if(memcmp(key + 8, empty_buff, 8) == 0)