summaryrefslogtreecommitdiff
path: root/src/battle_controller_opponent.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-07-01 17:54:51 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-07-01 17:54:51 -0400
commit4c2dce093c40de73cc9efa6325f9603aebedf2ab (patch)
tree57bd770b8b0ce253e5cbb09c49f59cea0fce2d09 /src/battle_controller_opponent.c
parentd7018c11494561eecd94c93b98a7980a063d7bf8 (diff)
Unify ChooseMoveStruct; name BattleStruct fields
Diffstat (limited to 'src/battle_controller_opponent.c')
-rw-r--r--src/battle_controller_opponent.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/battle_controller_opponent.c b/src/battle_controller_opponent.c
index f45e80198..1481ca220 100644
--- a/src/battle_controller_opponent.c
+++ b/src/battle_controller_opponent.c
@@ -1430,11 +1430,6 @@ void OpponentHandlecmd19(void)
OpponentBufferExecCompleted();
}
-struct ChooseMoveStruct
-{
- u16 moves[4];
-};
-
#if DEBUG
NAKED
void OpponentHandlecmd20(void)