Does anyone know how to make cheats for the Switch? I'm trying to get the game running at 60 fps. I found a method, but it just slows down the animations and character movement; meanwhile, cutscenes and camera movements play at double speed. I managed to get the movement back to normal by tweaking the code, but the issue is that effects rely on frame counts—for instance, if a camera animation is set to 100 frames (at 30 fps), it needs to be 200 frames for 60 fps to look normal. I achieved this by modifying the animation and doubling the value in the code, but I have no idea how to actually create a cheat file for it. If I could make a cheat for this, I could just upload it, since the game actually runs really well at 60 fps—battles and everything—except for the camera animations and effects. The logic behind it is exactly what I described.