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

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