Skip to content

Commit

Permalink
Merge pull request YARC-Official#62 from thoudankeykang/patch-2
Browse files Browse the repository at this point in the history
fix alignment, consolidate and add some sources
  • Loading branch information
EliteAsian123 authored Apr 9, 2023
2 parents 68060be + 2db8a17 commit 7ef34bd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Assets/Script/Util/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ public static string SourceToGameName(string source) {
"rb1dlc" => "Rock Band 1 DLC",
"rb2dlc" => "Rock Band 2 DLC",
"rb3dlc" => "Rock Band 3 DLC",
"rb4dlc" => "Rock Band 4 DLC",
"rb4_dlc" => "Rock Band 4 DLC",
"rb4dlc" or "rb4_dlc" => "Rock Band 4 DLC",
"rb4_rivals" => "Rock Band Rivals",
"rbtp_acdc" => "Rock Band Track Pack: AC/DC Live",
"rbtp_classic_rock" => "Rock Band Track Pack: Classic Rock",
Expand All @@ -76,10 +75,10 @@ public static string SourceToGameName(string source) {
"rbtp_vol_2" => "Rock Band Track Pack: Volume 2",
"rb_blitz" => "Rock Band Blitz",
"pearljam" => "Pearl Jam: Rock Band",
"greenday" => "Green Day: Rock Band",
"greenday" or "gdrb" => "Green Day: Rock Band",
"rbvr" => "Rock Band VR",

"311hero" => "311 Hero",
"311hero" => "311 Hero",
"a2z" => "A-Z Pack",
"ah1" => "Angevil Hero",
"ah2" => "Angevil Hero 2",
Expand Down Expand Up @@ -142,6 +141,8 @@ public static string SourceToGameName(string source) {
"ghxsetlist" => "Guitar Hero X",
"ghx2setlist" => "Guitar Hero X-II",
"praise" => "Guitar Praise",
"praisedlc" => "Guitar Praise: Expansion Pack 1"
"stryper" => "Guitar Praise: Stryper"
"guitarzero2" => "Guitar Zero 2",
"guitarherodlc" => "Guitar Zero 2 DLC",
"harmonyhero" => "Harmony Hero",
Expand Down

0 comments on commit 7ef34bd

Please sign in to comment.