From b77f8881a3fe6bbe68d8e01d9aa7336d10241de9 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 21 Sep 2021 23:02:42 -0400 Subject: [PATCH] mist_hgr: update version --- 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 24bd644b..59588b7e 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.01",0 +.byte 0,0, "LOADING HGR MIST V0.02",0 .byte 0,3, "CONTROLS:",0 .byte 5,4, "MOVE CURSOR : ARROWS OR WASD",0 .byte 5,5, "FORWARD/ACTION : RETURN OR SPACE",0