diff options
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 |