?login_element?

Subversion Repositories NedoOS

Rev

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

  1.         include SUPER_C.inc
  2. M_START:
  3. NITI_HIR
  4.         FLG_IF HOK,'=',6,KYOUSITU
  5.         FLG_IF HAND,'=',5,TOIRE
  6.         F_O     B_NORM,C_KURO
  7.         FLG_IF  MOTSUNE,'=',2,TETUKURU
  8.         CDPLAY  14
  9.         DB      "It's lunch time."
  10.         DB      NEXT
  11.         BAK_INIT 'tb_010',B_NORM
  12.         DB      "I quickly eat my lunch and head out into the hallway."
  13.         DB      NEXT
  14. MODO:
  15.         BAK_INIT        'tb_034a',B_NORM
  16.         DB      "Kenjirou:  Well, I guess I'll go look for some dessert."
  17.         DB      NEXT
  18.         FLG_KI  TEMP01,'=',0
  19.         FLG_KI  TEMP02,'=',0
  20.         FLG_KI  TEMP03,'=',0
  21.         FLG_KI  TEMP04,'=',0
  22.         FLG_KI  TEMP05,'=',0
  23.         FLG_KI  TEMP06,'=',0
  24.         FLG_KI  TEMP07,'=',0
  25.         FLG_KI  TEMP08,'=',0
  26.         GO      SENTAKU1
  27. TETUKURU:
  28.         FLG_KI  MOTSUNE,'=',3
  29.         DB      "Tetsuya:  Hey, wake up."
  30.         DB      NEXT
  31.         DB      "Kenjirou:  Nn?"
  32.         DB      NEXT
  33.         DB      "Tetsuya:  It's lunchtime, man."
  34.         DB      NEXT
  35.         DB      "Kenjirou:  Okay, I'm awake."
  36.         DB      NEXT
  37.         DB      "At Tetsuya's prompting, I take my head off the desk where I had been sleeping."
  38.         DB      NEXT
  39.         BAK_INIT        'tb_010',B_NORM
  40.         T_CG    'tt_08_10',TET_A2,0
  41.         DB      "Tetsuya:  I want to ask you a question."
  42.         DB      NEXT
  43.         DB      "Kenjirou:  Don't worry, I'm not seeing Shiho or anything."
  44.         DB      NEXT
  45.         DB      "Tetsuya:  I know that. No, I want to ask you about Motoka."
  46.         DB      NEXT
  47.         DB      "Kenjirou:  When you're done with Shiho, you want to go for my sister? I'm sorry, "
  48.         DB      "but I don't think a guy who watches porno videos as much as you do is right for my sister."
  49.         DB      NEXT
  50.         DB      "Tetsuya:  Would you listen to me?"
  51.         DB      NEXT
  52.         DB      "Kenjirou:  Okay, what?"
  53.         DB      NEXT
  54.         DB      "Tetsuya:  I saw something on the way to school. Motoka was walking with Hara. "
  55.         DB      NEXT
  56.         DB      "Kenjirou:  What?"
  57.         DB      NEXT
  58.         DB      "Tetsuya:  Are she and Hara going out or something?"
  59.         DB      NEXT
  60.         DB      "Kenjirou:  No, I'm sure of it."
  61.         DB      NEXT
  62.         DB      "Tetsuya:  That guy has a habit of using women, you know. I thought I'd warn you."
  63.         DB      NEXT
  64.         DB      "Kenjirou:  Hmm, I knew that Hiroshi was going for her, of course."
  65.         DB      NEXT
  66.         DB      "Tetsuya:  Aren't you worried?"
  67.         DB      NEXT
  68.         DB      "Kenjirou:  I'd be lying if I said that, but Motoka is over eighteen, "
  69.         DB      "and was smart enough to avoid Hiroshi. I told him to lay off, too."
  70.         DB      NEXT
  71.         DB      "Tetsuya:  But they were walking to school together."
  72.         DB      NEXT
  73.         DB      "Kenjirou:  The route they walk is the same, isn't it? Maybe it was just a coincidence."
  74.         DB      NEXT
  75.         DB      "Tetsuya:  Maybe..."
  76.         DB      T_WAIT, 3
  77.         DB      " But I'm still a little worried."
  78.         DB      NEXT
  79.         DB      "Kenjirou:  I know what you mean."
  80.         DB      NEXT
  81.         DB      "Tetsuya:  Well, I'm going to go play some ball. Are you coming?"
  82.         DB      NEXT
  83.         DB      "Kenjirou:  I'll go next time."
  84.         DB      NEXT
  85.         DB      "Tetsuya:  Okay. But you should get more exercise, you know."
  86.         DB      NEXT
  87.         DB      "Kenjirou:  I know."
  88.         DB      NEXT
  89.         TATI_ERS
  90.         DB      "Tetsuya runs out of the room."
  91.         DB      NEXT
  92.         DB      "Kenjirou:  I guess I'll leave, too."
  93.         DB      NEXT
  94.         DB      "I go out into the hall."
  95.         DB      NEXT
  96.         GO      MODO
  97. ROUKA:
  98.         CDPLAY  14
  99.         BAK_INIT        'tb_034a',B_NORM
  100.         DB      "Where should I go?"
  101.         DB      NEXT
  102. SENTAKU1:
  103.         FLG_KI W,'=',-1
  104.         FLG_IF  TEMP02,'=',0,SA_1
  105.         FLG_KI W,'DOWN',0
  106. SA_1:
  107.         FLG_IF  TEMP03,'=',0,SA_2
  108.         FLG_KI W,'DOWN',1
  109. SA_2:
  110.         FLG_IF  TEMP04,'=',0,SA_3
  111.         FLG_KI W,'DOWN',2
  112. SA_3:
  113.         FLG_IF  TEMP05,'=',0,SA_4
  114.         FLG_KI W,'DOWN',3
  115. SA_4:
  116.         FLG_IF  TEMP06,'=',0,SA_5
  117.         FLG_KI W,'DOWN',4
  118. SA_5:
  119.         FLG_IF  TEMP07,'=',0,SA_6
  120.         FLG_KI W,'DOWN',5
  121. SA_6:
  122.         FLG_IF  TEMP08,'=',0,SA_7
  123.         FLG_KI W,'DOWN',6
  124. SA_7:
  125.         FLG_IF  SIZ_ATTA,'=',1,SA_8
  126.         FLG_KI W,'DOWN',6
  127. SA_8:
  128.         MENU_S  2,W,-1
  129.         MENU_SET        T1,"RETURN TO CLASSROOM"
  130.         MENU_SET        T2,"ROOF"
  131.         MENU_SET        T3,"MOTOKA'S CLASSROOM"
  132.         MENU_SET        T4,"PE STORAGE ROOM"
  133.         MENU_SET        T5,"ART ROOM"
  134.         MENU_SET        T6,"MEN'S ROOM"
  135.         MENU_SET        T7,"NURSE'S OFFICE"
  136.         MENU_END
  137.         DB      EXIT
  138. T1:
  139.         FLG_IF TEMP01,'>=',2,KYOUSITU
  140.         FLG_KI  SIH_KAIS,'+',1
  141.         FLG_KI TEMP01,'+',1
  142.         FLG_KI  TEMP02,'=',1
  143.         DB      "I head back to my own room."
  144.         DB      NEXT
  145.         BAK_INIT 'tb_010',B_NORM
  146.         T_CG 'tt_02_10',SIH_A2,0
  147.         DB      "I start to leave the room, when Shiho appears suddenly."
  148.         DB      NEXT
  149.         DB      "Shiho:  Ah, Kenjirou-kun."
  150.         DB      NEXT
  151.         FLG_KI W,'=',-1
  152.         MENU_S  1,W,-1
  153.         MENU_SET        U1,"LOOK AT FACE"
  154.         MENU_SET        U2,"LOOK AT TITS"
  155.         MENU_SET        U3,"LOOK AT THIGHS"
  156.         MENU_END
  157.         DB      EXIT
  158. U1:
  159.         FLG_KI YOKU,'-',15
  160.         ;SUBSINARIO 'YOKUJOU.OVL'
  161.         DB      "Shiho has a lovely face. Almost perfect."
  162.         DB      NEXT
  163.         GO BODY_SHIHO
  164. U2:
  165.         FLG_KI YOKU,'-',15
  166.         ;SUBSINARIO 'YOKUJOU.OVL'
  167.         DB      "Her uniform keeps me from seeing her breasts' true size, but they look to be great."
  168.         DB      NEXT
  169.         GO BODY_SHIHO
  170. U3:
  171.         FLG_KI YOKU,'-',15
  172.         ;SUBSINARIO 'YOKUJOU.OVL'
  173.         DB      "Excellent thighs, white, with just enough meat on them."
  174.         DB      NEXT
  175.         GO BODY_SHIHO
  176. BODY_SHIHO:
  177.         FLG_KI AKEM_NET,'=',0
  178.         FLG_KI MIKA_NET,'=',0
  179.         FLG_KI TER_NET,'=',0
  180.         FLG_KI RENA_NET,'=',0
  181.         FLG_KI NANA_NET,'=',0
  182.         FLG_KI SIZU_NET,'=',0
  183.         FLG_KI CHIE_NET,'=',0
  184.         DB      "Hmm, I don't want to pollute her any more with this."
  185.         DB      NEXT
  186.         DB      "Shiho:  What's wrong?"
  187.         DB      NEXT
  188.         DB      "Kenjirou:  Oh, nothing."
  189.         DB      NEXT
  190.         DB      "Shiho:  Really? Well, I'll see you later. I'm off to the library."
  191.         DB      NEXT
  192.         TATI_ERS
  193.         DB      "Shiho leaves the room."
  194.         DB      NEXT
  195.         DB      "Guess I'll leave, too."
  196.         DB      NEXT
  197.         GO ROUKA
  198. T2:
  199.         FLG_IF  TEMP01,'>=',2,KYOUSITU
  200.         FLG_KI  TEMP01,'+',1
  201.         FLG_KI  TEMP03,'=',1
  202.         DB      "Kenjirou:  Guess I'll go to the roof."
  203.         DB      NEXT
  204.         BAK_INIT        'tb_012',B_NORM
  205.         FLG_IF  TERUNASI,'=',1,TERUINAI
  206.         DB      "Over by the chain link fence, I see Terumi-senpai, standing alone."
  207.         DB      NEXT
  208.         T_CG    'tt_05_12',TER2,0
  209.         DB      "Kenjirou:  Terumi-senpai."
  210.         DB      NEXT
  211.         DB      "Terumi:  Ah, Kenjirou."
  212.         DB      NEXT
  213.         FLG_KI W,'=',-1
  214.         MENU_S  1,W,-1
  215.         MENU_SET        V1,"LOOK AT BREASTS"
  216.         MENU_SET        V2,"LOOK AT ASS"
  217.         MENU_SET        V3,"LOOK AT THIGHS"
  218.         MENU_END
  219.         DB      EXIT
  220. V1:
  221.         FLG_IF YOKU,'>=',100,HOKEN
  222.         FLG_KI YOKU,'+',5
  223.         ;SUBSINARIO 'YOKUJOU.OVL'
  224.         FLG_IF  YOKU,'<',100,TER_TAT1
  225.         FLG_KI  TER_NET,'=',1
  226. TER_TAT1:
  227.         DB      "She has wonderful breasts, although I can't see all that well because of her right hand."
  228.         DB      NEXT
  229.         GO BODY_TERUMI
  230. V2:
  231.         FLG_IF YOKU,'>=',100,HOKEN
  232.         FLG_KI YOKU,'+',13
  233.         ;SUBSINARIO 'YOKUJOU.OVL'
  234.         FLG_IF  YOKU,'<',100,TER_TAT2
  235.         FLG_KI  TER_NET,'=',1
  236. TER_TAT2:
  237.         DB      "Terumi-senpai's ass. She has a great curve going from her waist to her hip -- very erotic."
  238.         DB      NEXT
  239.         GO BODY_TERUMI
  240. V3:
  241.         FLG_IF YOKU,'>=',100,HOKEN
  242.         FLG_KI YOKU,'+',10
  243.         ;SUBSINARIO 'YOKUJOU.OVL'
  244.         FLG_IF  YOKU,'<',100,TER_TAT3
  245.         FLG_KI  TER_NET,'=',1
  246. TER_TAT3:
  247.         DB      "Terumi-senpai's thighs. Her legs go all the way up."
  248.         DB      NEXT
  249.         GO BODY_TERUMI
  250. BODY_TERUMI:
  251.         DB      "Terumi:  What's the matter? Hadn't you seen my body before?"
  252.         DB      NEXT
  253.         DB      "Kenjirou:  I- I wasn't looking! Um, anyway, what are you doing up here?"
  254.         DB      NEXT
  255.         DB      "Terumi:  Oh, nothing special. Just wandering around."
  256.         DB      T_WAIT, 5
  257.         DB      " What about you?"
  258.         DB      NEXT
  259.         DB      "Kenjirou:  Oh, nothing. Just wandering around, too."
  260.         DB      NEXT
  261.         DB      "Terumi:  We both have a lot of time to kill."
  262.         DB      NEXT
  263.         DB      "Kenjirou:  Yes, I guess."
  264.         DB      NEXT
  265.         DB      "Suddenly, Terumi-senpai put her hand on my arm, as if to move the conversation into a new area."
  266.         DB      NEXT
  267.         DB      NEXT
  268.         DB      "Kenjirou:  Well, I'll be seeing you, Terumi-senpai. Bye!"
  269.         DB      NEXT
  270.         DB      "Terumi:  Wait!"
  271.         DB      NEXT
  272.         DB      "Unsure of why I was running, I descended the stairs."
  273.         DB      NEXT
  274.         GO      ROUKA
  275. TERUINAI:
  276.         DB      "I look around, but don't see Terumi-senpai."
  277.         DB      NEXT
  278.         DB      "Kenjirou:  Terumi-senpai's not here..."
  279.         DB      NEXT
  280.         DB      "Guess there's nothing for me to do up here."
  281.         DB      NEXT
  282.         DB      "I go back downstairs."
  283.         DB      NEXT
  284.         GO      ROUKA
  285. T3:
  286.         FLG_IF TEMP01,'>=',2,KYOUSITU
  287.         FLG_KI TEMP01,'+',1
  288.         FLG_KI  TEMP04,'=',1
  289.         FLG_IF  MOTSUNE,'!=',0,MOTOINAI
  290.         DB      "Seeing me, Motoka runs over."
  291.         DB      NEXT
  292.         BAK_INIT        'tb_010',B_NORM
  293.         T_CG 'tt_10_10',MOT_A2,0
  294.         DB      "Motoka:  Oniichan!"
  295.         DB      NEXT
  296.         DB      "Motoka:  What's wrong?"
  297.         DB      NEXT
  298.         DB      "Kenjirou:  Nothing..."
  299.         DB      NEXT
  300.         DB      "Motoka:  Nothing? It doesn't sound like it. Why did you come by?"
  301.         DB      NEXT
  302.         DB      "Kenjirou:  Oh, no reason."
  303.         DB      NEXT
  304.         DB      "Motoka:  Ah, I know! You wanted to see my pretty face!"
  305.         DB      NEXT
  306.         DB      "Kenjirou:  No, I was just passing by, and..."
  307.         DB      NEXT
  308.         DB      "Motoka:  Liar!"
  309.         DB      NEXT
  310.         DB      "Motoka:  ...But I guess it's all the same, right? "
  311.         DB      NEXT
  312.         DB      "I'd better not hang around. If I get caught up in her pace, I'll never get out of here."
  313.         DB      NEXT
  314.         DB      "Kenjirou:  Well, bye."
  315.         DB      NEXT
  316.         DB      "Motoka:  Wait, Oniichan!"
  317.         DB      NEXT
  318.         DB      "I go back out into the hallway."
  319.         DB      NEXT
  320.         GO      ROUKA
  321. MOTOINAI:
  322.         BAK_INIT        'tb_010',B_NORM
  323.         DB      "Kenjirou:  What? I wonder where Motoka is."
  324.         DB      NEXT
  325.         GO      ROUKA
  326. T4:
  327.         FLG_IF TEMP01,'>=',2,KYOUSITU
  328.         FLG_KI TEMP01,'+',1
  329.         FLG_KI  TEMP05,'=',1
  330.         DB      "I guess I'll see what's inside the PE storage room."
  331.         DB      NEXT
  332.         BAK_INIT 'tb_015',B_NORM
  333.         DB      "Tetsuya is here, looking for something."
  334.         DB      NEXT
  335.         T_CG 'tt_08_15',TET_A2,0
  336.         FLG_KI TET_KAIS,'+',1
  337.         DB      "Kenjirou:  Tetsuya, what are you doing here?"
  338.         DB      NEXT
  339.         DB      "Tetsuya:  Ah, Kenjirou. I'm trying to find a good ball to use. What about you?"
  340.         DB      NEXT
  341.         DB      "Kenjirou:  I'm just wandering around. "
  342.         DB      NEXT
  343.         DB      "Tetsuya:  Really? Why don't you help me...?"
  344.         DB      NEXT
  345.         DB      "Kenjirou:  Sorry, gotta go..."
  346.         DB      NEXT
  347.         DB      "I leave the PE storage room."
  348.         DB      NEXT
  349.         GO ROUKA
  350. T5:
  351.         FLG_IF TEMP01,'>=',2,KYOUSITU
  352.         FLG_KI TEMP01,'+',1
  353.         FLG_KI  TEMP06,'=',1
  354.         DB      "I guess I'll go see my sweet peach."
  355.         DB      NEXT
  356.         BAK_INIT 'tb_013a',B_NORM
  357.         CDPLAY  18
  358.         DB      "Mika-sensei is dusting her statues."
  359.         DB      NEXT
  360.         DB      "Kenjirou:  Mika-sensei."
  361.         DB      NEXT
  362.         DB      "Mika:  Ah, Kondo-kun."
  363.         DB      NEXT
  364.         T_CG 'tt_12_13a',MIK2,0
  365.         FLG_KI W,'=',-1
  366.         MENU_S  1,W,-1
  367.         MENU_SET        X1,"LOOK AT TITS"
  368.         MENU_SET        X2,"LOOK AT ASS"
  369.         MENU_SET        X3,"LOOK AT THIGHS"
  370.         MENU_END
  371.         DB      EXIT
  372. X1:
  373.         FLG_IF YOKU,'>=',100,HOKEN
  374.         FLG_KI YOKU,'+',10
  375.         ;SUBSINARIO 'YOKUJOU.OVL'
  376.         FLG_IF YOKU,'<',100,WW_1
  377.         FLG_KI MIKA_NET,'=',1
  378. WW_1:
  379.         DB      "Her arms are hiding her breasts, but they look good to me."
  380.         DB      NEXT
  381.         GO BODY_MIKA
  382. X2:
  383.         FLG_IF YOKU,'>=',100,HOKEN
  384.         FLG_KI YOKU,'+',15
  385.         ;SUBSINARIO 'YOKUJOU.OVL'
  386.         FLG_IF YOKU,'<',100,WW_2
  387.         FLG_KI MIKA_NET,'=',1
  388. WW_2:
  389.         DB      "A nice ass, firm and beautiful."
  390.         DB      NEXT
  391.         GO BODY_MIKA
  392. X3:
  393.         FLG_IF YOKU,'>=',100,HOKEN
  394.         FLG_KI YOKU,'+',5
  395.         ;SUBSINARIO 'YOKUJOU.OVL'
  396.         FLG_IF YOKU,'<',100,WW_3
  397.         FLG_KI MIKA_NET,'=',1
  398. WW_3:
  399.         DB      "Nice shape, not too big and not too bony."
  400.         DB      NEXT
  401.         GO BODY_MIKA
  402. BODY_MIKA:
  403.         DB      "Mika:  ...Were you looking somewhere you shouldn't have been?"
  404.         DB      NEXT
  405.         DB      "Kenjirou:  Eh? I don't know what you mean?"
  406.         DB      NEXT
  407.         DB      "Mika:  Oh, never mind."
  408.         DB      NEXT
  409.         DB      "Mika:  I'm glad you made it here on time."
  410.         DB      NEXT
  411.         DB      "Kenjirou:  Eh?"
  412.         DB      NEXT
  413.         DB      "Mika:  ...Don't tell me you forgot!"
  414.         DB      NEXT
  415.         DB      "Oh no! I did forget...!"
  416.         DB      NEXT
  417.         DB      "Kenjirou:  I- I'll see you later, sensei..."
  418.         DB      NEXT
  419.         DB      "Mika:  Wait, Kondo-kun!"
  420.         DB      NEXT
  421.         DB      "I leave Mika-sensei and the art room behind me."
  422.         DB      NEXT
  423.         GO ROUKA
  424. T6:
  425.         FLG_IF TEMP01,'>=',2,KYOUSITU
  426.         FLG_KI TEMP01,'+',1
  427.         FLG_KI  TEMP07,'=',1
  428.         DB      "I head for the men's room."
  429.         DB      NEXT
  430.         BAK_INIT 'tb_017a',B_NORM
  431.         T_CG 'tt_03_17a',HIR2,0
  432.         DB      "I meet Hiroshi on his way out of the stall."
  433.         DB      NEXT
  434.         DB      "Hiroshi:  Oh, Kondo. Hello."
  435.         DB      NEXT
  436.         DB      "Kenjirou:  Um, hi."
  437.         DB      NEXT
  438.         DB      "Hiroshi:  Well, see you."
  439.         DB      NEXT
  440.         TATI_ERS        ;TT_03
  441.         DB      "The second stall from the back is my office. It's empty, as usual."
  442.         DB      NEXT
  443.         FLG_KI W,'=',-1
  444.         MENU_S  1,W,-1
  445.         MENU_SET        Y1,"ENTER OFFICE"
  446.         MENU_SET        Y2,"GO OUTSIDE"
  447.         MENU_END
  448.         DB      EXIT
  449. Y1:
  450.         FLG_IF YOKU,'<',45,DERU
  451.         FLG_IF YOKU,'<',100,SENTAKU2
  452.         FLG_IF AKEM_NET,'=',0,DD_1
  453.         FLG_KI HAND,'=',5
  454.         SINARIO 'AK_H.OVL'
  455. DD_1:
  456.         FLG_IF MIKA_NET,'=',0,DD_2
  457.         FLG_KI HAND,'=',5
  458.         SINARIO 'MI_H.OVL'
  459. DD_2:
  460.         FLG_IF TER_NET,'=',0,DD_3
  461.         FLG_KI HAND,'=',5
  462.         SINARIO 'TE_H.OVL'
  463. DD_3:
  464.         FLG_IF RENA_NET,'=',0,DD_4
  465.         FLG_KI HAND,'=',5
  466.         SINARIO 'RE_H.OVL'
  467. DD_4:
  468.         FLG_IF NANA_NET,'=',0,DD_5
  469.         FLG_KI HAND,'=',5
  470.         SINARIO 'NA_H.OVL'
  471. DD_5:
  472.         FLG_IF SIZU_NET,'=',0,DD_6
  473.         FLG_KI HAND,'=',5
  474.         SINARIO 'SI_H.OVL'
  475. DD_6:
  476.         FLG_IF CHIE_NET,'=',0,DD_7
  477.         FLG_KI HAND,'=',5
  478.         SINARIO 'CH_H.OVL'
  479. DD_7:
  480. SENTAKU2:
  481.         FLG_KI W,'=',-1
  482.         FLG_IF REN_ATTA,'=',1,LL_1
  483.         FLG_KI W,'DOWN',3
  484. LL_1:
  485.         FLG_IF NAN_ATTA,'=',1,LL_2
  486.         FLG_KI W,'DOWN',4
  487. LL_2:
  488.         FLG_IF SIZ_ATTA,'=',1,LL_3
  489.         FLG_KI W,'DOWN',5
  490. LL_3:
  491.         FLG_IF CHI_ATTA,'=',1,LL_4
  492.         FLG_KI W,'DOWN',6
  493. LL_4:
  494.         MENU_S  2,W,-1
  495.         MENU_SET        Z1,"AKEMI KONDO"
  496.         MENU_SET        Z2,"TERUMI KINOUCHI"
  497.         MENU_SET        Z3,"MIKA MAEDA"
  498.         MENU_SET        Z4,"RENA WATANABE"
  499.         MENU_SET        Z5,"NANA HIROSE"
  500.         MENU_SET        Z6,"SHIZUKA HASEGAWA"
  501.         MENU_SET        Z7,"CHIE UTSUMI"
  502.         MENU_SET        Z8,"DON'T BOTHER"
  503.         MENU_END
  504.         DB      EXIT
  505. Z1:
  506.         DB      "Akemi-san would be good."
  507.         DB      NEXT
  508.         FLG_KI HAND,'=',5
  509.         SINARIO 'AK_H.OVL'
  510. Z2:
  511.         DB      "Let's go with Terumi-senpai."
  512.         DB      NEXT
  513.         FLG_KI HAND,'=',5
  514.         SINARIO 'TE_H.OVL'
  515. Z3:
  516.         DB      "Mm, I just love Mika..."
  517.         DB      NEXT
  518.         FLG_KI HAND,'=',5
  519.         SINARIO 'MI_H.OVL'
  520. Z4:
  521.         DB      "Id's like to relive my memories of spring vacation..."
  522.         DB      NEXT
  523.         FLG_KI HAND,'=',5
  524.         SINARIO 'RE_H.OVL'
  525. Z5:
  526.         DB      "I'd love to be with Nana..."
  527.         DB      NEXT
  528.         FLG_KI HAND,'=',5
  529.         SINARIO 'NA_H.OVL'
  530. Z6:
  531.         DB      "She's got a great body."
  532.         DB      NEXT
  533.         FLG_KI HAND,'=',5
  534.         SINARIO 'SI_H.OVL'
  535. Z7:
  536.         DB      "I just love her in that bathing suit."
  537.         DB      NEXT
  538.         FLG_KI HAND,'=',5
  539.         SINARIO 'CH_H.OVL'
  540. Z8:
  541.         DB      "I guess I won't bother today."
  542.         DB      NEXT
  543. Y2:
  544. DERU:
  545.         DB      "I've got nothing to do here, so I guess I'll leave."
  546.         DB      NEXT
  547.         GO ROUKA
  548. TOIRE:
  549.         FLG_KI HAND,'=',0
  550.         BAK_INIT 'tb_017a',B_NORM
  551.         DB      "After getting myself off, I stand in front of the mirror."
  552.         DB      NEXT
  553.         DB      "Mmm, that was nice."
  554.         DB      NEXT
  555.         DB      "I wash my hands and go back into the hall."
  556.         DB      NEXT
  557.         GO ROUKA
  558. T7:
  559.         FLG_IF TEMP01,'>=',2,KYOUSITU
  560.         FLG_KI TEMP01,'+',1
  561.         FLG_KI  TEMP08,'=',1
  562.         DB      "Guess I'll go see how Shizuka-sensei is doing."
  563.         DB      NEXT
  564.         EVENT_CG 'th_072',B_NORM,35
  565.         DB      "Shizuka:  Is something the matter?"
  566.         DB      NEXT
  567.         DB      "Kenjirou:  Oh, no."
  568.         DB      NEXT
  569.         DB      "Shizuka:  Then why are you here?"
  570.         DB      NEXT
  571.         DB      "Kenjirou:  I just wanted to see you."
  572.         DB      NEXT
  573.         DB      "Shizuka:  Oh, I'm so happy."
  574.         DB      NEXT
  575.         FLG_KI W,'=',-1
  576.         MENU_S  1,W,-1
  577.         MENU_SET        AA_1,"LOOK AT FACE"
  578.         MENU_SET        AA_2,"LOOK AT HANDS"
  579.         MENU_SET        AA_3,"LOOK AT THIGHS"
  580.         MENU_END
  581.         DB      EXIT
  582. AA_1:
  583.         FLG_IF YOKU,'>=',100,HOKEN2
  584.         FLG_KI YOKU,'+',10
  585.         ;SUBSINARIO 'YOKUJOU.OVL'
  586.         FLG_IF YOKU,'<',100,WW_4
  587.         FLG_KI SIZU_NET,'=',1
  588. WW_4:
  589.         DB      "She's got a great set of eyes."
  590.         DB      NEXT
  591.         GO BODY_SIZUKA
  592. AA_2:
  593.         FLG_IF YOKU,'>=',100,HOKEN2
  594.         FLG_KI YOKU,'+',12
  595.         ;SUBSINARIO 'YOKUJOU.OVL'
  596.         FLG_IF YOKU,'<',100,WW_5
  597.         FLG_KI SIZU_NET,'=',1
  598. WW_5:
  599.         DB      "I'd love to have those red-painted nails stroking my cock."
  600.         DB      NEXT
  601.         GO BODY_SIZUKA
  602. AA_3:
  603.         FLG_IF YOKU,'>=',100,HOKEN2
  604.         FLG_KI YOKU,'+',15
  605.         ;SUBSINARIO 'YOKUJOU.OVL'
  606.         FLG_IF YOKU,'<',100,WW_6
  607.         FLG_KI SIZU_NET,'=',1
  608. WW_6:
  609.         DB      "I can just see the lace at the top of her stockings. It's just too sexy."
  610.         DB      NEXT
  611.         GO BODY_SIZUKA
  612. BODY_SIZUKA:
  613.         DB      "Shizuka:  Just where do you think you're looking?"
  614.         DB      NEXT
  615.         DB      "Kenjirou:  Ah, nowhere..."
  616.         DB      NEXT
  617.         DB      "Shizuka:  You're young, so I guess there's nothing that can be done about it."
  618.         DB      NEXT
  619.         DB      "Kenjirou:  W- Well, I'll see you later..."
  620.         DB      NEXT
  621.         F_O B_NORM,C_KURO
  622.         DB      "There's no woman hotter than Shizuka-sensei."
  623.         DB      NEXT
  624.         GO ROUKA
  625. HOKEN:
  626.         FLG_KI HOK,'=',6
  627.         SINARIO 'ER.OVL'
  628. HOKEN2:
  629.         FLG_KI HOK,'=',6
  630.         SINARIO 'ER2.OVL'
  631. KYOUSITU:
  632.         FLG_KI HOK,'=',0
  633.         BAK_INIT        'tb_034a',B_NORM
  634.         DB      "Kenjirou:  Ah, look at the time. Guess I'll get back."
  635.         DB      NEXT
  636.         BAK_INIT 'tb_010',B_NORM
  637.         DB      "The bell for class rings just as I get back to my room."
  638.         DB      NEXT
  639.         ;WAV    'Se_ch'
  640.         DB      "More boring lessons..."
  641.         DB      NEXT
  642.         DB      "I guess I'll get some sleep."
  643.         DB      NEXT
  644.         DB      "Kenjirou: ................................."
  645.         DB      NEXT
  646.         B_O     B_FADE,C_KURO
  647.         ;WAV  'STOP'
  648.         CDPLAY          0
  649.         SINARIO 'JUMP.OVL'
  650.         DB      EXIT
  651. END