Skip to content

Commit e92235e

Browse files
authored
Merge pull request #20 from Konamiman/change-version-to-1.3.1
Change version number to 1.3.1
2 parents 97c08f3 + 7ac3f25 commit e92235e

File tree

5 files changed

+6
-42
lines changed

5 files changed

+6
-42
lines changed

src/COMFILE.ASM

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env_item_buffer: equ 3F00h
3737

3838
jp skipid
3939
db 13,"Konpass #1.3 COMfile",13,10
40-
db "(C) 2022 by Konamiman",13,10
40+
db "(C) 2025 by Konamiman",13,10
4141
db 10
4242
db "Based on Compass #1.2.09 by Compjoetania TNG",13,10,26
4343
ds #0100+headlncom-2-$,0 ;reserve bytes
@@ -1653,7 +1653,7 @@ startpalet: db #00,#00,#00,#00,#77,#07,#04,#00
16531653
db #17,#01,#27,#03,#51,#01,#27,#06
16541654
db #71,#01,#73,#03,#61,#06,#63,#06
16551655
db #11,#04,#65,#02,#55,#05,#77,#07
1656-
txt_intro: db "Konpass #1.3, (C) 2022 by Konamiman",13,10
1656+
txt_intro: db "Konpass #1.3, (C) 2025 by Konamiman",13,10
16571657
db "Based on Compass #1.2.09, (C)1998 by Compjoetania TNG",13,10,10,"$"
16581658
txt_old: db 7,"Notice: You are using a version of Memman older "
16591659
db "than version 2.40 .",13,10

src/COMPASS.ASM

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/DATFILE.ASM

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
header:
66
db 13,"Konpass #1.3 DATfile",13,10
7-
db "(C) 2022 by Konamiman",13,10
7+
db "(C) 2025 by Konamiman",13,10
88
db 10
99
db "Based on Compass #1.2.09, (C)1998 by Compjoetania TNG",13,10,26
1010
header_end:

src/DEBUGGER.ASM

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5933,9 +5933,9 @@ abouttxt:
59335933
defw (Main_y+1)*80+33
59345934
defb "About Konpass",0
59355935
defw (Main_y+4)*80+33
5936-
defb "Konpass #1.3.0",0
5936+
defb "Konpass #1.3.1",0
59375937
defw (Main_y+6)*80+29
5938-
defb "(C) 2022 by Konamiman",0
5938+
defb "(C) 2025 by Konamiman",0
59395939
defw (Main_y+8)*80+28
59405940
defb "Based on Compass #1.2.09",0
59415941
defw (Main_y+9)*80+26

src/MAIN.ASM

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ setcolors: DI
384384
txt_bovenaan: dw 1 ;vramaddress
385385
db "Konpass #1.3",0
386386
dw 62
387-
db "2022 by Konamiman",0
387+
db "2025 by Konamiman",0
388388
dw 0
389389
txt_menu: dw 2*80+4
390390
db " SYSTEM ",0

0 commit comments

Comments
 (0)