From 86f618c88d6df2ac6e2f75c60d11261b8b149788 Mon Sep 17 00:00:00 2001 From: Deokishisu <6993375+Deokishisu@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:38:08 -0500 Subject: [PATCH] Fix textbox Overflow in Silph Gauntlet 2F The 4th trainer's after battle text has one of its lines cut off due to the scroll arrow and that same line overflows the textbox. This commit fixes it. --- text/SilphGauntlet2F.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/text/SilphGauntlet2F.asm b/text/SilphGauntlet2F.asm index 5b04bf25..27ab1e51 100644 --- a/text/SilphGauntlet2F.asm +++ b/text/SilphGauntlet2F.asm @@ -75,8 +75,8 @@ _SilphGauntlet2FAfterBattleText4:: para "I could never have" line "expected to see" - cont "#MON like yours," - cont "though!" + cont "#MON like" + cont "yours, though!" done _SilphGauntlet2FBattleText5:: @@ -121,4 +121,4 @@ _SilphGauntlet2FAfterBattleText6:: line "and you will" cont "surely succeed." done - \ No newline at end of file +