diff --git a/basic/appleiibot/Makefile b/basic/appleiibot/Makefile index 5610aa00..965160c6 100644 --- a/basic/appleiibot/Makefile +++ b/basic/appleiibot/Makefile @@ -20,7 +20,7 @@ appleiibot.dsk: E2.BAS FLAME.BAS FLAME2.BAS HELLO \ STAROOPS.BAS HGRSTARFIELD.BAS COOL_BOT.BAS WEB.BAS ORB.BAS \ FIREWORKS.BAS THINKING.BAS ARCS.BAS WIRE_HGR.BAS STATIC.BAS \ OVAL.BAS OVAL_HGR.BAS MOVING.BAS THICK_SINE.BAS TURKEY.BAS \ - FLAME_HGR.BAS RECT.BAS SNOWY.BAS + FLAME_HGR.BAS RECT.BAS SNOWY.BAS EDGAR.BAS # cp $(EMPTY_DISK)/empty.dsk appleiibot.dsk cp empty.dsk appleiibot.dsk $(DOS33) -y appleiibot.dsk BSAVE -a 0x0300 LOAD @@ -107,6 +107,7 @@ appleiibot.dsk: E2.BAS FLAME.BAS FLAME2.BAS HELLO \ $(DOS33) -y appleiibot.dsk SAVE A FLAME_HGR.BAS $(DOS33) -y appleiibot.dsk SAVE A RECT.BAS $(DOS33) -y appleiibot.dsk SAVE A SNOWY.BAS + $(DOS33) -y appleiibot.dsk SAVE A EDGAR.BAS #### @@ -592,6 +593,11 @@ RECT.BAS: rect.bas #### +EDGAR.BAS: edgar.bas + $(TOKENIZE) < edgar.bas > EDGAR.BAS + +#### + FIREWORKS.BAS: fireworks.bas $(TOKENIZE) < fireworks.bas > FIREWORKS.BAS diff --git a/basic/appleiibot/edgar.bas b/basic/appleiibot/edgar.bas new file mode 100644 index 00000000..71ba3ca5 --- /dev/null +++ b/basic/appleiibot/edgar.bas @@ -0,0 +1,3 @@ +0REM&*/6:DF 78BC 88BE!::BC%33@A%33DE+15(=+/61:+.715(66(.(15''(/3(*(/1+,(/0-.%/6//'/600//113/4613#2366/159:/35;< +1GR:?" PROGRAMMED IN EDGAR'S MOM'S BASEMENT":DEFFNP(X)=PEEK(2054+I*5+X)-32 +2FORI=0TO24:COLOR=FNP(0):FORY=FNP(3)TOFNP(4):HLINFNP(1),FNP(2)ATY:NEXTY,I diff --git a/basic/appleiibot/edgar.boxes b/basic/appleiibot/edgar.boxes new file mode 100644 index 00000000..eb1755e6 --- /dev/null +++ b/basic/appleiibot/edgar.boxes @@ -0,0 +1,25 @@ +6 10 28 36 39 ; 0 shirt1 x1 x2 y1 y2 +6 12 26 32 35 ; 1 shirt2 +6 13 25 31 31 ; 2 shirt3 +6 15 23 29 30 ; 3 shirt4 +15 22 26 36 38 ; 4 pocket +0 23 24 34 35 ; 5 pen +0 24 24 34 37 ; 6 pen +1 26 26 34 35 ; 7 red pen +5 19 19 32 33 ; 8 top button +5 19 19 36 37 ; 9 bottom button +11 17 21 8 29 ; 10 face +11 15 22 17 26 ; 11 face2 +11 14 23 17 21 ; 12 ears +8 22 22 8 14 ; 13 hair1 +8 17 21 7 7 ; 14 hair2 +8 15 19 8 10 ; 15 hair3 +8 15 17 11 12 ; 16 hair4 +8 15 16 13 14 ; 17 hair5 +5 15 22 15 15 ; 18 glasses1 +7 15 22 16 16 ; 19 glasses2 +15 15 17 17 19 ; 20 left lens +15 20 22 17 19 ; 21 right lens +3 18 19 22 22 ; 22 nose +15 17 21 25 26 ; 23 top mouth +15 19 21 27 28 ; 24 bottom mouth diff --git a/games/peasant/NOTES b/games/peasant/NOTES index 72e51ff7..30963d53 100644 --- a/games/peasant/NOTES +++ b/games/peasant/NOTES @@ -39,6 +39,7 @@ peasant2 18302 18120 -- finish hooking up archery 17941 -- after most of text hooked up (more code was moved to qload) 17929 -- after redoing so background is always in PAGE1 + 18132 -- add in river animation code partial save, can we fit in 4k? 102 lines ; inventory was 115?