Skip to content

Instantly share code, notes, and snippets.

@vgmoose
Last active September 19, 2023 02:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vgmoose/9be2d9062e3992b4eaf399ae026ebd21 to your computer and use it in GitHub Desktop.
Save vgmoose/9be2d9062e3992b4eaf399ae026ebd21 to your computer and use it in GitHub Desktop.
Pokémon Red and Blue ROM Patches with Slowed Down Music

These are patches for Red/Blue that are built with their music tempo slowed down 2x and 4x. This is done by changing this line in the decompilation (to HIGH(\1 * 2), LOW(\1 * 2) or HIGH(\1 * 4), LOW(\1) * 4).

This creates a slightly better experience if you use 2x or 4x speed up / fast forwarding in an emulator, so that the sound isn't just a cacophony of sped up noises. It's not perfect though!

Downloads

How to Patch

Use https://www.marcrobledo.com/RomPatcher.js/ on the web to patch a rom.

Video

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment