To make music that works with batari Basic, you'd either have to code the same way as the sfx, or use TIATracker and the batari Basic TIATracker module.
I'd recommend going the TIATracker route.
TIATracker:
https://forums.atariage.com/topic/250014-tiatracker-a-new-sound-routine-and-sequ...
TIATracker bB Module:
https://forums.atariage.com/topic/287435-tiatracker-module-for-batari-basic-and-...
I uploaded the .ttt files for usage with batari Basic
https://forums.atariage.com/topic/370452-atari-sfx-sound-effects-usable-in-batar...
Nice game btw. :)
Funny thing, I helped with music and sfx for this Game Boy game...
https://mrpapshmir.itch.io/ahmd
based on a similar game idea.
Well, I've never seen it before and it looks similar, hahaha, only the mechanics of mine is that you have to kill the inhabitants before the ship lands. Thank you very much for the ttt of your music, I will try with the tracker, what I have no idea is how to export the music from there and implement it in my game with Batari Basic.😳
Thanks, yes last night I saw how to implement it, but of course it takes up a lot of memory in the game, for example I tried to place it in the mainloop of my game which is in bank 2 and has 22 bytes left and it told me I was crazy, hehehe.
I think the best is to use it in the Titlescreen screens but in that one there is no drawscreen so I don't know yet how to do it, I'll get to it.