Skip to content

Commit

Permalink
Fix tick rate not resetting after releasing down button
Browse files Browse the repository at this point in the history
  • Loading branch information
blaknite committed Jul 22, 2020
1 parent 7e1bb57 commit 7d798be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified dist/puzzles.gt1
Binary file not shown.
4 changes: 2 additions & 2 deletions src/puzzles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1531,17 +1531,17 @@ def board_pixel_address(x, y)

gt_loop "main" do
ld "buttonState"
ori 0b00110000
ori 0b00110100
xori 0b11111111
beq "handleInputDone"
call "eraseCurrentGem"
call "handleInputRotate"
call "handleInputSwitch"
call "handleInputUp"
call "handleInputDown"
call "handleInputLeft"
call "handleInputRight"
label "handleInputDone"
call "handleInputDown"

ld "frameCount"
xorw "lastFrame"
Expand Down

0 comments on commit 7d798be

Please sign in to comment.