diff --git a/piraatti_intro.ras b/piraatti_intro.ras index f9b6fa3..4d4701c 100644 --- a/piraatti_intro.ras +++ b/piraatti_intro.ras @@ -240,7 +240,6 @@ text : string = (@cmoveto, 6,10, naamatNumbers : string = ( "14 ", "15 ", "16 ", " 17", " 18", "19 ", "20 ", " 21", "353", "354", "356", "355", @cstop); - tab320 : array[25] of integer = buildtable("i*320"); tab40 : array[25] of integer = buildtable("i*40"); @@ -1388,7 +1387,8 @@ begin begin fgColBefore := 0; Fill(screen_char_loc, KEY_SPACE, 255); - FillFast(screen_char_loc + 256, KEY_SPACE, 127); + FillFast(screen_char_loc + 255, KEY_SPACE, 127); + Fill(^$06F8, KEY_SPACE, 240); GoToPurpleBarRasterStart(); currentPartDone := true; screen_fg_col := 0; @@ -1521,7 +1521,8 @@ begin CreateAddressTable(#mainPartAddressTable, $4400, 40, 25); CreateAddressTable(#colorAddressTable, $d800, 40, 25); - Fill(^$0528, KEY_SPACE, 240); + Fill(^$0518, KEY_SPACE, 240); + Fill(^$0608, KEY_SPACE, 80); for i := 0 to 256 do fastPlasma[i] := textPlasmaLumi[textPlasmaX[i]];