Skip to content

Commit

Permalink
Bigger sprite collision area
Browse files Browse the repository at this point in the history
  • Loading branch information
intoinside committed Nov 3, 2021
1 parent c6664cd commit 9768669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _utils.asm
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ SpriteCollision: {
lda SPRITES.X0
sta X1
clc
adc #$08
adc #$0b
sta X2
bcc !+
lda #$01
Expand All @@ -444,7 +444,7 @@ SpriteCollision: {
lda SPRITES.Y0
sta Y1
clc
adc #$08
adc #$0b
sta Y2

// REMIND: BMI means jump if a is lower than b
Expand Down

0 comments on commit 9768669

Please sign in to comment.