[SMW Hacking] Building a Point‑and‑Click Engine on the SNES Using Sequential Blocks

SUPER-J11BIT

Member
Joined
Feb 20, 2025
Messages
31
I’ve been experimenting with a sequential “password block” system in Super Mario World using custom ASM blocks.
Each block increases a RAM counter only if it’s touched in the correct order, and a final door checks the value and automatically triggers the end‑level sequence.

What’s interesting is that this system isn’t just useful for puzzles or passwords.
It can actually serve as the foundation for a full point‑and‑click adventure engine on the SNES.

Why this works like a point‑and‑click system
Each block can represent an “object” or “action”

The RAM counter becomes the game state (inventory, progress flags, dialogue states)
Conditional checks (CMP) allow for sequences, combinations, and branching logic
The final door can be replaced with events, cutscenes, transitions, etc.
With a handful of conditional blocks and a few free RAM addresses, you can build:

branching dialogues
collectible items
puzzles based on sequences or combinations
doors or events that unlock only after certain actions
scripted scenes
even a basic SCUMM‑style interaction system

I’m expanding the system further, but even in its current form it already allows levels to behave more like an adventure game than a platformer.

:unsure::cool:
 
My Concept for a SNES‑Style Point‑and‑Click Adventure

I’m developing a unique concept: a point‑and‑click adventure designed as if it were truly built for the Super Nintendo back in the ’90s, but with a creative twist that gives it its own identity.
In classic point‑and‑click games, the cursor is just a simple pointer.In my project, the cursor is actually Mario flying.
  • I use Mario’s flying sprite as the pointer.
  • I visually “hide” him so he behaves like a real cursor.
  • This means the main character can’t die just because you clicked the wrong spot—the cursor is its own character, separate from the protagonist.
It’s a fun solution born from a technical limitation, turned into a stylistic feature.
I remembered an amazing game: DUNE (1992).It used static screens with transitions between scenes, creating a strong atmosphere.

That sparked the idea:my point‑and‑click games will use the same structure.

Why it works:
  • Static screens allow for more detailed SNES‑style graphics.
  • The SNES hardware fits perfectly with this approach.
  • The atmosphere becomes more cinematic and story‑driven.
  • Hardware limitations become a creative advantage.
This project blends:
  • SNES aesthetics
  • point‑and‑click mechanics
  • a character‑cursor hybrid
  • richly detailed static environments
It feels nostalgic, but with a fresh twist that makes it stand out.
This concept opens the door to:
  • intuitive interfaces designed for the SNES controller
  • small but charming animations
  • simple, accessible gameplay
  • a world built scene‑by‑scene, like the classics
 
For example, when I start working on my own Monkey Island game, it won’t look like the first picture, but like the second one. Basically, that’s how I imagine my game.

fGFk7Qp.png
(n)
qIE87ZT.png
(y)
 
My Concept for a SNES‑Style Point‑and‑Click Adventure

I’m developing a unique concept: a point‑and‑click adventure designed as if it were truly built for the Super Nintendo back in the ’90s, but with a creative twist that gives it its own identity.
In classic point‑and‑click games, the cursor is just a simple pointer.In my project, the cursor is actually Mario flying.


Hallo daar, ik hoorde van een kennis dat er een online casino is dat zich echt richt op spelers uit België en dat maakte me benieuwd. Ik meldde me aan via spinmama en startte met Money Train 2, maar mijn eerste rondes leverden alleen verlies op. In plaats van te stoppen besloot ik wat meer risico te nemen en activeerde ik plots een bonusfeature met een stevige uitbetaling. Die omslag van frustratie naar winst maakte de ervaring spannend genoeg om er nog eens terug te keren.


Why it works:
  • Static screens allow for more detailed SNES‑style graphics.
  • The SNES hardware fits perfectly with this approach.
  • The atmosphere becomes more cinematic and story‑driven.
  • Hardware limitations become a creative advantage.
This project blends:
  • SNES aesthetics
  • point‑and‑click mechanics
  • a character‑cursor hybrid
  • richly detailed static environments
It feels nostalgic, but with a fresh twist that makes it stand out.
This concept opens the door to:
  • intuitive interfaces designed for the SNES controller
  • small but charming animations
  • simple, accessible gameplay
  • a world built scene‑by‑scene, like the classics
i really like it
 
Back
Top