summaryrefslogtreecommitdiff
path: root/include/unk_02088DD8.h
diff options
context:
space:
mode:
authortgsm <doodrabbit@hotmail.com>2021-05-15 23:23:13 -0400
committertgsm <doodrabbit@hotmail.com>2021-05-17 15:56:28 -0400
commit71c737c85b671425f887dd1670e200f95bfeb0cf (patch)
treeea7f944da8978b27adfc5acb1d75ce934c5c9160 /include/unk_02088DD8.h
parentf9914ba73615f66a0a9df5af362a4efd224ceb53 (diff)
Decompile scrcmd_24
Diffstat (limited to 'include/unk_02088DD8.h')
-rw-r--r--include/unk_02088DD8.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/unk_02088DD8.h b/include/unk_02088DD8.h
new file mode 100644
index 00000000..318a98fb
--- /dev/null
+++ b/include/unk_02088DD8.h
@@ -0,0 +1,19 @@
+#ifndef POKEDIAMOND_UNK_02088DD8_H
+#define POKEDIAMOND_UNK_02088DD8_H
+
+struct Options;
+struct PlayerData;
+struct Pokemon;
+
+struct UnkStruct_02088DD8
+{
+ struct Pokemon* pokemon;
+ struct PlayerData* player;
+ struct Options* options;
+ void* unkC;
+ u8 padding[0x5];
+ u8 unk15;
+ u8 padding2[0x2];
+};
+
+#endif