diff --git a/mist/mist.dsk b/mist/mist.dsk index 37476bb9..461633df 100644 Binary files a/mist/mist.dsk and b/mist/mist.dsk differ diff --git a/mist/text_title.s b/mist/text_title.s index 179a8e72..c15aae62 100644 --- a/mist/text_title.s +++ b/mist/text_title.s @@ -37,7 +37,7 @@ text_loop: ; 0123456789012345678901234567890123456789 boot_message: -.byte 0,0, "LOADING MIST V1.01",0 +.byte 0,0, "LOADING MIST V1.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