Progress! Figured out the control codes for spaces and newlines, so I have something that looks more like the correct dialogue here!
Screenshot at the left uses linebreaks from the PS1 version; version on the right is reformatted to fit the text box.
https://awoo.space/media/PlfCf-9VDErEm2cWohI https://awoo.space/media/-Axgt4wMw1VswaClMcs
Because it’s currently using a fullwidth space designed for Japanese text, and because the spacing between letters is slightly wider than it was in English, text formatted for the PS1 version doesn’t currently fit perfectly. I’ll be fixing that.
There *might* be a halfwidth space control character; I’ll be researching that. But I will definitely be modifying the spacing between characters, so if need be I’ll adjust the space size too.
Dug into the control codes a little more - it turns out the second byte of the space control code, `F90A`, controls the space size. Halving `0A` to `05` produces something (right) that seems to line up with the English version (left). https://awoo.space/media/RvdVQCixoqQSJCcEF6k https://awoo.space/media/EcnJxehiLZ0tRjeHdj8
Obviously the spacing between characters is still wrong, but I should be able to get that soon.