MAPSARM.H 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* Catacomb Armageddon Source Code
  2. * Copyright (C) 1993-2014 Flat Rock Software
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation; either version 2 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License along
  15. * with this program; if not, write to the Free Software Foundation, Inc.,
  16. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  17. */
  18. ///////////////////////////////////////
  19. //
  20. // TED5 Map Header for ARM
  21. //
  22. ///////////////////////////////////////
  23. //
  24. // Map Names
  25. //
  26. typedef enum {
  27. TOWN_MORBIDITY_MAP, // 0
  28. DARK_FOREST_MAP, // 1
  29. GARDEN_OF_SOULS_MAP, // 2
  30. LOST_CITY_DAMND_MAP, // 3
  31. TEMPLE_OF_VIPER_MAP, // 4
  32. TORTURE_CHAMBER_MAP, // 5
  33. DEMONS_HOLD_MAP, // 6
  34. COLONY_FIRE_ANT_MAP, // 7
  35. HALL_WRETCH_POX_MAP, // 8
  36. LAIR_OF_SUCUBUS_MAP, // 9
  37. BLOOD_CHAMB_EYE_MAP, // 10
  38. FLAMING_INFERNO_MAP, // 11
  39. SUBTERR_RIVER_MAP, // 12
  40. CRYSTAL_MAZE_MG_MAP, // 13
  41. RAMPARTS_OF_NEM_MAP, // 14
  42. FORTRESS_OF_NEM_MAP, // 15
  43. PASSAGE_TO_SURF_MAP, // 16
  44. LASTMAP
  45. } mapnames;
  46. //
  47. // TILEINFO offsets
  48. //
  49. #define ANIM 402
  50. #define FLAGS (ANIM+NUMTILE16)