summaryrefslogtreecommitdiff
path: root/include/msg_data.h
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-06-20 12:13:15 -0400
committerGitHub <noreply@github.com>2020-06-20 12:13:15 -0400
commit16b091058e6135f9b7875fcf074d812d610df380 (patch)
tree3e766233037a6058d704f695204ff3e23e7edac8 /include/msg_data.h
parent01c4d4b1858149c2da1ce76368ac861f16fd066d (diff)
parentae9380cad03effaef52810db07105ca3f2c1a3f8 (diff)
Merge pull request #179 from PikalaxALT/pikalax_work
msgdata
Diffstat (limited to 'include/msg_data.h')
-rw-r--r--include/msg_data.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/msg_data.h b/include/msg_data.h
deleted file mode 100644
index debacc79..00000000
--- a/include/msg_data.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef POKEDIAMOND_MSG_DATA_H
-#define POKEDIAMOND_MSG_DATA_H
-
-struct MsgData
-{
- u16 unk0;
- u16 unk2;
- u16 unk4;
- u16 unk6;
- union {
- u16 * raw;
- NARC * narc;
- } data;
-};
-
-struct MsgData * NewMsgDataFromNarc(u32 type, u32 narcId, u32 msgId, u32 heapno);
-u16 * FUN_0200A914(struct MsgData *, u32);
-void DestroyMsgData(struct MsgData *);
-
-#endif //POKEDIAMOND_MSG_DATA_H