summaryrefslogtreecommitdiff
path: root/include/msg_data.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-20 09:18:15 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-20 09:18:15 -0400
commit1386f29730b42a640fde1d568255dc10be4ac759 (patch)
treef5c98aba08075dd7c64ed0eb58af209a3d1872b3 /include/msg_data.h
parentb138e415a2c6b4e42a08e776cd482d91d50bbc2a (diff)
Name methods in msgdata.c and unk_02021934.s aka string16.s
Diffstat (limited to 'include/msg_data.h')
-rw-r--r--include/msg_data.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/include/msg_data.h b/include/msg_data.h
deleted file mode 100644
index 5d8dd387..00000000
--- a/include/msg_data.h
+++ /dev/null
@@ -1,42 +0,0 @@
-#ifndef POKEDIAMOND_MSG_DATA_H
-#define POKEDIAMOND_MSG_DATA_H
-
-#include "string16.h"
-
-struct UnkStruct_200A394_4
-{
- u32 unk0;
- u32 unk4;
-};
-
-struct UnkStruct_200A394
-{
- u16 unk0;
- u16 unk2;
- struct UnkStruct_200A394_4 unk4[1];
-};
-
-struct MsgData
-{
- u16 type;
- u16 heap_id;
- u16 narc_id;
- u16 file_id;
- union {
- struct UnkStruct_200A394 * raw;
- NARC * narc;
- } data;
-};
-
-struct MsgData * NewMsgDataFromNarc(u32 type, NarcId narcId, s32 msgId, u32 heapno);
-void DestroyMsgData(struct MsgData *);
-void FUN_0200A8E0(struct MsgData * msgData, u32 msg_no, struct String * dest);
-struct String * FUN_0200A914(struct MsgData *, u32);
-u16 FUN_0200A940(struct MsgData * msgData);
-void DecryptCopyString(struct MsgData * msgData, u32 msg_no, u16 * dest);
-void GetSpeciesName(u16 species, u32 heap_id, u16 * dest);
-struct String * FUN_0200A9C4(u32 * a0, struct MsgData * msgData, u32 msgno, struct String * a3);
-struct String * FUN_0200AA14(u32 msg_no, u32 heapno);
-struct String * FUN_0200AA50(u16 species, u32 heap_id);
-
-#endif //POKEDIAMOND_MSG_DATA_H