Here's a code that changes the first save file name.
Change First Save File Name[toonlink444]
0514A894 XXXXXXX
0514A898 XXXXXXX
E0000000 80008000
Change the X's to the letter values.
Example:
File Name = Bob
New File Name = Bigfoot
Bigfoot in hex = 42696766 6F6F74
So the code will be
0514A894 42696766
0514A898 6F6F7400
E0000000 80008000
Please test and give me feedback.
Full terminator (E0000000 80008000) is not needed. The code will work with just the first 2 lines.
*the only time you need the full terminator is if you manipulated the DEFAULT ba or po, or if you used a lot of 'if' statements.
I just use that in case something unexpicted happens.