FF6 Hacking
Anyway to get rid of Terra's theme and replace it with another? - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: Anyway to get rid of Terra's theme and replace it with another? (/thread-2928.html)



Anyway to get rid of Terra's theme and replace it with another? - CrumpledMedal - 07-24-2015

I was wondering if there's a way to replace Terra's sad theme, the one that first plays when Arvis wakes Terra up in Narshe with something like Magitek Research Facility Theme which would fit my main character better. I am getting familiar with hex editing and coding and trying some things here and there, but mostly small edits, trying to keep it simple.


RE: Anyway to get rid of Terra's theme and replace it with another? - madsiur - 07-24-2015

The easiest way to do this is to replace the Awakening song pointer with the devil's lab one. So at C5/3F6B replace 42 88 C9 with 1E 64 C8.

If you only want to change the instance of the song when Terra's awake in Narshe, this can be done via event.

Edit: For second option, song ID is at CC/A044 (05).


RE: Anyway to get rid of Terra's theme and replace it with another? - CrumpledMedal - 07-24-2015

So I would put 47(Devils Lab) where the 05(Awakening) should be? Correct?


RE: Anyway to get rid of Terra's theme and replace it with another? - madsiur - 07-25-2015

(07-24-2015, 11:41 PM)CrumpledMedal Wrote: So I would put 47(Devils Lab) where the 05(Awakening) should be? Correct?

Yes, that's correct.