Recent content by ZeroTharr

  1. Z

    Nintendo Switch Cheat Codes for Emulators Add and Request

    Hello everyone, I don't know if this is the right place to post this, but. I'm testing Diablo 3 and managed to make it run in Ultrawide by changing and adress in CheatEngine, but I have to do it everytime, so the question is: Is there a "easy way" to make a cheat or pchtxt file to change this...
  2. Z

    About decompressing TOTK sound files

    Has anyone been able to access the voice files from the cutscenes (memories) of the game? I can't seem to find a way to decompress and open them.
  3. Z

    ROM Hack [REQUEST] Update / maintain Pokemon Legends Arceus "true" 60 FPS mod

    Sorry, I didn't explained correctly, 1000/40 equals 25, but you need a 8-digit conversion, so 25000000, equals 01 7D 78 40. Hex codes are in doubles and in inverted order, so you write the doubles from end to beginning, so 40 78 7D 01.
  4. Z

    ROM Hack [REQUEST] Update / maintain Pokemon Legends Arceus "true" 60 FPS mod

    I get the hex values and convert them to decimal. The result will be the Frametime (16.666... for 60fps for example). Then I calculate the frametime (1000 / target framerate) of the desired Framerate and convert them back to Hex values.
  5. Z

    ROM Hack [REQUEST] Update / maintain Pokemon Legends Arceus "true" 60 FPS mod

    Sure! It's far from perfect, the game wil still lock to 60FPS, and any animation above the desired framerate will be sped up. I will take a look and try to solve it when I get home later. At the moment, the best thing is to use an fps limiter equal to the framerate from the mod. If you guys...
  6. Z

    ROM Hack [REQUEST] Update / maintain Pokemon Legends Arceus "true" 60 FPS mod

    I've managed to edit it to custom framerates. I can post it if you want, what framerate target would you like?