Is there a translation for Guru Logi Champ in the works?. It's still playable without, but it would be nice to see.
That's the one I mentioned that's incomplete, I played with it several years ago and tried putting English text into the intro, but I think it had to fit into the same number of characters (which doesn't really work for Japanese to English), unless I just missed something important in the scripting.Looking around a bit, I found this, but I never managed to get the patch to work, maybe you'll have better luck:
https://github.com/Normmatt/Guru-Logic-Champ-GBA-Translation

I also went into that problem, but look at this solution said by @Vague Rant: (see original post)That's the one I mentioned that's incomplete, I played with it several years ago and tried putting English text into the intro, but I think it had to fit into the same number of characters (which doesn't really work for Japanese to English), unless I just missed something important in the scripting.
Post automatically merged:
Idk if @Normmatt is still around and up for discussing it
Someone might want to alert Klarth to this if they're in contact with him, but I attempted to build Normmatt's Guru Logic Champ translation from the topic post and had it fail repeatedly in the Atlas script injection step.
Norm and I spent a while going back and forth on IRC trying to figure out what the issue was since it built fine for him, but I finally figured out that the issue was with Atlas's inability to handle Unix formatted line breaks in files --LF instead of Windows-style CRLF--particularly in table files. The (Unix-formatted) script file seemed to be parsing OK, but it would stall upon opening the (also Unix-formatted) table file. After converting the file to use Windows-style linebreaks, I was able to build the translated ROM without issue.
Since the files are Windows-style on Norm's PC, it may be that it's GitHub converting the files on upload. Regardless of the cause, it might be worthwhile for Klarth to update his tool to support Unix-style linebreaks, if he's willing.


