We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97c08f3 + 7ac3f25 commit e92235eCopy full SHA for e92235e
src/COMFILE.ASM
@@ -37,7 +37,7 @@ env_item_buffer: equ 3F00h
37
38
jp skipid
39
db 13,"Konpass #1.3 COMfile",13,10
40
- db "(C) 2022 by Konamiman",13,10
+ db "(C) 2025 by Konamiman",13,10
41
db 10
42
db "Based on Compass #1.2.09 by Compjoetania TNG",13,10,26
43
ds #0100+headlncom-2-$,0 ;reserve bytes
@@ -1653,7 +1653,7 @@ startpalet: db #00,#00,#00,#00,#77,#07,#04,#00
1653
db #17,#01,#27,#03,#51,#01,#27,#06
1654
db #71,#01,#73,#03,#61,#06,#63,#06
1655
db #11,#04,#65,#02,#55,#05,#77,#07
1656
-txt_intro: db "Konpass #1.3, (C) 2022 by Konamiman",13,10
+txt_intro: db "Konpass #1.3, (C) 2025 by Konamiman",13,10
1657
db "Based on Compass #1.2.09, (C)1998 by Compjoetania TNG",13,10,10,"$"
1658
txt_old: db 7,"Notice: You are using a version of Memman older "
1659
db "than version 2.40 .",13,10
src/COMPASS.ASM
src/DATFILE.ASM
@@ -4,7 +4,7 @@
4
5
header:
6
db 13,"Konpass #1.3 DATfile",13,10
7
8
9
db "Based on Compass #1.2.09, (C)1998 by Compjoetania TNG",13,10,26
10
header_end:
src/DEBUGGER.ASM
@@ -5933,9 +5933,9 @@ abouttxt:
5933
defw (Main_y+1)*80+33
5934
defb "About Konpass",0
5935
defw (Main_y+4)*80+33
5936
- defb "Konpass #1.3.0",0
+ defb "Konpass #1.3.1",0
5937
defw (Main_y+6)*80+29
5938
- defb "(C) 2022 by Konamiman",0
+ defb "(C) 2025 by Konamiman",0
5939
defw (Main_y+8)*80+28
5940
defb "Based on Compass #1.2.09",0
5941
defw (Main_y+9)*80+26
src/MAIN.ASM
@@ -384,7 +384,7 @@ setcolors: DI
384
txt_bovenaan: dw 1 ;vramaddress
385
db "Konpass #1.3",0
386
dw 62
387
- db "2022 by Konamiman",0
+ db "2025 by Konamiman",0
388
dw 0
389
txt_menu: dw 2*80+4
390
db " SYSTEM ",0
0 commit comments