From 8b56e05609ccc77f0c0b98b63d8b5640a3b55392 Mon Sep 17 00:00:00 2001
From: Ian C <ianc@noddybox.co.uk>
Date: Tue, 10 Oct 2006 22:50:51 +0000
Subject: Changed splash screen

---
 arm9/source/main.c | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

(limited to 'arm9/source')

diff --git a/arm9/source/main.c b/arm9/source/main.c
index 05f71df..b5459fc 100644
--- a/arm9/source/main.c
+++ b/arm9/source/main.c
@@ -68,17 +68,11 @@ static void Splash(void)
     {
     	"DS81 \177 2006 Ian C",
 	" ",
-	"ZX81 ROM",
-	"\177 1981",
+	"ZX81 ROM \177 1981",
 	"Nine Tiles Networks LTD",
 	" ",
-	"3D MONSTER MAZE",
-	"\177 1983",
-	"Malcom E. Evans",
-	" ",
 	"PRESS A TO CONTINUE",
 	" ",
-	" ",
 	"http://www.noddybox.co.uk/",
 	NULL
     };
@@ -95,7 +89,7 @@ static void Splash(void)
 
     for(f=0;text[f];f++)
     {
-	FB_Centre(text[f],40+f*8,FB_RGB(31,31,31),-1);
+	FB_Centre(text[f],10+f*8,FB_RGB(31,31,31),-1);
     }
 
     ZX81DisplayString("10 print '%the zx81 is ace%'\n20 goto 10");
-- 
cgit v1.2.3