FF6 Hacking
Giving Lore to Another Character - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Hacks, Resources and Tutorials (https://www.ff6hacking.com/forums/forum-1.html)
+--- Forum: Narshe School (https://www.ff6hacking.com/forums/forum-14.html)
+---- Forum: Assembly / Hex (https://www.ff6hacking.com/forums/forum-25.html)
+---- Thread: Giving Lore to Another Character (/thread-727.html)

Pages: 1 2


Giving Lore to Another Character - SSJ Rick - 10-18-2010

1st of I would like to thank Lenophis, DjinnandTonic, and Gi Nattak for their hex advice and info, I will teach u all how to successfully change a character's Lore learning curve

1st off you will need a hex editor, I recommend WindHex32

2nd you are going to need to know each character's hex Value

Terra: 00
Locke: 01
Cyan: 02
Shadow: 03
Edgar: 04
Sabin: 05
Celes: 06
Strago: 07
Relm: 08
Setzer: 09
Mog: 0A
Gau: 0B
Gogo: 0C
Umaro: 0D

3rd u need to know the offset of the Lore learning curve which is in the C2 bank, it is C2:36D6, that is the exact spot where Lore is learned, and C2:36E1 Y = $3007 ;This checks if Strago is in the party.

what you would need to do here is search 238E2 (with SNES Hi Rom selected, assuming you are using WindHex32)

you will come across 07 that is Strago's byte, all you need to do is change to one of the chars list that I showed up above, like Terra for example, you will then need to change 07 to 00 save the rom and Terra learns lores from now on Wink

the $3007 will be $3000

that's all there is to it Wink


RE: Giving Lore To Another Character (Hex) - Akai - 10-23-2010

Quick question about this. Terra will learn Lores for Strago, even if he's not there, but will the Lore command be Strago's? This will also prevent Strago from learning Lores, even if he has the command, correct?


RE: Giving Lore To Another Character (Hex) - Alby4t5 - 10-23-2010

Yeah. This changes who learns the skills. So you can give Lore to both Terra and Strago, but Terra would be responsible for learning them now instead of Strago.


RE: Giving Lore To Another Character (Hex) - Yuke311 - 10-24-2010

Hey but it also gives a cheat.or is this cheat only for the GBA Version??


RE: Giving Lore To Another Character (Hex) - Alby4t5 - 10-24-2010

This isn't a cheat. It's rewriting the data of the rom to allow more customization of the characters.


RE: Giving Lore To Another Character (Hex) - Yuke311 - 10-24-2010

Er i mean when u look in google and write ff6 cheat Terra has lore then u see what i mean.


RE: Giving Lore To Another Character (Hex) - SSJ Rick - 10-24-2010

thats because someone used a GBA cheat to change the data that's all

without the code always being active it can corrupt the file (not always but its possible), but this also depends if its SNES, GBA, or PSX


RE: Giving Lore To Another Character (Hex) - Yuke311 - 10-24-2010

ok now i know it. Cheats are cruel but not always!


RE: Giving Lore To Another Character (Hex) - Angelo26 - 10-24-2010

Cheats rewrite the game's HEX code, so hackers are also cheaters, lol


RE: Giving Lore To Another Character (Hex) - DjinnAndTonic - 10-25-2010

Actually, cheats generally overwrite a game's RAM information - like savestates. It's similar, but a little different from the ROM hex editing that Poco's talking about.

Editing RAM just changes things as you're playing. Editing ROM changes the source code that performs all the functions. Most cheats are just editing RAM (because it's easier, but not a permanent, and often times, not a stable change).