mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 00:56:40 +13: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"
|
text "Huh? Yeah! We"
|
||||||
line "used our whips!"
|
line "used our whips!"
|
||||||
|
|
||||||
para "...hey, what's"
|
para "...Hey, what's"
|
||||||
line "with that stare?"
|
line "with that stare?"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
@ -134,4 +134,4 @@ _SilphGauntlet5FAfterBattleText7::
|
||||||
line "classic for a"
|
line "classic for a"
|
||||||
cont "reason..."
|
cont "reason..."
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue