Skip to content

Commit

Permalink
Fixed tests on modern
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo committed Oct 30, 2023
1 parent f4be01f commit 71ba501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/battle/ability/sheer_force.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SINGLE_BATTLE_TEST("Sheer Force boosts power, but removes secondary effects of moves", s16 damage)
{
s32 j;
u32 ability, move;
u32 ability = 0, move = 0;

for (j = 1; j < MOVES_COUNT; j++)
{
Expand Down
2 changes: 1 addition & 1 deletion test/battle/hold_effect/white_herb.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ASSUMPTIONS
{
gItems[ITEM_WHITE_HERB].holdEffect == HOLD_EFFECT_RESTORE_STATS;
ASSUME(gItems[ITEM_WHITE_HERB].holdEffect == HOLD_EFFECT_RESTORE_STATS);
}

SINGLE_BATTLE_TEST("White Herb restores stats when they're lowered")
Expand Down

0 comments on commit 71ba501

Please sign in to comment.