kep-hack/text/SilphGauntlet7F.asm
Llinos Evans 2f82c377fe Ok the fight works now
Issues:
- Player only walks one space for some reason
- After battle text doesn't happen, so no Candy Jar

Otherwise, almost finished.
2023-04-25 00:47:19 +01:00

111 lines
1.9 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 I have"
cont "that can trounce"
cont "you."
para "I wanted to make"
line "an ultimate BALL"
cont "for a perfect"
cont "#MON."
para "Something we can"
line "mass produce."
para "Perhaps it wasn't"
line "meant to be..."
para "Go."
para "Otherwise..."
line "MEWTWO's hatred"
cont "will crush this"
cont "world."
done
_CandyJarPreReceiveText::
text "I want you to"
line "have this."
done
_ReceivedCandyJarText::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_CandyJarExplanationText::
text "When researching"
line "MEW, GIOVANNI"
cont "discovered one"
cont "more mythical"
cont "#MON."
para "Its name is"
line "MELTAN. It loves"
cont "a certain kind"
cont "of CANDY."
para "Give it this"
line "JAR. It will"
cont "become extremely"
cont "powerful."
done
_CandyJarNoRoomText::
text "Ah, your BAG"
line "is full. I'll"
cont "hold onto this"
cont "for you, then."
done