Hello!
I've been looking through a bunch of the documentation on both FFV and FFVA trying to figure out how to do a (simple?) hack; change the names of the main characters besides Bartz in FFVA. There are PAR codes for FFV to change the names of all the main characters, and (what I think are called) RAW codes to change Bartz name in FFVA. I searched for a series of hex values that would point to Lenna's name (0B 1E 27 27 1A) with VBA-M(SVN1097)'s RAW "cheat > find..." menu. And her name is stored immediately after Bartz, but adding codes which change those values doesn't actually change her name in game (text, menu or battle).
Is there something really obvious I am missing/doing wrong? I am not an expert at hacking, I'm just trying to fumble my way through what I thought would be simple. Are the names for the other characters stored elsewhere, and the values I'm changing with these RAW codes not working because (and forgive me if this sounds dumb) the way the game stores them makes it not possible to intercept and change with RAW?
Please forgive me if this is something painfully obvious, I combed through everything I could trying to figure out if someone else has documented how to do this or why it's impossible. If it's not possible to do with RAW editing, is there someway to do it through hexediting the .gba, .sav, or .sgm files that VBA-M generates?