diff --git a/collision.s b/collision.s index b23c666..5ae9c71 100644 --- a/collision.s +++ b/collision.s @@ -29,8 +29,6 @@ intersectRectTerrain: ; Convert X to words and compute horizontal extent ; Note that X counts from right terrain edge lda rectParams - clc - adc rectParams+4 ; Reverse rect horizontally and #$fffe ; Force even sta rectParams diff --git a/gscats.2mg b/gscats.2mg index a9c9b2c..fe287e5 100644 Binary files a/gscats.2mg and b/gscats.2mg differ