mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Fix Silph Chief Text Issues
Removed a duplicate "for" in both of the Silph Chief's before battle texts. Additionally, in his loss text, moved the "I... I..." all to one line for the aesthetics.
This commit is contained in:
parent
245d596854
commit
bfad8d8d08
|
@ -13,7 +13,7 @@ _ChiefMonologue::
|
||||||
prompt
|
prompt
|
||||||
|
|
||||||
_ChiefMonologueMasterBallNotUsed::
|
_ChiefMonologueMasterBallNotUsed::
|
||||||
text "You're looking for"
|
text "You're looking"
|
||||||
line "for the ultimate"
|
line "for the ultimate"
|
||||||
cont "#MON, aren't"
|
cont "#MON, aren't"
|
||||||
cont "you?"
|
cont "you?"
|
||||||
|
@ -38,7 +38,7 @@ _ChiefMonologueMasterBallNotUsed::
|
||||||
done
|
done
|
||||||
|
|
||||||
_ChiefMonologueMasterBallUsed::
|
_ChiefMonologueMasterBallUsed::
|
||||||
text "You're looking for"
|
text "You're looking"
|
||||||
line "for the ultimate"
|
line "for the ultimate"
|
||||||
cont "#MON, aren't"
|
cont "#MON, aren't"
|
||||||
cont "you?"
|
cont "you?"
|
||||||
|
@ -52,7 +52,7 @@ _ChiefMonologueMasterBallUsed::
|
||||||
cont "our company is"
|
cont "our company is"
|
||||||
cont "going under!"
|
cont "going under!"
|
||||||
|
|
||||||
para "...what? You used"
|
para "...What? You used"
|
||||||
line "the MASTER BALL?!"
|
line "the MASTER BALL?!"
|
||||||
|
|
||||||
para "You stupid child!"
|
para "You stupid child!"
|
||||||
|
@ -93,8 +93,8 @@ _ChiefMonologueMasterBallNotCollected::
|
||||||
done
|
done
|
||||||
|
|
||||||
_ChiefDefeatedText::
|
_ChiefDefeatedText::
|
||||||
text "No! I..."
|
text "No!"
|
||||||
line "I..."
|
line "I... I..."
|
||||||
prompt
|
prompt
|
||||||
|
|
||||||
_ChiefVictoryText::
|
_ChiefVictoryText::
|
||||||
|
@ -144,7 +144,7 @@ _ChiefAltAfterBattleText::
|
||||||
line "be as powerful as"
|
line "be as powerful as"
|
||||||
cont "I want, but what"
|
cont "I want, but what"
|
||||||
cont "I do with that"
|
cont "I do with that"
|
||||||
cont "power...is very"
|
cont "power... is very"
|
||||||
cont "important."
|
cont "important."
|
||||||
|
|
||||||
para "I still have much"
|
para "I still have much"
|
||||||
|
|
Loading…
Reference in a new issue