diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-29 15:22:33 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-29 15:22:33 -0400 |
commit | d172b9ed71485e45f4896beb637ab536e10cc138 (patch) | |
tree | 05b1a4fd706d30cf065aa76017975ac7dba133bf /include/contest.h | |
parent | 0117d43fa758bfc12a8bf5c3dd09a625556a644c (diff) |
Merge structs at 02019348
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 11 |
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; |