Character Class Names on Menu Screen
#11
I changed the display offset to SNES Hi-ROM as you said, I found C3/34A0, but not C3/34A9?
Reply
#12
should be 9 bytes ahead.
press the right arrow key on your KB 9 times and look at the offset you are at at the bottom of the hex editor there it shows. You can also just click on it with your mouse.
We are born, live, die and then do the same thing over again.
Reply
#13
Okay thanks, now I know how to locate bytes in a hex editor, I just need to change the numbers of some bytes now so that the character class names will work?
Reply
#14
Well, yes and no. It's basically that but it's not that easy! You need to do what Madsiur did there in that thread. He explains it well, but it may be over your head since your just learning how to navigate through the hex.
We are born, live, die and then do the same thing over again.
Reply
#15
You know how he's put:
C3/34A9: A9 20 LDA #$20 (status is normal)
What does the "LDA #$20" mean?
Reply
#16
That's the assembly code. it's about a billion times harder to learn than hex editing is lol. Just pay attention to the bytes for now, not the assembly commands.

Actually some super basic assembly knowledge wouldn't hurt here; 4C is the JMP (jump) command, and the two bytes after it is the address where it will jump to.

C3/34AD: 4C 91 F0 JMP $F091 (jump to class name routine)

here you need to jump to wherever you have free space and that's where the rest of the routine would go.


4C 91 F0 = jump to C3/F091

In hex when you do a jump you need to switch the last and middle bytes. There's actually a lot to explain and learn about hex, especially when assembly is involved - I take back what I said earlier about it being easy. What you want done requires more time to learn what your doing first. I'm not up to a full lesson today lol.
We are born, live, die and then do the same thing over again.
Reply
#17
I think I'm slowly understanding it though haha, thanks for the explanation
Reply
#18
Hey, I've typed up the code for all of the class names into some free space in the ROM

I just need to get it to appear on the menu, could someone help me please?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Default Character Names in FF6 GBA thebearup 0 740 01-22-2025, 01:37 AM
Last Post: thebearup
  How spell names appear when cast fedorajoe 2 2,214 12-02-2021, 06:34 PM
Last Post: fedorajoe
  The Mysteries of the Tent Screen PowerPanda 4 3,210 05-06-2021, 08:11 PM
Last Post: Everything
  Class Names function madsiur 27 30,291 08-11-2018, 12:30 AM
Last Post: DrakeyC
  Issue with names displayed on the menu Kugawattan 7 7,761 04-23-2016, 03:33 PM
Last Post: madsiur
  Character Names and Dark World Theme? Royaken 6 8,275 03-26-2014, 02:23 PM
Last Post: Royaken
  Splash Screen Problem Cyprus 4 4,731 03-18-2014, 06:41 PM
Last Post: JCE3000GT
  Changing the Title Screen Cyprus 3 4,584 02-15-2014, 01:12 PM
Last Post: madsiur
  Custom "character joins" screen fedorajoe 1 2,576 08-18-2013, 05:36 PM
Last Post: madsiur
  Black Screen Bug- Need Help Murex 1 2,549 08-15-2013, 07:37 PM
Last Post: madsiur

Forum Jump:


Users browsing this thread: 1 Guest(s)