Character Class Names on Menu Screen
#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


Messages In This Thread
RE: Character Class Names on Menu Screen - by BTB - 02-13-2014, 04:20 PM
RE: Character Class Names on Menu Screen - by Gi Nattak - 02-15-2014, 06:36 PM

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,216 12-02-2021, 06:34 PM
Last Post: fedorajoe
  The Mysteries of the Tent Screen PowerPanda 4 3,211 05-06-2021, 08:11 PM
Last Post: Everything
  Class Names function madsiur 27 30,293 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,278 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,587 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)