HudsonArcade
Well-known member
As far as changes I think it would be better to not automatically start a game when a credit is added. If there are multiple credits then you need to press start for the next game. Would be better to just add credits and then use the start button when you're ready to start the first game. As it is the game starts as you drop the coin and you may not actually be ready to play. So I think that one change would be a welcome one and improve the game.
That's trivial -- like on Sea Wolf they just omitted a "ret" on the end of the coin handling routine and made it flow right into the "start button pressed" handler -- without checking to see if the button was actually pressed. Unfortunately cleanly putting a single byte back into the middle of the code space would require reassembling from scratch -- would be easier to put in a patch, but there aren't many free bytes available (without getting rid of the other languages).






