diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-21 18:10:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-21 18:10:15 -0400 |
| commit | 936a47461dca6d21a6b63d9b3c4afc0c47fd6698 (patch) | |
| tree | 53781dcafda8376416ffa72e48111d7441b42db4 /src/f_op | |
| parent | 0831489b643b22759a4d664944740375bc76fa37 (diff) | |
| parent | 6ea1287d1bef0156a48e14d06281696a3310f4fb (diff) | |
Merge pull request #757 from mattias-blum/d_menu
d_menu work
Diffstat (limited to 'src/f_op')
| -rw-r--r-- | src/f_op/f_op_msg_mng.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/f_op/f_op_msg_mng.cpp b/src/f_op/f_op_msg_mng.cpp index 00ebfb66..b91c0ec4 100644 --- a/src/f_op/f_op_msg_mng.cpp +++ b/src/f_op/f_op_msg_mng.cpp @@ -36,28 +36,6 @@ struct mesg_header : JUTDataFileHeader { // first block is mesg_info }; -struct mesg_entry { - // mesg_entry() {} // fixes fopMsgM_selectMessageGet, but messes up getMesgEntry - - /* 0x00 */ u32 mDataOffs; - /* 0x04 */ u16 mMesgID; - /* 0x06 */ s16 mItemPrice; - /* 0x08 */ u16 mNextMessageID; - /* 0x0A */ u16 field_0x0a; - /* 0x0C */ u8 mTextboxType; - /* 0x0D */ u8 mDrawType; - /* 0x0E */ u8 mTextboxPosition; - /* 0x0F */ u8 mItemImage; - /* 0x10 */ u8 field_0x10; - /* 0x11 */ u8 mInitialSound; - /* 0x12 */ u8 mInitialCamera; - /* 0x13 */ u8 mInitialAnimation; - /* 0x14 */ u8 field_0x14; - /* 0x15 */ u8 field_0x15; - /* 0x16 */ u8 field_0x16; - /* 0x17 */ u8 field_0x17; -}; - struct mesg_info : JUTDataBlockHeader { /* 0x08 */ u16 mNumEntry; /* 0x0A */ u16 mEntrySize; |
