mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

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
126 lines
2 KiB
NASM
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
|
|
|