numerot ja viivat yksinumeroisiin

This commit is contained in:
gimulnautti 2023-03-03 22:07:52 +02:00
parent a6cca51ffd
commit 726c852afe
3 changed files with 14 additions and 14 deletions

View File

@ -29,7 +29,7 @@ override_target_settings_org = $810
override_target_settings_ignore_sys = 0
override_target_settings_ignore_prg = 0
output_debug_symbols = 1
open_files = -1
open_files = ,resources/images/piraattinaamat-2.flf, resources/images/piraattinaamat-1.flf, piraatti_intro.ras
project_path = /Users/gimulnautti/piraattipuolue-github/c64-vaali-intro-2023/
zeropage_colormemory = $fb
dirart_flf_file = none

Binary file not shown.

View File

@ -223,22 +223,22 @@ text : string = (@cmoveto, 6,10,
26, 12, 13, 12);
naamatNames : string = (
"TONI AITTONIEMI - UUSIMAA", @cpause,
"JUHO KARVINEN - PIRKANMAA", @cpause,
"TEEMU LINDROOS - PIRKANMAA", @cpause,
"ARTO TAMMENOKSA - PIRKANMAA", @cpause,
"KLAUS TORNKVIST - PIRKANMAA", @cpause,
"JARNO YLTAVA - PIRKANMAA", @cpause,
"LEINARD KOHONEN - HAME", @cpause,
"ALEKSI LOFGREN - SAVO-KARJALA", @cpause,
"PEKKA MUSTONEN - SAVO-KARJALA", @cpause,
"TIIA MUSTONEN - SAVO-KARJALA", @cpause,
"RIIKKA NIEMINEN - UUSIMAA", @cpause,
"JARI NIKKINEN - SAVO-KARJALA", @cpause,
"TAPANI PARKKINEN - KESKI-SUOMI", @cpause,
"CHRISTER WAREN - SATAKUNTA", @cpause, @cstop );
"SATU IMMONEN - HELSINKI", @cpause,
"PEKKA MUSTONEN - SAVO-KARJALA", @cpause,
"REETTA OJALA - HELSINKI", @cpause,
"MAREK NETSHADA - HELSINKI", @cpause,
"OLAVI KAUKAMIELI - HELSINKI", @cpause,
"JONI MAHLAMAKI - UUSIMAA", @cpause,
"KAUSTI RANTALAINEN - HELSINKI", @cpause,
"ARI-PEKKA PULKKIS - HELSINKI", @cpause, @cstop );
naamatNumbers : string = ( "113", "114", "115", "116", "117 ", "140",
" 88", "89 ", " 90", "91 ", " 2 ", " 2 ", @cstop);
naamatNumbers : string = ( "353", "113", "356", "91 ", "-5-", " 89",
" 13", " 12", "-8-", "354", " 18", " 17", @cstop);
tab320 : array[25] of integer = buildtable("i*320");