For the name code to work, i have to press 'select' in the main menu of the game:
Ok I have found out what the problem is:
1st attempt:
94000130 FFFB0000
B2000024 00000000
000367A0 004F0052
000367A4 004E0041
000367A8 66665555
000367AC FFFF7777
D2000000 00000000
Leaves question marks at the end of the name.
2nd attempt:
I forgot the mention this attempt in the last post. My apologies.
94000130 FFFB0000
B2000024 00000000
000367A0 004F0052
000367A4 004E0041
D2000000 00000000
This code didn't work, the name is still ROAN???
3rd attempt:
94000130 FFFB0000
B2000024 00000000
000367A0 004F0052
000367A4 004E0041
000367A8 FFFFFFFF
000367AC FFFFFFFF
D2000000 00000000
This code didn't work, the name is still ROAN???
4 attempt:
94000130 FFFB0000
B2000024 00000000
000367A0 004F0052
000367A4 004E0041
000367A8 0000FFFF
000367AC 00000000
D2000000 00000000
The game freezes after pressing continue. I added an image of the freeze in this post. My guess is that the game simply refuses the process the zero's as valid terminators.
5th attempt:
I'm going to try out a test-name, called NATE, in order to see if the game simply refuses to change the name a second time.
94000130 FFFB0000
B2000024 00000000
000367A0 0041004E
000367A4 00450054
000367A8 FFFFFFFF
000367AC FFFFFFFF
D2000000 00000000
This code should give me the name "NATE". However, after trying out this code, the name is still ROAN???