Skip to content

Commit

Permalink
Correcting typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Clownacy committed Sep 29, 2015
1 parent 1248e83 commit 8faa524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic3k.asm
Expand Up @@ -21083,7 +21083,7 @@ Touch_Monitor:
; In S&K, that was removed, and they are destroyed as normal.
; However, according to this code, if a monitor is upside down, and player is in reverse gravity,
; hitting the monitor from below will still make it fall.
; Playing with Debug Mode confims this.
; Playing with Debug Mode confirms this.
neg.w y_vel(a0) ; Reverse Sonic's y-motion
move.w #-$180,y_vel(a1)
tst.b routine_secondary(a1)
Expand Down

0 comments on commit 8faa524

Please sign in to comment.