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
115 lines
1.8 KiB
NASM
115 lines
1.8 KiB
NASM
_SilphGauntlet2FBattleText1::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "LASS"
|
|
done
|
|
|
|
_SilphGauntlet2FEndBattleText1::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "LASS"
|
|
prompt
|
|
|
|
_SilphGauntlet2FAfterBattleText1::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "LASS"
|
|
done
|
|
|
|
_SilphGauntlet2FBattleText2::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "JUNIOR"
|
|
done
|
|
|
|
_SilphGauntlet2FEndBattleText2::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "JUNIOR"
|
|
prompt
|
|
|
|
_SilphGauntlet2FAfterBattleText2::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "JUNIOR"
|
|
done
|
|
|
|
_SilphGauntlet2FBattleText3::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "HIKER"
|
|
done
|
|
|
|
_SilphGauntlet2FEndBattleText3::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "HIKER"
|
|
prompt
|
|
|
|
_SilphGauntlet2FAfterBattleText3::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "HIKER"
|
|
done
|
|
|
|
_SilphGauntlet2FBattleText4::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "SUPER NERD"
|
|
done
|
|
|
|
_SilphGauntlet2FEndBattleText4::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "SUPER NERD"
|
|
prompt
|
|
|
|
_SilphGauntlet2FAfterBattleText4::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "SUPER NERD"
|
|
done
|
|
|
|
_SilphGauntlet2FBattleText5::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "#MANIAC"
|
|
done
|
|
|
|
_SilphGauntlet2FEndBattleText5::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "#MANIAC"
|
|
prompt
|
|
|
|
_SilphGauntlet2FAfterBattleText5::
|
|
text "Comment to be"
|
|
line "written."
|
|
cont "#MANIAC"
|
|
done
|
|
|
|
_SilphGauntlet2FBattleText6::
|
|
text "I'm here training"
|
|
line "become the next"
|
|
cont "KARATE MASTER..."
|
|
|
|
para "Battle with me so"
|
|
line "I may hone my"
|
|
cont "skills!"
|
|
done
|
|
|
|
_SilphGauntlet2FEndBattleText6::
|
|
text "I"
|
|
line "still have a long"
|
|
cont "way to go..."
|
|
prompt
|
|
|
|
_SilphGauntlet2FAfterBattleText6::
|
|
text "You are truly"
|
|
line "powerful."
|
|
|
|
para "Keep battling,"
|
|
cont "and you will"
|
|
cont "surely succeed."
|
|
done
|
|
|