d_s_room OK (#2033)

This commit is contained in:
hatal175
2024-01-16 04:20:47 -08:00
committed by GitHub
parent ead852383f
commit b27b6b287c
11 changed files with 155 additions and 538 deletions
+14
View File
@@ -1,5 +1,19 @@
#ifndef D_S_D_S_ROOM_H
#define D_S_D_S_ROOM_H
#include "f_op/f_op_scene_mng.h"
class dStage_roomDt_c;
class room_of_scene_class : public scene_class {
public:
/* 0x1C4 */ request_of_phase_process_class field_0x1c4;
/* 0x1CC */ void* mpDzrRes;
/* 0x1D0 */ dStage_roomDt_c* mpRoomDt;
/* 0x1D4 */ s8 field_0x1d4;
/* 0x1D5 */ u8 field_0x1d5;
/* 0x1D6 */ u8 field_0x1d6[2];
/* 0x1D8 */ u8 field_0x1d8;
};
#endif /* D_S_D_S_ROOM_H */