summaryrefslogtreecommitdiff
path: root/include/contest.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-29 15:22:33 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-29 15:22:33 -0400
commitd172b9ed71485e45f4896beb637ab536e10cc138 (patch)
tree05b1a4fd706d30cf065aa76017975ac7dba133bf /include/contest.h
parent0117d43fa758bfc12a8bf5c3dd09a625556a644c (diff)
Merge structs at 02019348
Diffstat (limited to 'include/contest.h')
-rw-r--r--include/contest.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/contest.h b/include/contest.h
index ff1492e81..87e75007a 100644
--- a/include/contest.h
+++ b/include/contest.h
@@ -425,17 +425,6 @@ struct ContestAppealMoveResults
u8 contestant;
};
-struct ContestMoveAnim
-{
- u16 species;
- u16 targetSpecies;
- bool8 hasTargetAnim :1;
- u8 contestant;
- u32 personality;
- u32 otId;
- u32 unk10;
-};
-
struct ContestFinalStandings
{
s32 totalPoints;