mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00
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:
parent
b0d6f06e2b
commit
86f618c88d
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue