Your request seems a little broad.
Are you asking for a full
compiler? If you want to write your own sprites/patches/etc. in JavaScript, that's not practical: the generated ASM code will be unoptimized, and it won't use the RAM in the same way SMW does. If you want to write your own code for SMW hacks, there's really no way around learning ASM yourself.
Out of curiosity, if you do want to write JavaScript code for SMW, what would it look like?
(a slightly more constructive answer: there's
an SNES ASM compiler for the C language, and I'm sure there are programs that can translate JavaScript to C.)
--------------------
Follow Us On