kep-hack/text/SilphGauntlet5F.asm
Llinos Evans 6bd537e8b7 Filling in gauntlet dialogue
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.
2023-07-16 13:49:19 +01:00

137 lines
2.3 KiB
NASM

_SilphGauntlet5FBattleText1::
text "Welcome to 5F!"
line "Feeling tired?"
done
_SilphGauntlet5FEndBattleText1::
text "Oops!"
line "Dropped my balls"
cont "again!" ; it's just so fucking funny
prompt
_SilphGauntlet5FAfterBattleText1::
text "You have what it"
line "takes to beat"
cont "the strongest of"
cont "TRAINERs."
para "You have my"
line "support!"
done
_SilphGauntlet5FBattleText2::
text "How does he expect"
line "me to ride out"
cont "here?!"
done
_SilphGauntlet5FEndBattleText2::
text "Ugh!"
line "Awful! Awful!"
prompt
_SilphGauntlet5FAfterBattleText2::
text "This floor is a"
line "graveyard! That"
cont "CHIEF has a sick"
cont "sense of humor!"
done
_SilphGauntlet5FBattleText3::
text "Alright, alright!"
line "Put 'em up!"
done
_SilphGauntlet5FEndBattleText3::
text "Too"
line "strong!"
prompt
_SilphGauntlet5FAfterBattleText3::
text "Unlike that wimp"
line "over there, I"
cont "ain't scared of"
cont "cemetaries!"
done
_SilphGauntlet5FBattleText4::
text "Hah! Thought you"
line "could get away?"
done
_SilphGauntlet5FEndBattleText4::
text "Hmph!"
prompt
_SilphGauntlet5FAfterBattleText4::
text "There's not much"
line "room to swim..."
para "And did CHIEF have"
line "to add #MON?!"
cont "They're strong,"
cont "too!"
done
_SilphGauntlet5FBattleText5::
text "Before # BALLs,"
line "We TAMERs ruled"
cont "the roost!"
done
_SilphGauntlet5FEndBattleText5::
text "Argh!"
prompt
_SilphGauntlet5FAfterBattleText5::
text "Huh? Yeah! We"
line "used our whips!"
para "...hey, what's"
line "with that stare?"
done
_SilphGauntlet5FBattleText6::
text "Once, I was the"
line "CHAMPION!"
done
_SilphGauntlet5FEndBattleText6::
text "I'm"
line "washed up..."
prompt
_SilphGauntlet5FAfterBattleText6::
text "Many TRAINERs have"
line "held the title of"
cont "CHAMPION!"
para "In fact, I've"
line "recognised a few"
cont "around here!"
done
_SilphGauntlet5FBattleText7::
text "So you're the"
line "current champ?"
para "You don't seem"
line "strong. Play ball!"
done
_SilphGauntlet5FEndBattleText7::
text "It's"
line "all wrong..."
prompt
_SilphGauntlet5FAfterBattleText7::
text "I'm surprised you"
line "don't use many"
cont "of the classic"
cont "techniques."
para "I guess they're"
line "classic for a"
cont "reason..."
done