Skip to content

Commit

Permalink
use a less strange number
Browse files Browse the repository at this point in the history
  • Loading branch information
macabeus committed Jan 31, 2025
1 parent 298f62b commit 0a2fb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/enemies/marun.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ void Task_806394C(void)

if ((gStageData.unk4 != 1 && gStageData.unk4 != 2 && gStageData.unk4 != 4)) {
s32 rangedTimer = (++enemy->timer) << 16;
s32 limit = ZONE_TIME_TO_INT(0, 393216);
s32 limit = ZONE_TIME_TO_INT(6553, 36);
if (rangedTimer > limit || res < 0) {
Sprite *s = &enemy->s;

Expand Down

0 comments on commit 0a2fb5e

Please sign in to comment.