oakspeech.asm 919 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. _OakSpeechText1::
  2. text "Hello there!"
  3. line "Welcome to the"
  4. cont "world of #MON!"
  5. para "My name is OAK!"
  6. line "People call me"
  7. cont "the #MON PROF!"
  8. prompt
  9. _OakSpeechText2A::
  10. text "This world is"
  11. line "inhabited by"
  12. cont "creatures called"
  13. cont "#MON!@@"
  14. _OakSpeechText2B::
  15. text $51,"For some people,"
  16. line "#MON are"
  17. cont "pets. Others use"
  18. cont "them for fights."
  19. para "Myself..."
  20. para "I study #MON"
  21. line "as a profession."
  22. prompt
  23. _IntroducePlayerText::
  24. text "First, what is"
  25. line "your name?"
  26. prompt
  27. _IntroduceRivalText::
  28. text "This is my grand-"
  29. line "son. He's been"
  30. cont "your rival since"
  31. cont "you were a baby."
  32. para "...Erm, what is"
  33. line "his name again?"
  34. prompt
  35. _OakSpeechText3::
  36. text "<PLAYER>!"
  37. para "Your very own"
  38. line "#MON legend is"
  39. cont "about to unfold!"
  40. para "A world of dreams"
  41. line "and adventures"
  42. cont "with #MON"
  43. cont "awaits! Let's go!"
  44. done