Skip to content

Commit

Permalink
fix broken boulevard loading phrase (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
exoticri authored Nov 29, 2024
1 parent 561d923 commit 932d485
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 40 deletions.
2 changes: 1 addition & 1 deletion _ark/dx/song_updates/loading_phrases.dta
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@
(blackholesunfnf (loading_phrase "The strangest song Soundgarden ever recorded, \qOne Minute of Silence,\q was just that."))
(blitzkriegbop_fnfestival (loading_phrase "Tommy Ramone took the drum throne for the Ramones when no one else wanted the job. Up until then, he was happy managing the band."))
(bringmetolifefnf (loading_phrase "At the 2003 Grammy Awards, Evanescence picked up two Grammys: one for \qBest New Artist\q and the other for \qBest Hard Rock Performance\q."))
(boulevardoffnf (loading_phrase "'Boulevard of Broken Dreams' follows the same chord progression as Oasis' 'Wonderwall', which Noel Gallagher wasn't happy about. 'They should have the decency to wait until I am dead [before stealing my songs].' They've since made up.))
(boulevardoffnf (loading_phrase "'Boulevard of Broken Dreams' follows the same chord progression as Oasis' 'Wonderwall', which Noel Gallagher wasn't happy about. 'They should have the decency to wait until I am dead [before stealing my songs].' They've since made up."))
(buddyholly_fnf (loading_phrase "To show her appreciation for being mentioned in the lyrics, Mary Tyler Moore signed a copy of the \qBuddy Holly\q single and sent it to Weezer."))
(bullsonparade_fnfestival (loading_phrase "Rage Against the Machine played their official last show in September 2000 in Los Angeles. They didn't reunite until seven years later."))
(cakebytheocean_fnfestival (loading_phrase "When asked about the meaning behind \qCake By The Ocean\q, Joe Jonas said that it could be up to interpretation, from eating pastries while soaking up the sun or having sex on the beach. It can be whatever you want it to be."))
Expand Down
55 changes: 16 additions & 39 deletions _ark/dx/song_updates/songs_updates.dta
Original file line number Diff line number Diff line change
Expand Up @@ -26898,7 +26898,7 @@ missing_song_data
"Harmonix"
)
(artist
"Big Brother and the Holding Company"
"Big Brother & the Holding Company"
)
(album_name
"Cheap Trills"
Expand Down Expand Up @@ -69363,10 +69363,6 @@ missing_song_data
(anim_tempo 16)
(vocal_tonic_note 2)
)
(sellout
(anim_tempo 64)
(vocal_tonic_note 1)
)
(shout2
(genre rbsoulfunk)
(drum_bank sfx/kit03_bank.milo)
Expand Down Expand Up @@ -69395,11 +69391,6 @@ missing_song_data
(drum_bank sfx/kit05_bank.milo)
(vocal_tonic_note 2)
)
(takeonme2
(drum_bank sfx/kit04_bank.milo)
(anim_tempo 64)
(vocal_tonic_note 9)
)
(thebadtouch
(genre popdanceelectronic)
(drum_bank sfx/kit05_bank.milo)
Expand Down Expand Up @@ -70657,6 +70648,10 @@ missing_song_data
(selfdestructor
(vocal_tonic_note 6)
)
(sellout
(anim_tempo 64)
(vocal_tonic_note 1)
)
(sendmeonmyway
(vocal_tonic_note 0)
)
Expand Down Expand Up @@ -70917,6 +70912,11 @@ missing_song_data
(takemybreathaway
(vocal_tonic_note 2)
)
(takeonme2
(drum_bank sfx/kit04_bank.milo)
(anim_tempo 64)
(vocal_tonic_note 9)
)
(takewhatyouwant
(drum_bank sfx/kit05_bank.milo)
(vocal_tonic_note 1)
Expand Down Expand Up @@ -71859,35 +71859,12 @@ missing_song_data
)
(boulevardoffnf
(loading_phrase
"'Boulevard of Broken Dreams' follows the same chord progression as Oasis' 'Wonderwall', which Noel Gallagher wasn't happy about. 'They should have the decency to wait until I am dead [before stealing my songs].' They've since made up.))

(buddyholly_fnf (loading_phrase "
To
show
her
appreciation
for
being
mentioned
in
the
lyrics,
Mary
Tyler
Moore
signed
a
copy
of
the
\qBuddy
Holly\q
single
and
sent
it
to
Weezer."
"'Boulevard of Broken Dreams' follows the same chord progression as Oasis' 'Wonderwall', which Noel Gallagher wasn't happy about. 'They should have the decency to wait until I am dead [before stealing my songs].' They've since made up."
)
)
(buddyholly_fnf
(loading_phrase
"To show her appreciation for being mentioned in the lyrics, Mary Tyler Moore signed a copy of the \qBuddy Holly\q single and sent it to Weezer."
)
)
(bullsonparade_fnfestival
Expand Down

0 comments on commit 932d485

Please sign in to comment.