Project Update
After running many tests with my sequential‑block system in Super Mario World, I reached a clear conclusion. The SMW engine simply cannot support a full point‑and‑click structure with items, object combinations, or a real inventory. The RAM limitations, the way sprites are handled, and the lack of dynamic object management make a SCUMM‑style system unrealistic.
However, this limitation pushed me toward a direction that fits the SNES hardware much better. While researching alternatives, I revisited the history of Simulmondo, the Italian studio active in the late eighties and early nineties. They produced episodic interactive adventures based on popular comic series like Dylan Dog, Diabolik, and Martin Mystère. Their games relied on static screens, simple interactions, minimal inventory, and a strong focus on atmosphere and storytelling.
This format aligns perfectly with what SMW can actually do. My system already supports scene transitions, dialogue choices, conditional events, and small scripted animations. These are the same building blocks that defined Simulmondo’s interactive adventures. Instead of forcing complex mechanics the engine cannot handle, I can embrace a style that feels authentic to the SNES era and still offers narrative depth.
The new direction is to create a SNES‑style interactive adventure inspired by Simulmondo’s structure. It will feature static backgrounds, simple choices, branching events, and a strong atmosphere without relying on an inventory system. This approach keeps the project technically feasible while preserving the charm and storytelling potential I wanted from the beginning.