Well I've been sneaking around my memory viewer figuring out how to change the job class names. I noticed that job names with no spaces (basically just one word) need to use these letters for them to work. I have successfully edited "Blue Mage" to "Spellblade". I added more memory in my rom and made a string and pointed it to the respective class.
Basically this is the format
Spellblade - 01 C3 DA CF D6 D6 CC D6 CB CE CF 00
I'm pretty new at modding and I dont know much of the terms and stuff so bare with me. I made this cause I cant get the text editors to work (ahaha)
Here are the letters:
| Letter | Uppercase | Lowercase |
| A | B1 | CB |
| B | B2 | CC |
| C | B3 | CD |
| D | B4 | CE |
| E | B5 | CF |
| F | B6 | D0 |
| G | B7 | D1 |
| H | B8 | D2 |
| I | B9 | D3 |
| J | BA | D4 |
| K | BB | D5 |
| L | BC | D6 |
| M | BD | D7 |
| N | BE | D8 |
| O | BF | D9 |
| P | C0 | DA |
| Q | C1 | DB |
| R | C2 | DC |
| S | C3 | DD |
| T | C4 | DE |
| U | C5 | DF |
| V | C6 | E0 |
| W | C7 | E1 |
| X | C8 | E2 |
| Y | C9 | E3 |
| Z | CA | E4 |