22 #ifndef ACCESS_AMAZON_RESOURCES_H 23 #define ACCESS_AMAZON_RESOURCES_H 25 #include "common/scummsys.h" 26 #include "common/array.h" 27 #include "access/resources.h" 28 #include "access/font.h" 35 INV_BAITED_POLE = 67, INV_TORCH = 76, INV_KNIFE_SPEAR = 78
47 extern const int SIDEOFFR[];
48 extern const int SIDEOFFL[];
49 extern const int SIDEOFFU[];
50 extern const int SIDEOFFD[];
51 extern const int DIAGOFFURX[];
52 extern const int DIAGOFFURY[];
53 extern const int DIAGOFFDRX[];
54 extern const int DIAGOFFDRY[];
55 extern const int DIAGOFFULX[];
56 extern const int DIAGOFFULY[];
57 extern const int DIAGOFFDLX[];
58 extern const int DIAGOFFDLY[];
60 extern const int _travelPos[][2];
62 extern const int OVEROFFR[];
63 extern const int OVEROFFL[];
64 extern const int OVEROFFU[];
65 extern const int OVEROFFD[];
66 extern const int OVEROFFURX[];
67 extern const int OVEROFFURY[];
68 extern const int OVEROFFDRX[];
69 extern const int OVEROFFDRY[];
70 extern const int OVEROFFULX[];
71 extern const int OVEROFFULY[];
72 extern const int OVEROFFDLX[];
73 extern const int OVEROFFDLY[];
75 extern const int DEATH_CELLS[13][3];
77 extern const int CHAPTER_CELLS[17][3];
79 extern const int CHAPTER_TABLE[14][5];
81 extern const int CHAPTER_JUMP[14];
83 extern const int COMBO_TABLE[85][4];
85 extern const int ANTWALK[24];
87 extern const int ANTEAT[33];
89 extern const int ANTDIE[21];
91 extern const int PITWALK[27];
93 extern const int PITSTAB[21];
95 extern const int TORCH[12];
97 extern const int SPEAR[3];
99 extern const int OPENING_OBJS[10][4];
101 extern const byte MAP0[26];
102 extern const byte MAP1[27];
103 extern const byte MAP2[32];
105 extern const byte *
const MAPTBL[3];
107 extern const int DOWNRIVEROBJ[14][4];
113 enum { RIVER_START = 0, RIVER_END = 1 };
115 extern const int HELP1COORDS[2][4];
117 extern const int RIVER1OBJ[23][4];
119 extern const int CAST_END_OBJ[26][4];
120 extern const int CAST_END_OBJ1[4][4];
122 extern const int RMOUSE[10][2];
144 #define AMRES (*((Amazon::AmazonResources *)_vm->_res)) Definition: resources.h:44
Definition: amazon_resources.h:124
Definition: amazon_resources.h:38