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

This finishes Chief's event, with all the necessary components for the post-game Mewtwo fight sorted as well. I added an event the Master Ball sets for modular monologue text, for improved immersion. I have also fixed some bugs; - Fixed the oft-reported walking in trees bug in the Forest tileset. - Fixed the Oak's lab computer issue by just...removing the computer. I made the map symmetrical instead, feels a lot better to look at, at least for me. I think it was meant to have an event on it or something, but I couldn't find anything, felt like I was being gaslit. - Hopefully fixed the issue with the border blocks going weird after saving and resetting, by making the tileset directly point to the gym one, which Oak is meant to use. I am not sure how that glitch happened for ViWalls. - Fixed the Viridian Pre-Gym text scrolling issue. I still cannot replicate the crash bugs that some people have been experiencing and don't see anything that could be causing it. I also changed Trampel in Victory Road to Steelix, as mentioned by Gogocrafter.
122 lines
2.1 KiB
NASM
122 lines
2.1 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!"
|
|
prompt
|
|
|
|
_ChiefMonologueMasterBallNotUsed::
|
|
text "Now there's only"
|
|
line "one way to catch"
|
|
cont "MEWTWO, and it's"
|
|
cont "in your hands!"
|
|
|
|
para "<PLAYER>!"
|
|
|
|
para "Give me that BALL!"
|
|
prompt
|
|
|
|
_ChiefMonologueMasterBallUsed::
|
|
text "...what? You used"
|
|
line "the MASTER BALL?!"
|
|
|
|
para "You stupid child!"
|
|
line "I can't believe"
|
|
cont "this!"
|
|
|
|
para "Argh..."
|
|
|
|
para "<PLAYER>!"
|
|
line "You...you..." ; Trying to emphasise rage. I think this is the best we can get.
|
|
|
|
para "You are in for"
|
|
line "a world of hurt!" ; Like Giovanni, but with a slightly more pompous tone in using "hurt".
|
|
prompt
|
|
|
|
_ChiefDefeatedText::
|
|
text "No! I..."
|
|
line "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 is capable"
|
|
cont "of trouncing 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
|
|
|
|
_ChiefPCText::
|
|
text "It's a PC with"
|
|
line "blueprints for"
|
|
cont "OMEGA!"
|
|
|
|
para "It was meant"
|
|
line "for..."
|
|
|
|
para "The CELADON GAME"
|
|
line "CORNER?!"
|
|
done
|
|
|
|
_ChiefPainting1::
|
|
text "It's a painting"
|
|
line "of an unknown"
|
|
cont "#MON."
|
|
|
|
para "It's small and"
|
|
line "has large feet."
|
|
done
|
|
|
|
_ChiefPainting2::
|
|
text "It's a picture"
|
|
line "of GYAOON, an"
|
|
cont "extinct #MON!"
|
|
done
|