Romjuice does almost everything I want, but there is one thing missing that I would like.
The script is stored in the rom in several chunks, which I've identified - however, I'd love for romjuice to be able to add the address/offset (in the rom) of each paragraph/string when extracting. The reason for this is that I intend to make a wiki translation table with a seperate row for every paragraph and would really love to have the offset listed for every one. Why, you ask? Because this will make testing 100 times easier in terms of reinserting individual strings, and will also make searching for text pointers a breeze.
All it'd take would be a code, similar to the ones that are already implemented, that I could insert after whatever I have for my string/paragraph end.
\\o for offset perhaps ?
I don't know if there is another extracter that can do this already, but if someone could point me in the right direction, or knows how to modify the source (I'm not a programmer, but the .c file is included in the zip) of romjuice so it can achieve this, it'd be very very much appreciated.