SPACE WASTE by OCTARINE
the sourcecode, strictly for learning, not ripping.


Licence notice:
I can only speak for the sourcecode. Graphics and music remains strictly 
copyrighted to exocet and mr.death. You're supposed to learn or get inspired
from this code, not copy/paste it...so please don't.


though these routines where written during a six month period, they were put 
together during the breakpoint demoparty in an extreme hurry. you will find both 
crappy and fast code in this archive. i don't want to hear any smart remarks.
please.



WARNING! This sourcecode is provided as is. Some of the routines in these files 
are not used in the demo and many were never finished. Hence you might discover 
that they don't work at all. So don't expect too much.




contact me (dalton) with questions, comments or loveletters... 68000@home.se




compilation syntax:
rgbasm -z0 -odemo.obj demo.asm
echo [output] >demo.lnk
echo oct-spw.cgb >>demo.lnk
echo [objects] >>demo.lnk
echo demo.obj >>demo.lnk
xlink demo.lnk
rgbfix -p -v oct-spw.cgb
del demo.obj >nul
del demo.lnk >nul