summaryrefslogtreecommitdiff
path: root/include/learn_move.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-12-12 20:07:09 -0600
committercamthesaxman <cameronghall@cox.net>2017-12-12 20:07:09 -0600
commit90eec979c948c480772549f6ec05a76b4f4cb605 (patch)
tree950090e440388aa06b3f9bd610272cad574b9bfd /include/learn_move.h
parent95a64284fdc2b063a49f1ad3edb8726ec0db0366 (diff)
fail at decompiling sub_80ABCDC
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