Skip to content

Commit

Permalink
fix math error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bismurphy committed Jan 1, 2025
1 parent 885f676 commit 296d0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dra/5D5BC.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ void ClearStatBuffs(void) {
}
}

// Gives 4096 frames of a stat buff. This is about 45 seconds.
// Gives 4096 frames of a stat buff. This is about 68 seconds.
void GiveStatBuff(s32 i) { g_StatBuffTimers[i] = 0x1000; }

s32 GetStatBuffTimer(s32 i) { return g_StatBuffTimers[i]; }
Expand Down

0 comments on commit 296d0bc

Please sign in to comment.