aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/game_constants.h
diff options
context:
space:
mode:
authorThanasis Antoniou2019-03-31 17:52:57 +0300
committerThanasis Antoniou2019-03-31 17:53:57 +0300
commit29762a67317692016368489e252b2b4924bb0749 (patch)
tree629ec5dbfdf88a06fd17e0580d5c440608654e62 /engines/bladerunner/game_constants.h
parent62fc4c94bfd5b66fbfa444d686c5e86a84bea562 (diff)
downloadscummvm-rg350-29762a67317692016368489e252b2b4924bb0749.tar.gz
scummvm-rg350-29762a67317692016368489e252b2b4924bb0749.tar.bz2
scummvm-rg350-29762a67317692016368489e252b2b4924bb0749.zip
BLADERUNNER: Fix no music at Dektora dance outtake
Also add constants for all music tracks
Diffstat (limited to 'engines/bladerunner/game_constants.h')
-rw-r--r--engines/bladerunner/game_constants.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/engines/bladerunner/game_constants.h b/engines/bladerunner/game_constants.h
index bfcd922806..eefb019398 100644
--- a/engines/bladerunner/game_constants.h
+++ b/engines/bladerunner/game_constants.h
@@ -2310,6 +2310,33 @@ enum GoalMaggie {
kGoalMaggieDead = 599
};
+// Certain tracks are available at Frank Klepacki's website/portfolio for Blade Runner
+// Those are noted with their "official" name in a side-comment here, as they appear at the website
+// A few may not match the incremental number given in-game (eg kMusicGothic3 is "Gothic Club 2")
+enum MusicTracks {
+ kMusicArabLoop = 0, // Animoid Row track (Not available at Frank Klepacki's website/portfolio for Blade Runner)
+ kMusicBatl226M = 1, // "Battle Theme"
+ kMusicBRBlues = 2, // "Blade Runner Blues"
+ kMusicKyoto = 3, // "Etsuko Theme"
+ kMusicOneTime = 4, // "One More Time, Love" (Not available at Frank Klepacki's website/portfolio for Blade Runner)
+ kMusicGothic3 = 5, // "Gothic Club 2"
+ kMusicArkdFly1 = 6,
+ kMusicArkDnce1 = 7,
+ kMusicTaffy2 = 8, // "Taffy's Club 2"
+ kMusicTaffy3 = 9,
+ kMusicTaffy4 = 10,
+ kMusicBeating1 = 11,
+ kMusicCrysDie1 = 12,
+ kMusicGothic1 = 13, // "Gothic Club"
+ kMusicGothic2 = 14,
+ kMusicStrip1 = 15,
+ kMusicDkoDnce1 = 16,
+ kMusicCredits = 17, // "Blade Runner End Credits"
+ kMusicMoraji = 18,
+ kMusicClovDie1 = 19,
+ kMusicClovDies = 20,
+ kMusicLoveSong = 21 // "Love Theme" (Lucy, Dektora, Subway drive ending)
+};
} // End of namespace BladeRunner
#endif