Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Nov 3, 2024
1 parent 0c5b851 commit ead3ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/overworld/map_objects.asm
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ MovementFunction_BoulderDust:
add hl, de
ld a, [hl]
inc a
; add a
; add a ; commented out to reduce dust particles
ld hl, OBJECT_STEP_DURATION
add hl, bc
ld [hl], a
Expand Down

0 comments on commit ead3ab4

Please sign in to comment.