Hi all,
First post here - been trawling through the forums for a while and learnt a lot, so thank you for all the help you've already given me! I'm stumped by this one and I'm hoping someone can help.
As a first foray into translating SNES roms I've been looking at Itadaki Street 2. I've found some text but I'm having issues extracting it correctly with Cartographer. I downloaded Final Fantasy 1 to understand Cartographer's setup, but the roms are set up very differently and I'm really struggling with configuring Cartographer correctly.
In Final Fantasy 1, the pointers all sit together before the script begins. However, in Itadaki Street 2, the pointers sit between each chunk of dialogue.
For example, if I understand correctly, here the pointer is contained in a block begins at 0x72B9B which runs to the 00 dividing it from the actual text at 0x72BA3. I've messed around with the data between here and it seems they control the width and height of the text box, the X & Y position of the text box etc. The actual pointer data is the two bytes at 0x72BA1 (or is it the three bytes starting 0x72BA0? Incrementing 0x72BA0 seems to change where the game pulls the text from, but not with any consistency that I can understand. Does the value at 07x2BA0, 10 in this case, indicate the bank the pointer is directing to? If someone can help me with that, that would be great too!)
Fine, all great. Here's the problem I'm having. Immediately after the pointer is a 00 and the text begins and runs to a FF at 0x72C24. Then, a block like the first one appears again from 0x72C24 to a 00 at 0x72C2C, with the pointer information at 0x72C2A (or C29, again depending on what the deal is with that 10.)
Knowing that the pointers sit in blocks of window display data between the blocks of texts, and that the blocks of texts can be different sizes, how can I configure Cartographer to extract this script in a suitable way that it can be reinserted?
I hope this all makes sense - again I'm VERY new to this so apologies if this was a little long winded. Any advice would be greatly appreciated!
