diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-24 23:19:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 23:19:48 -0400 |
commit | 35b68c68ee565b9b232252e4f37ea082e9310560 (patch) | |
tree | aeacb544f27db8f63b17b7e808b28f4a1e12acde /src/credits.c | |
parent | d8b76e6fb545efd69bfb18322a67243520e4d11d (diff) | |
parent | 7f70b570dd2e18a34a2c0ee558f404c15c77371c (diff) |
Merge pull request #404 from PikalaxALT/misc_doc
[PARTIALLY LEAK INFORMED] Miscellaneous cleanup and documentation
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); |