kep-hack/text/SilphGauntlet1F.asm
Martha Schilling 91e06763dd Adding data for Silph Gauntlet Trainers (2, 3, 5F)
Adds the trainers themselves, dialogue still needs to be written but PvK can help with that

Currently they either don't see you or challenge you multiple times...probably issues with where the event constants are located, will sort out once I figure out the problem
2023-07-15 22:07:51 +01:00

112 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 "Comment to be"
line "written."
cont "STUDENT"
done
_SilphGauntlet1FEndBattleText3::
text "Comment to be"
line "written."
cont "STUDENT"
prompt
_SilphGauntlet1FAfterBattleText3::
text "Comment to be"
line "written."
cont "STUDENT"
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 "Comment to be"
line "written."
cont "BIRD KEEPER"
done