diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-07-01 17:54:51 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-07-01 17:54:51 -0400 |
commit | 4c2dce093c40de73cc9efa6325f9603aebedf2ab (patch) | |
tree | 57bd770b8b0ce253e5cbb09c49f59cea0fce2d09 /src/battle_controller_opponent.c | |
parent | d7018c11494561eecd94c93b98a7980a063d7bf8 (diff) |
Unify ChooseMoveStruct; name BattleStruct fields
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) |