Skip to content

zone addition #165

Jul 1, 2025 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

It does not determine which level the framework should load. It simply saves the value into a savefile, so you can determine which level the game should load.

Game Start of the dev menu by default loads into the rm_stage_tsz0 regardless of the value stored in a savefile:

                // Load a stage based on loaded global.stage_index from the save data
		switch global.stage_index
		{
			default:
				room_goto(rm_stage_tsz0);
		}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@TrianglyRU
Comment options

Answer selected by SonicVHSOfficial
@MarceloDPG
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants