summaryrefslogtreecommitdiff
path: root/include/unk_020377F0.h
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-05-18 18:40:32 +0100
committerGitHub <noreply@github.com>2021-05-18 18:40:32 +0100
commit3a94a45070b5cdc5f4dc92a5f392afbfcfa00bea (patch)
treee2496f6679cfe9d819723906832007b423987a17 /include/unk_020377F0.h
parent4d8063e863fa441462fbcd787d5b4a9e81822bc4 (diff)
parent0162177c32a3b0f3047d360635b8bedce8e7bf95 (diff)
Merge pull request #376 from tgsm/scrcmd_24
Decompile scrcmd_24
Diffstat (limited to 'include/unk_020377F0.h')
-rw-r--r--include/unk_020377F0.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/include/unk_020377F0.h b/include/unk_020377F0.h
new file mode 100644
index 00000000..91276889
--- /dev/null
+++ b/include/unk_020377F0.h
@@ -0,0 +1,30 @@
+#ifndef POKEDIAMOND_UNK_020377F0_H
+#define POKEDIAMOND_UNK_020377F0_H
+
+struct Options;
+struct PlayerParty;
+
+// This struct gets created from a bunch of places, not just 0x02037CF0. This was
+// just the first place I (tgsm) found it being created.
+struct UnkStruct_02037CF0
+{
+ struct PlayerParty* party;
+ struct Options* options;
+ u16* name_buf;
+ u32 trainer_id;
+ u8 gender;
+ u8 unk11;
+ u8 unk12;
+ u8 party_count;
+ u8 unk14;
+ u8 unk15;
+ u8 unk16;
+ u8 padding;
+ u16 unk18;
+ u8 padding2[0x2];
+ BOOL has_national_dex;
+ u8 padding3[0xC];
+ BOOL unk2C;
+};
+
+#endif