Reordered everything in moves_info.h to be in struct order

This commit is contained in:
Nephrite 2024-02-12 16:13:15 +09:00
parent 436ef7e59a
commit 3695f0317b
2 changed files with 4076 additions and 4081 deletions

File diff suppressed because it is too large Load diff

View file

@ -99,7 +99,7 @@ SINGLE_BATTLE_TEST("Upper Hand fails if the target moves first")
}
}
SINGLE_BATTLE_TEST("Upper Hand is boosted by Sheer Force") // why does this move need a special test?
SINGLE_BATTLE_TEST("Upper Hand is boosted by Sheer Force")
{
GIVEN {
ASSUME(gMovesInfo[MOVE_EXTREME_SPEED].category == DAMAGE_CATEGORY_PHYSICAL);