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

@@ -674,7 +674,7 @@
add(" NEXT UNLOCK: ");
add(" 5 Trinkets");
add("");
add(" Pushing onwards ");
add(" Pushing Onwards ");
add("position(center)");
add("speak_active");
add("endtext");
@@ -687,7 +687,7 @@
add(" NEXT UNLOCK: ");
add(" 8 Trinkets");
add("");
add(" Positive force ");
add(" Positive Force ");
add("position(center)");
add("speak_active");
add("endtext");
@@ -713,7 +713,7 @@
add(" NEXT UNLOCK: ");
add(" 12 Trinkets");
add("");
add(" Potential for anything ");
add(" Potential for Anything ");
add("position(center)");
add("speak_active");
add("endtext");
@@ -739,7 +739,7 @@
add(" NEXT UNLOCK: ");
add(" 16 Trinkets");
add("");
add(" Predestined fate ");
add(" Predestined Fate ");
add("position(center)");
add("speak_active");
add("endtext");
@@ -813,4 +813,4 @@
add("squeak(terminal)");
add("jukebox(10)");
}
}
}