fix spinner character on ][+

This commit is contained in:
4am 2021-06-11 14:36:03 -04:00
parent d5945a7293
commit 7d2c1bb12b

View File

@ -160,6 +160,13 @@ gb_get_hi:
decrunch: decrunch:
!IF SHOW_PROGRESS_DURING_DECRUNCH = 1 { !IF SHOW_PROGRESS_DURING_DECRUNCH = 1 {
lda $FBB3
cmp #$EA
bne +
lda #$A1 ; use ! instead of | for initial spinner animation
sta progress_char+1
sta progress_char+5
+
; ------------------------------------------------------------------- ; -------------------------------------------------------------------
; show initial on-screen progress UI ; show initial on-screen progress UI
; ;