Skip to content

Commit

Permalink
sinbad: fix right-tilt on NTSC
Browse files Browse the repository at this point in the history
  • Loading branch information
sgadrat committed May 12, 2024
1 parent 713cae9 commit a1cb39a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions game-mod/characters/sinbad/states.asm
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ SINBAD_LEDGE_REPLACE_OFFSET = 6
sinbad_side_tilt_speed_update:
.(
; Do not change velocity from zero, it is certainly due to offground routine
lda player_a_velocity_h_low, x
bne proceed
lda player_a_velocity_h, x
bne proceed
rts
Expand Down

0 comments on commit a1cb39a

Please sign in to comment.