From d172b9ed71485e45f4896beb637ab536e10cc138 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 29 Jun 2021 15:22:33 -0400 Subject: Merge structs at 02019348 --- include/contest.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include/contest.h') 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; -- cgit v1.2.3