Added missing uses of JOY_xx macros

This commit is contained in:
Eduardo Quezada
2022-09-22 21:43:33 -03:00
parent d79252aa7f
commit 7e112b0f0d
5 changed files with 11 additions and 11 deletions

View File

@@ -1039,7 +1039,7 @@ static void MainCB2_Intro(void)
AnimateSprites();
BuildOamBuffer();
UpdatePaletteFade();
if (gMain.newKeys && !gPaletteFade.active)
if (gMain.newKeys != 0 && !gPaletteFade.active)
SetMainCallback2(MainCB2_EndIntro);
else if (gIntroFrameCounter != -1)
gIntroFrameCounter++;