You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SonMapEd seems to completely ignore if Map_Sonic: is missing while ClownMapEd requires it, stating "file could not be assembled" if attempting to load the above.
The text was updated successfully, but these errors were encountered:
According to this, SonMapEd uses a partial 68k assembly parser which only implements the bare minimum needed to load mappings. I imagine that it ignores the label to the right of the '-' character, which explains why the lack of a definition for that label does not result in an error.
ClownMapEd uses a proper assembler, so it does not ignore the missing label.
I do have one idea for solving this issue: manually parse the very start of the file to determine the missing label, and then create a copy of the file with that label inserted at the beginning. ClownMapEd can then load that without error.
Until this is fixed, users will have to manually add the missing labels to their mappings themselves.
ClownMapEd can't load this while SonMapEd can:
SonMapEd seems to completely ignore if
Map_Sonic:
is missing while ClownMapEd requires it, stating "file could not be assembled" if attempting to load the above.The text was updated successfully, but these errors were encountered: