Hello.
I'm trying to translate a Wonderswan game (Digimon Tamers - Brave Tamer) but I think I've reached a dead-end. Although I found a way to change pointers and have plenty of free space in the ROM, the font of the game is so big, and the textbox so small, that I'm still very limited with the text.
I haven't found much info on this subject, let alone for the Wonderswan, so I'd like to know if there's some workaround for this.
I have thought of several options:
-Reducing the size of the font (specially the width)
-Expanding the screen area which the game identifies as "textbox" so I can add a third line of text (right now, adding a third line causes graphical glitches)
-Turning the current 8x16 font tiles into 8x8 tiles (not sure if it's even possible)
-Inserting additional textboxes (though it seems the number of textboxes is fixed for a given scene)
However, I don't really know where I should begin, or what's the complexity level of this. I might consider abridging the text to fit it in the current screen, but would like to know first if there's a better solution.