summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-07-10 13:28:47 +0100
committerGitHub <noreply@github.com>2021-07-10 13:28:47 +0100
commita90be187f047da58dd05fbd4322719856b94fc13 (patch)
tree845d8dbe395227c709bd401d1d4e01f8eabfe467 /include
parentf7c8156c5bbcff485a212e39c57802fb98bdcd00 (diff)
parent795f3323f2649e89e3cfe89676bf0d0f182a6c5d (diff)
Merge pull request #430 from SNBeast/master
Decompile unk_02022450.s
Diffstat (limited to 'include')
-rw-r--r--include/unk_02022450.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/unk_02022450.h b/include/unk_02022450.h
new file mode 100644
index 00000000..1224107a
--- /dev/null
+++ b/include/unk_02022450.h
@@ -0,0 +1,18 @@
+#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);
+
+#endif //POKEDIAMOND_UNK_02022450_H