Synced sound.c
This commit is contained in:
+2
-1
@@ -14,6 +14,7 @@
|
||||
#include "quest_log.h"
|
||||
#include "constants/maps.h"
|
||||
#include "constants/field_weather.h"
|
||||
#include "constants/sound.h"
|
||||
|
||||
#if defined(FIRERED)
|
||||
#define TITLE_TEXT gString_PokemonFireRed_Staff
|
||||
@@ -1190,7 +1191,7 @@ static bool32 DoCreditsMonScene(void)
|
||||
{
|
||||
HideBg(2);
|
||||
ShowBg(1);
|
||||
PlayCry2(GetCreditsMonSpecies(sCreditsMgr->whichMon), 0, 125, 10);
|
||||
PlayCry_NormalNoDucking(GetCreditsMonSpecies(sCreditsMgr->whichMon), 0, CRY_VOLUME_RS, CRY_PRIORITY_NORMAL);
|
||||
sCreditsMgr->creditsMonTimer = 128;
|
||||
sCreditsMgr->subseqno++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user