Reordered everything in moves_info.h to be in struct order
This commit is contained in:
parent
436ef7e59a
commit
3695f0317b
2 changed files with 4076 additions and 4081 deletions
File diff suppressed because it is too large
Load diff
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue