FF6 Hacking
Breath of Fire 2 SPC hacking - 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)
+---- Forum: Other Rom Hacking (https://www.ff6hacking.com/forums/forum-64.html)
+---- Thread: Breath of Fire 2 SPC hacking (/thread-1053.html)

Pages: 1 2 3 4 5


RE: Breath of Fire 2 SPC hacking - the_randomizer - 10-05-2011

Hopefully we can get an update soon.


RE: Breath of Fire 2 SPC hacking - Angelo26 - 10-05-2011

I'm swamped with work, sorry I haven't touched this in a while.

Feeling like in a writer's block as well (with regarding to FF6 events).


RE: Breath of Fire 2 SPC hacking - the_randomizer - 10-07-2011

Oops. I'll be good and waitSad


RE: Breath of Fire 2 SPC hacking - the_randomizer - 12-21-2011

Have you had any luck with the BOF2 SPC offsets?


RE: Breath of Fire 2 SPC hacking - kefkapapala - 06-22-2012

my guess would be to find the pointer in the hex, wherever that is as i know nothing about hex data, but all i an say is that i am also looking for a way to keep cross counters (the first battle theme) because i too hate the second battle theme. do you have any information on how to prevent the change in the battle theme?


RE: Breath of Fire 2 SPC hacking - the_randomizer - 08-08-2012

(06-22-2012, 02:19 AM)kefkapapala Wrote: my guess would be to find the pointer in the hex, wherever that is as i know nothing about hex data, but all i an say is that i am also looking for a way to keep cross counters (the first battle theme) because i too hate the second battle theme. do you have any information on how to prevent the change in the battle theme?

Unfortunately, no, but I know the exact in-game event that triggers the change. You go to Tunlan (or Tune Land) and a random NPC there tells you need a magical flute since the natives of the town speak in music; after he tells you that, the battle music changes.

So, I know the event, but as far as offsets, pointers and byte addresses go, yeah, someone else will need to look at it.


RE: Breath of Fire 2 SPC hacking - Catone - 08-09-2012

I haven't read the entire post, however, if it were me attempting to do this (keep in mind I'm a hex noob and fairly simple minded) I would attemp to find a direct game rip music (spc file? not sure, but the 5 minutes of google looking led me to believe it was straight from the snes version) find the song you want, and the song you want to replace get the hex code for both songs, search for the second one in your rom, and replace it with the first one.

Need I say again, I'm a noob and tend favor the straight forward "get a bigger hammer" approach when able, so I don't know if this would fail miserably or even start. The concept though is simple, if you can't find the offsets look for the code itself. Shouldn't be more than one instance of the song, might not be pretty, but would be something to poke at for a few hours and there is a slim chance in aprox 3,720 that it might work...


RE: Breath of Fire 2 SPC hacking - Gi Nattak - 08-09-2012

SPC files hex data is not even close to being the same as the actual song data. It would need to be converted first in order to search for it in the ROM, and unfortunately there's no such program that does this. ;(

The 'simplest' way would be to locate the song pointers and just change the one in question to the other one.


RE: Breath of Fire 2 SPC hacking - QuickFix - 08-09-2012

I've never tried anything like this, but if I wanted it to happen I'd probably try this - setup Geiger's SPC debugger, then trigger a random encounter, with the old music. Then, go trip the variable to change the battle music. Then, attempt to get into the same random encounter with EVERYTHING else being the same, such as inventory, party members, hp, etc. then parse the two logs and try to "find the differences". If you're lucky, only a few bytes will be different, allowing you to laser in your focus on just a few possibilities.


RE: Breath of Fire 2 SPC hacking - Catone - 08-09-2012

As I said Gi Nattak, I'm a noob, and I only invested a few minutes into the research.

I do agree with the "simplest" part though, but from what I've caught of this thread the big holdup is not being able to find said pointer. I was more attempting to throw another option on the table, that being said, Quickfix's suggestion sounds much more plausable.

In the end the real question is if the reward is worth the effort, regardless of the solution. If he enjoys hacking, truly hacking, then sure. If he just wants to hear a battle song thats more pleasing to the ears... can't speak for others, but I sure couldn't find the motivation.