?login_element?

Subversion Repositories NedoOS

Rev

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

  1.         include SUPER_C.inc
  2. M_START:
  3. MON_28
  4.         BAK_INIT        'tb_002',B_NORM
  5.         CDPLAY  6
  6.         T_CG    'tt_20_02',AKE_A2,0
  7.         DB      "Kenjirou:  I'm home..."
  8.         DB      NEXT
  9.         DB      "Akemi:  Hi, glad you're back."
  10.         DB      NEXT
  11.         DB      "Kenjirou:  Did Motoka come home?"
  12.         DB      NEXT
  13.         DB      "Akemi:  She's not home yet."
  14.         DB      NEXT
  15.         DB      "Kenjirou:  ...I see."
  16.         DB      NEXT
  17.         DB      "Akemi:  I'm sure you don't need to worry yourself about her."
  18.         DB      NEXT
  19.         DB      "Kenjirou:  .............."
  20.         DB      NEXT
  21.         DB      "Akemi:  She can be really spoiled sometimes, but when you get down to it, she's a good girl."
  22.         DB      NEXT
  23.         DB      "Kenjirou:  Yes, but..."
  24.         DB      T_WAIT, 3
  25.         DB      " She's been hanging around with some pretty shady characters lately..."
  26.         DB      NEXT
  27.         DB      "Akemi:  Kenjirou-kun, please don't bad-mouth Motoka's friends like that."
  28.         DB      NEXT
  29.         DB      "Kenjirou:  Bad-mouthing?"
  30.         DB      T_WAIT, 3
  31.         DB      " ...I didn't mean to do anything like that. I'm just worried about Motoka."
  32.         DB      NEXT
  33.         DB      "Akemi:  I know that. I know some of her friends might not be the best influence, but they're probably fine."
  34.         DB      NEXT
  35.         DB      "Kenjirou:  Aren't you worried about Motoka?"
  36.         DB      NEXT
  37.         DB      "Akemi:  No, not a bit. I believe in Motoka, and I know she'll be fine. Shall we have dinner?"
  38.         DB      NEXT
  39.         DB      "Kenjirou:  ............"
  40.         DB      NEXT
  41.         DB      "Akemi:  Or do you want to wait for Motoka?"
  42.         DB      NEXT
  43.         DB      "Just then, the insect that lived in my stomach let out a growl. "
  44.         DB      NEXT
  45.         DB      "Akemi:  Heh, I guess we should eat now."
  46.         DB      NEXT
  47.         B_O B_FADE,C_KURO
  48.         BAK_INIT        'tb_001b',B_NORM
  49.         CDPLAY  12
  50.         DB      "We finished eating, and I took a bath, yelping with pain as the water hit my bruises. Then I fell into bed."
  51.         DB      NEXT
  52.         DB      "Akemi-san said she wasn't worried about Motoka..."
  53.         DB      T_WAIT, 3
  54.         DB      " But I'm sure she is. There's no way a mother couldn't not be."
  55.         DB      NEXT
  56.         DB      "Damn, Motoka's really late again."
  57.         DB      T_WAIT, 3
  58.         DB      " Where could she be?"
  59.         DB      NEXT
  60.         DB      CLS
  61.         DB      "I look at the clock on the wall. It reads 12:00 midnight."
  62.         DB      NEXT
  63.         DB      "Just then, my cell-phone started to vibrate on the desk where I'd left it. "
  64.         DB      NEXT
  65.         DB      "I quickly picked up the phone and answered it."
  66.         DB      NEXT
  67.         DB      CLS
  68.         DB      "Terumi:  Ah, Kenjirou."
  69.         DB      NEXT
  70.         DB      "Kenjirou:  Terumi-senpai, did you find Motoka?"
  71.         DB      NEXT
  72.         DB      "Terumi:  ...No, I'm sorry."
  73.         DB      NEXT
  74.         DB      "Kenjirou:  Eh?"
  75.         DB      NEXT
  76.         DB      "Terumi:  I couldn't find her anywhere."
  77.         DB      NEXT
  78.         DB      "Kenjirou:  I see."
  79.         DB      T_WAIT, 3
  80.         DB      " Thanks for trying, though."
  81.         DB      NEXT
  82.         DB      "Terumi:  Try not to be too upset. I'm sure she'll be fine."
  83.         DB      NEXT
  84.         DB      "Kenjirou:  ...Yes, I'm sure she will be."
  85.         DB      NEXT
  86.         DB      "Terumi:  I'm going to hang up now. Take care."
  87.         DB      NEXT
  88.         DB      "Kenjirou:  Okay. Good night."
  89.         DB      NEXT
  90.         DB      "Terumi:  Good night."
  91.         DB      NEXT
  92.         DB      "I turned off the phone, and put it back on the desk."
  93.         DB      NEXT
  94.         DB      "Terumi-senpai couldn't find her..."
  95.         DB      T_WAIT, 3
  96.         DB      "I wonder if I should tell this to Akemi-san?"
  97.         DB      NEXT
  98.         FLG_KI W,'=',-1
  99.         MENU_S  1,W,-1
  100.         MENU_SET        A1,"TELL AKEMI"
  101.         MENU_SET        A2,"DON'T TELL HER"
  102.         MENU_END
  103.         DB      EXIT
  104. A1:
  105.         DB      "That's a good idea. I'm sure she really is worried about Motoka, and would like some news."
  106.         DB      NEXT
  107.         SINARIO 'MON_29.OVL'
  108.         DB      EXIT
  109. A2:
  110.         DB      "Hmm, it's probably for the best. I don't want to add to her worry."
  111.         DB      NEXT
  112.         DB      "Damn that Motoka. Is she going to stay out all night?"
  113.         DB      NEXT
  114.         F_O B_NORM,C_KURO
  115.         DB      "Still worried about my sister, I somehow managed to fall asleep."
  116.         DB      NEXT
  117.         B_O B_FADE,C_KURO
  118.         FLG_KI  HIDUKE,'+',1
  119.         SINARIO 'MON_30.OVL'
  120.         DB      EXIT
  121. END