Skip to content

Commit

Permalink
Fixed coordinate decomposition in checknumadj
Browse files Browse the repository at this point in the history
  • Loading branch information
QFSW committed Jul 11, 2019
1 parent 05b0c4d commit 809c994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/grid/gameover/checknumadj.asm
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ checknumadj PROC
MOV RDX, 0
DIV R13

MOV R8, RAX ; x
MOV R9, RDX ; y
MOV R8, RDX ; x
MOV R9, RAX ; y

left:
CMP R8, 0
Expand Down

0 comments on commit 809c994

Please sign in to comment.