Room IDs: Difference between revisions

From Castlevania: Symphony of the Night Wiki
Jump to navigationJump to search
Created page with "Here is a diagram showing the ID numbers for each room in each zone of the game. I just gotta figure out how to upload images oops"
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Here is a diagram showing the ID numbers for each room in each zone of the game. I just gotta figure out how to upload images oops
Here is a diagram showing the ID numbers for each room in each zone of the game. This was originally created by Forat Negre on Discord :)
 
To find the ID for a room, set an emulator breakpoint on InitRoomEntities (for the appropriate overlay). Then, walk into the room of interest, and see what the `$a0` register is set to. This will be the ID of the room you're entering.
 
[[File:Map rooms.png|options|caption]]

Latest revision as of 00:39, 23 October 2024

Here is a diagram showing the ID numbers for each room in each zone of the game. This was originally created by Forat Negre on Discord :)

To find the ID for a room, set an emulator breakpoint on InitRoomEntities (for the appropriate overlay). Then, walk into the room of interest, and see what the `$a0` register is set to. This will be the ID of the room you're entering.

caption