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.
This commit is contained in:
Deokishisu 2024-01-10 17:38:08 -05:00 committed by GitHub
parent b0d6f06e2b
commit 86f618c88d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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