From ed8e92cc2bf81044038d8811b2f83712cb867c7e Mon Sep 17 00:00:00 2001 From: Deokishisu <6993375+Deokishisu@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:50:25 -0500 Subject: [PATCH] Fix Erroneous cont in Silph Gauntlet 3F Text The Rocker in one of the rooms in the 3F Silph Gauntlet had an erroneous line break in his after battle text. This commit fixes that. --- text/SilphGauntlet3F.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text/SilphGauntlet3F.asm b/text/SilphGauntlet3F.asm index 1eaad982..4b1ba360 100644 --- a/text/SilphGauntlet3F.asm +++ b/text/SilphGauntlet3F.asm @@ -95,7 +95,7 @@ _SilphGauntlet3FAfterBattleText5:: line "here stinks!" para "Where's all the" - cont "rock 'n' roll?!" + line "rock 'n' roll?!" done _SilphGauntlet3FBattleText6:: @@ -117,4 +117,4 @@ _SilphGauntlet3FAfterBattleText6:: cont "fishing gear?!" done - \ No newline at end of file +