diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-22 19:00:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 19:00:30 +0100 |
commit | a440969d306d06d28a76712ecee3ed40cdeef24a (patch) | |
tree | 47febe26cb21da5fe67a21e6669a5af3106873f3 /include | |
parent | 9f3dc591c8d481d61e70afb5389e1d790d129803 (diff) | |
parent | a90be187f047da58dd05fbd4322719856b94fc13 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_02022450.h | 18 |
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 |