summaryrefslogtreecommitdiff
path: root/src/f_op
diff options
context:
space:
mode:
authormattias-blum <142374929+mattias-blum@users.noreply.github.com>2025-05-15 17:51:38 -0400
committermattias-blum <142374929+mattias-blum@users.noreply.github.com>2025-05-15 17:51:38 -0400
commit0a2e18900f5244073952de9062aa58cb8b1b268f (patch)
treec98d706ba2a790777c033b400d71b210dcf37886 /src/f_op
parent6da63960c1da5d2ae70ec7a340333b6257293b09 (diff)
more progress
Diffstat (limited to 'src/f_op')
-rw-r--r--src/f_op/f_op_msg_mng.cpp22
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 bb371bc0..ee754a36 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;