Here you can request help, advice, or even just generally discuss the ASM, level or otherwise, that will be added to the game.

SMW ram map: http://www.smwcentral.net/?p=map&type=ram
^ You can use this to get ideas. Any of these values can be modified during your level for whatever wacky effect you can imagine. A lot of it is even simple enough to bang out a quick levelasm code in 30 seconds.

Note: Deme will be making a list of what's already been inserted.

How to insert Levelasm in 1 easy step
1.0) Go here viewtopic.php?f=9&t=1228 and download Ersanio's level ASM + INIT (Chdata's A2MT version)
1.1) Dump all the files in your main folder
1.2) Go to start menu > accessories > command prompt, and copy that into the same folder
1.3) Open the level.asm file and change !freespace = $xxxxxxxx to some freespace. $938E00 is free in an expanded rom I checked. $21FE00 was free last time I checked the base rom.
1.4) Get xkas from somewhere and dump it in the main folder
1.5) Open levelcodes.asm and copy your levelasm code to the corresponding level
1.6) Open the command prompt in the folder and type [xkas level.asm ROMNAME.smc]
1.7) That's it.
Or refer to this video in which I successfully patch levelasm onto a clean rom http://www.youtube.com/watch?v=jk1Hsl-Hbts




