diff --git a/programs/games/invaders/invaders_kolibri.inc b/programs/games/invaders/invaders_kolibri.inc index 42689a30bb..f62ba74f9d 100644 --- a/programs/games/invaders/invaders_kolibri.inc +++ b/programs/games/invaders/invaders_kolibri.inc @@ -90,7 +90,12 @@ draw_window: mov ecx,WINDOW_Y*65536+30+SCREEN_Y ; [y start] *65536 + [y size] mov edx,0x04000000 ; color of work area RRGGBB,8->color gl mov esi,0x805080d0 ; color of grab bar RRGGBB,8->color gl - mov edi,0x005080d0 ; color of frames RRGGBB + mov edi,0x005080d0 ; color of frames RRGGBB + int 0x40 + + mov eax,71 + mov ebx,1 + mov ecx,header int 0x40 call [drawroutine] @@ -105,4 +110,6 @@ load_highscores: ret save_highscores: -ret \ No newline at end of file +ret + +header db 'Invaders',0 \ No newline at end of file