From 03c0eb04756fe82833824dbe04435d08f07b4f78 Mon Sep 17 00:00:00 2001 From: Thomas Prescott Date: Thu, 6 May 2021 21:45:10 -0500 Subject: [PATCH] Fix msu1 in credits %smallcredits() can't have numbers, so we need to remove the 1 from MSU1 --- stats/creditsnew.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stats/creditsnew.asm b/stats/creditsnew.asm index 17114c1..228dae3 100644 --- a/stats/creditsnew.asm +++ b/stats/creditsnew.asm @@ -469,7 +469,7 @@ CreditsLineBlank: %blankline() %blankline() -%smallcredits("MSU1 SUPPORT", "green") +%smallcredits("MSU SUPPORT", "green") %blankline() @@ -739,4 +739,4 @@ endif !COLLECTION_RATE_X = 22 !COLLECTION_RATE_Y = 380 !TOTAL_TIME_X = 19 -!TOTAL_TIME_Y = 383 \ No newline at end of file +!TOTAL_TIME_Y = 383