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

_SilphGauntlet5FBattleText1::
text "Comment to be"
line "written."
cont "JUGGLER"
done
_SilphGauntlet5FEndBattleText1::
text "Comment to be"
line "written."
cont "JUGGLER"
prompt
_SilphGauntlet5FAfterBattleText1::
text "Comment to be"
line "written."
cont "JUGGLER"
done
_SilphGauntlet5FBattleText2::
text "Comment to be"
line "written."
cont "BIKER"
done
_SilphGauntlet5FEndBattleText2::
text "Comment to be"
line "written."
cont "BIKER"
prompt
_SilphGauntlet5FAfterBattleText2::
text "Comment to be"
line "written."
cont "BIKER"
done
_SilphGauntlet5FBattleText3::
text "Comment to be"
line "written."
cont "CUE BALL"
done
_SilphGauntlet5FEndBattleText3::
text "Comment to be"
line "written."
cont "CUE BALL"
prompt
_SilphGauntlet5FAfterBattleText3::
text "Comment to be"
line "written."
cont "CUE BALL"
done
_SilphGauntlet5FBattleText4::
text "Comment to be"
line "written."
cont "SWIMMER"
done
_SilphGauntlet5FEndBattleText4::
text "Comment to be"
line "written."
cont "SWIMMER"
prompt
_SilphGauntlet5FAfterBattleText4::
text "Comment to be"
line "written."
cont "SWIMMER"
done
_SilphGauntlet5FBattleText5::
text "Comment to be"
line "written."
cont "TAMER"
done
_SilphGauntlet5FEndBattleText5::
text "Comment to be"
line "written."
cont "TAMER"
prompt
_SilphGauntlet5FAfterBattleText5::
text "Comment to be"
line "written."
cont "TAMER"
done
_SilphGauntlet5FBattleText6::
text "Comment to be"
line "written."
cont "COOLTRAINER F"
done
_SilphGauntlet5FEndBattleText6::
text "Comment to be"
line "written."
cont "COOLTRAINER F"
prompt
_SilphGauntlet5FAfterBattleText6::
text "Comment to be"
line "written."
cont "COOLTRAINER F"
done
_SilphGauntlet5FBattleText7::
text "Comment to be"
line "written."
cont "COOLTRAINER M"
done
_SilphGauntlet5FEndBattleText7::
text "Comment to be"
line "written."
cont "COOLTRAINER M"
prompt
_SilphGauntlet5FAfterBattleText7::
text "Comment to be"
line "written."
cont "COOLTRAINER M"
done