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

126 lines
2 KiB
NASM

_SilphGauntlet3FBattleText1::
text "Comment to be"
line "written."
cont "SAILOR"
done
_SilphGauntlet3FEndBattleText1::
text "Comment to be"
line "written."
cont "SAILOR"
prompt
_SilphGauntlet3FAfterBattleText1::
text "Comment to be"
line "written."
cont "SAILOR"
done
_SilphGauntlet3FBattleText2::
text "Comment to be"
line "written."
cont "FIREFIGHTER"
done
_SilphGauntlet3FEndBattleText2::
text "Comment to be"
line "written."
cont "FIREFIGHTER"
prompt
_SilphGauntlet3FAfterBattleText2::
text "Comment to be"
line "written."
cont "FIREFIGHTER"
done
_SilphGauntlet3FBattleText3::
text "Comment to be"
line "written."
cont "GENTLEMAN"
done
_SilphGauntlet3FEndBattleText3::
text "Comment to be"
line "written."
cont "GENTLEMAN"
prompt
_SilphGauntlet3FAfterBattleText3::
text "Comment to be"
line "written."
cont "GENTLEMAN"
done
_SilphGauntlet3FBattleText4::
text "Comment to be"
line "written."
cont "ENGINEER"
done
_SilphGauntlet3FEndBattleText4::
text "Comment to be"
line "written."
cont "ENGINEER"
prompt
_SilphGauntlet3FAfterBattleText4::
text "Comment to be"
line "written."
cont "ENGINEER"
done
_SilphGauntlet3FBattleText5::
text "Comment to be"
line "written."
cont "ROCKER"
done
_SilphGauntlet3FEndBattleText5::
text "Comment to be"
line "written."
cont "ROCKER"
prompt
_SilphGauntlet3FAfterBattleText5::
text "Comment to be"
line "written."
cont "ROCKER"
done
_SilphGauntlet3FBattleText6::
text "Comment to be"
line "written."
cont "FISHER"
done
_SilphGauntlet3FEndBattleText6::
text "Comment to be"
line "written."
cont "FISHER"
prompt
_SilphGauntlet3FAfterBattleText6::
text "Comment to be"
line "written."
cont "FISHER"
done
_SilphGauntlet3FBattleText7::
text "Comment to be"
line "written."
cont "BEAUTY"
done
_SilphGauntlet3FEndBattleText7::
text "Comment to be"
line "written."
cont "BEAUTY"
prompt
_SilphGauntlet3FAfterBattleText7::
text "Comment to be"
line "written."
cont "BEAUTY"
done