mirror of
https://github.com/a2-4am/passport.git
synced 2024-11-17 05:04:38 +00:00
fix spinner character on ][+
This commit is contained in:
parent
d5945a7293
commit
7d2c1bb12b
@ -160,6 +160,13 @@ gb_get_hi:
|
||||
decrunch:
|
||||
|
||||
!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
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user