mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
Fixed peach intro music not playing
This commit is contained in:
+1
-2
@@ -7031,9 +7031,8 @@ BAD_RETURN(s32) cutscene_intro_peach_start_letter_music(UNUSED struct Camera *c)
|
||||
BAD_RETURN(s32) cutscene_intro_peach_start_flying_music(UNUSED struct Camera *c) {\
|
||||
if(!ROM_JP) {
|
||||
seq_player_unlower_volume(SEQ_PLAYER_LEVEL, 60);
|
||||
} else {
|
||||
cutscene_intro_peach_play_lakitu_flying_music();
|
||||
}
|
||||
cutscene_intro_peach_play_lakitu_flying_music();
|
||||
}
|
||||
|
||||
#ifdef VERSION_EU
|
||||
|
||||
Reference in New Issue
Block a user