mist: octagon: fix bug where map not properly displaying active switches

rol vs asl
This commit is contained in:
Vince Weaver 2020-07-11 20:17:16 -04:00
parent 9c5dda4d5f
commit bd07286014

View File

@ -49,7 +49,7 @@ mask_smc:
tay tay
skip_sprite: skip_sprite:
rol mask_smc+1 asl mask_smc+1
iny iny
iny iny
@ -87,8 +87,9 @@ draw_tower_line:
; set color ; set color
ldy TOWER_ROTATION ldy TOWER_ROTATION
ldx line_colors,Y
; only 4 hint rotations, so only change line color if one of those
ldx line_colors,Y
cpx #$77 cpx #$77
beq color_good beq color_good