-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Please make Morph Ball Bomb remappable. #61
Comments
I got around this by not using the Swap Button feature in-game and rather just swapping whatever buttons I needed to change in the Controller Configuration for PrimeHack. I have
This seems to work pretty well. But I agree it would be better if there was a separate customizable option for mapping morph ball bomb instead of tying to "fire". |
Using ASM hacks to directly activate Bomb or Boost, while disabling the normal button press method, would be an interesting idea. I'm betting it would be very low priority, though, because the game works fine without doing this. (Alternatively, you could detect whether Samus is in normal or Ball mode, or the menus, and dynamically change controls based on that.) |
We already do something similar for SpringBall, where we alter the conditional branch for executing the springball function to depend on a primehack flag instead of one supplied by a game. It's a simple patch, the issue is just supporting the patch for 16 revisions of the engine, which is just time consuming. That chore is one of the main reasons no developer has added this feature as of yet. |
universal resolution
When using a controller with A set to Jump and B set to fire through Trilogy's built in swap, trying to set Spring Ball to A results in Bomb and Spring Ball.
I have no idea why Nintendo didn't attach Bomb to Fire when swapping the inputs, but it makes fire and bomb inconsistent. If there's a way to patch in a code to set Bomb to B when Trilogy's internal A & B swap is turned on, or otherwise make the bomb button directly remappable, that would be highly appreciated.
EDIT: Somehow, I forgot about Boost Ball. That muddies things even further.
The text was updated successfully, but these errors were encountered: