mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

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.
70 lines
1.2 KiB
NASM
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
|