FF6 Hacking
Adding More Total Songs - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Hacks, Resources and Tutorials (https://www.ff6hacking.com/forums/forum-1.html)
+--- Forum: Opera House Rehearsal Room (https://www.ff6hacking.com/forums/forum-71.html)
+---- Forum: Music Hacking Tutorials (https://www.ff6hacking.com/forums/forum-74.html)
+---- Thread: Adding More Total Songs (/thread-1958.html)

Pages: 1 2


RE: How to Add More Total Songs - Tenkarider - 07-23-2014

I think it's related to the hex editor address, but it's better to have a confirm from the expert ones...

PS. this thread saved me the need to create another one for ask about selectable battle songs in ff3usme Wink


RE: How to Add More Total Songs - Xenovant - 07-23-2014

Yep, that address, BUT remember that the game doesn't know if the rom has a header or not. If your rom has one then it must be the address minus 200 (in hex).


(07-23-2014, 02:57 AM)ErzaScarlet Wrote: Hello Sirs/Madams I have asking about change the song in(the code at: C5/01E2: BF953FC5)what are the new address of the instruments to change this code!? I don't understand could anyone example this?
sorry guys I really confused.....Sad

I want to be sure I have answered the question, so I'll say that the address you must write there, is the one where you have moved the instruments, like Nattak says in the first post.


RE: How to Add More Total Songs - Tenkarider - 07-23-2014

"Yep, that address, BUT remember that the game doesn't know if the rom has a header or not. If your rom has one then it must be the address minus 200 (in hex)."

Hold on, that's a dangerous sentence: Surprised
I have headered roms, and i must add 200 to have the normal address, not subtract it.


RE: How to Add More Total Songs - Xenovant - 07-23-2014

I was talking about the address he must write, not one he must look for Tongue

You must take the address the editor gives you and subtract 200 in that case.


RE: How to Add More Total Songs - Tenkarider - 07-23-2014

oh, that... it's ok Laugh


RE: How to Add More Total Songs - madsiur - 07-23-2014

(07-23-2014, 02:57 AM)ErzaScarlet Wrote: [font=Verdana][size=small][i]Hello Sirs/Madams I have asking about change the song in(the code at: C5/01E2: BF953FC5)what are the new address of the instruments to change this code!? I don't understand could anyone example this?

Instruments start at C5/3F95 and end at C5/4A34. They are 0x20 (32) bytes each. As an example, If you want to modify the 5th song in the ROM, you would do:

4 * 0x20 = 0x80
3F95 + 0x80 = 4015

Your instruments for that song would start at C5/4015.


RE: How to Add More Total Songs - ZeldaLink145 - 07-23-2014

@Madsiur Ok I understand thank you sir....


RE: How to Add More Total Songs - JCE3000GT - 05-24-2017

(01-25-2013, 11:12 PM)Gi Nattak Wrote: Title:: How to Add More Total Songs
Author:: Gi Nattak
Description:: This will show you how to add more songs into FF6 ROM.

Other things to note:

- Be warned, doing this process will render JCE3000GT's SPC Editor useless, so you will have to manually change the instrument samples from now on, which is no biggie if you know what you're doing. Check here for info on instruments: https://www.ff6hacking.com/forums/showthread.php?tid=493&highlight=music+hacking
(I will miss you SPC Editor! We had some great times <3)

For grins I might make an option to allow editing of instruments from a new location.  Stay tuned...