FlagBrew / PKSM

Gen I to GenVIII save manager.
GNU General Public License v3.0
1.75k stars 176 forks source link

Optimization for Opening Camera #1313

Closed LegoEngineer003 closed 1 year ago

LegoEngineer003 commented 2 years ago

An issue I’m having with opening the camera is that you need to basically perfectly time both presses, otherwise you end up moving one box over to the right or left of where you want to put the Pokémon. This isn’t too bad if you have empty spaces in the right and left boxes at the same position, but if the boxes on either side aren’t empty, you can accidentally override the Pokémon there. Is it possible to find a way to account for a small delay between pressing L+R to avoid changing boxes when opening the camera?

LegoEngineer003 commented 2 years ago

I’d like to add that I’m aware of pressing the icon on the bottom screen to open the camera, but my touch screen is often unresponsive

piepie62 commented 1 year ago

Just added a 10-frame grace period, which is 1/3 of a second. Seems pretty good to me.

GriffinG1 commented 1 year ago

Fixed in v10.