JonnyHaystack / HayBox

Modular cross-platform firmware for digital or mixed analog/digital game controllers
GNU General Public License v3.0
166 stars 168 forks source link

Smash 64 Layout #39

Open Soundtoxin opened 1 year ago

Soundtoxin commented 1 year ago

There doesn't seem to be a good control layout for Smash 64. X to jump does nothing. If you jump with the C buttons it's harder to hit A to attack since it's all with the thumb. If you use tap jump it makes it difficult to jump and use your neutral special without doing your up special.

JonnyHaystack commented 1 year ago

Yeah I never got around to making one and I didn't have a copy of smash 64 when I owned an N64. Definitely would be nice to have though. The way I did the c-pad in the N64Backend is kinda jank as well (it looks at right analog stick X and Y values and interprets those as c-pad buttons) so I might want to extend the output state struct to have some dedicated extra buttons for that kind of thing.