punk7890 / Star-Fox-64-Randomizer

A Star Fox 64 randomizer with a variety of options. Coded entirely in ASM and is hardware compatible.
MIT License
23 stars 2 forks source link

Choose planets, but go to boss directly #6

Open MorKsQC opened 3 weeks ago

MorKsQC commented 3 weeks ago

Hi there!

I was wondering if you were able to add a mode (or a toggle on the Choose Planets mode) where instead of starting a planet at its beginning, it would start at its boss, making it so that I can fight any boss at any given time.

I tried coding it myself on my fork, but trying to ARMIPS.exe with your Compile.asm was proven to be unsuccessful, as I had multiples errors regarding .d32 and other variables referenced in your files.

Let me know if you'd be willing to work together or help my situation. Thank you!

punk7890 commented 3 weeks ago

You can combine Choose Planets and Boss Rush Mode for a similar effect, the only difference here is Boss Rush Mode needs to be on as well.

That's strange about your compiling problems as copying this repository locally with the same file structure should work fine. Granted, I believe I haven't updated ARMIPS in a year or so, so it might be something odd with the new versions (if there is any). Happy to help if there is still issues.

MorKsQC commented 3 weeks ago

Thanks for replying!

Unfortunately, enabling Boss Rush Mode and Choose Planets together does not work. I can choose a planet, but whichever one I choose, it will always bring me back to Corneria Boss instead of the boss of the selected planet

punk7890 commented 3 weeks ago

Oversight on my part. Should be fixed in latest release.

MorKsQC commented 3 weeks ago

Thanks!