-
Notifications
You must be signed in to change notification settings - Fork 57
/
GRAPHHOV.H
146 lines (139 loc) · 3.52 KB
/
GRAPHHOV.H
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
/* Hovertank 3-D Source Code
* Copyright (C) 1993-2014 Flat Rock Software
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
//////////////////////////////////////
//
// Graphics DEFINE file for .HOV
// IGRAB-ed on Thu Dec 02 11:07:46 1993
//
//////////////////////////////////////
#define MAN1PIC 0
#define MAN2PIC 1
#define MANDIE1PIC 2
#define MANDIE2PIC 3
#define MANDIE3PIC 4
#define MANDIE4PIC 5
#define MANDIE5PIC 6
#define WOMAN1PIC 7
#define WOMAN2PIC 8
#define WOMANDIE1PIC 9
#define WOMANDIE2PIC 10
#define WOMANDIE3PIC 11
#define WOMANDIE4PIC 12
#define WOMANDIE5PIC 13
#define BIGSHOTPIC 14
#define PSHOTPIC 15
#define MSHOTPIC 16
#define SHOTDIE1PIC 17
#define SHOTDIE2PIC 18
#define SHOTDIE3PIC 19
#define SHOTDIE4PIC 20
#define SHOTDIE5PIC 21
#define TANK1PIC 22
#define TANKDIE1PIC 23
#define TANKDIE2PIC 24
#define TANKDIE3PIC 25
#define TANKDIE4PIC 26
#define TANKDIE5PIC 27
#define MUTANT1PIC 28
#define MUTANT2PIC 29
#define MUTANT3PIC 30
#define MUTANT4PIC 31
#define MUTANTDIE1PIC 32
#define MUTANTDIE2PIC 33
#define MUTANTDIE3PIC 34
#define MUTANTDIE4PIC 35
#define MUTANTDIE5PIC 36
#define MUTANTSWINGPIC 37
#define MUTANTHITPIC 38
#define SHIELD1PIC 39
#define SHIELD2PIC 40
#define DRONE1PIC 41
#define DRONE2PIC 42
#define DRONE3PIC 43
#define DRONE4PIC 44
#define DRONEDIE1PIC 45
#define DRONEDIE2PIC 46
#define DRONEDIE3PIC 47
#define DRONEDIE4PIC 48
#define DRONEDIE5PIC 49
#define WARP1PIC 50
#define WARP2PIC 51
#define WARP3PIC 52
#define WARP4PIC 53
#define DASHPIC 54
#define DIGIT0PIC 55
#define DIGIT1PIC 56
#define DIGIT2PIC 57
#define DIGIT3PIC 58
#define DIGIT4PIC 59
#define DIGIT5PIC 60
#define DIGIT6PIC 61
#define DIGIT7PIC 62
#define DIGIT8PIC 63
#define DIGIT9PIC 64
#define SHIELDFULLPIC 65
#define SHIELDHALFPIC 66
#define SHIELDLOWPIC 67
#define EMPTYGUYPIC 68
#define SAVEDGUYPIC 69
#define DEADGUYPIC 70
#define REARMINGPIC 71
#define READYPIC 72
#define CHARGINGPIC 73
#define MAXPOWERPIC 74
#define ENDPIC 75
#define LOGOPIC 76
#define STARSPIC 77
#define TITLEPIC 78
#define DEATHPIC 79
#define MISSIONPIC 80
#define UFAPIC 81
#define MADUFAPIC 82
//
// Amount of each data item
//
#define NUMCHUNKS 86
#define NUMFONT 0
#define NUMFONTM 1
#define NUMPICS 83
#define NUMPICM 0
#define NUMSPRITES 0
#define NUMTILE8 72
#define NUMTILE8M 0
#define NUMTILE16 0
#define NUMTILE16M 0
#define NUMTILE32 0
#define NUMTILE32M 0
//
// File offsets for data items
//
#define STRUCTPIC 0
#define STARTFONT 1
#define STARTFONTM 1
#define STARTPICS 2
#define STARTPICM 85
#define STARTSPRITES 85
#define STARTTILE8 85
#define STARTTILE8M 86
#define STARTTILE16 86
#define STARTTILE16M 86
#define STARTTILE32 86
#define STARTTILE32M 86
//
// Thank you for using IGRAB!
//