Correct capitalization of song names

This corrects things like "Passion for exploring" and "Passion For
Exploring" to be "Passion for Exploring".
This commit is contained in:
Info Teddy
2020-01-15 22:05:37 -08:00
parent 6f8d2dc90b
commit 3247d3be41
5 changed files with 25 additions and 25 deletions

View File

@@ -725,7 +725,7 @@ void scriptclass::loadother(std::string t)
add(" NEXT UNLOCK: ");
add(" 5 Trinkets");
add("");
add(" Pushing onwards ");
add(" Pushing Onwards ");
add("position(center)");
add("speak_active");
add("endtext");
@@ -740,7 +740,7 @@ void scriptclass::loadother(std::string t)
add(" NEXT UNLOCK: ");
add(" 8 Trinkets");
add("");
add(" Positive force ");
add(" Positive Force ");
add("position(center)");
add("speak_active");
add("endtext");
@@ -770,7 +770,7 @@ void scriptclass::loadother(std::string t)
add(" NEXT UNLOCK: ");
add(" 12 Trinkets");
add("");
add(" Potential for anything ");
add(" Potential for Anything ");
add("position(center)");
add("speak_active");
add("endtext");
@@ -800,7 +800,7 @@ void scriptclass::loadother(std::string t)
add(" NEXT UNLOCK: ");
add(" 16 Trinkets");
add("");
add(" Predestined fate ");
add(" Predestined Fate ");
add("position(center)");
add("speak_active");
add("endtext");