From 94b27d529f98701ace035e328499fce63204ed85 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 23 Sep 2021 01:20:30 -0400 Subject: [PATCH] mist_hgr: bump version number --- games/mist_hgr/text_title.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/mist_hgr/text_title.s b/games/mist_hgr/text_title.s index 59588b7e..7eb16cbc 100644 --- a/games/mist_hgr/text_title.s +++ b/games/mist_hgr/text_title.s @@ -37,7 +37,7 @@ text_loop: ; 0123456789012345678901234567890123456789 boot_message: -.byte 0,0, "LOADING HGR MIST V0.02",0 +.byte 0,0, "LOADING HGR MIST V0.03",0 .byte 0,3, "CONTROLS:",0 .byte 5,4, "MOVE CURSOR : ARROWS OR WASD",0 .byte 5,5, "FORWARD/ACTION : RETURN OR SPACE",0