Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMelon committed Dec 24, 2019
1 parent fd8c037 commit bb0a4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions s2.asm
Original file line number Diff line number Diff line change
Expand Up @@ -34292,8 +34292,8 @@ Sonic_GolfMeter:
move.w, #0,(Golf_accumulator).w
+
; CHECK FOR RESET HELD - BUT ONLY IF STRIKE MODE IS OFF
btst #0,(Golf_mode_status).w
bne.w GolfMeterMainCheck
;btst #0,(Golf_mode_status).w
;bne.w GolfMeterMainCheck
move.b (Ctrl_1_Held_Logical).w,d0
andi.b #button_B_mask|button_C_mask|button_A_mask,d0 ; look for button held
beq.s GolfResetRelease ; if not held, reset timer and move on
Expand Down

0 comments on commit bb0a4cf

Please sign in to comment.