Skip to content

Commit

Permalink
missed hardcoded val
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexOn1ine committed Dec 29, 2024
1 parent 05d8aa5 commit 8bd6e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -4369,7 +4369,7 @@ static inline u32 SetStartingSideStatus(u32 flag, u32 side, u32 message, u32 ani
{
gBattlerAttacker = side;
gBattleCommunication[MULTISTRING_CHOOSER] = message;
gSideStatuses[B_SIDE_PLAYER] |= flag;
gSideStatuses[side] |= flag;
gBattleScripting.animArg1 = anim;
if (gBattleStruct->startingStatusTimer)
*timer = gBattleStruct->startingStatusTimer;
Expand Down

0 comments on commit 8bd6e52

Please sign in to comment.