From 245d596854d59145bf4410379e6419315ecdb729 Mon Sep 17 00:00:00 2001 From: Deokishisu <6993375+Deokishisu@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:08:35 -0500 Subject: [PATCH] Fix Capitalization in Silph Gauntlet 5F Text In one of the trainer's after battle texts in Silph Gauntlet 5F, they start a sentence without capitalizing it. In this case, since it starts a new sentence, the word after the ellipsis needs to be capitalized. --- text/SilphGauntlet5F.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text/SilphGauntlet5F.asm b/text/SilphGauntlet5F.asm index 5b563fe1..42182045 100644 --- a/text/SilphGauntlet5F.asm +++ b/text/SilphGauntlet5F.asm @@ -87,7 +87,7 @@ _SilphGauntlet5FAfterBattleText5:: text "Huh? Yeah! We" line "used our whips!" - para "...hey, what's" + para "...Hey, what's" line "with that stare?" done @@ -134,4 +134,4 @@ _SilphGauntlet5FAfterBattleText7:: line "classic for a" cont "reason..." done - \ No newline at end of file +