diff options
Diffstat (limited to 'src/battle_controller_opponent.c')
-rw-r--r-- | src/battle_controller_opponent.c | 5 |
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) |