• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Forum moderator applications are now open! Click here for details.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Audio] Repoint Deoxys battle music? (FIRERED)

476
Posts
6
Years
  • Age 23
  • Seen Feb 26, 2020
You can swap the pointers. Use Sappy to find the offsets the pointers are st, and swap the data at those offsets.
 

RoadToCerulean

A Ordinary Kanto Lover
205
Posts
7
Years
Could you pleaae teach me step by step?
I am not familiar with Sappy.

Example: Swapping Song #339 and #340.

Step 1: Open Sappy and open a FR ROM. Navigate to #339 and #340.

Step 2: Find the songs' header pointers. #339's pointer is 0x86F79B4 and #340's is 0x86F8B2C.

Step 3: Convert the pointers into hex form.
Code:
0x86F79B4 → B4 79 6F 08
0x86F8B2C → 2C 8B 6F 08

Step 4: Search for the pointers in hex form using hex editors.

Step 5: Swap (manually overwriting recommended) these two pointers in hex form.

Step 6: Test your results in Sappy and in-game!
 
Back
Top