mirror of
https://github.com/jeremysrand/BuGS.git
synced 2025-01-01 01:30:27 +00:00
Fix bugs that cause the centipede segment to drop as if poisoned when it reaches the bottom half of the screen.
This commit is contained in:
parent
ab5f5c6299
commit
dc5ab4720d
@ -338,7 +338,7 @@ updateSegmentLeftSlow_checkDir anop
|
|||||||
lda segmentTileOffsetsUL,y
|
lda segmentTileOffsetsUL,y
|
||||||
tax
|
tax
|
||||||
lda tileLeft,x
|
lda tileLeft,x
|
||||||
cmp #LHS_FIRST_TILE*SIZEOF_TILE_INFO
|
cmp #LHS_FIRST_TILE_OFFSET
|
||||||
bge updateSegmentLeftSlow_changeDir
|
bge updateSegmentLeftSlow_changeDir
|
||||||
tax
|
tax
|
||||||
lda tileType,x
|
lda tileType,x
|
||||||
@ -635,7 +635,7 @@ updateSegmentRightSlow_checkDir anop
|
|||||||
lda segmentTileOffsetsUR,y
|
lda segmentTileOffsetsUR,y
|
||||||
tax
|
tax
|
||||||
lda tileRight,x
|
lda tileRight,x
|
||||||
cmp #RHS_FIRST_TILE*SIZEOF_TILE_INFO
|
cmp #RHS_FIRST_TILE_OFFSET
|
||||||
bge updateSegmentRightSlow_changeDir
|
bge updateSegmentRightSlow_changeDir
|
||||||
tax
|
tax
|
||||||
lda tileType,x
|
lda tileType,x
|
||||||
|
Loading…
Reference in New Issue
Block a user