Language…
10 users online:  bebn legg, bradcomp, DanMario24YT, DaveStateGaming, Dennsen86,  idol, oliver1, playagmes169,  Sayuri, signature_steve - Guests: 322 - Bots: 430
Users: 64,795 (2,372 active)
Latest user: mathew

Overworld under overworld

Im am actually sorry to be asking this because im 99% sure that you guys get irritated when people ask about stuff from VLDC9 but I am confused on something, in the main over of the rom hack the world does a thing where some of it like disappears and reveals more levels under the actual map, is it possible to do this? If so then how? Thanks for your help!
-------------------------------------------------------
Ive restarted it
Name:Super Mario Endless World
World 1: 100%
World 2: 100%
World 3: 30%
World 4: 2%
World 5: 2%
World 6: 2%
World 7: 2%
World 8: 2%
World 9: 2%
Special world: 15%
Star world: 10


I assume you're referring to e.g. the underground part of the ice world on the map? If so, it's doable, but you'd have to write some ASM code in order to do it. That effect is actually done by manually rewriting the tiles row by row.

It's actually a fairly simple effect to recreate, though. You just to create two tables of the 8x8 tiles to use in both their revealed and unrevealed states, then use a DMA to upload that table to VRAM when Mario hits a certain position on the map.

Obviously, though, you'd need to know how to write ASM code to do that. If you're interested, this tutorial will give you a fairly good introduction, and this video will provide an overview of how DMA works.

Professional frame-by-frame time wizard. YouTube - Twitter - SMW Glitch List - SMW Randomizer
Ok thanks I apreciate it
-------------------------------------------------------
Ive restarted it
Name:Super Mario Endless World
World 1: 100%
World 2: 100%
World 3: 30%
World 4: 2%
World 5: 2%
World 6: 2%
World 7: 2%
World 8: 2%
World 9: 2%
Special world: 15%
Star world: 10