Translation Suzumiya Haruhi no Chokuretsu (NDS) -Translation success- Need Advice

Cerber4444

New Member
OP
Newbie
Joined
Oct 15, 2021
Messages
4
Trophies
0
Age
26
XP
61
Country
Uzbekistan
Hello again. I successfully modified this game and put the english text in one text line. But find out one issue- I cant insert more characters in line than it was in japanese. Its like limited, and trying to type more erases game code part and makes game unplayable. Do anybody knows how to remove this limits?

Haruhi 2.png



The red part is the game code that limits space for text:
Haruhi 3.png
 
Last edited by Cerber4444,

jonko_

Active Member
Newcomer
Joined
May 22, 2021
Messages
28
Trophies
0
Age
29
XP
741
Country
United States
Hi! So that's not game code surrounding it; that's more data for this scene. I don't know what all of it does yet, but I can tell you that this entire chunk is compressed and that the decompression subroutine lives at 0x2026190. You'll have to decompress it before you can begin editing it and once it's decompressed we'll have a better idea of what all the parts do which will give us a leg up on editing it.

The other thing you'll need to be thinking about is a font-width hack (half-width or variable-width). There are multiple lines in the game that fill up the entire box and there's no way you're going to be able to fit that in there with full-width characters, so you'll want to investigate that, too.
 
Last edited by jonko_,

Cerber4444

New Member
OP
Newbie
Joined
Oct 15, 2021
Messages
4
Trophies
0
Age
26
XP
61
Country
Uzbekistan
Hi! So that's not game code surrounding it; that's more data for this scene. I don't know what all of it does yet, but I can tell you that this entire chunk is compressed and that the decompression subroutine lives at 0x202190. You'll have to decompress it before you can begin editing it and once it's decompressed we'll have a better idea of what all the parts do which will give us a leg up on editing it.

The other thing you'll need to be thinking about is a font-width hack (half-width or variable-width). There are multiple lines in the game that fill up the entire box and there's no way you're going to be able to fit that in there with full-width characters, so you'll want to investigate that, too.
Can you guide me in all of that? Would be greatful for help.
 

master801

Well-Known Member
Member
Joined
Feb 24, 2011
Messages
1,135
Trophies
1
XP
2,475
Country
United States
Looking at the file, I'd guess that the text length byte is right before the text. Since it's all in SHIFT-JIS, it'd be text length * 2, since SHIFT-JIS takes up 2 bytes.

Even if it does work, the text will eventually be cut off due to font sizing.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: I swear like 99% of arcade games wouldn't even exist these days outside of MAME the arcade...