mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00

The Candy Jar is now obtainable in the Indigo Plateau, instead of being an item obtained from Chief. I've removed most Chief-related stuff but expect some instability after you beat him, as I don't believe I completely removed the function to call the text. The Candy Jar will now not collect candies in the following instances; - It isn't in the bag. - The total would go over 40. Just makes sense and ensures players are engaging with the proper intentions. The 40 total is necessary, as over 40 stops the jar from working. This does mean some candies are "lost", but the players see that. There's a bug where Meltan will have the moves of the Pokemon it's replacing and I don't know why. I've tried a bunch of fixes in `LoadEnemyMonData` but it didn't seem to want to work.
76 lines
1.3 KiB
NASM
76 lines
1.3 KiB
NASM
_ChiefMonologue::
|
|
text "CHIEF: <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!"
|
|
|
|
para "Now there's only"
|
|
line "one way to catch"
|
|
cont "MEWTWO, and it's"
|
|
cont "in your hands!"
|
|
|
|
para "<PLAYER>! Give me"
|
|
line "that BALL!"
|
|
prompt
|
|
|
|
_ChiefDefeatedText::
|
|
text "CHIEF: No!"
|
|
line "I...I..."
|
|
prompt
|
|
|
|
_ChiefVictoryText::
|
|
text "CHIEF: Ha!"
|
|
line "Now hand it over!"
|
|
prompt
|
|
|
|
_ChiefAfterBattleText::
|
|
text "CHIEF: I suppose"
|
|
line "the child that"
|
|
cont "brought down"
|
|
cont "GIOVANNI has to"
|
|
cont "be stronger than"
|
|
cont "me. No product"
|
|
cont "I have can"
|
|
cont "trounce 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..."
|
|
|
|
para "MEWTWO's hatred"
|
|
line "will crush this"
|
|
cont "world."
|
|
|
|
done
|
|
|