?login_element?

Subversion Repositories NedoOS

Rev

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

  1.         include SUPER_C.inc
  2. M_START:
  3. MON_38
  4.         BAK_INIT        'tb_001a',B_NORM
  5.         CDPLAY          12
  6.         DB      "Kenjirou:  ..........."
  7.         DB      T_WAIT, 3
  8.         DB      "Guess it's time to wake up."
  9.         DB      NEXT
  10.         DB      "I check the clock. A little past noon."
  11.         DB      NEXT
  12.         DB      "Kenjirou:  Wow, that's late even for me..."
  13.         DB      NEXT
  14.         DB      "It's a day off today, so I should get some more sleep."
  15.         DB      NEXT
  16.         B_O     B_FADE,C_KURO
  17.         BAK_INIT        'tb_001b',B_NORM
  18.         DB      "What? It's dark outside."
  19.         DB      NEXT
  20.         DB      "I wonder what's for dinner."
  21.         DB      NEXT
  22.         B_O     B_FADE,C_KURO
  23.         BAK_INIT        'tb_001b',B_NORM
  24.         DB      "There's school tomorrow. I'd better prepare by sleeping some more."
  25.         DB      NEXT
  26.         B_O     B_FADE,C_KURO
  27.         CDPLAY          0
  28.         FLG_KI  HIDUKE,'+',1
  29.         FLG_IF JUMP,'=',26,FF_2
  30.         SINARIO 'MON_39.OVL'
  31.         DB      EXIT
  32. FF_2:
  33.         SINARIO 'JUMP.OVL'
  34.         DB      EXIT
  35. END