hyperbx/Marathon

Object Placement string writing

Knuxfan24 opened this issue · 3 comments

When reading, the reader is successfully able to read Japanese characters, but is unable to properly write them, instead writing a question mark in its place.

When reading:
image

After saving and reading the saved file:
image

Issue seems to lie in the BINAWriter's string writer, as it is added to the list of strings to write correctly.

This should now be fixed as of commit f3d8c06.

Confirmed to be fixed by the above commit through usage in the Randomiser now demonstrating expected behaviour.