Lyrositor / CCScriptWriter

Extracts the dialogue from EarthBound and outputs it into a CCScript file.
6 stars 7 forks source link

Newline CCScript bug workaround #4

Closed mrtenda closed 10 years ago

mrtenda commented 11 years ago

The currently public version of CCScript (v1.337) has a bug where "newline" is compiled as [00] instead of [01]. The fix was made on github but the public version still has the bug.

See https://github.com/mraccident/ccscript_legacy/commit/76ac17bc8bffe8ed0dd6c1896420bf90acb758f5

You may want take out your [01] -> newline conversion in CCScripter because, although it is correct, the public version of CCScript will compile it incorrectly by default, resulting in erroneous newlines during gameplay.

mrtenda commented 10 years ago

This can be ignored now that a fixed version of CCScript is bundled with CoilSnake