diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-10-10 22:50:51 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-10-10 22:50:51 +0000 |
commit | 8b56e05609ccc77f0c0b98b63d8b5640a3b55392 (patch) | |
tree | 5cb835415c5ac417b1dbc9e3549e8d15fede693f | |
parent | 162c8b864f9c9c98470887d4bc6c03eab222452a (diff) |
Changed splash screen
-rw-r--r-- | arm9/source/main.c | 10 | ||||
-rw-r--r-- | source/main.c | 10 |
2 files changed, 4 insertions, 16 deletions
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"); diff --git a/source/main.c b/source/main.c index 05f71df..b5459fc 100644 --- a/source/main.c +++ b/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"); |