From 67eb010eef3c8deeb26e7fbb1193a71515793822 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Fri, 20 Nov 2020 00:22:19 -0500 Subject: [PATCH] botdemo: minor changes --- bot_demo/botdemo.s | 4 ++-- bot_demo/hello.bas | 32 ++++++++++++++++---------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bot_demo/botdemo.s b/bot_demo/botdemo.s index 040d3d1a..104b4f98 100644 --- a/bot_demo/botdemo.s +++ b/bot_demo/botdemo.s @@ -57,7 +57,7 @@ mockingboard_not_found: jsr TEXT jsr SETGR -; jsr HOME + jsr HOME ; bit SET_GR ; bit TEXTGR bit KEYRESET @@ -170,4 +170,4 @@ original_stack: .byte $00 PT3_LOC = song .align $100 song: -.incbin "music/A_UpBeat_Thingy.pt3" +.incbin "music/mAZE_-_The_Upbeated_Eaten_Apple.pt3" diff --git a/bot_demo/hello.bas b/bot_demo/hello.bas index 29a5ba49..7fa5f145 100644 --- a/bot_demo/hello.bas +++ b/bot_demo/hello.bas @@ -1,23 +1,23 @@ 5 HOME 10 GOSUB 100 20 PRINT:PRINT -30 PRINT " @APPLEIIBOT BASIC DEMOS V0.1" -40 PRINT "EACH SCENE FITS IN A 280 CHARACTER TWEET" +30 PRINT " @AppleIIbot BASIC Demos v0.1" +40 PRINT "Each scene fits in a 280 character tweet" 45 HTAB 15:FLASH:PRINT "LOADING...":NORMAL 90 PRINT CHR$(4)"BRUN LOADER" -100 HTAB 8:PRINT " ___________" -110 HTAB 8:PRINT " / \ \" -120 HTAB 8:PRINT " / \___\" -130 HTAB 8:PRINT " / . / \" -140 HTAB 8:PRINT " / / \" -150 HTAB 8:PRINT " / / . \" -160 HTAB 8:PRINT "/__________/ \" -170 HTAB 8:PRINT "\ \ /" -180 HTAB 8:PRINT " \ __\ / /" -190 HTAB 8:PRINT " \ \/ \/" -200 HTAB 8:PRINT " \___ \ /" -210 HTAB 8:PRINT " \ \ /" -220 HTAB 8:PRINT " \__________\/" +100 HTAB 9:PRINT " ___________" +110 HTAB 9:PRINT " / \ \" +120 HTAB 9:PRINT " / \___\" +130 HTAB 9:PRINT " / . / \" +140 HTAB 9:PRINT " / / \" +150 HTAB 9:PRINT " / / . \" +160 HTAB 9:PRINT "/__________/ \" +170 HTAB 9:PRINT "\ \ /" +180 HTAB 9:PRINT " \ __\ / /" +190 HTAB 9:PRINT " \ \/ \/" +200 HTAB 9:PRINT " \___ \ /" +210 HTAB 9:PRINT " \ \ /" +220 HTAB 9:PRINT " \__________\/" 230 PRINT:PRINT -250 HTAB 8:PRINT " - d e s i r e -" +250 HTAB 9:PRINT " - d e s i r e -" 999 RETURN