Room IDs: Difference between revisions

From Castlevania: Symphony of the Night Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
Here is a diagram showing the ID numbers for each room in each zone of the game. It has been shared on discord and lost its original credit; hopefully someone can come along and claim responsibility for it as it is quite helpful!
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.
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]]
[[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