Added invaders header

git-svn-id: svn://kolibrios.org@962 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2008-12-16 18:21:14 +00:00
parent 5bdf2ad9db
commit eeaf474a79

View File

@ -93,6 +93,11 @@ draw_window:
mov edi,0x005080d0 ; color of frames RRGGBB mov edi,0x005080d0 ; color of frames RRGGBB
int 0x40 int 0x40
mov eax,71
mov ebx,1
mov ecx,header
int 0x40
call [drawroutine] call [drawroutine]
mov eax,12 ; function 12:tell os about windowdraw mov eax,12 ; function 12:tell os about windowdraw
@ -106,3 +111,5 @@ ret
save_highscores: save_highscores:
ret ret
header db 'Invaders',0