Has anyone ever worked with FF6 Advance small and big font?
I'm trying to extract both fonts from the ROM and use them in my editor. However it doesn't look like other fonts I've seen. Are the fonts compressed data?
Here's their offsets:
Thanks to vivify93 on Slick forum I found all the info I need. Dragonsbrethren made a document about the Final Fantasy Advance and Chrono Trigger DS Font Specifications available here: http://www.romhacking.net/documents/435/.
Now I'll be able to integrated the font to selection lists in my editor, the problem being beyond letters, there is a variety of symbols (like the elements) that cannot be generated with the keyboard, so I'll generate the actual graphics of the characters. I'll make a section in the editor to edit the font also.
I'm trying to extract both fonts from the ROM and use them in my editor. However it doesn't look like other fonts I've seen. Are the fonts compressed data?
Here's their offsets:
Code:
16236C-162CCC Small Font (Variable * 156 entries)
16320C-166396 Large Font (Variable * 269 entries)
Thanks to vivify93 on Slick forum I found all the info I need. Dragonsbrethren made a document about the Final Fantasy Advance and Chrono Trigger DS Font Specifications available here: http://www.romhacking.net/documents/435/.
Now I'll be able to integrated the font to selection lists in my editor, the problem being beyond letters, there is a variety of symbols (like the elements) that cannot be generated with the keyboard, so I'll generate the actual graphics of the characters. I'll make a section in the editor to edit the font also.