summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/unk_02022450.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/unk_02022450.h b/include/unk_02022450.h
index 6228cc74..1224107a 100644
--- a/include/unk_02022450.h
+++ b/include/unk_02022450.h
@@ -1,6 +1,17 @@
#ifndef POKEDIAMOND_UNK_02022450_H
#define POKEDIAMOND_UNK_02022450_H
+struct CARD_Header {
+ u8 title[12];
+ u32 tid;
+ u16 maker_code;
+ u8 filler[44];
+ u32 header_40;
+ u32 header_44;
+ u32 header_48;
+ u32 header_4C;
+};
+
void FUN_02022450();
void Reset_To_File(const char* path);