A
Agahnim
Guest
okay guys one more time i need your help.
me and leonhartGR decide to cooperate and translate the PC versions of FF7 and FF8 into Greek language.
so all i want is to change the damn widths of font characters. i already know that i need assembly but i'm not a programmer and i don't know this language yet
so please explain to me which of the FF8 files have the widths(menu.fs maybe?) and how i will changing them?
Info from an old topic i think it's helpful
me and leonhartGR decide to cooperate and translate the PC versions of FF7 and FF8 into Greek language.
so all i want is to change the damn widths of font characters. i already know that i need assembly but i'm not a programmer and i don't know this language yet
so please explain to me which of the FF8 files have the widths(menu.fs maybe?) and how i will changing them?
Info from an old topic i think it's helpful
maybe someone can help us. Thanx in advance guysFF8 use a table to indicate every font's width in dialog, I only found it in memory. I found the address by tracing the memory reading and writing the dialog data with SoftIce. I think you can search it in menu.fs.
the mem address is 01D2B900
every 4bits indicates a width of a font
the minimum is 00, the maximum is 0F