File Name: | Controller Disabler |
Submitted: | by Darkbloom |
Authors: | Darkbloom |
Type: | Level, Game Mode |
Includes GFX: | No |
Includes Hijack: | No |
Featured: | No |
Description: | This is a general-purpose code that lets you disable any given button on the control pad. I've set it up so that you can see which bits are being reset every frame in the manner that they're shown in the RAM map. |
Screenshots: |
This code is also very simple, but I don't see why we should trouble newbies by rejecting it just for that reason. That, however, creates usability problems - someone who can't recreate this on their own probably won't be able to figure out how to configure the bitfields. I think it'd be much nicer to make each button a separate define, then calculate the appropriate value based on those. Another suggestion would be to allow disabling A or B individually (currently, you either have to disable both by setting !Button1 to $80 or remap A to B by setting !Button2 to $80), which would make this code more useful.