Skip to content

Commit

Permalink
V1.5.a
Browse files Browse the repository at this point in the history
  • Loading branch information
StewBC committed Jul 19, 2024
1 parent a3bdaa2 commit 00ff710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TimePilot-IIgs/src/text.asm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ TEXT_SCORE00 dc c'00',h'00'
TEXT_STEFAN dc c'STEFAN WESSELS',h'00'
TEXT_AND dc c'AND',h'00'
TEXT_TRY_GAME dc c'AND TRY THIS GAME',h'00'
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'

thisisformattextdata__ anop
END
2 changes: 1 addition & 1 deletion TimePilot-IIgs/src/ui.asm
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ uiShowCommonLabels entry
PRINTSZ TEXT_KONAMI,8,19
LDAPAL COLOR_BLUE
sta >printFontColor
PRINTSZ TEXT_VERSION,3,22
PRINTSZ TEXT_VERSION,2,22
LDAPAL COLOR_YELLOW
sta >printFontColor
PRINTSZ TEXT_STEFAN,6,23
Expand Down

0 comments on commit 00ff710

Please sign in to comment.