kep-hack/text/SilphGauntlet7F.asm
Llinos Evans ca1cc6af90 Some progress on the Chief fight
Right now I'm facing a weird bug where if you enter, you get the quote, but the fight doesn't start and it happens while you're stepping for some reason. Very odd.
2023-04-24 23:22:35 +01:00

70 lines
1.2 KiB
NASM

_ChiefMonologue::
text "<PLAYER>!"
line "Congratulations"
cont "for making it"
cont "this far. I'm"
cont "sure it was an"
cont "arduous task."
para "However, I can't"
line "let you leave"
cont "this place. You"
cont "are still looking"
cont "for the ultimate"
cont "#MON, aren't"
cont "you?"
para "That MASTER"
line "BALL... I should"
cont "never have given"
cont "it to you! With"
cont "MEWTWO loose and"
cont "GIOVANNI gone,"
cont "our company is"
cont "going under! Now"
cont "there is only one"
cont "way to catch"
cont "MEWTWO, and it's"
cont "in your hand!"
para "<PLAYER>! Give me"
line "that BALL!"
prompt
_ChiefDefeatedText::
text "No!"
line "I...I..."
prompt
_ChiefVictoryText::
text "Ha!"
line "Now hand it over!"
prompt
_ChiefAfterBattleText::
text "I suppose the"
line "child to bring"
cont "down GIOVANNI has"
cont "to be stronger"
cont "than me. There is"
cont "no product of mine"
cont "can trounce you."
para "I wanted to make the"
line "ultimate BALL for a"
cont "perfect POKèMON."
para "Something we could"
line "mass produce."
para "Perhaps it wasn't"
line "meant to be..."
para "Go."
para "Otherwise..."
line "MEWTWO's hatred will"
cont "crush this world."
done