-
Notifications
You must be signed in to change notification settings - Fork 0
/
Graphics.event
124 lines (100 loc) · 1.73 KB
/
Graphics.event
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
ALIGN 4
snekIMG:
SHORT 0 440
#incext png2dmp "Graphics\snek.png"
ALIGN 4
snekPAL:
SHORT 0 8
#incext png2dmp "Graphics\snek.png" --palette-only
ALIGN 4
heckIMG:
SHORT 0 64
#incext png2dmp "Graphics\heck.png"
ALIGN 4
heckmirrorIMG:
SHORT 0 64
#incext png2dmp "Graphics\heckmirror.png"
ALIGN 4
titlescreenIMG:
SHORT 0 9600
#incbin "Graphics\titlescreen.img.bin"
ALIGN 4
titlescreenPAL:
SHORT 0 128
#incbin "Graphics\titlescreen.pal.bin"
ALIGN 4
winscreenIMG:
SHORT 0 9600
#incbin "Graphics\winscreen.img.bin"
ALIGN 4
winscreenPAL:
SHORT 0 128
#incbin "Graphics\winscreen.pal.bin"
ALIGN 4
titlescreenTSA:
SHORT 0 320
#incbin "Graphics\titlescreen.tsa.bin"
ALIGN 4
presstartIMG:
SHORT 0 256
#incext png2dmp "Graphics\pressstart.png"
ALIGN 4
presstartTSA:
SHORT 0 25
#incbin "Graphics\pressstart.tsa.bin"
ALIGN 4
speedIMG:
SHORT 0 416
#incext png2dmp "Graphics\speed.png"
ALIGN 4
slowTSA:
SHORT 0 25
#incbin "Graphics\slow.tsa.bin"
ALIGN 4
normalTSA:
SHORT 0 25
#incbin "Graphics\normal.tsa.bin"
ALIGN 4
fastTSA:
SHORT 0 25
#incbin "Graphics\fast.tsa.bin"
ALIGN 4
tasTSA:
SHORT 0 25
#incbin "Graphics\tas.tsa.bin"
ALIGN 4
githubIMG:
SHORT 0 144
#incext png2dmp "Graphics\github.png"
ALIGN 4
githubTSA:
SHORT 0 9
#incbin "Graphics\github.tsa.bin"
ALIGN 4
credits1IMG:
SHORT 0 256
#incext png2dmp "Graphics\credits1.png"
ALIGN 4
credits2IMG:
SHORT 0 256
#incext png2dmp "Graphics\credits2.png"
ALIGN 4
credits3IMG:
SHORT 0 256
#incext png2dmp "Graphics\credits3.png"
ALIGN 4
credits4IMG:
SHORT 0 256
#incext png2dmp "Graphics\credits4.png"
ALIGN 4
credits5IMG:
SHORT 0 256
#incext png2dmp "Graphics\credits5.png"
ALIGN 4
backgroundgridTSA:
SHORT 0 320
#incbin "Graphics\backgroundgrid.tsa.bin"
ALIGN 4
scoreTSA:
SHORT 0 32
#incbin "Graphics\score.tsa.bin"