diff options
Diffstat (limited to 'src/credits.c')
-rw-r--r-- | src/credits.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/credits.c b/src/credits.c index 5bf2eae7f..09bdb89c2 100644 --- a/src/credits.c +++ b/src/credits.c @@ -11,6 +11,7 @@ #include "trainer_pokemon_sprites.h" #include "menu.h" #include "field_weather.h" +#include "quest_log.h" #include "constants/maps.h" #include "constants/field_weather.h" @@ -785,7 +786,7 @@ static bool32 DoOverworldMapScrollScene(UNUSED u8 unused) sCreditsMgr->subseqno++; // fallthrough case 1: - if (!Overworld_DoScrollSceneForCredits(&sCreditsMgr->ovwldseqno, sOverworldMapScenes[sCreditsMgr->whichMon], 0)) + if (!Overworld_DoScrollSceneForCredits(&sCreditsMgr->ovwldseqno, sOverworldMapScenes[sCreditsMgr->whichMon], QL_TINT_NONE)) return FALSE; CreateCreditsWindow(); SetGpuReg(REG_OFFSET_WIN0H, 0xF0); |