GoSub2, the successor of GoSub has been updated…
Release notes:
I cut off the sfx for the torpedoes and brought back scoring with this version. These were quick changes to make. I’ll add some quick speed thingy soon. Thanks for the comments and feedback so far. Does anyone have a suggestion as to how a possible bonus round would work?
EDIT: The scoring will work properly if you change this
if byte3=$A0 then byte3=$10
to this:if byte3=$A0 then byte3=$00 : byte2=byte2+$01
This fix will be in the next version I release.
http://www.atariage.com/forums/index.php?showtopic=111854&st=100