?login_element?

Subversion Repositories NedoOS

Rev

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

  1.         INCLUDE SUPER_S.INC
  2.  
  3. START:
  4.         DW      SCTBL,MSGTBL,COMTBL,VNTBL,ENDTBL
  5. SCTBL:
  6.         DW      S1, S2, S3, S4, S5, S6, S7, S8, S9
  7. MSGTBL:
  8.         DW      M1
  9. COMTBL:
  10.         DW      CM1, CM2, CM3, CM4
  11. VNTBL:
  12.         DW      V_FNAME,N_FNAME
  13. ENDTBL:
  14.         INCLUDE "V_NAME00.INC"                  ; 0=NoCommand , 1-49=NormalCommand
  15.         INCLUDE "N_NAME00.INC"                  ; 50-99=HseenCommand
  16.  
  17. CM1:    DW      VV1,    -1
  18. CM2:    DW      VV2,    -1
  19. CM3:    DW      VV3,    NN1,-1
  20. CM4:    DW      VV4,    NN1,NN2,NN3,NN4,NN5,NN6,-1
  21.  
  22. VV1:    DB      1,      "AVOID",0
  23. VV2:    DB      2,      "DEFEND YOURSELF",0
  24. VV3:    DB      3,      "TALK",0
  25. VV4:    DB      4,      "THINK",0
  26.  
  27. NN1:    DB      1,      "NOBUYUKI",0
  28. NN2:    DB      2,      "SELF",0
  29. NN3:    DB      3,      "MOTHER",0
  30. NN4:    DB      4,      "FATHER",0
  31. NN5:    DB      5,      "YAMAGAMI DENKI",0
  32. NN6:    DB      6,      "HIDEMI",0
  33.  
  34. S1:             DW      VV1, -1,  1, M2         ; Les inn VV1=Avoid, enkel meny, nummerering, last inn M2
  35. S2:             DW      VV2, -1,  2, M3         ; Les inn VV2=Defend, enkel meny, nummerering, last inn M3
  36. S3:             DW      VV3, NN1, 3, M4, M5, M6, M7, M8, M9 ; Les inn VV3=Talk,Submeny=Nobuyuki, nummerering, last inn M4, M5,M6 , M7, M8 OG M9
  37. S4:             DW      VV4, NN2,  4, M10, M11  ; Les inn VV4=Think,Submeny=self, nummerering, last inn M10 og gjenta M11
  38. S5:             DW      VV4, NN3,  5, M12       ; Les inn VV4=Think,Submeny=Mother, nummerering, last inn M12
  39. S6:             DW      VV4, NN4,  6, M13       ; Les inn VV4=Think,Submeny=Father, nummerering, last inn M13
  40. S7:             DW      VV4, NN1,  7, M14       ; Les inn VV4=Think,Submeny=Nobuyuki, nummerering, last inn M14
  41. S8:             DW      VV4, NN5,  8, M15       ; Les inn VV4=Think,Submeny=YAMAGAMI DENKI, nummerering, last inn M15
  42. S9:             DW      VV4, NN6,  9, M12B      ; Les inn VV4=Think,Submeny=hidemi, nummerering, last inn M12B
  43.  
  44.  
  45. M1:
  46.         DB      BGM,4
  47.         B_O B_TATE
  48.         DB      "Aahh..."
  49.         DB      NEXT
  50.         DB      "........Huh?"
  51.         DB      NEXT
  52.         BAK_INIT "AB_38_1"
  53.         B_P1 B_SUDA
  54.         DB      "It's morning already........."
  55.         DB      NEXT
  56.         DB      "I was having a dream..."
  57.         DB      NEXT
  58.         DB      "What was it about?"
  59.         DB      NEXT
  60.         DB      "Hmm..."
  61.         DB      NEXT
  62.         DB      "Somebody I know was in it..."
  63.         DB      NEXT
  64.         DB      "Who could it have been?"
  65.         DB      NEXT
  66.         DB      "I wish I could remember."
  67.         DB      NEXT
  68.         DB      BUF,B_COPY01                                                                            ;ФwМiГRГsБ[
  69.         T_CG "CT10",0,0,10,1
  70.         DB      FLASH,5
  71.         DB      "*WHACK* *WHACK* *WHACK*"
  72.         DB      NEXT
  73.         DB      "Hidemi:  Good morning, Shu-chan!!"
  74.         DB      NEXT
  75.         DB      "%001:  Aaaaah!"
  76.         DB      NEXT
  77.         DB      "As usual, Mom tries to give me a good-morning kiss."
  78.         DB      C_BLD,C_V_ON,3          ; Fjern meny 3
  79.         DB      C_BLD,C_V_ON,4          ; Fjern meny 4
  80.         DB G_FLG,G_COPYI,110,30         ;НDК┤УxПЙК·Р▌Тш
  81.         DB G_FLG,G_COPYI,120,30
  82.         DB G_FLG,G_COPYI,130,30
  83.         DB G_FLG,G_COPYI,140,30
  84.         DB G_FLG,G_COPYI,150,0
  85.         DB G_FLG,G_COPYI,160,20
  86.         DB G_FLG,G_COPYI,170,15
  87.         DB G_FLG,G_COPYI,180,15
  88.         DB      ERASE,E_GFLG,10,100,101,102,103,104,105,106,107,108,109 ;ПДЙёГNГКГA
  89.         DW      0000H
  90.  
  91. M2:             ;ЙёФЁ
  92.         DB      "I barely avoid mom as she jumps at me and make my retreat "
  93.         DB      CR
  94.         DB      "into a corner of the room. She plants herself on the bed,"
  95.         DB      CR
  96.         DB      "disappointed."
  97.         DB      NEXT
  98.         DB      "Hidemi:  Shu-chan, why are you running away from me?"
  99.         DB      NEXT
  100.         DB      "%001:  Will you stop that! Mom, you're over forty and you"
  101.         DB      CR
  102.         DB      "still do this every morning " 
  103.         DB      NEXT
  104.         DB      "Hidemi:  Ah, but all of the ladies in the neighborhood"
  105.         DB      CR
  106.         DB      "always say, 'Oh, Hidemi, you look so young!'"
  107.         DB      NEXT
  108.         DB      "%001:  That's not the point!"
  109.         DB      NEXT
  110.         DB      "%001:  Anyway, I start junior college today, so, will you "
  111.         DB      CR
  112.         DB      "please cut it out?"
  113.         DB      NEXT
  114.         DB      "Hidemi:  That's right. Shu-chan, congratulations. Come here, my"
  115.         DB      CR
  116.         DB      "baby...!!"
  117.         DB      NEXT
  118.         DB      "%001:  Waaah!!"
  119.         DB      NEXT
  120.         B_P1 B_SUDA
  121.         DB      "I finally manage to throw my kissing mother out of the"
  122.         DB      CR
  123.         DB      "room."
  124.         DB      NEXT
  125.         DB      "%001:  God, save me from a crazy mother..."
  126.         DB      C_BLD,C_V_ON,1                  ; Toggler muligens VV1
  127.         DB      C_BLD,C_V_ON,2                  ; Toggler muligens VV2
  128.         DB      C_BLD,C_V_OFF,4                 ; Aktiverer muligens VV4 og nullstiller denne
  129.         DB      C_BLD,C_N_ON,4,6                ;
  130.         DB      C_BLD,C_N_ON,4,3                ;
  131.         DB      C_BLD,C_N_ON,4,4                ;
  132.         DB      C_BLD,C_N_ON,4,1                ;
  133.         DB      C_BLD,C_N_ON,4,5                ;
  134.         DW      0000H
  135.  
  136. M3:             ;ЦhМф
  137. ;       DB      "ВйБ[В┐ВсВёВ═ХФЙоВ╔ФЄВ╤НЮВёВ┼ЧИВ╜РиВвВ╠В▄В▄ГWГГГУГvВ╡В─БAРQВ─ВвВщЙ┤В╔ГАБ[ГУГTГЛГgГvГМГXВ┼В╠В╡ВйВйВ┴В─ЧИВ╜БI"
  138.         DB      "Mom storms into the room and jumps on me. Then the crazy"
  139.         DB      CR
  140.         DB      "woman puts me in a headlock"
  141.         DB      NEXT
  142.         DB      GATA,5
  143. ;       DB      "Бy%001БzБFВоВ═В┴БI"
  144.         DB      "%001:  Fwaa!"
  145.         DB      NEXT
  146. ;       DB      "БyЙpФ№БzБFВиВ═ВцВдВ╡ВуВдВ┐ВсВёБAВёБ`БEБEБE"
  147.         DB      "Hidemi:  Good morning Shu-chan! Oooh!"
  148.         DB      NEXT
  149.         DB      FLASH,1
  150. ;       DB      "В┐ВуВ┴БЩ"
  151.         DB      "Mmmwa!"
  152.         DB      NEXT
  153. ;       DB      "Бy%001БzБFВйБ[В┐ВсВёБIВSВOЙ▀ВмВ╔ВрВ╚В┴В─ВтВ▀В─ВнВъВцЦИТйЦИТйБI"
  154.         DB      "%001:  Will you stop that! Mom, you're over forty and you"
  155.         DB      CR
  156.         DB      "still do this every morning " 
  157.         DB      NEXT
  158. ;       DB      "БyЙpФ№БzБFВаВчБAЙpФ№ТмУрЙяВ╢ВсБuВиОсВвВэВ╦БvВ┴В─М╛ВэВъВ─ВщВ╠ВцБH"
  159.         DB      "Hidemi:  Ah, but all of the ladies in the neighborhood"
  160.         DB      CR
  161.         DB      "always say, 'Oh, Hidemi, you look so young!'" 
  162.         DB      NEXT
  163. ;       DB      "Бy%001БzБFВ╗Б`ВвВдЦтСшВ╢ВсВ╦ВжВ┴В─БB"
  164.         DB      "%001:  That's not the point!"
  165.         DB      NEXT
  166. ;       DB      "Бy%001БzБFБEБEБEВ╞В╔ВйВнЙ┤НбУ·ВйВчНВНZР╢В╚ВёВ╛ВйВчВцБAВвВвВйВ░ВёВ╗Б`ВвВдВ╠ВтВ▀В─ВнВъВцВ╚БB"
  167.         DB      "%001:  Anyway, I start junior college. So, will you please"
  168.         DB      CR
  169.         DB      "cut it out."
  170.         DB      NEXT
  171. ;       DB      "БyЙpФ№БzБFВ╗ВдВ╗ВдБAВ╡ВуВдВ┐ВсВёНВНZУ№КwВиВ▀В┼В╞ВдБBВёБ`БEБEБE"
  172.         DB      "Hidemi:  That's right. Shu-chan, congratulations. Come"
  173.         DB      CR
  174.         DB      "here, my baby!!"
  175.         DB      NEXT
  176. ;       DB      "Бy%001БzБFВ╛ВаВаВаВаБI"
  177.         DB      "%001:  Whaaah!!"
  178.         DB      NEXT
  179.         B_P1 B_SUDA
  180. ;       DB      "Й┤В═ГLГXВЁФЧВщВйБ[В┐ВсВёВЁХФЙоВйВчТ╟ВвПoВ╡В╜БB"
  181.         DB      "I finally manage to throw my kissing mother out of the"
  182.         DB      CR
  183.         DB      "room."
  184.         DB      NEXT
  185. ;       DB      "Бy%001БzБFБEБEБEВ┴В┴В╜ВнБAВвВвВйВ░ВёОqЧгВъВ╡В─ВнВъВцБEБEБEБB"
  186.         DB      "%001:  God, save me from a crazy mother..."
  187.         DB      C_BLD,C_V_ON,1          ;ЙёФЁБ@П┴В╖
  188.         DB      C_BLD,C_V_ON,2          ;ЦhМфБ@П┴В╖
  189.         DB      C_BLD,C_V_OFF,4         ;НlВжВщБ@ПoВ╡
  190.         DB      C_BLD,C_N_ON,4,3                ;НlВжВщБ@ХъРeБ@П┴В╡
  191.         DB      C_BLD,C_N_ON,4,4                ;НlВжВщБ@ХГРeБ@П┴В╡
  192.         DB      C_BLD,C_N_ON,4,1                ;НlВжВщБ@РLНKБ@П┴В╡
  193.         DB      C_BLD,C_N_ON,4,5                ;НlВжВщБ@ОRР_УdКэБ@П┴В╡
  194.         DB      C_BLD,C_N_ON,4,6                ;НlВжВщБ@ХъРeБ@П┴В╡
  195.         DW      0000H
  196.  
  197. M4:             ;ШbВ╖Б@РLНK
  198.         DB      "%001:  Why the hell do you always come in the window?"
  199.         DB      NEXT
  200.         DB      "Nobuyuki:  Call it a hobby."
  201.         DB      NEXT
  202.         DB      "%001:  ......................................"
  203.         DB      NEXT
  204.         DB      "I get a cold feeling from my father's laugh."
  205.         DB      NEXT
  206.         DB      "Did he do something to me while I was asleep?"
  207.         DB      FLG,F_COPYI,3,1
  208.         DW      0000H
  209.  
  210. M5:             ;ШbВ╖Б@РLНK
  211.         DB      "Nobuyuki:  %001, I got some good footage today. Take a look."
  212.         DB      NEXT
  213.         DB      "Dad pushes the video camera's viewfinder up against my"
  214.         DB      CR
  215.         DB      "eye."
  216.         DB      NEXT
  217.         DB      "%001:  Cut it out!"
  218.                 DB      FLG,F_COPYI,3,2
  219.         DW      0000H
  220.  
  221. M6:             ;ШbВ╖Б@РLНK
  222.         DB      "Nobuyuki:  So, you start junior college today."
  223.         DB      NEXT
  224.         DB      "Dad laughs, but he seems a little sad."
  225.         DB      NEXT
  226.         DB      "Nobuyuki:  My son... Oh, %001..."
  227.         DB      NEXT
  228.         DB      "%001:  Dad..."
  229.         DB      FLG,F_COPYI,3,3
  230.         DW      0000H
  231.  
  232. M7:             ;ШbВ╖Б@РLНK
  233.         DB      "Nobuyuki:  %001. Here's a little something to commemorate"
  234.         DB      CR
  235.         DB      "your getting into the new school."
  236.         DB      NEXT
  237.         DB      "Dad pulls out a duffle bag from somewhere containing a bunch"
  238.         DB      CR
  239.         DB      "of video tapes."
  240.         DB      NEXT
  241.         DB      "Nobuyuki:  Your father's memories of an erotic youth!"
  242.         DB      CR
  243.         DB      "Female dorm, shower room, park. And there's more!"
  244.         DB      NEXT
  245.         DB      "Nobuyuki:  My advice to you is, learn about women,"
  246.         DB      CR
  247.         DB      "and you won't screw up your first time with a woman!"
  248.         DB      NEXT
  249.         DB      "%001:  ....................................."
  250.         DB      NEXT
  251.         DB      "Nobuyuki:  %001, speechless, huh? I'm glad you're so"
  252.         DB      CR
  253.         DB      "happy."
  254.         DB      NEXT
  255.         DB      "%001:  I'm speechless with embarrassment!"
  256.         DB      FLG,F_COPYI,3,4
  257.         DW      0000H
  258.  
  259. M8:             ;ШbВ╖Б@РLНK
  260.         DB      "Nobuyuki:  %001, a normal man would be thrilled to get"
  261.         DB      CR
  262.         DB      "this sort of thing."
  263.         DB      NEXT
  264.         DB      "%001:  I don't think so!"
  265.         DB      FLG,F_COPYI,3,5
  266.         DW      0000H
  267.  
  268. M9:             ;ШbВ╖Б@РLНK
  269.         DB      "Nobuyuki:  By the way, %001, aren't you late for school?"
  270.         DB      NEXT
  271.         DB      "%001:  Huh?"
  272.         DB      NEXT
  273.         DB      "With dread, I look at the clock... 8:20."
  274.         DB      NEXT
  275.         DB      "%001:  Oh, shit!"
  276.         DB      NEXT
  277.         DB      "I grab my bag and run out the room."
  278.         DB      NEXT
  279.         BAK_INIT "AB_01_1"
  280.         DB      BUF,B_COPY01                                                                            ;ФwМiГRГsБ[
  281.         T_CG "CT10",0,0,0,1
  282.         DB      "Hidemi:  Shu-chan, here's your good bye kiss.  Mmm...."
  283.         DB      NEXT
  284.         DB      "%001:  No thanks!"
  285.         DB      NEXT
  286.         DB      "Hidemi:  Oh, Shu-chan. Don't be shy!"
  287.         DB      NEXT
  288.         DB      "I dodge mom's good bye kiss attack and fly out the door."
  289.         DB      NEXT
  290.         E_CG B_YOKO,"T_01"
  291.         DB      NEXT
  292.         DB SINARIO,"CS102.OVL",0        ; Last  inn neste scenario
  293.         DW      0000H
  294.  
  295. M10:            ;НlВжВщБ@ОйХк
  296.         DB      "I'm %001 Yamagami, nineteen years old.  Today, I start"
  297.         DB      CR
  298.         DB      "Kotobuki Junior College."
  299.         DB      NEXT
  300.         DB      "It's a three-year college. Japanese students like me spend"
  301.         DB      CR
  302.         DB      "the time preparing to go on to a full four-year college."
  303.         DB      NEXT
  304.         DB      "I throw off my pajamas and put on my brand-new school"
  305.         DB      CR
  306.         DB      "uniform."
  307.         DB      NEXT
  308.         DB      "It's a great feeling to put on a new uniform."
  309.         DB C_BLD,C_N_OFF,4,3            ;НlВжВщБ@ХъРeБ@ПoВ╡
  310.         DB      FLG,F_COPYI,4,1
  311.         DW      0000H
  312.  
  313. M11:            ;НlВжВщБ@ОйХк
  314. ;       DB      "БEБEБEНбУ·ВйВчНВНZР╢ВйБEБEБE"
  315.         DB      "Today I start junior college. I wonder what it'll be like?"
  316.         DW      0000H
  317.  
  318. M12:   
  319.         DB      "My mom, Hidemi Yamagami. Forty-one this year."
  320.         DB      NEXT
  321.         DB      "She looks young and acts even younger. Sometimes I don't"
  322.         DB      CR
  323.         DB      "know what to do about her."
  324.         DB      NEXT
  325.         DB      "I especially wish she'd stop trying to kiss me all the"
  326.         DB      CR
  327.         DB      "the time."
  328.         DB      NEXT
  329.         DB      "If Dad would only be more forceful with her..."
  330.         DB C_BLD,C_N_OFF,4,4            ;НlВжВщБ@ХГРeБ@ПoВ╡
  331.         DB C_BLD,C_N_ON,4,3             ;НlВжВщБ@ХъРeБ@
  332.         DB C_BLD,C_N_OFF,4,6            ;НlВжВщБ@ХъРeБ@
  333.         DW      0000H
  334.  
  335. M12B:           ;НlВжВщБ@ЙpФ№
  336. ;       DB      "Й┤В╠ВйБ[В┐ВсВёБAОRР_Б@ЙpФ№БBУЦФNВ╞В┴В─ВSВPН╦БB"
  337.         DB      "She's my Mom, Hidemi Yamagami. Forty-one this year."
  338.         DB      NEXT
  339. ;       DB      "ОсНьВшВ╚В╠ВЁВвВвОЦВ╔ОqЛЯВ▌В╜ВвВ╚В▒В╞В╬В┴ВйВшВ╖ВщНвВ┴В╜ХъРeВ╛БB"
  340.         DB      "She looks young and acts even younger. Sometimes I"
  341.         DB      CR
  342.         DB      "don't know what to do about her."
  343.         DB      NEXT
  344. ;       DB      "ВаВ╠РeХГВ╔В╡В─В▒В╠ВйБ[В┐ВсВёБEБEБEР^В┴УЦВ╚РlК╘В╔ИчВ┴В╜Й┤В┴В─О└В═В╖В▓ВвВёВ╢ВсБEБEБE"
  345.         DB      "It's amazing that with a parents like that I came out such"
  346.         DB      CR
  347.         DB      "a straight person."
  348.         DW      0000H
  349.  
  350.  
  351. M13:            ;НlВжВщБ@ХГРe
  352.         DB      "He's my Dad, Nobuyuki Yamagami, the pillar of support for "
  353.         DB      CR
  354.         DB      "our family. I guess that you could say he's president of"
  355.         DB      CR
  356.         DB      "Yamagami Electric. But it's such a small store."
  357.         DB      NEXT
  358.         DB      BUF,B_COPY01
  359.         T_CG "CT09",0,0,12,2            ; Laster inn bilde
  360.         DB      "Nobuyuki:  Hi, %001."
  361.         DB      NEXT
  362.         DB      "%001:  Wah!!"
  363.         DB      NEXT
  364.         DB      "Suddenly dad crawls in the window like an idiot. My room is on"
  365.         DB      CR
  366.         DB      "the second floor."
  367.         DB      NEXT
  368.         DB      "He's an electronics store manager by profession. But he's"
  369.         DB      CR
  370.         DB      "actually a perverted peeping tom."
  371.         DB      NEXT
  372.         DB      "Nobuyuki:  Come on, %001. Don't look at your father that"
  373.         DB      CR
  374.         DB      "way."
  375.         DB      NEXT
  376.         DB      "Dad gives me a sad look."
  377.         DB      C_BLD,C_V_OFF,3         ; Toggler VV4
  378.         DB      C_BLD,C_N_ON,4,4        ;
  379.         DB      C_BLD,C_N_OFF,4,1       ;
  380.         DB      C_BLD,C_N_OFF,4,5       ;
  381.         DW      0000H
  382.  
  383. M14:            ;НlВжВщБ@РLНK
  384. ;       DB      "РeХГВ╠ОяЦбВ═Ф`ВлБB",CR,"ОйНьВ╠ГXГ^Б[ГЙГCГgГXГRБ[ГvВ╞Р╘КOР№ГrГfГIГJГБГЙВЁОшВ╔БAЦщВ╚ЦщВ╚МЎЙАВ╠ГAГxГbГNВЁФ`ВлВ╔НsВнБB"
  385.         DB      "Dad's hobby is peeping. Every night, he takes his home-"
  386.         DB      CR
  387.         DB      "made starlight scope and infra-red video camera and"
  388.         DB      CR
  389.         DB      "films couples having sex in the park."
  390.         DB      NEXT
  391. ;       DB      "ЙфВкРeХГВ╚ВкВчПюВпВ╚ВвБEБEБEРlК╘БAВ▒Б[В═В╚ВшВ╜ВнВ╚ВвВ╚БB"
  392.         DB      "My father is so pitiful. I certainly don't want to end"
  393.         DB      CR
  394.         DB      "up like him."
  395.         DB      NEXT
  396. ;       DB      "БyРLНKБzБFВ╗БAВ╗В▒В▄В┼ВвВдВйБEБEБE"
  397.         DB      "Nobuyuki:  You injure me, my son."
  398.         DW      0000H
  399.  
  400. M15:            ;НlВжВщБ@ОRР_УdКэ
  401. ;       DB      "Й┤В╠РeХГВ╠МoЙcВ╖ВщБAКXВ╠ПмВ│В╚УdКэЙоВ│ВёВ╛БBВцБ[В╖ВщВ╔БAВ▒В╠Й╞В╠ИъКKВкУdКэЙоВ╔В╚В┴В─ВщВ┴В─ВэВпВ╛БB"
  402.         DB      "My father runs this little electronics store. In other"
  403.         DB      CR
  404.         DB      "words, the first floor of our house is the shop. A lot"
  405.         DB      CR
  406.         DB      "of families in Japan run businesses that way."
  407.         DB      NEXT
  408. ;       DB      "МoЙcПєС╘В═Ч╟НDБEБEБEИъЙ╞ОOРlРHВдВ╔НвВчВ╚ВвИ╩В╠О√У№В═ВаВщБB"
  409.         DB      "Sales are not bad. At least we make enough to live on."
  410.         DW      0000H
  411.  
  412.  
  413. end
  414.