?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.         include SUPER_C.inc
  2. M_START:
  3. MON_25
  4.         BAK_INIT        'tb_018a',B_NORM
  5.         CDPLAY  2
  6.         DB      "Well, I'm here, but..."
  7.         DB      NEXT
  8.         DB      "I have no idea how to go about finding Motoka."
  9.         DB      NEXT
  10.         T_CG    'tt_03_18a',HIR2,0
  11.         DB      "Hiroshi:  Huh?"
  12.         DB      T_WAIT, 2
  13.         DB      " Oh, it's you, Kondo. What are you doing out here?"
  14.         DB      NEXT
  15.         DB      "Ugh, it's Hiroshi!"
  16.         DB      NEXT
  17.         DB      "Kenjirou:  I'm just hanging around. How about you?"
  18.         DB      NEXT
  19.         DB      "Hiroshi:  Me? I'm looking for your little sister. "
  20.         DB      T_WAIT, 3
  21.         DB      " Do you know where she is?"
  22.         DB      NEXT
  23.         DB      "He's looking for her too!"
  24.         DB      NEXT
  25.         DB      "Kenjirou:  No, no idea. "
  26.         DB      NEXT
  27.         DB      "Hiroshi:  Oh."
  28.         DB      NEXT
  29.         DB      "Even if I knew, I wouldn't tell you!"
  30.         DB      NEXT
  31.         DB      "Kenjirou:  Why are you looking for her, anyway?"
  32.         DB      NEXT
  33.         DB      "Hiroshi:  Eh? Oh, I just wanted to talk to her, maybe ask her out or something."
  34.         DB      NEXT
  35.         DB      "Kenjirou:  That's nice. But why don't you ask some other girl out instead?"
  36.         DB      NEXT
  37.         DB      "Hiroshi:  Well, I could..."
  38.         DB      T_WAIT, 3
  39.         DB      " But you know, Motoka is just so damned cute."
  40.         DB      NEXT
  41.         DB      "Kenjirou:  ................."
  42.         DB      NEXT
  43.         DB      "Hiroshi:  I mean, I just can't keep my hands off her."
  44.         DB      NEXT
  45.         DB      "Kenjirou:  Aren't you going out with Tachikawa?"
  46.         DB      NEXT
  47.         DB      "Hiroshi:  Oh, Risa?"
  48.         DB      T_WAIT, 2
  49.         DB      " Well, yes, but it's really just for fun."
  50.         DB      NEXT
  51.         DB      "Kenjirou:  For fun...?"
  52.         DB      NEXT
  53.         DB      "Hiroshi:  Well, I'll see you later. Let me know if you see Motoka."
  54.         DB      NEXT
  55.         TATI_ERS
  56.         DB      "That fucking jerk! He's going for Motoka, trying to add her to his collection of women. I've got to find her."
  57.         DB      NEXT
  58.         DB      "However, I still don't know where she could be."
  59.         DB      NEXT
  60.         DB      "Tetsuya said he saw her hanging out with some bad people, street punks or something."
  61.         DB      NEXT
  62.         DB      "Kenjirou:  Street punks...?"
  63.         DB      NEXT
  64.         DB      "I remember now. Last spring I saw some people like that at the coffee shop quite a bit."
  65.         DB      NEXT
  66.         DB      "Maybe I should go check it out..."
  67.         DB      NEXT
  68.         FLG_KI W,'=',-1
  69.         MENU_S  1,W,-1
  70.         MENU_SET        IKU,"GO THERE NOW"
  71.         MENU_SET        IKANAI,"DON'T GO"
  72.         MENU_END
  73.         DB      EXIT
  74. IKU:
  75.         DB      "It's something, at least. Maybe I'll get lucky and find out something."
  76.         DB      NEXT
  77.         SINARIO 'MON_26.OVL'
  78.         DB      EXIT
  79. IKANAI:
  80.         DB      "Naw, it's a waste of time. The owner of the shop told me those kids are only there during vacation, for the most part. "
  81.         DB      NEXT
  82.         SINARIO 'MON_27.OVL'
  83.         DB      EXIT
  84. END