Recent content by 1w_faith

  1. 1

    Hacking Homebrew ROM Hack Homebrew game Translation Project How can I translate a Nintendo DS rom as simply as possible? This is primarily about pure text changes!

    I happened to take a peek yesterday. The /data/system.txt is SHIFT_JIS. On Linux you can use iconv -f SHIFT_JIS input.txt to make it readable. Doesn't seem to work on /script/ folder files at all. Unicode SHIFTJISX0213 on the common.txt in /script/ gives some sort of dev comment(?) but it barely...