summaryrefslogtreecommitdiff
path: root/include/learn_move.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-12-23 13:32:58 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-12-23 13:32:58 -0500
commit65e35eb2195277214cfaecec183a2fba64e8e538 (patch)
treec073aceff1ceba29fdb4d65767a18a07c15c7117 /include/learn_move.h
parent6675a6782f3c9be808672aa12c061f1d3f1f5d2e (diff)
parentaa13f45ebb79aed62171fbfe654d8b542fc9aa6c (diff)
Merge branch 'master' into decompile_data
Diffstat (limited to 'include/learn_move.h')
-rw-r--r--include/learn_move.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/learn_move.h b/include/learn_move.h
index 7a05ea60b..85fbf046e 100644
--- a/include/learn_move.h
+++ b/include/learn_move.h
@@ -1,21 +1,6 @@
#ifndef GUARD_LEARN_MOVE_H
#define GUARD_LEARN_MOVE_H
-struct ContestMove
-{
- u8 effect;
- u8 contestCategory:3;
- u8 comboStarterId;
- u8 comboMoves[4];
-};
-
-struct ContestEffect
-{
- u8 effectType;
- u8 appeal;
- u8 jam;
-};
-
void sub_8132670(void);
#endif // GUARD_LEARN_MOVE_H