From 77485a0031a71e54eb82817afc6c4c84b3c3d12c Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 30 Nov 2019 20:50:34 -0500 Subject: [PATCH] basic: change welcome prompt This is becoming the new shell, it has to step up to its new responsibilities! --- apps/basic/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/basic/main.asm b/apps/basic/main.asm index 8014b44..1b532ff 100644 --- a/apps/basic/main.asm +++ b/apps/basic/main.asm @@ -31,7 +31,7 @@ basStart: jr basLoop .welcome: - .db "OK", 0 + .db "Collapse OS", 0 basLoop: ld hl, .sPrompt