gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > Help: X and Y always pressed using "Combined" temp

#166420 - Emmanuel - Sat Feb 07, 2009 6:42 pm

I'm using the combined default template, and I get that X and Y are always pressed... but when I comment
Code:
//mmInstall(FIFO_MAXMOD);

It stops being pressed... and it's not even recognized...


Last edited by Emmanuel on Sun Feb 08, 2009 9:52 am; edited 1 time in total

#166423 - afireohno - Sat Feb 07, 2009 9:35 pm

I had a similar problem (x & y always pressed). I solved it by waiting approximately 2 vblanks before calling scankeys(). Although my problem wasn't related in any way to the code you posted it might be someplace to start.