By the way, I ran it on The Spectrum and the Sinclair II control setup didn't work. Maybe it's a problem of compatibility either with The Spectrum itself or the joystick. After configuring the joystick to the setup keys (mapping the joystick) I could play with the joystick.
Hello! Thanks for the feedback, well it is our first game with this S.E.U.D. engine and we wanted a game that can be finished and enjoyable, specially as a Halloween present. The engine just let the developer to define one set of movements or steps for the boss, so it is a loop of movements the length you wish I think but there is probably a memory limit and probably a maximum of steps limit, but we will try to put more complexity in the movement so it is not so predictable for future games :) . The joystick setup is part of the engine, the developers do not have control over it, so it is as it is (e.g. there is not Kempston joystick). Probably it is Sinclair I, although I am not very familiar with the Sinclair joystick setup. Happy Halloween and the next game I will try it to be harder :)
This is what I have currently in my code for Joystick Sinclair (the numbers are decimal values) probably it is not correct... I thought it was Sinclair 1... I will use your values , thanks very very much!!
ld a,3
ld (50501),a
ld a,11
ld (50502),a
ld a,4
ld (50503),a
ld a,19
ld (50504),a
ld a,35
ld (50505),a
Hello again, thanks to the wonderful help of DF Design I have been able to fix the Sinclair joystick issue. There is a new .tap version. I hope this one will work with your joystick. Please let me know if you still find problems (it is interface 2 port 2 but in Fuse emulator for instance is recognised as Sinclair 1, I have tested and it works correctly). Best Regards and thank you for your patience. Cheers! :)