mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
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.
This commit is contained in:
parent
ed8e92cc2b
commit
245d596854
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue