Tentative Runic -> SwdMagic patch
#15
(05-24-2016, 06:09 PM)FF6Fanatic Wrote:
(05-24-2016, 05:02 PM)seibaby Wrote:
Code:
C3/F091 - C3/FFFF: FREE SPACE!

If you look at that address in your hex editor, you'll see a whole bunch of "FF". Put your "Spirit" string there (including the positioning bytes from the "Lore" string and the terminator "00"), make a note of the address, and then change the pointer to that address.

I got the first part down, the adress for the new Spirit string is 03/F091. I included the position bytes and the terminator, it looks like this: 8D7B92A9A2ABA2AD00.

Now about that pointer... you mean this right?

C3/5203: A0915C      LDY #$5C91

Change it to 03/F091? How do you mean...? Sry, I don't understand. Because I tried like

C3/5203: 03/F091

and it glitched. Makes sense since A0 is the load function, but where do I put my new 03/F091 adress?

Yes, the "A0" is the actual instruction and the two bytes following it is the operand. You don't need to include the program bank (03) in the address, just put "A0 91 F0". This is machine code for LDY #$F091, since addressing on the SNES is highest-byte-last ("big endian").

Note that your string has the positioning data of a different "Lore" string, the one at C3/5C6B. There are two, and if you change the 5C91 pointer, you should probably use the positioning data of the string at C3/5C91. They are probably on different layers or something. I think it's what's displayed in the little window when you open a submenu (the one that also holds MP cost).

Code:
C3/5C6B:    8D7B8BA8AB9E00        (position of and word "Lore")
C3/5C91:    B7818BA8AB9E00                (position of and word "Lore")

You need to relocate both these strings to free space, and change both pointers. Search the disassembly for "5C6B" and you'll find the address of the other pointer.
Reply


Messages In This Thread
Tentative Runic -> SwdMagic patch - by FF6Fanatic - 05-23-2016, 02:29 PM
RE: Tentative Runic -> SwdMagic patch - by B-Run - 05-23-2016, 09:18 PM
RE: Tentative Runic -> SwdMagic patch - by seibaby - 05-24-2016, 06:30 PM
RE: Tentative Runic -> SwdMagic patch - by dn - 05-26-2016, 03:51 PM
RE: Tentative Runic -> SwdMagic patch - by dn - 05-27-2016, 04:19 AM
RE: Tentative Runic -> SwdMagic patch - by dn - 05-27-2016, 05:30 PM
RE: Tentative Runic -> SwdMagic patch - by dn - 05-27-2016, 06:23 PM
RE: Tentative Runic -> SwdMagic patch - by dn - 05-27-2016, 07:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  X-Zone -> Runic Softlock Fix C-Dude 1 2,123 03-18-2023, 05:30 PM
Last Post: madsiur
  Replacing Runic with Shock Jeff 3 3,405 06-09-2021, 09:15 PM
Last Post: PowerPanda
  Runic question Hashimo 4 3,388 09-20-2020, 03:04 AM
Last Post: C-Dude
White Mage Modifying the "Runic Forever" hack dtgenji 9 7,313 01-06-2019, 12:00 AM
Last Post: HatZen08
  Runic Targets only Enemies PowerPanda 2 2,522 08-05-2018, 09:20 PM
Last Post: GrayShadows
  Turning Runic into Cover B-Run 18 17,966 04-25-2017, 12:24 AM
Last Post: Timbo
  Runic to Shock PowerPanda 6 7,988 02-20-2017, 06:09 PM
Last Post: Turbotastic
  Swdtech/Runic weapon check, for other skills? FF6Fanatic 2 3,460 06-19-2016, 06:17 PM
Last Post: FF6Fanatic
  Runic AND SwdTech to Shock? Royaken 3 3,859 04-06-2014, 12:17 PM
Last Post: Xenovant
  Runic color changing tsushiy 0 1,901 07-03-2013, 08:58 PM
Last Post: tsushiy

Forum Jump:


Users browsing this thread: 1 Guest(s)