-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSPRITES.ASM
More file actions
186 lines (180 loc) · 10.3 KB
/
Copy pathSPRITES.ASM
File metadata and controls
186 lines (180 loc) · 10.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
.MODEL large
INCLUDE SPRITES.INC
.DATA?
PUBLIC spaceship, one_num, two_num, three_num, four_num, five_num, six_num, seven_num, eight_num, nine_num, zero_num
spaceship byte 17,11
byte PLAYERCOLOR,PLAYERCOLOR,PLAYERCOLOR,0,0,0,0,0,0,0,0
byte 0,PLAYERCOLOR,0,PLAYERCOLOR,PLAYERCOLOR,0,0,0,0,0,0
byte 0,PLAYERCOLOR,0,0,0,PLAYERCOLOR,0,0,0,0,0
byte 0,0,PLAYERCOLOR,0,0,PLAYERCOLOR,PLAYERCOLOR,0,0,0,0
byte 0,0,0,PLAYERCOLOR,0,PLAYERCOLOR,PLAYERCOLOR,PLAYERCOLOR,0,0,0
byte 0,0,0,PLAYERCOLOR,0,0,PLAYERCOLOR,PLAYERCOLOR,0,0,0
byte 0,0,PLAYERCOLOR,PLAYERCOLOR,0,0,0,0,PLAYERCOLOR,0,0
byte 0,PLAYERCOLOR,0,0,0,PLAYERCOLOR,PLAYERCOLOR,0,PLAYERCOLOR,0,0
byte 0,PLAYERCOLOR,0,0,0,PLAYERCOLOR,PLAYERCOLOR,PLAYERCOLOR,PLAYERCOLOR,PLAYERCOLOR,PLAYERCOLOR
byte 0,PLAYERCOLOR,0,0,0,0,0,0,PLAYERCOLOR,0,0
byte 0,0,PLAYERCOLOR,PLAYERCOLOR,0,0,0,0,PLAYERCOLOR,0,0
byte 0,0,0,PLAYERCOLOR,0,0,0,PLAYERCOLOR,0,0,0
byte 0,0,0,PLAYERCOLOR,0,0,0,PLAYERCOLOR,0,0,0
byte 0,0,PLAYERCOLOR,0,0,0,PLAYERCOLOR,0,0,0,0
byte 0,PLAYERCOLOR,0,0,0,PLAYERCOLOR,0,0,0,0,0
byte 0,PLAYERCOLOR,0,PLAYERCOLOR,PLAYERCOLOR,0,0,0,0,0,0
byte PLAYERCOLOR,PLAYERCOLOR,PLAYERCOLOR,0,0,0,0,0,0,0,0
one_num byte 5,6
byte 0,0,TEXTCOLOR,TEXTCOLOR,0,0
byte 0,TEXTCOLOR,0,TEXTCOLOR,0,0
byte 0,0,0,TEXTCOLOR,0,0
byte 0,0,0,TEXTCOLOR,0,0
byte 0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR
two_num byte 5,6
byte 0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
byte 0,0,0,0,0,TEXTCOLOR
byte 0,0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
byte 0,TEXTCOLOR,0,0,0,0
byte 0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR
three_num byte 5,6
byte 0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
byte 0,0,0,0,0,TEXTCOLOR
byte 0,0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
byte 0,0,0,0,0,TEXTCOLOR
byte 0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
four_num byte 5,6
byte 0,TEXTCOLOR,0,0,TEXTCOLOR,0
byte 0,TEXTCOLOR,0,0,TEXTCOLOR,0
byte 0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR
byte 0,0,0,0,TEXTCOLOR,0
byte 0,0,0,0,TEXTCOLOR,0
five_num byte 5,6
byte 0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR
byte 0,TEXTCOLOR,0,0,0,0
byte 0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
byte 0,0,0,0,0,TEXTCOLOR
byte 0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
six_num byte 5,6
byte 0,0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
byte 0,TEXTCOLOR,0,0,0,0
byte 0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
byte 0,TEXTCOLOR,0,0,0,TEXTCOLOR
byte 0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
seven_num byte 5,6
byte 0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR
byte 0,TEXTCOLOR,0,0,0,TEXTCOLOR
byte 0,0,0,0,TEXTCOLOR,0
byte 0,0,0,TEXTCOLOR,0,0
byte 0,0,TEXTCOLOR,0,0,0
eight_num byte 5,6
byte 0,0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
byte 0,TEXTCOLOR,0,0,0,TEXTCOLOR
byte 0,0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
byte 0,TEXTCOLOR,0,0,0,TEXTCOLOR
byte 0,0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
nine_num byte 5,6
byte 0,0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
byte 0,TEXTCOLOR,0,0,0,TEXTCOLOR
byte 0,0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR
byte 0,0,0,0,0,TEXTCOLOR
byte 0,0,0,0,0,TEXTCOLOR
zero_num byte 5,6
byte 0,0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
byte 0,TEXTCOLOR,0,0,TEXTCOLOR,TEXTCOLOR
byte 0,TEXTCOLOR,0,TEXTCOLOR,0,TEXTCOLOR
byte 0,TEXTCOLOR,TEXTCOLOR,0,0,TEXTCOLOR
byte 0,0,TEXTCOLOR,TEXTCOLOR,TEXTCOLOR,0
asteroid_field byte 34,32
byte P,P,P,P,P,P,P,P,P,0,P,P,P,P,P,P,P,P,P,0,P,P,P,P,P,P,P,P,P,0,P,P
byte P,0,0,0,0,0,0,0,P,0,P,0,0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,P,0
byte P,0,0,0,0,0,0,0,P,0,P,0,0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,P,0
byte P,0,0,0,0,0,0,0,P,0,P,0,0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,P,0
byte P,0,0,0,0,0,0,0,P,0,P,0,0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,P,0
byte P,0,0,0,0,0,0,0,P,0,P,P,0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,P,0
byte P,0,0,0,0,0,0,0,P,0,0,0,P,P,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,P,P
byte P,0,0,0,0,0,0,0,P,0,0,0,0,0,P,P,P,0,0,0,0,0,0,0,P,0,0,0,0,0,P,0
byte P,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,P,P,0,0,0,0,0,P,0,0,0,0,0,P,0
byte P,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,P,0,0,0,0,0,P,0
byte P,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,P,0,0,0,0,0,P,0
byte P,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,P,0,0,0,0,0,P,0
byte P,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,P,0,0,0,0,0,P,0
byte P,0,0,0,0,0,0,0,P,0,P,P,P,P,P,P,P,P,P,0,0,0,0,0,P,0,0,0,0,0,P,P
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,P,P,P,P,P,P,P,P,P,0,0,P,0,0,P,P,P,P,P
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,P,P,P,P,P,P,0,0,0,0,0,P,0,0,P,P,P,P,P
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,P,P,P,P,P
asteroid_field2 byte 34,41
byte P,P,P,P,P,P,P,0,P,P,P,P,P,P,P,P,P,0,P,P,P,P,P,P,P,P,P,0,0,P,0,0,P,P,P,P,P,P,0,0,0
byte 0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,P,0,P,0,0,0,0,0,0,0,P,0,0,P,0,0,P,0,0,0,0,0,P,0,0
byte 0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,P,0,P,0,0,0,0,0,0,0,P,0,0,P,0,0,P,0,0,0,0,0,0,P,0
byte 0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,P,0,P,0,0,0,0,0,0,0,P,0,0,P,0,0,P,0,0,0,0,0,0,0,P
byte 0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,P,0,P,0,0,0,0,0,0,0,P,0,0,P,0,0,P,0,0,0,0,0,0,0,P
byte 0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,P,0,P,0,0,0,0,0,0,0,P,0,0,P,0,0,P,0,0,0,0,0,0,0,P
byte P,P,P,0,0,0,0,0,P,P,P,P,P,P,P,P,P,0,P,0,0,0,0,0,0,0,P,0,0,P,0,0,P,0,0,0,0,0,0,0,P
byte 0,0,0,0,0,0,0,0,P,0,0,0,P,0,0,0,0,0,P,0,0,0,0,0,0,0,P,0,0,P,0,0,P,0,0,0,0,0,0,0,P
byte 0,0,0,0,0,0,0,0,P,0,0,0,P,0,0,0,0,0,P,0,0,0,0,0,0,0,P,0,0,P,0,0,P,0,0,0,0,0,0,0,P
byte 0,0,0,0,0,0,0,0,P,0,0,0,0,P,0,0,0,0,P,0,0,0,0,0,0,0,P,0,0,P,0,0,P,0,0,0,0,0,0,0,P
byte 0,0,0,0,0,0,0,0,P,0,0,0,0,0,P,0,0,0,P,0,0,0,0,0,0,0,P,0,0,P,0,0,P,0,0,0,0,0,0,0,P
byte 0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,P,0,0,P,0,0,0,0,0,0,0,P,0,0,P,0,0,P,0,0,0,0,0,0,0,P
byte 0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,P,0,0,P,0,0,0,0,0,0,0,P,0,0,P,0,0,P,0,0,0,0,0,0,0,P
byte P,P,P,P,P,P,P,0,P,0,0,0,0,0,0,0,P,0,P,P,P,P,P,P,P,P,P,0,0,P,0,0,P,P,P,P,P,P,P,P,P
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte P,P,P,P,P,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,P,P,P,P,P,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0
byte P,P,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,P,0,0,0,0,0,0,0,0,0,0,0,0
byte P,P,P,P,P,0,0,P,P,P,P,P,P,P,P,P,P,0,0,P,P,P,P,P,P,P,P,P,P,0,0,0,0,0,0,0,0,0,0,0,0
press_enter byte 26,29
byte P,P,P,P,P,0,P,P,P,P,P,0,P,P,P,P,P,0,P,P,P,P,P,0,P,P,P,P,P
byte P,0,0,0,P,0,P,0,0,0,P,0,P,0,0,0,0,0,P,0,0,0,0,0,P,0,0,0,0
byte P,P,P,P,P,0,P,P,P,P,P,0,P,P,P,0,0,0,P,P,P,P,P,0,P,P,P,P,P
byte P,0,0,0,0,0,P,0,0,P,0,0,P,0,0,0,0,0,0,0,0,0,P,0,0,0,0,0,P
byte P,0,0,0,0,0,P,0,0,0,P,0,P,P,P,P,P,0,P,P,P,P,P,0,P,P,P,P,P
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte P,P,P,P,P,0,P,0,0,0,P,0,P,P,P,P,P,0,P,P,P,P,P,0,P,P,P,P,P
byte P,0,0,0,0,0,P,P,0,0,P,0,0,0,P,0,0,0,P,0,0,0,0,0,P,0,0,0,P
byte P,P,P,0,0,0,P,0,P,0,P,0,0,0,P,0,0,0,P,P,P,0,0,0,P,P,P,P,P
byte P,0,0,0,0,0,P,0,0,P,P,0,0,0,P,0,0,0,P,0,0,0,0,0,P,0,0,P,0
byte P,P,P,P,P,0,P,0,0,0,P,0,0,0,P,0,0,0,P,P,P,P,P,0,P,0,0,0,P
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,P,P,P,P,P,0,P,P,P,P,P,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,P,0,0,0,P,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,P,0,0,0,P,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,P,0,0,0,P,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,P,0,0,0,P,P,P,P,P,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
byte P,P,P,P,P,0,P,P,P,P,P,0,P,P,P,P,P,0,P,P,P,P,P,0,P,P,P,P,P
byte P,0,0,0,0,0,0,0,P,0,0,0,P,0,0,0,P,0,P,0,0,0,P,0,0,0,P,0,0
byte P,P,P,P,P,0,0,0,P,0,0,0,P,0,0,0,P,0,P,P,P,P,P,0,0,0,P,0,0
byte 0,0,0,0,P,0,0,0,P,0,0,0,P,P,P,P,P,0,P,0,0,P,0,0,0,0,P,0,0
byte P,P,P,P,P,0,0,0,P,0,0,0,P,0,0,0,P,0,P,0,0,0,P,0,0,0,P,0,0
END