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.
1 parent a3bdaa2 commit 00ff710Copy full SHA for 00ff710
TimePilot-IIgs/src/text.asm
@@ -51,7 +51,7 @@ TEXT_SCORE00 dc c'00',h'00'
51
TEXT_STEFAN dc c'STEFAN WESSELS',h'00'
52
TEXT_AND dc c'AND',h'00'
53
TEXT_TRY_GAME dc c'AND TRY THIS GAME',h'00'
54
-TEXT_VERSION dc c'2024 IIGS VERSION 1.5 BY',h'00'
+TEXT_VERSION dc c'2024 IIGS VERSION 1.5.A BY',h'00'
55
56
thisisformattextdata__ anop
57
END
TimePilot-IIgs/src/ui.asm
@@ -476,7 +476,7 @@ uiShowCommonLabels entry
476
PRINTSZ TEXT_KONAMI,8,19
477
LDAPAL COLOR_BLUE
478
sta >printFontColor
479
- PRINTSZ TEXT_VERSION,3,22
+ PRINTSZ TEXT_VERSION,2,22
480
LDAPAL COLOR_YELLOW
481
482
PRINTSZ TEXT_STEFAN,6,23
0 commit comments