Subversion Repositories Kolibri OS

Rev

Rev 3930 | Rev 6270 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3930 Rev 4697
Line 5... Line 5...
5
;
5
;
6
;   l.mod. 27.08.06/15:11
6
;   l.mod. 27.08.06/15:11
7
;
7
;
8
;   Compile with FASM
8
;   Compile with FASM
9
;
9
;
-
 
10
format binary as ""
-
 
11
 
10
bgcolor  equ  0x0074744A      ;thx
12
bgcolor  equ  0x0074744A      ;thx
11
fgcolor  equ  0x00E7C750      ;to
13
fgcolor  equ  0x00E7C750      ;to
12
fg2color equ  0x00E0B0A0      ;colorref
14
fg2color equ  0x00E0B0A0      ;colorref
13
fg3color equ  0x007F7F55
15
fg3color equ  0x007F7F55
14
btcolor  equ  0x005B6200
16
btcolor  equ  0x005B6200
Line 723... Line 725...
723
     db 22
725
     db 22
724
     db 'Start a new game first'
726
     db 'Start a new game first'
725
lbl_win:
727
lbl_win:
726
     db 32
728
     db 32
727
     db '          G r e a t !           '
729
     db '          G r e a t !           '
728
     db "        Let's goin'on!          "
730
     db "       Let's keep going!        "
729
lbl_yscore:
731
lbl_yscore:
730
     db 11
732
     db 11
731
     db 'Your Score:'
733
     db 'Your Score:'
732
lbl_toolbar:
734
lbl_toolbar:
733
     db 43
735
     db 43