@HatZen
I applied the changes you posted earlier so I could see for myself.
I see exactly what you meant and I looked at the C3 disassembly and found some info about it there as well.
I'm wondering if the "That Damned Yellow Streak" patch will at least partially alleviate the situation for all the other characters?
I'll have to try it out.
As for the lower limit, I think the simplest solution would be make the text box always be the maximum length either by changing the code that controls the height of the box or padding the list with empty spaces.
So far I haven't run into any patches that mentioned these particular S/RAM bytes, but I will keep it in mind for sure.
Either way I'm eventually going to have to delve into their use definitively.
EDIT: I just verified that the "That Damn Yellow Streak" patch does partially solve the issue with the portraits as I thought it would after reading the description of how it fixes the problem on Gogo's command change menu. So now the only problem is fixing the minimum length issue.
And I also thought of another issue that exists with the original code.
Morph is not ever added to Gogo's selection of commands.
So for the simplest iteration of this patch, there would have to be a limitation added that prevents Terra from swapping out her Morph command in much the same way as Mimic was originally locked out.
I applied the changes you posted earlier so I could see for myself.
I see exactly what you meant and I looked at the C3 disassembly and found some info about it there as well.
I'm wondering if the "That Damned Yellow Streak" patch will at least partially alleviate the situation for all the other characters?
I'll have to try it out.
As for the lower limit, I think the simplest solution would be make the text box always be the maximum length either by changing the code that controls the height of the box or padding the list with empty spaces.
So far I haven't run into any patches that mentioned these particular S/RAM bytes, but I will keep it in mind for sure.
Either way I'm eventually going to have to delve into their use definitively.
EDIT: I just verified that the "That Damn Yellow Streak" patch does partially solve the issue with the portraits as I thought it would after reading the description of how it fixes the problem on Gogo's command change menu. So now the only problem is fixing the minimum length issue.
And I also thought of another issue that exists with the original code.
Morph is not ever added to Gogo's selection of commands.
So for the simplest iteration of this patch, there would have to be a limitation added that prevents Terra from swapping out her Morph command in much the same way as Mimic was originally locked out.