Add thunder cage to trapping move array (#4426)

* Add thunder cage to trapping move array

* align sTrappingMoves vertically
This commit is contained in:
sneed 2024-04-22 11:42:46 +03:00 committed by GitHub
parent 6bde095ae8
commit fa53e97f0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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] = {