mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-22 06:20:02 -04:00
d_s_menu work
This commit is contained in:
+20
-7
@@ -15,20 +15,33 @@ public:
|
||||
|
||||
class menu_of_scene_class : public scene_class {
|
||||
public:
|
||||
struct info2_s {
|
||||
u8 field_0x0[0x24 - 0x00];
|
||||
u8* field_0x24;
|
||||
struct room_inf {
|
||||
char name[0x20];
|
||||
u8 field_0x20;
|
||||
char stageName[0x08];
|
||||
s8 roomNo;
|
||||
u8 startCode;
|
||||
s8 layerNo;
|
||||
};
|
||||
|
||||
struct info1_s {
|
||||
u8 field_0x0;
|
||||
info2_s* field_0x4;
|
||||
struct stage_inf {
|
||||
char name[0x20];
|
||||
u8 field_0x20;
|
||||
u8 roomNum;
|
||||
u8 field_0x22;
|
||||
u8 field_0x23;
|
||||
room_inf* roomPtr;
|
||||
};
|
||||
|
||||
struct menu_inf {
|
||||
u8 num;
|
||||
stage_inf* stage;
|
||||
};
|
||||
|
||||
/* 0x1C4 */ request_of_phase_process_class mPhs;
|
||||
/* 0x1CC */ mDoDvdThd_toMainRam_c* command;
|
||||
/* 0x1D0 */ mDoDvdThd_toMainRam_c* fontCommand;
|
||||
/* 0x1D4 */ info1_s* info;
|
||||
/* 0x1D4 */ menu_inf* info;
|
||||
/* 0x1D8 */ ResFONT* field_0x1d8;
|
||||
/* 0x1DC */ myFontClass* field_0x1dc;
|
||||
/* 0x1E0 */ u8 field_0x1e0;
|
||||
|
||||
Reference in New Issue
Block a user