Skip to content

Commit

Permalink
Fix master -> upcoming compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo committed Jan 31, 2025
1 parent ee1b756 commit 3b4acc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/battle/gimmick/dynamax.c
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ DOUBLE_BATTLE_TEST("(DYNAMAX) G-Max Terror traps both opponents")
SINGLE_BATTLE_TEST("(DYNAMAX) Baton Pass passes G-Max Terror's escape prevention effect")
{
GIVEN {
ASSUME(gMovesInfo[MOVE_G_MAX_TERROR].argument == MAX_EFFECT_MEAN_LOOK);
ASSUME(GetMoveMaxEffect(MOVE_G_MAX_TERROR) == MAX_EFFECT_MEAN_LOOK);
PLAYER(SPECIES_GENGAR) { GigantamaxFactor(TRUE); }
OPPONENT(SPECIES_WOBBUFFET);
OPPONENT(SPECIES_WYNAUT);
Expand Down

0 comments on commit 3b4acc4

Please sign in to comment.