mirror of
https://github.com/zeldaret/tp
synced 2026-08-10 19:17:28 -04:00
d_door_param2 / d_cam_param / d_gameover + some misc cleanup
This commit is contained in:
@@ -17,7 +17,6 @@ public:
|
||||
/* 0xF4 */ u32 field_0xf4;
|
||||
/* 0xF8 */ u16 mMode;
|
||||
/* 0xFA */ u8 mSelectedChoiceIdx;
|
||||
/* 0xFC */ int field_0xfc;
|
||||
}; // Size: 0x100
|
||||
}; // Size: 0xFC
|
||||
|
||||
#endif /* D_MSG_D_MSG_CLASS_H */
|
||||
|
||||
@@ -162,6 +162,7 @@ public:
|
||||
u8 getSelectPushFlag() { return mSelectPushFlag; }
|
||||
u8 getSelectCancelPos() { return mSelectCancelPos; }
|
||||
|
||||
/* 0x0FC */ int field_0xfc;
|
||||
/* 0x100 */ msg_class* field_0x100;
|
||||
/* 0x104 */ dMsgScrnBase_c* mpScrnDraw;
|
||||
/* 0x108 */ dMsgString_c* mpMsgString;
|
||||
|
||||
Reference in New Issue
Block a user