map-editor
Here are 78 public repositories matching this topic...
-
Updated
Aug 8, 2021 - C++
-
Updated
Jan 14, 2021 - C++
-
Updated
Aug 22, 2021 - C++
Currently, it's possible to enter hidden characters like newlines into the various comboboxes in events (and probably map headers, etc.). This can allow copy-paste errors to make their way into the final assembly files, which results in invalid assembler syntax.
For example, the following results in the assembler to output a literal newline in the event's macro, which is invalid syntax:


Goal:
AsIs: