Add thunder cage to trapping move array (#4426)
* Add thunder cage to trapping move array * align sTrappingMoves vertically
This commit is contained in:
parent
6bde095ae8
commit
fa53e97f0c
1 changed files with 10 additions and 1 deletions
|
@ -317,7 +317,16 @@ static const s32 sExperienceScalingFactors[] =
|
|||
|
||||
static const u16 sTrappingMoves[NUM_TRAPPING_MOVES] =
|
||||
{
|
||||
MOVE_BIND, MOVE_WRAP, MOVE_FIRE_SPIN, MOVE_CLAMP, MOVE_WHIRLPOOL, MOVE_SAND_TOMB, MOVE_MAGMA_STORM, MOVE_INFESTATION, MOVE_SNAP_TRAP,
|
||||
MOVE_BIND,
|
||||
MOVE_WRAP,
|
||||
MOVE_FIRE_SPIN,
|
||||
MOVE_CLAMP,
|
||||
MOVE_WHIRLPOOL,
|
||||
MOVE_SAND_TOMB,
|
||||
MOVE_MAGMA_STORM,
|
||||
MOVE_INFESTATION,
|
||||
MOVE_SNAP_TRAP,
|
||||
MOVE_THUNDER_CAGE
|
||||
};
|
||||
|
||||
static const u16 sBadgeFlags[8] = {
|
||||
|
|
Loading…
Reference in a new issue