ROM Hack Modify some text of TWEWY ?

Undi

TRASH 悲しい天使
OP
Member
Joined
Feb 22, 2014
Messages
344
Trophies
0
Age
28
XP
1,361
Country
Belgium
Hi !

I'd like to change some texts on the Rom of the game "The World Ends With You", on the NDS, but it contains no .Narc file, just a lot of .bin files, and when I works with a Hex editor, I can't find any text.

The only file I have found containing some text is the mestxt.bin file, but he is SOOOOO messed up...

I tried to go through the hex while short on the .nds file but we will say that the Rom is encrypted, because I can't find anything...

If you have a solution that will cool, thank you!

PS: I attached the specified file to my post.
PS²: Sorry for my bad english !
 

Attachments

  • mestxt.zip
    404 KB · Views: 184
D

Deleted User

Guest
The text is not encrypted, it uses a custom encoding.
2252_World_Ends_With_You_The_U_SQUi_RE_49_7.png

A simple relative search will get you the text. I used this one because it's the only i got working on x64 windows but there are many others-
http://www.romhacking.net/utilities/513/

The text is 16bit encoded rather than 8 so you will need to use the wildcard function in that program.
 
D

Deleted User

Guest
Click 'Enable wildcard'.Then when you want to use a wildcard type *.

Since the game is 16 bit encoded, it uses 2 bytes for a letter instead of one. (8bits=1byte, 16bit=2bytes)

So instead of this
3A=a
you have this
3A00=a

The wild card simply is a placeholder for an unknown value. monkey moore only supports 8 bit tables, so how will you account for the second byte? You use a wildcard. The screenshot of the program on that link that I posted above should give you an idea of what I mean.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    S @ StealthD0g99: I think we as a society should take the Cave Johnson approach to scientific studies