-
Notifications
You must be signed in to change notification settings - Fork 26
/
MAPSABS.H
59 lines (56 loc) · 1.82 KB
/
MAPSABS.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
/* Catacomb Abyss 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.
*/
///////////////////////////////////////
//
// TED5 Map Header for ABS
//
///////////////////////////////////////
//
// Map Names
//
typedef enum {
TOWNE_CEMETARY_MAP, // 0
GARDEN_OF_TEARS_MAP, // 1
DEN_OF_ZOMBIES_MAP, // 2
MAUSOLEUM_GROUN_MAP, // 3
MAUSOLEUM_MAIN_MAP, // 4
MIKES_LEVEL_MAP, // 5
CRYPT_OF_UNDEAD_MAP, // 6
SUBVAULT_1_MAP, // 7
AQUADUCT_MAP, // 8
ORC_MINES_MAP, // 9
TROLLS_LAIR_MAP, // 10
DEMON_INFERNO_MAP, // 11
BATTLEGROUND_MAP, // 12
COVEN_OF_MAGES_MAP, // 13
INNER_SANCTUM_MAP, // 14
NEMESIS_HAUNT_MAP, // 15
PASSAGE_TO_SURF_MAP, // 16
BIG_JIMS_DOMAIN_MAP, // 17
NOLANS_NASTY_MAP, // 18
TILE_TESTER_3_MAP, // 19
TILE_TESTER_1_MAP, // 20
TILE_TESTER_2_MAP, // 21
GOOD_MAP_TO_USE_MAP, // 22
LASTMAP
} mapnames;
//
// TILEINFO offsets
//
#define ANIM 402
#define FLAGS (ANIM+NUMTILE16)