kep-hack/text/SilphGauntlet1F.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

113 lines
1.9 KiB
NASM

_SilphGauntlet1FBattleText1::
text "Hey! Welcome to"
line "SILPH GAUNTLET!"
para "This whole place"
line "is full of really"
cont "strong trainers,"
cont "so let's see how"
cont "strong you are!"
done
_SilphGauntlet1FEndBattleText1::
text "Whoa!"
line "Pretty good!"
prompt
_SilphGauntlet1FAfterBattleText1::
text "I'm still only the"
line "first trainer!"
cont "It gets tougher"
cont "from here!"
done
_SilphGauntlet1FBattleText2::
text "This indoor forest"
line "is so cool!"
para "Don't you think it"
line "looks just like"
cont "VIRIDIAN FOREST?"
done
_SilphGauntlet1FEndBattleText2::
text "No!"
line "My bugs!"
prompt
_SilphGauntlet1FAfterBattleText2::
text "I wonder what the"
line "upper floors look"
cont "like..."
done
_SilphGauntlet1FBattleText3::
text "I'm at the top"
line "of my university!"
cont "It's only up from"
cont "here!"
done
_SilphGauntlet1FEndBattleText3::
text "Not"
line "enough..."
prompt
_SilphGauntlet1FAfterBattleText3::
text "You could be a"
line "top STUDENT at"
cont "CELADON UNI!"
done
_SilphGauntlet1FBattleText4::
text "Camping here is"
line "fun, but I prefer"
cont "the outdoors..."
done
_SilphGauntlet1FEndBattleText4::
text "What?"
line "How'd I lose?"
prompt
_SilphGauntlet1FAfterBattleText4::
text "I would've won if"
line "we were outside!"
done
_SilphGauntlet1FBattleText5::
text "I wish forests"
line "didn't have so"
cont "many gross bugs!"
done
_SilphGauntlet1FEndBattleText5::
text "Eek!"
line "No way!"
prompt
_SilphGauntlet1FAfterBattleText5::
text "TSUBOMITTO loves"
line "eating bugs, so"
cont "it's perfect"
cont "for me!"
done
_SilphGauntlet1FBattleText6::
text "My bird #MON"
line "love perching on"
cont "the trees here."
done
_SilphGauntlet1FEndBattleText6::
text "We"
line "still lost?"
prompt
_SilphGauntlet1FAfterBattleText6::
text "That CHIEF..."
para "What does he want"
line "us for, anyway?"
done