mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-03 08:33:18 +00:00
fix spinner character on ][+
This commit is contained in:
parent
d5945a7293
commit
7d2c1bb12b
@ -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
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user