mist: always reset animate to 0 when change location

I feel like this might break stuff elsewhere :(
This commit is contained in:
Vince Weaver 2020-04-21 21:45:56 -04:00
parent 9313d72c31
commit d8d8563785
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -179,6 +179,7 @@ change_location:
; reset pointer to not visible, centered
lda #0
sta ANIMATE_FRAME
sta CURSOR_VISIBLE
lda #20
sta CURSOR_X