Pages: 1
Posted on 12-23-19, 03:31 pm
Newcomer


Karma: 5
Posts: 3/4
Since: 05-05-19
I want to make a rom hack with only 1 world but i don't want people to go to other worlds so how do I remove worlds and areas?
Posted on 12-24-19, 05:17 pm
Buzzy Beetle


Karma: 929
Posts: 295/394
Since: 11-20-15
There's no known easy way to remove worlds and areas nor to add new ones, other than ASM hacking.
_________________________
Posted on 12-25-19, 12:08 pm
Mariomaster

Karma: 8528
Posts: 1517/1681
Since: 06-09-12
You could hex edit the worldmap level node for 1-Castle and disable the "Go to next world" flag. That essentially makes worlds after that not unlockable.
_________________________
GitHub - Kuribo64 - YouTube
Posted on 12-28-19, 02:13 pm
Newcomer


Karma: 5
Posts: 4/4
Since: 05-05-19
How would I do that RicBent?
Posted on 12-29-19, 12:48 pm
Mariomaster

Karma: 8528
Posts: 1518/1681
Since: 06-09-12
You have to open the overlay 9 and find the data node of the first castle. This post and the following shows the data structures and where to find them: https://nsmbhd.net/thread/3422-literally-everything-you-need-to-know-about-worldmap-editing/?from=60#52379

The goto next world flag is bit 5 in the node structures.
_________________________
GitHub - Kuribo64 - YouTube
Pages: 1