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
1 changed files with 3 additions and 2 deletions

View File

@ -49,7 +49,7 @@ mask_smc:
tay
skip_sprite:
rol mask_smc+1
asl mask_smc+1
iny
iny
@ -87,8 +87,9 @@ draw_tower_line:
; set color
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
beq color_good