Language…
8 users online: Bettyfelony, fcast, FerpyMcFrosting, KingDemonic666, LightAligns, MiamidropzSMM2, MorrieTheMagpie, SonicandMarioGames1985 - Guests: 697 - Bots: 136
Users: 70,894 (2,286 active)
Latest user: Bettyfelony

Mockup (Level viewer) - the project that never shows serious progress

Look here and take a look at the latest "improvements". For one I changed the user interface library to something more low-level, additionally I made an emscripten version so everyone with a somehow modern browser/pc can take a look. Loading an unmodified ROM should be okayish, anything else is likely to crash your broswer (explicitly looking at firefox here).

For future steps I am about to write an relocating assembler; I will do this for performance reasons as I want this tool to work with a disassembly directly and this would mean reassembling the whole ROM for every change.

As always the source is here.

Happy C3.
Your layout has been removed.
High-tech! It would be cool if this ended up being an editor for SMW in your browser, but that would probably be a lot of work.

I was able to load a modified, unlocked ROM into the program, but the graphics don't display properly. I guess there's no ExGFX support yet?
Actually it should not be to difficult. The thing is, I do not want to depent to much on things I have no control over (i.e. LM Hacks like ExGFX). The thing that I could do is to run the (de-)compression routine of the rom and use its output instead of doing it by hand. If someone hijacks this routine I am probably just fine, if the RAM locations did not change.
Your layout has been removed.