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

This was definitely quite hard, I see why Martha had trouble... So I've gone with multiple approaches. - Worldbuilding for some areas (Celadon U, Pokemon League, etc) - Establishing some character behind the nebulous Chief, noting him as rather avaricious, cutting costs, and so on. A stereotypical capitalist, true to his "I am rich, so I can give you anything" statement. - Multiple comedic statements about where each trainer is located, from confusion about why they're there, or that they were swindled. It's quite Japanese, and I think it makes sense. I didn't make statements for Junior as I was kind of confused... Also, no 6F entries, as there was no file.
139 lines
2.5 KiB
NASM
139 lines
2.5 KiB
NASM
_SilphGauntlet4FBattleText1::
|
|
text "I'm one of SILPH's"
|
|
line "top SCIENTISTs!"
|
|
|
|
para "I want to see just"
|
|
line "how strong the"
|
|
cont "kid who took down"
|
|
cont "TEAM ROCKET"
|
|
cont "really is."
|
|
|
|
para "Care to show me?"
|
|
done
|
|
|
|
_SilphGauntlet4FEndBattleText1::
|
|
text "That's"
|
|
line "incredible...!"
|
|
prompt
|
|
|
|
_SilphGauntlet4FAfterBattleText1::
|
|
text "Good job getting"
|
|
line "past our OMEGA,"
|
|
cont "too."
|
|
|
|
para "We had trouble"
|
|
line "controlling that"
|
|
cont "brute!"
|
|
done
|
|
|
|
_SilphGauntlet4FBattleText2::
|
|
text "#MON battles"
|
|
line "are the perfect"
|
|
cont "game of chance!"
|
|
done
|
|
|
|
_SilphGauntlet4FEndBattleText2::
|
|
text "How"
|
|
line "unlucky..."
|
|
prompt
|
|
|
|
_SilphGauntlet4FAfterBattleText2::
|
|
text "At any moment, one"
|
|
line "move can change"
|
|
cont "everything!"
|
|
done
|
|
|
|
_SilphGauntlet4FBattleText3::
|
|
text "Hey, you! I'll"
|
|
line "never forgive you"
|
|
cont "for what you did"
|
|
cont "to TEAM ROCKET!"
|
|
done
|
|
|
|
_SilphGauntlet4FEndBattleText3::
|
|
text "I'm"
|
|
line "sorry, GIOVANNI!"
|
|
prompt
|
|
|
|
_SilphGauntlet4FAfterBattleText3::
|
|
text "Mark my words!"
|
|
line "TEAM ROCKET will"
|
|
cont "return someday!"
|
|
done
|
|
|
|
_SilphGauntlet4FBattleText4::
|
|
text "I can already see"
|
|
line "the outcome of"
|
|
cont "this battle."
|
|
done
|
|
|
|
_SilphGauntlet4FEndBattleText4::
|
|
text "Just"
|
|
line "as expected..."
|
|
prompt
|
|
|
|
_SilphGauntlet4FAfterBattleText4:: ; may revise, but hint towards Chief's team slightly
|
|
text "I can see it..."
|
|
|
|
para "The strongest"
|
|
line "trainer here has"
|
|
cont "a PORYGON2. Or"
|
|
cont "was it a"
|
|
cont "PORYGON-Z...?"
|
|
done
|
|
|
|
_SilphGauntlet4FBattleText5::
|
|
text "Hey! If I win,"
|
|
line "you'd better gimme"
|
|
cont "your #MON!"
|
|
done
|
|
|
|
_SilphGauntlet4FEndBattleText5::
|
|
text "Dang"
|
|
line "it!"
|
|
prompt
|
|
|
|
_SilphGauntlet4FAfterBattleText5::
|
|
text "Is it true? TEAM"
|
|
line "ROCKET are really"
|
|
cont "disbanding?"
|
|
|
|
para "Good riddance!"
|
|
line "That means less"
|
|
cont "competition!"
|
|
cont "Hahaha!"
|
|
done
|
|
|
|
_SilphGauntlet4FBattleText6:: ; hehehe buryman joke
|
|
text "You're here..."
|
|
|
|
para "I'm trapped..."
|
|
line "And I'm lonely."
|
|
cont "So very lonely..."
|
|
|
|
para "Won't you join me?"
|
|
done
|
|
|
|
_SilphGauntlet4FEndBattleText6:: ; not sure what to put here, first line extends too long so I have to change it anyway
|
|
text "Ahh,"
|
|
line "fresh meat!"
|
|
prompt
|
|
|
|
_SilphGauntlet4FAfterBattleText6::
|
|
text "What? You think"
|
|
line "I'm possessed?"
|
|
|
|
para "Not at all! I just"
|
|
line "like to quote my"
|
|
cont "favorite horror"
|
|
cont "stories!"
|
|
done
|
|
|
|
_PurifiedZoneText::
|
|
text "Entered purified,"
|
|
line "protected zone!"
|
|
|
|
para "<PLAYER>'s #MON"
|
|
line "are fully healed!"
|
|
done
|