Hello every one
I'm a newbie to this 4rum, also to Rom Hacking (noob is not to be called a noob).
My luck stat is 0 so it it took me 30 minutes to register to this 4rum.
Anyway, I don't speak English but Japanese so please bear me if you find any vocabularical or grammatical mistake. I think it's enough for the introduce.
If you cannot see Kanji in my post, changes are you dont have the Japanese font. Please download here
http://www.mediafire.com/?dg5otb9hgdm
Main point:
Currently I'm working on Fireemblem 4 (Seisen no Keifu) and 3 (Monshou no nazo), I just want to translate the text to Vietnamese as a gift for friends. I read alot of documents here in this site and Google and I do know basic things such as table, pointer....
My worblem is: FE3 and FE4 use 3 bytes for each Kanji (though FE3 does use some 1 byte for some Kanji, and they ends at FF)
For example (just exam) in FE3:
0012A4=天
001332=æ–‡
0012F8=秋
........
They all have 00 at the head. But when I list the table as above, Windhex does not display Kanji properly. Instead of displays 0012A41332 as 天文. it displays 0012 (control code), A4 (a Hiragana character), 0013,....and so on.
Can you figure it? If my words are difficult to understand, I'll upload the table for you.
So Windhex can't display properly, meaning that the dumped text is wrong and I can't translate it. But I don't care, because there're sites as Pegasusknight.com that let you view the text of all FE games.
I fear that without display text properly in Windhex, I cannot insert the text after translating.
(Yeah, I finished with the translating, all text, all things displayed in the game)
Beside, if I list the table like
12A4=天
1332=æ–‡
12F8=秋
......
(get rid of the 00)
Then what do I list the 00 as?
Then, another prolem: If 2 or more Kanji on the same "board" in the game (such as 12A4=天, 12C6=島, 12F8=秋, 1332=文, 13CC=渡.....)
so the word 天秋 in hex is 0012A4F8 but Windhex doesn't understand, it displays 天F8 !!
So anyone can tell me how to handle with the problem?
Thank you very much.