muu maa intro
This commit is contained in:
parent
76e39a794a
commit
95487c40b2
|
@ -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 = ,piraatti_intro.asm, resources/images/piraattinaamat-2.flf, resources/images/piraattinaamat-1.flf, piraatti_intro.ras
|
||||
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.
|
@ -223,22 +223,22 @@ text : string = (@cmoveto, 6,10,
|
|||
26, 12, 13, 12);
|
||||
|
||||
naamatNames : string = (
|
||||
"TONI AITTONIEMI - UUSIMAA", @cpause,
|
||||
"JUHO KARVINEN - PIRKANMAA", @cpause,
|
||||
"RIIKKA NIEMINEN - UUSIMAA", @cpause,
|
||||
"JARI NIKKINEN - SAVO-KARJALA", @cpause,
|
||||
"SATU IMMONEN - HELSINKI", @cpause,
|
||||
"PEKKA MUSTONEN - HELSINKI", @cpause,
|
||||
"TEEMU LINDROOS - PIRKANMAA", @cpause,
|
||||
"ARTO TAMMENOKSA - PIRKANMAA", @cpause,
|
||||
"KLAUS TORNKVIST - PIRKANMAA", @cpause,
|
||||
"JARNO YLTAVA - PIRKANMAA", @cpause,
|
||||
"LEINARD KOHONEN - HAME", @cpause,
|
||||
|
||||
"REETTA OJALA - HELSINKI", @cpause,
|
||||
"MAREK NETSHADA - HELSINKI", @cpause,
|
||||
"OLAVI KAUKAMIELI - HELSINKI", @cpause,
|
||||
"JONI MAHLAMAKI - UUSIMAA", @cpause,
|
||||
"KAUSTI RANTALAINEN - HELSINKI", @cpause,
|
||||
"ARI-PEKKA PULKKIS - VAASA", @cpause, @cstop );
|
||||
"ALEKSI LOFGREN - SAVO-KARJALA", @cpause,
|
||||
"PEKKA MUSTONEN - SAVO-KARJALA", @cpause,
|
||||
"TIIA MUSTONEN - SAVO-KARJALA", @cpause,
|
||||
"JARI NIKKINEN - SAVO-KARJALA", @cpause,
|
||||
"TAPANI PARKKINEN - KESKI-SUOMI", @cpause,
|
||||
"CHRISTER WAREN - SATAKUNTA", @cpause, @cstop );
|
||||
|
||||
naamatNumbers : string = ( "123", "456", "789", " 10", "20 ", " 30",
|
||||
" 40", "50 ", " 60", " 70", " 80", " 90", @cstop);
|
||||
" 40", "50 ", " 60", " 70", " 80", " 90", @cstop);
|
||||
|
||||
|
||||
tab320 : array[25] of integer = buildtable("i*320");
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue