File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
stz newx
11
11
stz newy
12
12
13
- sec ; BANK 1
13
+ clc ; BANK 0
14
14
jsr vtui_set_bank
15
15
16
16
stz $9F20
24
24
dex
25
25
bne -
26
26
27
- clc ; BANK 0
27
+ sec ; BANK 1
28
28
jsr vtui_set_bank
29
29
30
30
lda xcord
35
35
sta r1l ; Width
36
36
sta r2l ; Height
37
37
lda #$80 ; Save to VRAM
38
- sec ; Bank 1
38
+ clc ; Bank 0
39
39
stz r0l ; ADDR $0000
40
40
stz r0h
41
41
jsr vtui_save_rect
@@ -102,7 +102,7 @@ move_logo:
102
102
lda #1
103
103
sta r0h
104
104
lda #$80 ; Restore from VRAM
105
- sec ; Bank 1
105
+ clc ; Bank 0
106
106
jsr vtui_rest_rect
107
107
108
108
lda newx
@@ -116,7 +116,7 @@ move_logo:
116
116
lda #1
117
117
sta r0h
118
118
lda #$80 ; Save to VRAM
119
- sec ; Bank 1
119
+ clc ; Bank 0
120
120
jsr vtui_save_rect
121
121
122
122
lda newx
@@ -127,7 +127,7 @@ move_logo:
127
127
sta r1l ; Width
128
128
sta r2l ; Height
129
129
lda #$80 ; Restore from VRAM
130
- sec ; Bank 1
130
+ clc ; Bank 0
131
131
stz r0l ; ADDR $0000
132
132
stz r0h
133
133
jsr vtui_rest_rect
You can’t perform that action at this time.
0 commit comments