- Updated RoomEntrance constructor and Save method to accept a pointer to Rom instead of a reference, improving memory management. - Refactored data access methods to utilize the new pointer syntax for reading and writing ROM data. - Enhanced code readability and consistency by applying the pointer approach throughout the class methods.