AERMRE 1.5.1
AER modding framework for Hyper Light Drifter.
sprite.h
Go to the documentation of this file.
1
22#ifndef AER_SPRITE_H
23#define AER_SPRITE_H
24
25#include <stddef.h>
26#include <stdint.h>
27
28/* ----- PUBLIC TYPES ----- */
29
30#define AER_SPRITE_SPRITE3368 AER_SPRITE_SPRITE3368 __attribute__((deprecated))
31#define AER_SPRITE_SPRITE3369 AER_SPRITE_SPRITE3369 __attribute__((deprecated))
32#define AER_SPRITE_SPRITE3370 AER_SPRITE_SPRITE3370 __attribute__((deprecated))
38typedef enum AERSpriteIndex {
44 AER_SPRITE_CRAZYBGCOLORS = 0x0,
45 AER_SPRITE_POINT = 0x1,
46 AER_SPRITE_PINKBLOCK = 0x2,
47 AER_SPRITE_WHITEPIXEL = 0x3,
48 AER_SPRITE_3VERTPIXELSCENTERED = 0x4,
49 AER_SPRITE_WHITEPIXELFADE = 0x5,
50 AER_SPRITE_WHITELINE8 = 0x6,
51 AER_SPRITE_BLACKPIXEL = 0x7,
52 AER_SPRITE_2WHITEPIXELS = 0x8,
53 AER_SPRITE_WHITEBLOCK = 0x9,
54 AER_SPRITE_BLOCK16 = 0xa,
55 AER_SPRITE_NONE = 0xb,
56 AER_SPRITE_DISTORTIONBASE = 0xc,
57 AER_SPRITE_BGPARALLAXBATTLEROOM02CLOUD = 0xd,
58 AER_SPRITE_BGTESTGRID = 0xe,
59 AER_SPRITE_BGCOLORS = 0xf,
60 AER_SPRITE_BGINFLOOR = 0x10,
61 AER_SPRITE_BGINPRLX1 = 0x11,
62 AER_SPRITE_BGINFLOORDREGS = 0x12,
63 AER_SPRITE_BGIN01BROKENSHALLOWSDODGE = 0x13,
64 AER_SPRITE_BGIN01BROKENSHALLOWSHARDLIGHT = 0x14,
65 AER_SPRITE_BGIN01BROKENSHALLOWSOVERLAY = 0x15,
66 AER_SPRITE_BGIN02TUTORIALDODGE = 0x16,
67 AER_SPRITE_BGIN02TUTORIALOVERLAY = 0x17,
68 AER_SPRITE_BGIN03TUTCOMBATDODGE = 0x18,
69 AER_SPRITE_BGIN03TUTCOMBATOVERLAY = 0x19,
70 AER_SPRITE_BGINBACKERTABLETDODGE = 0x1a,
71 AER_SPRITE_BGINBACKERTABLETOVERLAY = 0x1b,
72 AER_SPRITE_BGINDRIFTERFIREDODGE = 0x1c,
73 AER_SPRITE_BGINDRIFTERFIREOVERLAY = 0x1d,
74 AER_SPRITE_BGINHALUCINATIONDEATHDODGE = 0x1e,
75 AER_SPRITE_BGINHALUCINATIONDEATHOVERLAY = 0x1f,
76 AER_SPRITE_BGINHORIZONCLIFFDODGE = 0x20,
77 AER_SPRITE_BGINHORIZONCLIFFOVERLAY = 0x21,
78 AER_SPRITE_BGCFLOORDREGS = 0x22,
79 AER_SPRITE_BGCFLOORWORKSHOP = 0x23,
80 AER_SPRITE_BGCPRLXDREGS = 0x24,
81 AER_SPRITE_BGCSURFFLOOR = 0x25,
82 AER_SPRITE_BGCFLOORTEMP = 0x26,
83 AER_SPRITE_BGBATTLEROOM02DODGE = 0x27,
84 AER_SPRITE_BGBATTLEROOM02OVERLAY = 0x28,
85 AER_SPRITE_BGCBACKERTABLETXDODGE = 0x29,
86 AER_SPRITE_BGCBACKERTABLETXOVERLAY = 0x2a,
87 AER_SPRITE_BGCCENTRALDODGE = 0x2b,
88 AER_SPRITE_BGCCENTRALOVERLAY = 0x2c,
89 AER_SPRITE_BGCDREGSEDODGE = 0x2d,
90 AER_SPRITE_BGCDREGSEOVERLAY = 0x2e,
91 AER_SPRITE_BGCDREGSNDODGE = 0x2f,
92 AER_SPRITE_BGCDREGSNOVERLAY = 0x30,
93 AER_SPRITE_BGCDREGSSDODGE = 0x31,
94 AER_SPRITE_BGCDREGSSOVERLAY = 0x32,
95 AER_SPRITE_BGCDREGSWDODGE = 0x33,
96 AER_SPRITE_BGCDREGSWOVERLAY = 0x34,
97 AER_SPRITE_BGCDRIFTERWORKSHOPDODGE = 0x35,
98 AER_SPRITE_BGCDRIFTERWORKSHOPOVERLAY = 0x36,
99 AER_SPRITE_BGCVENAPOTHDODGE = 0x37,
100 AER_SPRITE_BGCVENAPOTHOVERLAY = 0x38,
101 AER_SPRITE_BGCVENDASHDODGE = 0x39,
102 AER_SPRITE_BGCVENDASHOVERLAY = 0x3a,
103 AER_SPRITE_BGCVENGUNDODGE = 0x3b,
104 AER_SPRITE_BGCVENGUNOVERLAY = 0x3c,
105 AER_SPRITE_BGCVENSDOJODODGE = 0x3d,
106 AER_SPRITE_BGCVENSDOJOOVERLAY = 0x3e,
107 AER_SPRITE_BGCVENSPECDODGE = 0x3f,
108 AER_SPRITE_BGCVENSPECOVERLAY = 0x40,
109 AER_SPRITE_BGPAXARENA1DODGE = 0x41,
110 AER_SPRITE_BGPAXARENA1OVERLAY = 0x42,
111 AER_SPRITE_BGPAXARENA2HARDLIGHT = 0x43,
112 AER_SPRITE_BGPAXARENA2OVERLAY = 0x44,
113 AER_SPRITE_BGPAXARENAALLDODGE = 0x45,
114 AER_SPRITE_BGPAXARENAALLOVERLAY = 0x46,
115 AER_SPRITE_BGPAXARENAEDODGE = 0x47,
116 AER_SPRITE_BGPAXARENAEOVERLAY = 0x48,
117 AER_SPRITE_BGPAXARENAWDODGE = 0x49,
118 AER_SPRITE_BGPAXARENAWOVERLAY = 0x4a,
119 AER_SPRITE_BGPAXSTAGINGDODGE = 0x4b,
120 AER_SPRITE_BGPAXSTAGINGOVERLAY = 0x4c,
121 AER_SPRITE_BGTELEVATORSHAFTDODGE = 0x4d,
122 AER_SPRITE_BGTELEVATORSHAFTOVERLAY = 0x4e,
123 AER_SPRITE_BGNSURFFLOOR = 0x4f,
124 AER_SPRITE_BGNFLOORLAB2 = 0x50,
125 AER_SPRITE_BGNINTERFLOOR = 0x51,
126 AER_SPRITE_BGNSNOWFLOOR = 0x52,
127 AER_SPRITE_BGNPRLXLAB1 = 0x53,
128 AER_SPRITE_BGNPRLXLAB2 = 0x54,
129 AER_SPRITE_BGNPRLXLIBRARY = 0x55,
130 AER_SPRITE_BGNPRLXMOONBG = 0x56,
131 AER_SPRITE_BGNPRLXBROKENBG = 0x57,
132 AER_SPRITE_BGNCCLIFFCAMPFIREDODGE = 0x58,
133 AER_SPRITE_BGNCCLIFFCAMPFIREOVERLAY = 0x59,
134 AER_SPRITE_BGNCCRUSHARENADODGE = 0x5a,
135 AER_SPRITE_BGNCCRUSHARENAOVERLAY = 0x5b,
136 AER_SPRITE_BGNCNPCHATCHERYDODGE = 0x5c,
137 AER_SPRITE_BGNCNPCHATCHERYOVERLAY = 0x5d,
138 AER_SPRITE_BGNLALTARTHRONEDODGE = 0x5e,
139 AER_SPRITE_BGNLALTARTHRONEOVERLAY = 0x5f,
140 AER_SPRITE_BGNLCAVEVAULTDODGE = 0x60,
141 AER_SPRITE_BGNLCAVEVAULTOVERLAY = 0x61,
142 AER_SPRITE_BGNLCRUSHBACKLOOPDODGE = 0x62,
143 AER_SPRITE_BGNLCRUSHBACKLOOPOVERLAY = 0x63,
144 AER_SPRITE_BGNLCRUSHTRANSITIONDODGE = 0x64,
145 AER_SPRITE_BGNLCRUSHTRANSITIONOVERLAY = 0x65,
146 AER_SPRITE_BGNLCRUSHWARPHALLDODGE = 0x66,
147 AER_SPRITE_BGNLCRUSHWARPHALLOVERLAY = 0x67,
148 AER_SPRITE_BGNLDROPARENADODGE = 0x68,
149 AER_SPRITE_BGNLDROPARENAOVERLAY = 0x69,
150 AER_SPRITE_BGNLDROPPITSDODGE = 0x6a,
151 AER_SPRITE_BGNLDROPPITSOVERLAY = 0x6b,
152 AER_SPRITE_BGNLDROPSPIRALOPENDODGE = 0x6c,
153 AER_SPRITE_BGNLDROPSPIRALOPENHARDLIGHT = 0x6d,
154 AER_SPRITE_BGNLDROPSPIRALOPENOVERLAY = 0x6e,
155 AER_SPRITE_BGNLEDROPBLOCKCULTFIGHTDODGE = 0x6f,
156 AER_SPRITE_BGNLEDROPBLOCKCULTFIGHTOVERLAY = 0x70,
157 AER_SPRITE_BGNLENTRANCEPATHDODGE = 0x71,
158 AER_SPRITE_BGNLENTRANCEPATHOVERLAY = 0x72,
159 AER_SPRITE_BGNLGAPHALLWAYDODGE = 0x73,
160 AER_SPRITE_BGNLGAPHALLWAYOVERLAY = 0x74,
161 AER_SPRITE_BGNLGAPOPENINGDODGE = 0x75,
162 AER_SPRITE_BGNLGAPOPENINGOVERLAY = 0x76,
163 AER_SPRITE_BGNLRISINGARENADODGE = 0x77,
164 AER_SPRITE_BGNLRISINGARENAOVERLAY = 0x78,
165 AER_SPRITE_BGNLSHRINEPATH2VAULTDODGE = 0x79,
166 AER_SPRITE_BGNLSHRINEPATH2VAULTOVERLAY = 0x7a,
167 AER_SPRITE_BGNLSTAIRASCENTDODGE = 0x7b,
168 AER_SPRITE_BGNLSTAIRASCENTOVERLAY = 0x7c,
169 AER_SPRITE_BGNLTOBROKENSHALLOWSDODGE = 0x7d,
170 AER_SPRITE_BGNLTOBROKENSHALLOWSOVERLAY = 0x7e,
171 AER_SPRITE_BGNLWARPROOMDODGE = 0x7f,
172 AER_SPRITE_BGNLWARPROOMOVERLAY = 0x80,
173 AER_SPRITE_BGNXAFTERTITANHARDLIGHT = 0x81,
174 AER_SPRITE_BGNXAFTERTITANOVERLAY = 0x82,
175 AER_SPRITE_BGNXCATHEDRALENTRANCEDODGE = 0x83,
176 AER_SPRITE_BGNXCATHEDRALENTRANCEOVERLAY = 0x84,
177 AER_SPRITE_BGNXCATHEDRALHALLDODGE = 0x85,
178 AER_SPRITE_BGNXCATHEDRALHALLHARDLIGHT = 0x86,
179 AER_SPRITE_BGNXCATHEDRALHALLOVERLAY = 0x87,
180 AER_SPRITE_BGNXCAVE01DODGE = 0x88,
181 AER_SPRITE_BGNXCAVE01HARDLIGHT = 0x89,
182 AER_SPRITE_BGNXCAVE01OVERLAY = 0x8a,
183 AER_SPRITE_BGNXGAPWIDEDODGE = 0x8b,
184 AER_SPRITE_BGNXGAPWIDEOVERLAY = 0x8c,
185 AER_SPRITE_BGNXJERKPOPEDODGE = 0x8d,
186 AER_SPRITE_BGNXJERKPOPEOVERLAY = 0x8e,
187 AER_SPRITE_BGNXLIBRARYTABLETDODGE = 0x8f,
188 AER_SPRITE_BGNXLIBRARYTABLETOVERLAY = 0x90,
189 AER_SPRITE_BGNXMOONCOURTYARDHARDLIGHT = 0x91,
190 AER_SPRITE_BGNXMOONCOURTYARDOVERLAY = 0x92,
191 AER_SPRITE_BGNXNORTHHALLDODGE = 0x93,
192 AER_SPRITE_BGNXNORTHHALLOVERLAY = 0x94,
193 AER_SPRITE_BGNXSHRINEPATH2DODGE = 0x95,
194 AER_SPRITE_BGNXSHRINEPATH2OVERLAY = 0x96,
195 AER_SPRITE_BGNXSHRINEPATHDODGE = 0x97,
196 AER_SPRITE_BGNXSHRINEPATHOVERLAY = 0x98,
197 AER_SPRITE_BGNXSPIRALSTAIRCASEDODGE = 0x99,
198 AER_SPRITE_BGNXSPIRALSTAIRCASEOVERLAY = 0x9a,
199 AER_SPRITE_BGNXSTAIRS03DODGE = 0x9b,
200 AER_SPRITE_BGNXSTAIRS03OVERLAY = 0x9c,
201 AER_SPRITE_BGNXTITANVISTADODGE = 0x9d,
202 AER_SPRITE_BGNXTITANVISTAOVERLAY = 0x9e,
203 AER_SPRITE_BGNXTOWERLOCKDODGE = 0x9f,
204 AER_SPRITE_BGNXTOWERLOCKOVERLAY = 0xa0,
205 AER_SPRITE_BGGAUNTLET12800 = 0xa1,
206 AER_SPRITE_BGPARALLAXDARK = 0xa2,
207 AER_SPRITE_BGSLABFLOOR = 0xa3,
208 AER_SPRITE_BGSPRLX1 = 0xa4,
209 AER_SPRITE_BGSPRLX2 = 0xa5,
210 AER_SPRITE_BGSPRLXBOTS = 0xa6,
211 AER_SPRITE_BGSPRLXCLOUDS = 0xa7,
212 AER_SPRITE_BGSPRLXTITAN = 0xa8,
213 AER_SPRITE_BGSSURFFLOOR = 0xa9,
214 AER_SPRITE_SCNGAUNTLETPARALLAXOBJ = 0xaa,
215 AER_SPRITE_TITANBIRDHANG = 0xab,
216 AER_SPRITE_TITANBIRDLARGE = 0xac,
217 AER_SPRITE_TITANBIRDMEDIUM = 0xad,
218 AER_SPRITE_TITANBIRDPECK = 0xae,
219 AER_SPRITE_TITANBIRDSMAL = 0xaf,
220 AER_SPRITE_BGCHACORNERDODGE = 0xb0,
221 AER_SPRITE_BGCHACORNEROVERLAY = 0xb1,
222 AER_SPRITE_BGCHAPILLARBIRDDODGE = 0xb2,
223 AER_SPRITE_BGCHAPILLARBIRDOVERLAY = 0xb3,
224 AER_SPRITE_BGCHBDIRKDELUGEDODGE = 0xb4,
225 AER_SPRITE_BGCHBDIRKDELUGEOVERLAY = 0xb5,
226 AER_SPRITE_BGCHBDIRKDEMOLITIONDODGE = 0xb6,
227 AER_SPRITE_BGCHBDIRKDEMOLITIONOVERLAY = 0xb7,
228 AER_SPRITE_BGCHBFPSDODGE = 0xb8,
229 AER_SPRITE_BGCHBFPSOVERLAY = 0xb9,
230 AER_SPRITE_BGCHBGUNPILLARSDODGE = 0xba,
231 AER_SPRITE_BGCHBGUNPILLARSOVERLAY = 0xbb,
232 AER_SPRITE_BGCHBLADEBOTLOTDODGE = 0xbc,
233 AER_SPRITE_BGCHBLADEBOTLOTOVERLAY = 0xbd,
234 AER_SPRITE_BGCHBLEAPERFALLDODGE = 0xbe,
235 AER_SPRITE_BGCHBLEAPERFALLOVERLAY = 0xbf,
236 AER_SPRITE_BGCHBMADDASHDODGE = 0xc0,
237 AER_SPRITE_BGCHBMADDASHOVERLAY = 0xc1,
238 AER_SPRITE_BGCHBPODSDODGE = 0xc2,
239 AER_SPRITE_BGCHBPODSOVERLAY = 0xc3,
240 AER_SPRITE_BGCHCBIGGGNSDODGE = 0xc4,
241 AER_SPRITE_BGCHCBIGGGNSOVERLAY = 0xc5,
242 AER_SPRITE_BGCHCENDHALLDODGE = 0xc6,
243 AER_SPRITE_BGCHCENDHALLOVERLAY = 0xc7,
244 AER_SPRITE_BGCHCGATEBLOCKDODGE = 0xc8,
245 AER_SPRITE_BGCHCGATEBLOCKOVERLAY = 0xc9,
246 AER_SPRITE_BGCHCSPAWNGROUNDDODGE = 0xca,
247 AER_SPRITE_BGCHCSPAWNGROUNDOVERLAY = 0xcb,
248 AER_SPRITE_BGCHCSPIRALDODGE = 0xcc,
249 AER_SPRITE_BGCHCSPIRALOVERLAY = 0xcd,
250 AER_SPRITE_BGCHCTEMPLATEDODGE = 0xce,
251 AER_SPRITE_BGCHCTEMPLATEOVERLAY = 0xcf,
252 AER_SPRITE_BGCHCTESTINGDODGE = 0xd0,
253 AER_SPRITE_BGCHCTESTINGOVERLAY = 0xd1,
254 AER_SPRITE_BGCHCTURNHALLDODGE = 0xd2,
255 AER_SPRITE_BGCHCTURNHALLOVERLAY = 0xd3,
256 AER_SPRITE_BGCHTABIGONEDODGE = 0xd4,
257 AER_SPRITE_BGCHTABIGONEOVERLAY = 0xd5,
258 AER_SPRITE_BGCHTLONGESTROADDODGE = 0xd6,
259 AER_SPRITE_BGCHTLONGESTROADOVERLAY = 0xd7,
260 AER_SPRITE_BGGAUNTLETOVERLAY = 0xd8,
261 AER_SPRITE_BGGAUNTLET1280OVERLAY = 0xd9,
262 AER_SPRITE_BGGAUNTLETLINKUPDODGE = 0xda,
263 AER_SPRITE_BGGAUNTLETLINKUPOVERLAY = 0xdb,
264 AER_SPRITE_BGSBENNYARROWDODGE = 0xdc,
265 AER_SPRITE_BGSBENNYARROWOVERLAY = 0xdd,
266 AER_SPRITE_BGSBULLETBAKERDODGE = 0xde,
267 AER_SPRITE_BGSBULLETBAKEROVERLAY = 0xdf,
268 AER_SPRITE_BGSCOUNTACULARDDODGE = 0xe0,
269 AER_SPRITE_BGSCOUNTACULARDOVERLAY = 0xe1,
270 AER_SPRITE_BGSGAUNTLETELEVATORDODGE = 0xe2,
271 AER_SPRITE_BGSGAUNTLETELEVATOROVERLAY = 0xe3,
272 AER_SPRITE_BGSGAUNTLETTITANFINALEDODGE = 0xe4,
273 AER_SPRITE_BGSGAUNTLETTITANFINALEOVERLAY = 0xe5,
274 AER_SPRITE_BGSMARKSCYTHEDODGE = 0xe6,
275 AER_SPRITE_BGSMARKSCYTHEOVERLAY = 0xe7,
276 AER_SPRITE_BGSTABIGONEDODGE = 0xe8,
277 AER_SPRITE_BGSTABIGONEOVERLAY = 0xe9,
278 AER_SPRITE_BGSTBIRDSTANDOFFDODGE = 0xea,
279 AER_SPRITE_BGSTBIRDSTANDOFFOVERLAY = 0xeb,
280 AER_SPRITE_BGSXSOUTHOPENINGDODGE = 0xec,
281 AER_SPRITE_BGSXSOUTHOPENINGOVERLAY = 0xed,
282 AER_SPRITE_BGSXTOWERSOUTHDODGE = 0xee,
283 AER_SPRITE_BGSXTOWERSOUTHOVERLAY = 0xef,
284 AER_SPRITE_BGESURFFLOOR = 0xf0,
285 AER_SPRITE_BGELABFLOOR = 0xf1,
286 AER_SPRITE_BGEABOGTEMPLECAMPHARDLIGHT = 0xf2,
287 AER_SPRITE_BGEABOGTEMPLECAMPOVERLAY = 0xf3,
288 AER_SPRITE_BGEADOCKFIGHTLABHARDLIGHT = 0xf4,
289 AER_SPRITE_BGEADOCKFIGHTLABOVERLAY = 0xf5,
290 AER_SPRITE_BGEAEASTOPENINGDODGE = 0xf6,
291 AER_SPRITE_BGEAEASTOPENINGOVERLAY = 0xf7,
292 AER_SPRITE_BGEAFROGBOSSHARDLIGHT = 0xf8,
293 AER_SPRITE_BGEAFROGBOSSOVERLAY = 0xf9,
294 AER_SPRITE_BGEAWATERTUNNELDODGE = 0xfa,
295 AER_SPRITE_BGEAWATERTUNNELHARDLIGHT = 0xfb,
296 AER_SPRITE_BGEAWATERTUNNELOVERLAY = 0xfc,
297 AER_SPRITE_BGEBBOGSTREETDODGE = 0xfd,
298 AER_SPRITE_BGEBBOGSTREETOVERLAY = 0xfe,
299 AER_SPRITE_BGEBDEADOTTERWALKDODGE = 0xff,
300 AER_SPRITE_BGEBDEADOTTERWALKHARDLIGHT = 0x100,
301 AER_SPRITE_BGEBDEADOTTERWALKOVERLAY = 0x101,
302 AER_SPRITE_BGEBFLAMEPITLABDODGE = 0x102,
303 AER_SPRITE_BGEBFLAMEPITLABOVERLAY = 0x103,
304 AER_SPRITE_BGEBMELTYLEAPERARENADODGE = 0x104,
305 AER_SPRITE_BGEBMELTYLEAPERARENAOVERLAY = 0x105,
306 AER_SPRITE_BGEBUNDEROTTERMELTYMASHDODGE = 0x106,
307 AER_SPRITE_BGEBUNDEROTTERMELTYMASHOVERLAY = 0x107,
308 AER_SPRITE_BGECBIGBOGLABDODGE = 0x108,
309 AER_SPRITE_BGECBIGBOGLABOVERLAY = 0x109,
310 AER_SPRITE_BGECDOCKSLABDODGE = 0x10a,
311 AER_SPRITE_BGECDOCKSLABOVERLAY = 0x10b,
312 AER_SPRITE_BGECEASTLOOPDODGE = 0x10c,
313 AER_SPRITE_BGECEASTLOOPOVERLAY = 0x10d,
314 AER_SPRITE_BGECLOOPLABDODGE = 0x10e,
315 AER_SPRITE_BGECLOOPLABOVERLAY = 0x10f,
316 AER_SPRITE_BGECNPCDRUGDENDODGE = 0x110,
317 AER_SPRITE_BGECNPCDRUGDENOVERLAY = 0x111,
318 AER_SPRITE_BGECPLAZAACCESSLABDODGE = 0x112,
319 AER_SPRITE_BGECPLAZAACCESSLABHARDLIGHT = 0x113,
320 AER_SPRITE_BGECPLAZAACCESSLABOVERLAY = 0x114,
321 AER_SPRITE_BGECPLAZATODOCKSDODGE = 0x115,
322 AER_SPRITE_BGECPLAZATODOCKSOVERLAY = 0x116,
323 AER_SPRITE_BGECPLAZATOLOOPDODGE = 0x117,
324 AER_SPRITE_BGECPLAZATOLOOPOVERLAY = 0x118,
325 AER_SPRITE_BGECSWORDBRIDGEDODGE = 0x119,
326 AER_SPRITE_BGECSWORDBRIDGEHARDLIGHT = 0x11a,
327 AER_SPRITE_BGECSWORDBRIDGEOVERLAY = 0x11b,
328 AER_SPRITE_BGECTEMPLEISHVAULTDODGE = 0x11c,
329 AER_SPRITE_BGECTEMPLEISHVAULTOVERLAY = 0x11d,
330 AER_SPRITE_BGECTHEPLAZADODGE = 0x11e,
331 AER_SPRITE_BGECTHEPLAZAOVERLAY = 0x11f,
332 AER_SPRITE_BGELELEVATORENTRANCEFLAMEDUNGEONHARDLIGHT = 0x120,
333 AER_SPRITE_BGELELEVATORENTRANCEFLAMEDUNGEONOVERLAY = 0x121,
334 AER_SPRITE_BGELFLAMEELEVATOREXITDODGE = 0x122,
335 AER_SPRITE_BGELFLAMEELEVATOREXITOVERLAY = 0x123,
336 AER_SPRITE_BGELFLAMETRANSITIONDODGE = 0x124,
337 AER_SPRITE_BGELFLAMETRANSITIONOVERLAY = 0x125,
338 AER_SPRITE_BGELFROGARENADODGE = 0x126,
339 AER_SPRITE_BGELFROGARENAOVERLAY = 0x127,
340 AER_SPRITE_BGELMEGAHUGELABDODGE = 0x128,
341 AER_SPRITE_BGELMEGAHUGELABHARDLIGHT = 0x129,
342 AER_SPRITE_BGELMEGAHUGELABOVERLAY = 0x12a,
343 AER_SPRITE_BGEVDOCKSBRIDGEDODGE = 0x12b,
344 AER_SPRITE_BGEVDOCKSBRIDGEOVERLAY = 0x12c,
345 AER_SPRITE_BGEXDOCKSCAMPFIREDODGE = 0x12d,
346 AER_SPRITE_BGEXDOCKSCAMPFIREOVERLAY = 0x12e,
347 AER_SPRITE_BGEXTITANSINKDODGE = 0x12f,
348 AER_SPRITE_BGEXTITANSINKOVERLAY = 0x130,
349 AER_SPRITE_BGEXTOWEREASTDODGE = 0x131,
350 AER_SPRITE_BGEXTOWEREASTOVERLAY = 0x132,
351 AER_SPRITE_BGWSURFACEFLOOR = 0x133,
352 AER_SPRITE_BGWSURFFLOOR2 = 0x134,
353 AER_SPRITE_BGWLABFLOOR = 0x135,
354 AER_SPRITE_BGWPRLX01SURFACE = 0x136,
355 AER_SPRITE_BGWPRLXLAB1 = 0x137,
356 AER_SPRITE_BGWPRLXCRYSTALLAKE = 0x138,
357 AER_SPRITE_BGWACRYSTALDESCENTDODGE = 0x139,
358 AER_SPRITE_BGWACRYSTALDESCENTOVERLAY = 0x13a,
359 AER_SPRITE_BGWADEADWOODROOMPRINTDODGE = 0x13b,
360 AER_SPRITE_BGWADEADWOODROOMPRINTOVERLAY = 0x13c,
361 AER_SPRITE_BGWAENTRANCEROOMPRINTDODGE = 0x13d,
362 AER_SPRITE_BGWAENTRANCEROOMPRINTOVERLAY = 0x13e,
363 AER_SPRITE_BGWAENTSWITCHROOMPRINTDODGE = 0x13f,
364 AER_SPRITE_BGWAENTSWITCHROOMPRINTOVERLAY = 0x140,
365 AER_SPRITE_BGWAGROTTOBUFFINTRODODGE = 0x141,
366 AER_SPRITE_BGWAGROTTOBUFFINTROOVERLAY = 0x142,
367 AER_SPRITE_BGWAGROTTOXROOMPRINTDODGE = 0x143,
368 AER_SPRITE_BGWAGROTTOXROOMPRINTOVERLAY = 0x144,
369 AER_SPRITE_BGWAMULTIENTRANCELABDODGE = 0x145,
370 AER_SPRITE_BGWAMULTIENTRANCELABHARDLIGHT = 0x146,
371 AER_SPRITE_BGWAMULTIENTRANCELABOVERLAY = 0x147,
372 AER_SPRITE_BGWATITANFALLSDODGE = 0x148,
373 AER_SPRITE_BGWATITANFALLSOVERLAY = 0x149,
374 AER_SPRITE_BGWATOWERROOMPRINTDODGE = 0x14a,
375 AER_SPRITE_BGWATOWERROOMPRINTOVERLAY = 0x14b,
376 AER_SPRITE_BGWATOWERENTERDODGE = 0x14c,
377 AER_SPRITE_BGWATOWERENTEROVERLAY = 0x14d,
378 AER_SPRITE_BGWAVALEDODGE = 0x14e,
379 AER_SPRITE_BGWAVALEOVERLAY = 0x14f,
380 AER_SPRITE_BGWBBIGBATTLEDODGE = 0x150,
381 AER_SPRITE_BGWBBIGBATTLEOVERLAY = 0x151,
382 AER_SPRITE_BGWBCHARGERSROOMPRINTDODGE = 0x152,
383 AER_SPRITE_BGWBCHARGERSROOMPRINTOVERLAY = 0x153,
384 AER_SPRITE_BGWBTANUKITROUBLEDODGE = 0x154,
385 AER_SPRITE_BGWBTANUKITROUBLEOVERLAY = 0x155,
386 AER_SPRITE_BGWBTANUKITROUBLEROOMPRINTDODGE = 0x156,
387 AER_SPRITE_BGWBTANUKITROUBLEROOMPRINTOVERLAY = 0x157,
388 AER_SPRITE_BGWBTREETREACHERYDODGE = 0x158,
389 AER_SPRITE_BGWBTREETREACHERYOVERLAY = 0x159,
390 AER_SPRITE_BGWCBIGMEADOWDODGE = 0x15a,
391 AER_SPRITE_BGWCBIGMEADOWOVERLAY = 0x15b,
392 AER_SPRITE_BGWCBIGMEADOWVAULTDODGE = 0x15c,
393 AER_SPRITE_BGWCBIGMEADOWVAULTHARDLIGHT = 0x15d,
394 AER_SPRITE_BGWCBIGMEADOWVAULTOVERLAY = 0x15e,
395 AER_SPRITE_BGWCCLIFFSIDECELLSREDUXDODGE = 0x15f,
396 AER_SPRITE_BGWCCLIFFSIDECELLSREDUXOVERLAY = 0x160,
397 AER_SPRITE_BGWCCRYSTALLAKEDODGE = 0x161,
398 AER_SPRITE_BGWCCRYSTALLAKEOVERLAY = 0x162,
399 AER_SPRITE_BGWCCRYSTALLAKEVAULTDODGE = 0x163,
400 AER_SPRITE_BGWCCRYSTALLAKEVAULTHARDLIGHT = 0x164,
401 AER_SPRITE_BGWCCRYSTALLAKEVAULTOVERLAY = 0x165,
402 AER_SPRITE_BGWCGROTTONPCDODGE = 0x166,
403 AER_SPRITE_BGWCGROTTONPCOVERLAY = 0x167,
404 AER_SPRITE_BGWCMEADOWOODCAVECROSSINGDODGE = 0x168,
405 AER_SPRITE_BGWCMEADOWOODCAVECROSSINGOVERLAY = 0x169,
406 AER_SPRITE_BGWCMEADOWOODCORNERDODGE = 0x16a,
407 AER_SPRITE_BGWCMEADOWOODCORNEROVERLAY = 0x16b,
408 AER_SPRITE_BGWCMINILABROOMPRINTDODGE = 0x16c,
409 AER_SPRITE_BGWCMINILABROOMPRINTOVERLAY = 0x16d,
410 AER_SPRITE_BGWCPRISONHALDODGE = 0x16e,
411 AER_SPRITE_BGWCPRISONHALOVERLAY = 0x16f,
412 AER_SPRITE_BGWCPRISONHALLENDDODGE = 0x170,
413 AER_SPRITE_BGWCPRISONHALLENDOVERLAY = 0x171,
414 AER_SPRITE_BGWCRUINCLEARINGDODGE = 0x172,
415 AER_SPRITE_BGWCRUINCLEARINGOVERLAY = 0x173,
416 AER_SPRITE_BGWCSIMPLEPATHDODGE = 0x174,
417 AER_SPRITE_BGWCSIMPLEPATHOVERLAY = 0x175,
418 AER_SPRITE_BGWCTHINFORESTDODGE = 0x176,
419 AER_SPRITE_BGWCTHINFORESTOVERLAY = 0x177,
420 AER_SPRITE_BGWCTHINFORESTLOWDODGE = 0x178,
421 AER_SPRITE_BGWCTHINFORESTLOWOVERLAY = 0x179,
422 AER_SPRITE_BGWCTHINFORESTLOWSECRETDODGE = 0x17a,
423 AER_SPRITE_BGWCTHINFORESTLOWSECRETOVERLAY = 0x17b,
424 AER_SPRITE_BGWCWINDINGWOODDODGE = 0x17c,
425 AER_SPRITE_BGWCWINDINGWOODOVERLAY = 0x17d,
426 AER_SPRITE_BGWLPRISONHALVAULTDODGE = 0x17e,
427 AER_SPRITE_BGWLPRISONHALVAULTHARDLIGHT = 0x17f,
428 AER_SPRITE_BGWLPRISONHALVAULTOVERLAY = 0x180,
429 AER_SPRITE_BGWLWESTDRIFTERVAULTDODGE = 0x181,
430 AER_SPRITE_BGWLWESTDRIFTERVAULTOVERLAY = 0x182,
431 AER_SPRITE_BGWTSLOWLABDODGE = 0x183,
432 AER_SPRITE_BGWTSLOWLABHARDLIGHT = 0x184,
433 AER_SPRITE_BGWTSLOWLABOVERLAY = 0x185,
434 AER_SPRITE_BGWTTHEWOODDODGE = 0x186,
435 AER_SPRITE_BGWTTHEWOODOVERLAY = 0x187,
436 AER_SPRITE_BGWXBOSSDODGE = 0x188,
437 AER_SPRITE_BGWXBOSSOVERLAY = 0x189,
438 AER_SPRITE_BGAFLOORINTERIOR = 0x18a,
439 AER_SPRITE_BGALABFLOOR = 0x18b,
440 AER_SPRITE_BGPARALLAX02 = 0x18c,
441 AER_SPRITE_APRLX03 = 0x18d,
442 AER_SPRITE_BGAELEVATORBG02 = 0x18e,
443 AER_SPRITE_BGAELEVATORBG = 0x18f,
444 AER_SPRITE_BGADOWNWARDDODGE = 0x190,
445 AER_SPRITE_BGADOWNWARDOVERLAY = 0x191,
446 AER_SPRITE_BGAELEVATORSHAFTUPPERDODGE = 0x192,
447 AER_SPRITE_BGAELEVATORSHAFTUPPEROVERLAY = 0x193,
448 AER_SPRITE_BGAEMBERROOMDODGE = 0x194,
449 AER_SPRITE_BGAEMBERROOMOVERLAY = 0x195,
450 AER_SPRITE_DIAMONDSPIDERBULLETMASK = 0x196,
451 AER_SPRITE_DIAMONDSPIDERBODY = 0x197,
452 AER_SPRITE_DIAMONDSPIDERLEG = 0x198,
453 AER_SPRITE_DIAMONDSPIDERLINK = 0x199,
454 AER_SPRITE_SPIDEREGG = 0x19a,
455 AER_SPRITE_DIAMONDSPIDEREYE = 0x19b,
456 AER_SPRITE_TANUKIGENERALDIE = 0x19c,
457 AER_SPRITE_TANUKIGENERALYOUNGSLASH = 0x19d,
458 AER_SPRITE_TANUKIGENERALYOUNGRUN = 0x19e,
459 AER_SPRITE_TANUKIGENERALOLDSLASH = 0x19f,
460 AER_SPRITE_TANUKIGENERALSLASHMASKSIDE = 0x1a0,
461 AER_SPRITE_TANUKIGENERALSLASHMASKDOWN = 0x1a1,
462 AER_SPRITE_TANUKIGENERALOLDWALK = 0x1a2,
463 AER_SPRITE_TANUKIGENERALOLDSHOCKWAVE = 0x1a3,
464 AER_SPRITE_TANUKIGENERALOLDAWAKEN = 0x1a4,
465 AER_SPRITE_TANUKIGENERALOLDSHOOT = 0x1a5,
466 AER_SPRITE_TANUKIGENERALYOUNGSHOOT = 0x1a6,
467 AER_SPRITE_TGMASK = 0x1a7,
468 AER_SPRITE_TANUKIGENERALFLOORMASK = 0x1a8,
469 AER_SPRITE_TGARM = 0x1a9,
470 AER_SPRITE_TG = 0x1aa,
471 AER_SPRITE_TGFLOORMASK = 0x1ab,
472 AER_SPRITE_GUNSLINGERFLOORMASK = 0x1ac,
473 AER_SPRITE_GUNSLINGERARM = 0x1ad,
474 AER_SPRITE_GUNSLINGERSHOOTLEFT = 0x1ae,
475 AER_SPRITE_GUNSLINGERRISE = 0x1af,
476 AER_SPRITE_GUNSLINGERFALL = 0x1b0,
477 AER_SPRITE_GUNSLINGERSHOOTFRONT = 0x1b1,
478 AER_SPRITE_GUNSLINGERDASH = 0x1b2,
479 AER_SPRITE_GUNSLINGERIDLE = 0x1b3,
480 AER_SPRITE_GUNSLINGERLEFT = 0x1b4,
481 AER_SPRITE_GUNSLINGERRIGHT = 0x1b5,
482 AER_SPRITE_CLEANERIDLE = 0x1b6,
483 AER_SPRITE_CLEANERSWORDGROUNDMASK = 0x1b7,
484 AER_SPRITE_CLEANERBULLETMASK = 0x1b8,
485 AER_SPRITE_CLEANERSWEEP = 0x1b9,
486 AER_SPRITE_CLEANERSHADOW = 0x1ba,
487 AER_SPRITE_CLEANERJARTOSS = 0x1bb,
488 AER_SPRITE_CLEANERBARF = 0x1bc,
489 AER_SPRITE_CLEANERDEAD = 0x1bd,
490 AER_SPRITE_CLEANERHOP = 0x1be,
491 AER_SPRITE_CLEANERMADHOP = 0x1bf,
492 AER_SPRITE_CLEANEREAT = 0x1c0,
493 AER_SPRITE_CLEANERVULNERABLE = 0x1c1,
494 AER_SPRITE_CUBEPARTMED = 0x1c2,
495 AER_SPRITE_CUBEPARTSMALL = 0x1c3,
496 AER_SPRITE_BIRDSACRIFICE = 0x1c4,
497 AER_SPRITE_JERKPOPE = 0x1c5,
498 AER_SPRITE_JERKPOPEIDLE = 0x1c6,
499 AER_SPRITE_JERKPOPEDEATH = 0x1c7,
500 AER_SPRITE_JERKPOPERAISE = 0x1c8,
501 AER_SPRITE_JERKPOPECAST = 0x1c9,
502 AER_SPRITE_JERKPOPETELEPORT = 0x1ca,
503 AER_SPRITE_JERKPOPEBULLETMASK = 0x1cb,
504 AER_SPRITE_JERKPOPEGROUNDMASK = 0x1cc,
505 AER_SPRITE_MARKSCYTHEIDLE = 0x1cd,
506 AER_SPRITE_MARKSCYTHEINTRO = 0x1ce,
507 AER_SPRITE_MARKSCYTHEMELEE = 0x1cf,
508 AER_SPRITE_MARKSCYTHEMELEEHITBOX = 0x1d0,
509 AER_SPRITE_MARKSCYTHETHROWCIRCLE = 0x1d1,
510 AER_SPRITE_MARKSCYTHEHOP = 0x1d2,
511 AER_SPRITE_MARKSCYTHECATCH = 0x1d3,
512 AER_SPRITE_MARKSCYTHETHROW = 0x1d4,
513 AER_SPRITE_MARKSCYTHESCYTHE = 0x1d5,
514 AER_SPRITE_SCYTHESPIN = 0x1d6,
515 AER_SPRITE_MARKSCYTHEEMPTY = 0x1d7,
516 AER_SPRITE_MARKSCYTHEDEATH = 0x1d8,
517 AER_SPRITE_BENNYARROWDEATH = 0x1d9,
518 AER_SPRITE_BENNYARROW = 0x1da,
519 AER_SPRITE_BENNYARROWRUN = 0x1db,
520 AER_SPRITE_BENNYARROWABTSHOOT = 0x1dc,
521 AER_SPRITE_BENNYARROWSHOOT = 0x1dd,
522 AER_SPRITE_BENNYARROWHURTMASK = 0x1de,
523 AER_SPRITE_BENNYARROWBOW = 0x1df,
524 AER_SPRITE_BENNYARROWAIRSTRIKE = 0x1e0,
525 AER_SPRITE_BENNYARROWMINEACTIVE = 0x1e1,
526 AER_SPRITE_BENNYARROWMINESET = 0x1e2,
527 AER_SPRITE_BENNYARROWMINEDEACTIVATE = 0x1e3,
528 AER_SPRITE_BENNYARROWMINEINAIR = 0x1e4,
529 AER_SPRITE_ARROW = 0x1e5,
530 AER_SPRITE_ARROWLANDING = 0x1e6,
531 AER_SPRITE_ARROWSPLOSION = 0x1e7,
532 AER_SPRITE_BULLETBAKERDEBRIS = 0x1e8,
533 AER_SPRITE_BULLETBAKERDEATH = 0x1e9,
534 AER_SPRITE_BULLETBAKER = 0x1ea,
535 AER_SPRITE_BULLETBAKERPHASECHANGE = 0x1eb,
536 AER_SPRITE_BULLETBAKERDASH = 0x1ec,
537 AER_SPRITE_BULLETBAKERSUMMON = 0x1ed,
538 AER_SPRITE_BULLETBAKERBULLET = 0x1ee,
539 AER_SPRITE_BULLETBAKERORB = 0x1ef,
540 AER_SPRITE_BULETBAKERBLADEFADE = 0x1f0,
541 AER_SPRITE_BULLETBAKERBULLETSUMMON = 0x1f1,
542 AER_SPRITE_ALUCARDDEATH = 0x1f2,
543 AER_SPRITE_ALUCARDINTRO = 0x1f3,
544 AER_SPRITE_ALUCARDINTROALTDRIFTER = 0x1f4,
545 AER_SPRITE_ALUCARDDRONEAPPEAR = 0x1f5,
546 AER_SPRITE_ALUCARDSKATEBACKWARDS = 0x1f6,
547 AER_SPRITE_ALUCARDSKATEFORWARDS = 0x1f7,
548 AER_SPRITE_ALUCARDDRONESPAWN = 0x1f8,
549 AER_SPRITE_COUNTALUCARD = 0x1f9,
550 AER_SPRITE_COUNTALUCARDWALK = 0x1fa,
551 AER_SPRITE_COUNTALUCARDDASH = 0x1fb,
552 AER_SPRITE_COUNTALUCARDSEND = 0x1fc,
553 AER_SPRITE_COUNTDRONE = 0x1fd,
554 AER_SPRITE_COUNTBULLET = 0x1fe,
555 AER_SPRITE_COUNTDRONEDEAD = 0x1ff,
556 AER_SPRITE_COUNTDRONEDECAPBOTTOM = 0x200,
557 AER_SPRITE_COUNTDRONEDECAPTOP = 0x201,
558 AER_SPRITE_CHARGEUP = 0x202,
559 AER_SPRITE_HALBULLET = 0x203,
560 AER_SPRITE_EMBERLASERSTART = 0x204,
561 AER_SPRITE_EMBERLASERMID = 0x205,
562 AER_SPRITE_EMBERLASEREND = 0x206,
563 AER_SPRITE_EMBERLASERCHARGE = 0x207,
564 AER_SPRITE_EMBERLASERFIRE = 0x208,
565 AER_SPRITE_EMBERDIAMOND = 0x209,
566 AER_SPRITE_EMBERDIAMONDMASK = 0x20a,
567 AER_SPRITE_EMBERARM = 0x20b,
568 AER_SPRITE_HALARMTURRET = 0x20c,
569 AER_SPRITE_HALHITSPARK = 0x20d,
570 AER_SPRITE_HALDAMAGEMUZZLE = 0x20e,
571 AER_SPRITE_CRYSTALCRACK = 0x20f,
572 AER_SPRITE_BLACKWISP = 0x210,
573 AER_SPRITE_HALCRESCENT = 0x211,
574 AER_SPRITE_HALBEAMINNERFX = 0x212,
575 AER_SPRITE_HALBEAMMUZZLE = 0x213,
576 AER_SPRITE_HALBEAMOUTERFX = 0x214,
577 AER_SPRITE_CHASERWHIP = 0x215,
578 AER_SPRITE_HALCHARGETELEGRAPH = 0x216,
579 AER_SPRITE_HALBEAM = 0x217,
580 AER_SPRITE_HALBEAMHITSPARK = 0x218,
581 AER_SPRITE_DIAMONDEYE = 0x219,
582 AER_SPRITE_DIAMONDEYEDASH = 0x21a,
583 AER_SPRITE_DIAMONDEYEDEATH = 0x21b,
584 AER_SPRITE_DIAMONDEYEPARTICLE = 0x21c,
585 AER_SPRITE_DIAMONDEYETELL = 0x21d,
586 AER_SPRITE_DIAMONDEYESHOCKWAVE = 0x21e,
587 AER_SPRITE_DIAMONDEYEATTACK = 0x21f,
588 AER_SPRITE_HALBOSSBEAM = 0x220,
589 AER_SPRITE_HALBOSSCHARGE = 0x221,
590 AER_SPRITE_HALBOSSCHARGELINGER = 0x222,
591 AER_SPRITE_HALBOSSSHOOT = 0x223,
592 AER_SPRITE_HALBOSSCHARGEPARTICLESMALL = 0x224,
593 AER_SPRITE_HALBOSSCHARGEPARTICLESWIRL = 0x225,
594 AER_SPRITE_HALBOSSCHARGEPROJECTILE = 0x226,
595 AER_SPRITE_HALBOSSCHARGEHITSPARK = 0x227,
596 AER_SPRITE_HALBOSSAPPEAR = 0x228,
597 AER_SPRITE_HALBOSS = 0x229,
598 AER_SPRITE_HALBOSSMOVE = 0x22a,
599 AER_SPRITE_HALBOSSWOUNDED = 0x22b,
600 AER_SPRITE_HALBOSSFINALSTRIKE = 0x22c,
601 AER_SPRITE_HALBOSSFINALSTRIKEALT = 0x22d,
602 AER_SPRITE_HALBOSSARMATTACK = 0x22e,
603 AER_SPRITE_HALBOSSFLOAT = 0x22f,
604 AER_SPRITE_HALBOSSDASH = 0x230,
605 AER_SPRITE_HALBOSSDASHMASK = 0x231,
606 AER_SPRITE_HALBOSSHURTMASK = 0x232,
607 AER_SPRITE_HALBOSSMASK = 0x233,
608 AER_SPRITE_BLACKDUST = 0x234,
609 AER_SPRITE_BBLCFOREIGNERSTORY = 0x235,
610 AER_SPRITE_BBLCSICKSTORY = 0x236,
611 AER_SPRITE_BBLCWESTWOLVESSTORY = 0x237,
612 AER_SPRITE_BBLCBADASSSTORY = 0x238,
613 AER_SPRITE_BBLNNPC = 0x239,
614 AER_SPRITE_BBLSNPC = 0x23a,
615 AER_SPRITE_BBLENPC = 0x23b,
616 AER_SPRITE_BBLWNPC = 0x23c,
617 AER_SPRITE_BBLNBOSS = 0x23d,
618 AER_SPRITE_BBLSBOSS = 0x23e,
619 AER_SPRITE_BBLEBOSS = 0x23f,
620 AER_SPRITE_BBLWBOSS = 0x240,
621 AER_SPRITE_BUBBLEFRAME = 0x241,
622 AER_SPRITE_GHOST = 0x242,
623 AER_SPRITE_GHOSTP2 = 0x243,
624 AER_SPRITE_ALTCOMPANION = 0x244,
625 AER_SPRITE_COMPANIONSHIELDSUIT = 0x245,
626 AER_SPRITE_COMPANIONMACHINEGUN = 0x246,
627 AER_SPRITE_GHOSTPINGHEALTH = 0x247,
628 AER_SPRITE_GHOSTPINGHEAL = 0x248,
629 AER_SPRITE_GHOSTPINGENERGY = 0x249,
630 AER_SPRITE_GHOSTPINGSPECIAL = 0x24a,
631 AER_SPRITE_GHOSTPINGINTERACT = 0x24b,
632 AER_SPRITE_GHOSTPINGSECRET = 0x24c,
633 AER_SPRITE_GHOSTPINGMAP = 0x24d,
634 AER_SPRITE_GHOSTPINGBUTTON = 0x24e,
635 AER_SPRITE_GHOSTMAPINTERACTDATALOOP = 0x24f,
636 AER_SPRITE_GHOSTMAPINTERACTPULSELOOP = 0x250,
637 AER_SPRITE_GHOSTDATA = 0x251,
638 AER_SPRITE_SHIELDREACT = 0x252,
639 AER_SPRITE_SHIELDPUSHLARGE = 0x253,
640 AER_SPRITE_SHIELDPUSHMED = 0x254,
641 AER_SPRITE_SHIELDPUSHSMALL = 0x255,
642 AER_SPRITE_SHIELDINACTIVE = 0x256,
643 AER_SPRITE_SHIELDSELF = 0x257,
644 AER_SPRITE_CHARSHIELDPUSHSIDE = 0x258,
645 AER_SPRITE_CHARSHIELDPUSHFRONT = 0x259,
646 AER_SPRITE_CHARSHIELDPUSHBACK = 0x25a,
647 AER_SPRITE_HEAVYSWORDMASKE = 0x25b,
648 AER_SPRITE_PUNCHMASKE = 0x25c,
649 AER_SPRITE_SWORDMASK180STRIKEBACK = 0x25d,
650 AER_SPRITE_SWORDMASK180STRIKEFRONT = 0x25e,
651 AER_SPRITE_SWORDMASK180STRIKESIDE = 0x25f,
652 AER_SPRITE_SWORDMASKCOMBOBACK = 0x260,
653 AER_SPRITE_SWORDMASKCOMBOFRONT = 0x261,
654 AER_SPRITE_SWORDMASKCOMBOSIDE = 0x262,
655 AER_SPRITE_SWORDMASKDEFLECTBACK = 0x263,
656 AER_SPRITE_SWORDMASKDEFLECTFRONT = 0x264,
657 AER_SPRITE_SWORDMASKDEFLECTSIDE = 0x265,
658 AER_SPRITE_SWORDMASKDOWN = 0x266,
659 AER_SPRITE_SWORDMASKDOWN12 = 0x267,
660 AER_SPRITE_SWORDMASKDOWN8 = 0x268,
661 AER_SPRITE_SWORDMASKE = 0x269,
662 AER_SPRITE_SWORDMASKHEAVYE = 0x26a,
663 AER_SPRITE_SWORDMASKHEAVYN = 0x26b,
664 AER_SPRITE_SWORDMASKHEAVYS = 0x26c,
665 AER_SPRITE_SWORDMASKN = 0x26d,
666 AER_SPRITE_SWORDMASKS = 0x26e,
667 AER_SPRITE_SWORDMASKSIDE = 0x26f,
668 AER_SPRITE_SWORDMASKSIDE12 = 0x270,
669 AER_SPRITE_SWORDMASKSIDE8 = 0x271,
670 AER_SPRITE_SWORDMASKUP = 0x272,
671 AER_SPRITE_SWORDMASKUP12 = 0x273,
672 AER_SPRITE_SWORDMASKUP8 = 0x274,
673 AER_SPRITE_PHANTOMSWORDSLASH1 = 0x275,
674 AER_SPRITE_PHANTOMSWORDSLASH2 = 0x276,
675 AER_SPRITE_CHARPHANTOMSLASHE = 0x277,
676 AER_SPRITE_CHARPHANTOMBLUR = 0x278,
677 AER_SPRITE_CHARPHANTOMSLASHSHADOW = 0x279,
678 AER_SPRITE_CHARPUNCHE = 0x27a,
679 AER_SPRITE_CHARHEAVYSWORDE = 0x27b,
680 AER_SPRITE_CHARHEAVYSWORDN = 0x27c,
681 AER_SPRITE_CHARHEAVYSWORDS = 0x27d,
682 AER_SPRITE_CHARBASICSWORDE = 0x27e,
683 AER_SPRITE_CHARBASICSWORDN = 0x27f,
684 AER_SPRITE_CHARBASICSWORDS = 0x280,
685 AER_SPRITE_CHARDOWNATK = 0x281,
686 AER_SPRITE_CHARDOWNATK8 = 0x282,
687 AER_SPRITE_CHARSIDEATK = 0x283,
688 AER_SPRITE_CHARSIDEATK8 = 0x284,
689 AER_SPRITE_CHARUPATK = 0x285,
690 AER_SPRITE_CHARUPATK8 = 0x286,
691 AER_SPRITE_CHARDOWNATK12 = 0x287,
692 AER_SPRITE_CHARSIDEATK12 = 0x288,
693 AER_SPRITE_CHARUPATK12 = 0x289,
694 AER_SPRITE_CHARCOMBOFRONT = 0x28a,
695 AER_SPRITE_CHARCOMBOSIDE = 0x28b,
696 AER_SPRITE_CHARCOMBOBACK = 0x28c,
697 AER_SPRITE_CHARDEFLECTFRONT = 0x28d,
698 AER_SPRITE_CHARDEFLECTSIDE = 0x28e,
699 AER_SPRITE_CHARDEFLECTBACK = 0x28f,
700 AER_SPRITE_CHARAOEBLAST = 0x290,
701 AER_SPRITE_CHARPISTOLUP = 0x291,
702 AER_SPRITE_CHARPISTOLUPSIDE = 0x292,
703 AER_SPRITE_CHARPISTOLSIDE = 0x293,
704 AER_SPRITE_CHARPISTOLDOWNSIDE = 0x294,
705 AER_SPRITE_CHARPISTOLDOWN = 0x295,
706 AER_SPRITE_CHARRIFLEUP = 0x296,
707 AER_SPRITE_CHARRIFLEUPSIDE = 0x297,
708 AER_SPRITE_CHARRIFLESIDE = 0x298,
709 AER_SPRITE_CHARRIFLEDOWNSIDE = 0x299,
710 AER_SPRITE_CHARRIFLEDOWN = 0x29a,
711 AER_SPRITE_CHARTHROWSIDE = 0x29b,
712 AER_SPRITE_CHARTHROWFRONT = 0x29c,
713 AER_SPRITE_CHARTHROWBACK = 0x29d,
714 AER_SPRITE_CHARTHROWNEWSIDE = 0x29e,
715 AER_SPRITE_CHARTHROWNEWFRONT = 0x29f,
716 AER_SPRITE_CHARTHROWNEWBACK = 0x2a0,
717 AER_SPRITE_CHARSHOVEFRONT = 0x2a1,
718 AER_SPRITE_CHARSHOVESIDE = 0x2a2,
719 AER_SPRITE_CHARSHOVEBACK = 0x2a3,
720 AER_SPRITE_WEAPONASSEMBLE = 0x2a4,
721 AER_SPRITE_SHOTGUNASSEMBLEFLASH = 0x2a5,
722 AER_SPRITE_RAILGUNASSEMBLEFLASH = 0x2a6,
723 AER_SPRITE_AIMSHOTGUNSIDE = 0x2a7,
724 AER_SPRITE_AIMSHOTGUNDOWN = 0x2a8,
725 AER_SPRITE_PISTOLASSEMBLEFLASH = 0x2a9,
726 AER_SPRITE_AIMPISTOLSIDE = 0x2aa,
727 AER_SPRITE_PISTOLAIM = 0x2ab,
728 AER_SPRITE_PISTOLGOLDEN = 0x2ac,
729 AER_SPRITE_PISTOLAIMBRONZE = 0x2ad,
730 AER_SPRITE_ZELISKAAIM = 0x2ae,
731 AER_SPRITE_ZELISKAAIMBRONZE = 0x2af,
732 AER_SPRITE_DIAMONDSHOTGUNAIM = 0x2b0,
733 AER_SPRITE_DIAMONDSHOTGUNAIMBRONZE = 0x2b1,
734 AER_SPRITE_DIAMONDBLUNDERBUSSAIM = 0x2b2,
735 AER_SPRITE_DIAMONDBLUNDERBUSSAIMBRONZE = 0x2b3,
736 AER_SPRITE_RAILGUNAIM = 0x2b4,
737 AER_SPRITE_RAILGUNAIMBRONZE = 0x2b5,
738 AER_SPRITE_INSTARAILGUNAIM = 0x2b6,
739 AER_SPRITE_INSTARAILGUNAIMBRONZE = 0x2b7,
740 AER_SPRITE_EXPLOSIVERAILGUNAIM = 0x2b8,
741 AER_SPRITE_BURSTRIFLEAIM = 0x2b9,
742 AER_SPRITE_DIAMONDSWIRLAIM = 0x2ba,
743 AER_SPRITE_CHARAIMS = 0x2bb,
744 AER_SPRITE_CHARAIME = 0x2bc,
745 AER_SPRITE_CHARAIMN = 0x2bd,
746 AER_SPRITE_AIMRAILGUNSIDE = 0x2be,
747 AER_SPRITE_AIMRAILGUNDOWN = 0x2bf,
748 AER_SPRITE_AIMMECHCANNONDOWN = 0x2c0,
749 AER_SPRITE_AIMMECHCANNONSIDE = 0x2c1,
750 AER_SPRITE_MECHCANNONASSEMBLEFLASH = 0x2c2,
751 AER_SPRITE_AIMPISTOLDOWN = 0x2c3,
752 AER_SPRITE_AIMRAILGUN = 0x2c4,
753 AER_SPRITE_CHARWARP = 0x2c5,
754 AER_SPRITE_CHARP2SPAWN = 0x2c6,
755 AER_SPRITE_CHARP2DEATH = 0x2c7,
756 AER_SPRITE_CHARP2DISMISS = 0x2c8,
757 AER_SPRITE_CHARP2DEATHFX = 0x2c9,
758 AER_SPRITE_CHARP2SPAWNFX = 0x2ca,
759 AER_SPRITE_CHARP2SPAWNFX2 = 0x2cb,
760 AER_SPRITE_DRIFTERNOD = 0x2cc,
761 AER_SPRITE_DRIFTERNODSIDE = 0x2cd,
762 AER_SPRITE_DRIFTERWRAP = 0x2ce,
763 AER_SPRITE_DRIFTERWRAPSIDE = 0x2cf,
764 AER_SPRITE_DRIFTERCAPEFLAP = 0x2d0,
765 AER_SPRITE_DRIFTERCAPEFLAPSIDE = 0x2d1,
766 AER_SPRITE_DRIFTERTOSS = 0x2d2,
767 AER_SPRITE_DRIFTERTOSSSIDE = 0x2d3,
768 AER_SPRITE_CHARFIRESHADOW = 0x2d4,
769 AER_SPRITE_HALSTABBGCOLS = 0x2d5,
770 AER_SPRITE_HALFADECOLS = 0x2d6,
771 AER_SPRITE_HALEVENTLOOM = 0x2d7,
772 AER_SPRITE_HALEVENTBEAM = 0x2d8,
773 AER_SPRITE_HALEVENTBULLET = 0x2d9,
774 AER_SPRITE_HALEVENTSTAB = 0x2da,
775 AER_SPRITE_HALEVENTSLAM = 0x2db,
776 AER_SPRITE_ADPHANTOMSHADOW = 0x2dc,
777 AER_SPRITE_ADPHANTOMSLASH = 0x2dd,
778 AER_SPRITE_ADWARPARRIVE = 0x2de,
779 AER_SPRITE_ADWARPDEPART = 0x2df,
780 AER_SPRITE_ADCAPEFLAP = 0x2e0,
781 AER_SPRITE_ADCAPEFLAPSIDE = 0x2e1,
782 AER_SPRITE_ADNOD = 0x2e2,
783 AER_SPRITE_ADNODSIDE = 0x2e3,
784 AER_SPRITE_ADTOSS = 0x2e4,
785 AER_SPRITE_ADTOSSSIDE = 0x2e5,
786 AER_SPRITE_ADWRAP = 0x2e6,
787 AER_SPRITE_ADWRAPSIDE = 0x2e7,
788 AER_SPRITE_ADPHANTOMBLUR = 0x2e8,
789 AER_SPRITE_ADMELEE = 0x2e9,
790 AER_SPRITE_ADHEAVYSTRIKEE = 0x2ea,
791 AER_SPRITE_ADHEAVYSTRIKEN = 0x2eb,
792 AER_SPRITE_ADHEAVYSTRIKES = 0x2ec,
793 AER_SPRITE_ADTEETERE = 0x2ed,
794 AER_SPRITE_ADTEETERN = 0x2ee,
795 AER_SPRITE_ADTEETERS = 0x2ef,
796 AER_SPRITE_ADSTARTLEDAWAKE = 0x2f0,
797 AER_SPRITE_ADJUMPDOWN = 0x2f1,
798 AER_SPRITE_ADSHIELDPUSHE = 0x2f2,
799 AER_SPRITE_ADSHIELDPUSHN = 0x2f3,
800 AER_SPRITE_ADSHIELDPUSHS = 0x2f4,
801 AER_SPRITE_ADDASHATKE = 0x2f5,
802 AER_SPRITE_ADDASHATKN = 0x2f6,
803 AER_SPRITE_ADDASHATKS = 0x2f7,
804 AER_SPRITE_ADDASHE = 0x2f8,
805 AER_SPRITE_ADDASHN = 0x2f9,
806 AER_SPRITE_ADDASHS = 0x2fa,
807 AER_SPRITE_ADLAND = 0x2fb,
808 AER_SPRITE_ADWALLDASH = 0x2fc,
809 AER_SPRITE_ADSIT = 0x2fd,
810 AER_SPRITE_ADSTUNNED = 0x2fe,
811 AER_SPRITE_ADTHROWN = 0x2ff,
812 AER_SPRITE_ADSTUMBLECOUGH = 0x300,
813 AER_SPRITE_ADDROPPINGDOWN = 0x301,
814 AER_SPRITE_ADVICTORY = 0x302,
815 AER_SPRITE_ADATTACKN = 0x303,
816 AER_SPRITE_ADATTACKS = 0x304,
817 AER_SPRITE_ADATTACKE = 0x305,
818 AER_SPRITE_ADSTANDSIDE = 0x306,
819 AER_SPRITE_ADSTANDBACK = 0x307,
820 AER_SPRITE_ADSTANDFRONT = 0x308,
821 AER_SPRITE_ADAIME = 0x309,
822 AER_SPRITE_ADAIMN = 0x30a,
823 AER_SPRITE_ADAIMS = 0x30b,
824 AER_SPRITE_ADWALKSIDE = 0x30c,
825 AER_SPRITE_ADWALKFRONT = 0x30d,
826 AER_SPRITE_ADWALKBACK = 0x30e,
827 AER_SPRITE_ADRUNE = 0x30f,
828 AER_SPRITE_ADRUNN = 0x310,
829 AER_SPRITE_ADRUNS = 0x311,
830 AER_SPRITE_ADHEAL = 0x312,
831 AER_SPRITE_ADSLEEP = 0x313,
832 AER_SPRITE_ADDIE = 0x314,
833 AER_SPRITE_ADCHILLINNPC = 0x315,
834 AER_SPRITE_CHARSTUMBLEDEAD = 0x316,
835 AER_SPRITE_CHARSTARTLEDAWAKE = 0x317,
836 AER_SPRITE_CHARCOUGH = 0x318,
837 AER_SPRITE_CHARSTUMBLECOUGH = 0x319,
838 AER_SPRITE_CHARVICTORY = 0x31a,
839 AER_SPRITE_SWORDVANISH = 0x31b,
840 AER_SPRITE_CHARSTUMBLE = 0x31c,
841 AER_SPRITE_CHARSIT = 0x31d,
842 AER_SPRITE_CHARTHROWN = 0x31e,
843 AER_SPRITE_CHARSTUNNED = 0x31f,
844 AER_SPRITE_CHARHITMASK = 0x320,
845 AER_SPRITE_CHARMASK = 0x321,
846 AER_SPRITE_CHARSHADOW = 0x322,
847 AER_SPRITE_CHARSHADOWSUNKBACK = 0x323,
848 AER_SPRITE_CHARSHADOWSUNKFRONT = 0x324,
849 AER_SPRITE_GODSHADOW = 0x325,
850 AER_SPRITE_GODSHADOWSUNKBACK = 0x326,
851 AER_SPRITE_GODSHADOWSUNKFRONT = 0x327,
852 AER_SPRITE_DEADCHAR = 0x328,
853 AER_SPRITE_REVIVECHAR = 0x329,
854 AER_SPRITE_CHARWALLDASH = 0x32a,
855 AER_SPRITE_PISTOLRELOAD = 0x32b,
856 AER_SPRITE_SHOTGUNRELOAD = 0x32c,
857 AER_SPRITE_CHARHITMASKCHEST = 0x32d,
858 AER_SPRITE_CHARSHIELDBREAKSIDESWORD = 0x32e,
859 AER_SPRITE_CHARSHIELDBREAKSIDE = 0x32f,
860 AER_SPRITE_CHARSHIELDBREAKUP = 0x330,
861 AER_SPRITE_CHARSHIELDBREAKDOWN = 0x331,
862 AER_SPRITE_CHARCLASHN = 0x332,
863 AER_SPRITE_CHARCLASHS = 0x333,
864 AER_SPRITE_CHARCLASHE = 0x334,
865 AER_SPRITE_CHARWALKBACK = 0x335,
866 AER_SPRITE_CHARWALKFRONT = 0x336,
867 AER_SPRITE_CHARWALKSIDE = 0x337,
868 AER_SPRITE_CHAR = 0x338,
869 AER_SPRITE_CHARBACK = 0x339,
870 AER_SPRITE_CHARSIDE = 0x33a,
871 AER_SPRITE_CHARSTANDFRONT = 0x33b,
872 AER_SPRITE_CHARHEAL = 0x33c,
873 AER_SPRITE_CHARSTANDSIDE = 0x33d,
874 AER_SPRITE_CHARSTANDBACK = 0x33e,
875 AER_SPRITE_CHARJUMPDOWN = 0x33f,
876 AER_SPRITE_CHARDROPPINGDOWN = 0x340,
877 AER_SPRITE_CHARDROPPINGSIDE = 0x341,
878 AER_SPRITE_CHARLANDDOWN = 0x342,
879 AER_SPRITE_CHARJUMPSIDE = 0x343,
880 AER_SPRITE_CHARLANDSIDE = 0x344,
881 AER_SPRITE_CHARDASHSIDE = 0x345,
882 AER_SPRITE_CHARDASHFRONT = 0x346,
883 AER_SPRITE_CHARDASHBACK = 0x347,
884 AER_SPRITE_CHARAIRDASHSIDE = 0x348,
885 AER_SPRITE_CHARAIRDASHFRONT = 0x349,
886 AER_SPRITE_CHARAIRDASHBACK = 0x34a,
887 AER_SPRITE_AIMDIAMONDS = 0x34b,
888 AER_SPRITE_CHARFALLNEW = 0x34c,
889 AER_SPRITE_CHARMODULERIP = 0x34d,
890 AER_SPRITE_CHARWALLSLIDE = 0x34e,
891 AER_SPRITE_CHARTEETER = 0x34f,
892 AER_SPRITE_CHARTEETERUP = 0x350,
893 AER_SPRITE_CHARTEETERDOWN = 0x351,
894 AER_SPRITE_CHARWALLPUSH = 0x352,
895 AER_SPRITE_CHARSLEEP = 0x353,
896 AER_SPRITE_CHARWARPDEPART = 0x354,
897 AER_SPRITE_CHARWARPARRIVE = 0x355,
898 AER_SPRITE_DRIFTERPALETTE = 0x356,
899 AER_SPRITE_BOSSCHECK = 0x357,
900 AER_SPRITE_COLLECTIBLECHECK = 0x358,
901 AER_SPRITE_WAYPOINT = 0x359,
902 AER_SPRITE_DOORDIR = 0x35a,
903 AER_SPRITE_DUSTBALL = 0x35b,
904 AER_SPRITE_EDITORBLOOMER = 0x35c,
905 AER_SPRITE_EDITORBOOMBOX = 0x35d,
906 AER_SPRITE_EDITORBUTTONPROMPT = 0x35e,
907 AER_SPRITE_EDITORCAMERACUE = 0x35f,
908 AER_SPRITE_EDITORCAMLOCK = 0x360,
909 AER_SPRITE_EDITORCHARVICTORY = 0x361,
910 AER_SPRITE_EDITORCHECKPOINT = 0x362,
911 AER_SPRITE_EDITORCOLORREGION = 0x363,
912 AER_SPRITE_EDITORCUTSCENE = 0x364,
913 AER_SPRITE_EDITORNOWARP = 0x365,
914 AER_SPRITE_EDITORRESET = 0x366,
915 AER_SPRITE_EDITORSCREENSHAKE = 0x367,
916 AER_SPRITE_EDITORSNOWFLOOR = 0x368,
917 AER_SPRITE_EDITORSOUND = 0x369,
918 AER_SPRITE_EDITORTRUEATINTERVAL = 0x36a,
919 AER_SPRITE_EDITORUPGRADEDASH = 0x36b,
920 AER_SPRITE_EDITORUPGRADEHEALTHPACK = 0x36c,
921 AER_SPRITE_EDITORUPGRADESPECIAL = 0x36d,
922 AER_SPRITE_EDITORUPGRADESWORD = 0x36e,
923 AER_SPRITE_EDITORUPGRADEWEAPON = 0x36f,
924 AER_SPRITE_EDITORWATERFALLICON = 0x370,
925 AER_SPRITE_EDITORWATERFLOOR = 0x371,
926 AER_SPRITE_EMPTY = 0x372,
927 AER_SPRITE_GAUNTLETDOOR = 0x373,
928 AER_SPRITE_INFINITESLIME = 0x374,
929 AER_SPRITE_ONETIMETRUE = 0x375,
930 AER_SPRITE_PERMASTATE = 0x376,
931 AER_SPRITE_REGIONICON = 0x377,
932 AER_SPRITE_REGIONWALLICON = 0x378,
933 AER_SPRITE_ROOMVISITED = 0x379,
934 AER_SPRITE_SOUNDOBJ = 0x37a,
935 AER_SPRITE_STAND = 0x37b,
936 AER_SPRITE_TITLEDOOR = 0x37c,
937 AER_SPRITE_TRANSDOOR = 0x37d,
938 AER_SPRITE_WELLCHECK = 0x37e,
939 AER_SPRITE_CAMPOS = 0x37f,
940 AER_SPRITE_CLEAR = 0x380,
941 AER_SPRITE_CURPOS = 0x381,
942 AER_SPRITE_EDITORARROW = 0x382,
943 AER_SPRITE_EDITORARROWON = 0x383,
944 AER_SPRITE_EDITORCAM = 0x384,
945 AER_SPRITE_EDITOREYEDROPPER = 0x385,
946 AER_SPRITE_EDITORGRID = 0x386,
947 AER_SPRITE_EDITORGRIDDOWN = 0x387,
948 AER_SPRITE_EDITORGRIDON = 0x388,
949 AER_SPRITE_EDITORGRIDUP = 0x389,
950 AER_SPRITE_EDITORHELP = 0x38a,
951 AER_SPRITE_EDITORHIGHLIGHTGEARBIT = 0x38b,
952 AER_SPRITE_EDITORHIGHLIGHTCHECKPOINTS = 0x38c,
953 AER_SPRITE_EDITORHIGHLIGHTHEALTH = 0x38d,
954 AER_SPRITE_EDITORHIGHLIGHTBONES = 0x38e,
955 AER_SPRITE_EDITORLOG = 0x38f,
956 AER_SPRITE_EDITORLOGON = 0x390,
957 AER_SPRITE_EDITORPLAYTEST = 0x391,
958 AER_SPRITE_EDITORPLAYTESTON = 0x392,
959 AER_SPRITE_EDITORSCNDS = 0x393,
960 AER_SPRITE_EDITORSEPARATOR = 0x394,
961 AER_SPRITE_EDITORSKETCH = 0x395,
962 AER_SPRITE_EDITORSKETCHON = 0x396,
963 AER_SPRITE_EDITORSNAP = 0x397,
964 AER_SPRITE_EDITORSNAPON = 0x398,
965 AER_SPRITE_EYECON = 0x399,
966 AER_SPRITE_FILL = 0x39a,
967 AER_SPRITE_GOD = 0x39b,
968 AER_SPRITE_HALLUCINATIONPREVENTER = 0x39c,
969 AER_SPRITE_LAYER = 0x39d,
970 AER_SPRITE_LEVEL = 0x39e,
971 AER_SPRITE_LEVELBOUNDARY = 0x39f,
972 AER_SPRITE_NOCLIP = 0x3a0,
973 AER_SPRITE_NOTE = 0x3a1,
974 AER_SPRITE_OBJS = 0x3a2,
975 AER_SPRITE_ONCAMPOS = 0x3a3,
976 AER_SPRITE_ONCURPOS = 0x3a4,
977 AER_SPRITE_ONEDITORCAM = 0x3a5,
978 AER_SPRITE_ONEDITORHELP = 0x3a6,
979 AER_SPRITE_ONEDITORSCNDS = 0x3a7,
980 AER_SPRITE_ONGOD = 0x3a8,
981 AER_SPRITE_ONLAYER = 0x3a9,
982 AER_SPRITE_ONLEVEL = 0x3aa,
983 AER_SPRITE_ONNOCLIP = 0x3ab,
984 AER_SPRITE_ONOBJS = 0x3ac,
985 AER_SPRITE_ONPLAY = 0x3ad,
986 AER_SPRITE_ONROOMSETTING = 0x3ae,
987 AER_SPRITE_ONSETTING = 0x3af,
988 AER_SPRITE_ONTELE = 0x3b0,
989 AER_SPRITE_PAUSE = 0x3b1,
990 AER_SPRITE_RADIOBUTTON = 0x3b2,
991 AER_SPRITE_ROOMSETTING = 0x3b3,
992 AER_SPRITE_SAVE = 0x3b4,
993 AER_SPRITE_SETTING = 0x3b5,
994 AER_SPRITE_TELE = 0x3b6,
995 AER_SPRITE_ZOOM1X = 0x3b7,
996 AER_SPRITE_ZOOM2X = 0x3b8,
997 AER_SPRITE_ZOOMFULL = 0x3b9,
998 AER_SPRITE_ZOOMXX = 0x3ba,
999 AER_SPRITE_ACIDPARTICLE = 0x3bb,
1000 AER_SPRITE_ACIDBUBBLES = 0x3bc,
1001 AER_SPRITE_ACIDBUBBLEM = 0x3bd,
1002 AER_SPRITE_ACIDSPLASHS = 0x3be,
1003 AER_SPRITE_VIRUSBLOODMED = 0x3bf,
1004 AER_SPRITE_VIRUSBLOODSMALL = 0x3c0,
1005 AER_SPRITE_BLOODSPIT = 0x3c1,
1006 AER_SPRITE_BLOODSPARKLARGE = 0x3c2,
1007 AER_SPRITE_BLOODSPARKMED = 0x3c3,
1008 AER_SPRITE_BLOODSPARKSMALL = 0x3c4,
1009 AER_SPRITE_BLOODSTAINS = 0x3c5,
1010 AER_SPRITE_BLOODSTAINSB = 0x3c6,
1011 AER_SPRITE_BLOODSTAINSSMALL = 0x3c7,
1012 AER_SPRITE_BLOODMEDFANWIDE = 0x3c8,
1013 AER_SPRITE_BLOODLARGEWHEEL = 0x3c9,
1014 AER_SPRITE_BLOODSMALLBLOOM = 0x3ca,
1015 AER_SPRITE_BLOODLARGEFAN = 0x3cb,
1016 AER_SPRITE_BLOODMEDFAN = 0x3cc,
1017 AER_SPRITE_BLOODMEDSPLIT = 0x3cd,
1018 AER_SPRITE_BLOODSPRAYALT = 0x3ce,
1019 AER_SPRITE_BLOODPART = 0x3cf,
1020 AER_SPRITE_BLOODPOOL = 0x3d0,
1021 AER_SPRITE_DEAD = 0x3d1,
1022 AER_SPRITE_GIBLET = 0x3d2,
1023 AER_SPRITE_COLUMNDEBRI = 0x3d3,
1024 AER_SPRITE_GLASSSHARD = 0x3d4,
1025 AER_SPRITE_TURRETDEBRI = 0x3d5,
1026 AER_SPRITE_CRATEDEBRI = 0x3d6,
1027 AER_SPRITE_PIPEDEBRIS = 0x3d7,
1028 AER_SPRITE_PLANTDEBRIS = 0x3d8,
1029 AER_SPRITE_DRIFTERTOSSEDSHELL = 0x3d9,
1030 AER_SPRITE_SHRUBDEBRIS = 0x3da,
1031 AER_SPRITE_SHRUBDEBRIS2 = 0x3db,
1032 AER_SPRITE_CRATECONTENTS = 0x3dc,
1033 AER_SPRITE_SKELETONBONES = 0x3dd,
1034 AER_SPRITE_POWDER = 0x3de,
1035 AER_SPRITE_BLOODSMOKE = 0x3df,
1036 AER_SPRITE_GRENADESMOKE = 0x3e0,
1037 AER_SPRITE_GRENADESMOKE2 = 0x3e1,
1038 AER_SPRITE_DASHDIAMOND = 0x3e2,
1039 AER_SPRITE_DUSTCLOUD = 0x3e3,
1040 AER_SPRITE_DUSTCLOUDEXPLODE = 0x3e4,
1041 AER_SPRITE_SMOKESMALL = 0x3e5,
1042 AER_SPRITE_MISSILETRAIL = 0x3e6,
1043 AER_SPRITE_SMOKE = 0x3e7,
1044 AER_SPRITE_STEPDUST = 0x3e8,
1045 AER_SPRITE_RUNDUST = 0x3e9,
1046 AER_SPRITE_DUSTDASH = 0x3ea,
1047 AER_SPRITE_IMPACTDUST = 0x3eb,
1048 AER_SPRITE_RPMISSILESMOKE = 0x3ec,
1049 AER_SPRITE_CRYSTALDUST = 0x3ed,
1050 AER_SPRITE_HYPEREXPLOSIONMEDIUM = 0x3ee,
1051 AER_SPRITE_RAILGUNBLAST = 0x3ef,
1052 AER_SPRITE_HYPEREXPLOSIONSMALL = 0x3f0,
1053 AER_SPRITE_GIBS = 0x3f1,
1054 AER_SPRITE_FLAMETHROWERFLAME = 0x3f2,
1055 AER_SPRITE_FLAMEPOLECANDLE = 0x3f3,
1056 AER_SPRITE_FLAMESPARK = 0x3f4,
1057 AER_SPRITE_FLAMEJETFLAME = 0x3f5,
1058 AER_SPRITE_BIGFLAMEJETFLAME = 0x3f6,
1059 AER_SPRITE_BIGFLAMEJETBASE = 0x3f7,
1060 AER_SPRITE_BIGFLAMEJETWARNING = 0x3f8,
1061 AER_SPRITE_BLOCKFIRE = 0x3f9,
1062 AER_SPRITE_SMALLFUME = 0x3fa,
1063 AER_SPRITE_TINYENERGYSIZZLE = 0x3fb,
1064 AER_SPRITE_TINYFLAMESIZZLE = 0x3fc,
1065 AER_SPRITE_FIREBOGFLAMESMALL = 0x3fd,
1066 AER_SPRITE_FIREBOGFLAMEMED = 0x3fe,
1067 AER_SPRITE_FIREBOGFLAMEMOVING = 0x3ff,
1068 AER_SPRITE_BURNTGROUND = 0x400,
1069 AER_SPRITE_GOOPRINT = 0x401,
1070 AER_SPRITE_BULLETBLAST = 0x402,
1071 AER_SPRITE_PARRYSPARK = 0x403,
1072 AER_SPRITE_CRITSPARK = 0x404,
1073 AER_SPRITE_STUNSPARK = 0x405,
1074 AER_SPRITE_STUNSPARKLE = 0x406,
1075 AER_SPRITE_LASERHITWALL = 0x407,
1076 AER_SPRITE_SHIELDRIPPLE = 0x408,
1077 AER_SPRITE_SHIELDSHATTER = 0x409,
1078 AER_SPRITE_SPARKFLASH = 0x40a,
1079 AER_SPRITE_DASHBREAKSPARKS = 0x40b,
1080 AER_SPRITE_LIGHTDEFAULT = 0x40c,
1081 AER_SPRITE_GHOSTLIGHT = 0x40d,
1082 AER_SPRITE_DRIFTERLIGHT = 0x40e,
1083 AER_SPRITE_SPARKLE = 0x40f,
1084 AER_SPRITE_TELEPORTIN = 0x410,
1085 AER_SPRITE_TELEPORTINFG = 0x411,
1086 AER_SPRITE_TINYGHOST = 0x412,
1087 AER_SPRITE_SWITCHSIGNAL = 0x413,
1088 AER_SPRITE_OUTLINEGRASS = 0x414,
1089 AER_SPRITE_OUTLINELABWALL = 0x415,
1090 AER_SPRITE_DARKNESS = 0x416,
1091 AER_SPRITE_ALMOSTDEADPATINA = 0x417,
1092 AER_SPRITE_DAMAGEPATINA = 0x418,
1093 AER_SPRITE_HEALTHPICKUPFOOTUI = 0x419,
1094 AER_SPRITE_WATERSPARKLE = 0x41a,
1095 AER_SPRITE_DROPLET = 0x41b,
1096 AER_SPRITE_WATERFALLWAVES = 0x41c,
1097 AER_SPRITE_WATERFALLWAVESBLANK = 0x41d,
1098 AER_SPRITE_WAVE = 0x41e,
1099 AER_SPRITE_BORDERWAVE = 0x41f,
1100 AER_SPRITE_PUDDLE = 0x420,
1101 AER_SPRITE_WATERFALLTOP = 0x421,
1102 AER_SPRITE_WATERFALLTILE = 0x422,
1103 AER_SPRITE_WATERFALLBOTTOM = 0x423,
1104 AER_SPRITE_WATERRIPPLEMD = 0x424,
1105 AER_SPRITE_WATERRIPPLESM = 0x425,
1106 AER_SPRITE_WATERSPLASHMD = 0x426,
1107 AER_SPRITE_WATERSPLASHSM = 0x427,
1108 AER_SPRITE_SPLASH = 0x428,
1109 AER_SPRITE_WEATHERICONMIST = 0x429,
1110 AER_SPRITE_PULSE = 0x42a,
1111 AER_SPRITE_WEATHERICONRAIN = 0x42b,
1112 AER_SPRITE_WEATHERICONSNOW = 0x42c,
1113 AER_SPRITE_WEATHERICONRAINBOWDUST = 0x42d,
1114 AER_SPRITE_GLITTER = 0x42e,
1115 AER_SPRITE_SCREENDUST = 0x42f,
1116 AER_SPRITE_BLACKRAIN = 0x430,
1117 AER_SPRITE_SNOWFOOTPRINT = 0x431,
1118 AER_SPRITE_SNOWPARTICLE = 0x432,
1119 AER_SPRITE_LIGHTNING4 = 0x433,
1120 AER_SPRITE_LIGHTNING3 = 0x434,
1121 AER_SPRITE_LIGHTNING2 = 0x435,
1122 AER_SPRITE_SNOW = 0x436,
1123 AER_SPRITE_LIGHTNING = 0x437,
1124 AER_SPRITE_BGCLOUDS = 0x438,
1125 AER_SPRITE_DUSTPART = 0x439,
1126 AER_SPRITE_GLOWINGEYES = 0x43a,
1127 AER_SPRITE_EARTHQUAKEDUST = 0x43b,
1128 AER_SPRITE_ROOFDEBRI = 0x43c,
1129 AER_SPRITE_ROOFDEBRIBREAK = 0x43d,
1130 AER_SPRITE_ENERGYRIPPLESM = 0x43e,
1131 AER_SPRITE_ROLLYPOLLYBLAST = 0x43f,
1132 AER_SPRITE_ENEMYSHADOW = 0x440,
1133 AER_SPRITE_PUNCHINGBAG = 0x441,
1134 AER_SPRITE_BOWLERROLL = 0x442,
1135 AER_SPRITE_HALDIRK = 0x443,
1136 AER_SPRITE_HALDIRKDEAD = 0x444,
1137 AER_SPRITE_BIGTENTACLE = 0x445,
1138 AER_SPRITE_ACIDFLY = 0x446,
1139 AER_SPRITE_ACIDFLYSPIT = 0x447,
1140 AER_SPRITE_PLANTYDEAD = 0x448,
1141 AER_SPRITE_PLANTYDECAPTOP = 0x449,
1142 AER_SPRITE_PLANTYDECAPBOTTOM = 0x44a,
1143 AER_SPRITE_MELTYMASK = 0x44b,
1144 AER_SPRITE_PLANTYRISE = 0x44c,
1145 AER_SPRITE_PLANTYFOOT = 0x44d,
1146 AER_SPRITE_PLANTYFOOT2 = 0x44e,
1147 AER_SPRITE_PLANTYMOVE = 0x44f,
1148 AER_SPRITE_PLANTYATTACKROOTS = 0x450,
1149 AER_SPRITE_PLANTYDEADROOTS = 0x451,
1150 AER_SPRITE_PLANTYATTACK = 0x452,
1151 AER_SPRITE_JARFROGRUMMAGE = 0x453,
1152 AER_SPRITE_JARFROGIDLE = 0x454,
1153 AER_SPRITE_JARFROGDECAPBOTTOM = 0x455,
1154 AER_SPRITE_JARFROGDECAPTOP = 0x456,
1155 AER_SPRITE_JARFROGDEAD = 0x457,
1156 AER_SPRITE_JARFROGHOP = 0x458,
1157 AER_SPRITE_JARFROGTOSS = 0x459,
1158 AER_SPRITE_JARFROGWALK = 0x45a,
1159 AER_SPRITE_STRIDERSTUN = 0x45b,
1160 AER_SPRITE_STRIDERIDLE = 0x45c,
1161 AER_SPRITE_STRIDERFLOORMASK = 0x45d,
1162 AER_SPRITE_STRIDERDECAPTOP = 0x45e,
1163 AER_SPRITE_STRIDERDECAPBOTTOM = 0x45f,
1164 AER_SPRITE_STRIDERDEAD = 0x460,
1165 AER_SPRITE_STRIDERWALK = 0x461,
1166 AER_SPRITE_STRIDERSWIM = 0x462,
1167 AER_SPRITE_THROWINGKNIFE = 0x463,
1168 AER_SPRITE_THROWINGKNIFEDISSAPEAR = 0x464,
1169 AER_SPRITE_BAREFROGHOPRIGHT = 0x465,
1170 AER_SPRITE_BAREFROGTHROW = 0x466,
1171 AER_SPRITE_BAREFROGHOPLEFT = 0x467,
1172 AER_SPRITE_NINJAFROGDEAD = 0x468,
1173 AER_SPRITE_NINJAFROGDECAPBOTTOM = 0x469,
1174 AER_SPRITE_NINJAFROGDECAPTOP = 0x46a,
1175 AER_SPRITE_NINJAFROGATTACK = 0x46b,
1176 AER_SPRITE_NINJAFROGJUMPBACK = 0x46c,
1177 AER_SPRITE_NINJAFROGHOPRIGHT = 0x46d,
1178 AER_SPRITE_NINJAFROGHOPLEFT = 0x46e,
1179 AER_SPRITE_NINJAFROGMASK = 0x46f,
1180 AER_SPRITE_FLAMEMITEWALK = 0x470,
1181 AER_SPRITE_FLAMEMITEEMERGE = 0x471,
1182 AER_SPRITE_FLAMEMITEHIDDEN = 0x472,
1183 AER_SPRITE_FLAMEMITEBURIED = 0x473,
1184 AER_SPRITE_FLAMEMITEATTACK = 0x474,
1185 AER_SPRITE_FLAMEMITEEXPLODE = 0x475,
1186 AER_SPRITE_FLAMEMITEEXPLOSION = 0x476,
1187 AER_SPRITE_GARBAGEPLANTDEAD = 0x477,
1188 AER_SPRITE_GARBAGEPLANT = 0x478,
1189 AER_SPRITE_GHOSTBEAMBIRDINTRO = 0x479,
1190 AER_SPRITE_GHOSTBEAMBIRDDECAPTOP = 0x47a,
1191 AER_SPRITE_GHOSTBEAMBIRDDEAD = 0x47b,
1192 AER_SPRITE_GHOSTBEAMBIRDDECAPBOTTOM = 0x47c,
1193 AER_SPRITE_GHOSTBEAMBIRDWALK = 0x47d,
1194 AER_SPRITE_GHOSTBEAMBIRDIDLE = 0x47e,
1195 AER_SPRITE_GHOSTBEAMBIRDSLAMSQUARE = 0x47f,
1196 AER_SPRITE_GHOSTBEAMSUMMONFX = 0x480,
1197 AER_SPRITE_GHOSTBEAMBIRDINVOKE = 0x481,
1198 AER_SPRITE_GHOSTBEAMBIRDSLAM = 0x482,
1199 AER_SPRITE_BLOCKSUMMONBIRDINVOKE = 0x483,
1200 AER_SPRITE_BURSTBIRDDEAD = 0x484,
1201 AER_SPRITE_BURSTBIRDDECAPBOTTOM = 0x485,
1202 AER_SPRITE_BURSTBIRDDECAPTOP = 0x486,
1203 AER_SPRITE_BURSTBIRDINVOKE = 0x487,
1204 AER_SPRITE_BURSTBIRDRUN = 0x488,
1205 AER_SPRITE_BURSTBIRDATTACK = 0x489,
1206 AER_SPRITE_BIRDMANTUMBLE = 0x48a,
1207 AER_SPRITE_BIRDMANSTAND = 0x48b,
1208 AER_SPRITE_BIRDMANDEAD = 0x48c,
1209 AER_SPRITE_BIRDMANDECAPBOTTOM = 0x48d,
1210 AER_SPRITE_BIRDMANDECAPTOP = 0x48e,
1211 AER_SPRITE_BIRDMANSTUN = 0x48f,
1212 AER_SPRITE_BIRDMANFLY = 0x490,
1213 AER_SPRITE_BIRDMANWALK = 0x491,
1214 AER_SPRITE_BIRDMANDIVE = 0x492,
1215 AER_SPRITE_BIRDMANSHADOW = 0x493,
1216 AER_SPRITE_CULTSUMMONFX = 0x494,
1217 AER_SPRITE_CULTBIRDIDLE = 0x495,
1218 AER_SPRITE_CULTBIRDINTRO = 0x496,
1219 AER_SPRITE_CULTBIRDREADY = 0x497,
1220 AER_SPRITE_CULTBIRDSTUNNED = 0x498,
1221 AER_SPRITE_CULTBIRDATTACK = 0x499,
1222 AER_SPRITE_CULTBIRDCROUCH = 0x49a,
1223 AER_SPRITE_CULTBIRDMOVE = 0x49b,
1224 AER_SPRITE_CULTBIRDSHIELD = 0x49c,
1225 AER_SPRITE_CULTBIRDSPEARHITSPARK = 0x49d,
1226 AER_SPRITE_CULTBIRDSPEARTELL = 0x49e,
1227 AER_SPRITE_GLOWSHIELD = 0x49f,
1228 AER_SPRITE_CULTBIRDDODGE = 0x4a0,
1229 AER_SPRITE_CULTBIRDSUMMON = 0x4a1,
1230 AER_SPRITE_CULTBIRDDEAD = 0x4a2,
1231 AER_SPRITE_CULTBIRDDECAPBODY = 0x4a3,
1232 AER_SPRITE_CULTBIRDDECAPHEAD = 0x4a4,
1233 AER_SPRITE_CULTSPIKE = 0x4a5,
1234 AER_SPRITE_CULTCHARGE = 0x4a6,
1235 AER_SPRITE_CULTSPEAR = 0x4a7,
1236 AER_SPRITE_CULTBIRDMARCHDARK = 0x4a8,
1237 AER_SPRITE_CRABDECAPTOP = 0x4a9,
1238 AER_SPRITE_CRABDECAPBOTTOM = 0x4aa,
1239 AER_SPRITE_CRABDEAD = 0x4ab,
1240 AER_SPRITE_CRABATTACK = 0x4ac,
1241 AER_SPRITE_CRAB = 0x4ad,
1242 AER_SPRITE_CRABMAN = 0x4ae,
1243 AER_SPRITE_CRABMANATTACK = 0x4af,
1244 AER_SPRITE_ALPHAWOLFGRABDRIFTER = 0x4b0,
1245 AER_SPRITE_ALPHAWOLFGRAB = 0x4b1,
1246 AER_SPRITE_ALPHAWOLF = 0x4b2,
1247 AER_SPRITE_WOLFDECAPBOTTOM = 0x4b3,
1248 AER_SPRITE_WOLFDECAPTOP = 0x4b4,
1249 AER_SPRITE_WOLFIDLE = 0x4b5,
1250 AER_SPRITE_WOLFDEAD = 0x4b6,
1251 AER_SPRITE_WOLFRUN = 0x4b7,
1252 AER_SPRITE_WOLFSTUN = 0x4b8,
1253 AER_SPRITE_WOLFATTACK = 0x4b9,
1254 AER_SPRITE_CRYSTALSPIKENE = 0x4ba,
1255 AER_SPRITE_CRYSTALSPIKEN = 0x4bb,
1256 AER_SPRITE_CRYSTALSPIKESE = 0x4bc,
1257 AER_SPRITE_CRYSTALSPIKES = 0x4bd,
1258 AER_SPRITE_TANUKIGROUNDMASK = 0x4be,
1259 AER_SPRITE_TANUKIHITMASK = 0x4bf,
1260 AER_SPRITE_TANUKISPEARDECAPTOP = 0x4c0,
1261 AER_SPRITE_TANUKICRYSTAL = 0x4c1,
1262 AER_SPRITE_TANUKISPEARWALK = 0x4c2,
1263 AER_SPRITE_TANUKISPEARDEAD = 0x4c3,
1264 AER_SPRITE_TANUKISPEARSTUN = 0x4c4,
1265 AER_SPRITE_TANUKISPEARDECAPBOTTOM = 0x4c5,
1266 AER_SPRITE_TANUKISPEARATTACK = 0x4c6,
1267 AER_SPRITE_TANUKISPEARATKCOL = 0x4c7,
1268 AER_SPRITE_TANUKISPEARFLICKER = 0x4c8,
1269 AER_SPRITE_TANUKIFLICKER = 0x4c9,
1270 AER_SPRITE_TANUKITARGETFLICKER = 0x4ca,
1271 AER_SPRITE_TANUKIRECOIL = 0x4cb,
1272 AER_SPRITE_TANUKIATTACK1 = 0x4cc,
1273 AER_SPRITE_TANUKIATTACK2 = 0x4cd,
1274 AER_SPRITE_TANUKIWALK = 0x4ce,
1275 AER_SPRITE_TANUKIWARRIORINTRO = 0x4cf,
1276 AER_SPRITE_TANUKIDEAD = 0x4d0,
1277 AER_SPRITE_TANUKIDECAPBOTTOM = 0x4d1,
1278 AER_SPRITE_TANUKISLASH = 0x4d2,
1279 AER_SPRITE_TANUKIDECAPTOP = 0x4d3,
1280 AER_SPRITE_TIMEPHASEBULLETHIT = 0x4d4,
1281 AER_SPRITE_TIMEPHASEBULLETTRAIL = 0x4d5,
1282 AER_SPRITE_TANUKIPISTOLFLICKER = 0x4d6,
1283 AER_SPRITE_TANUKIPISTOLDEAD = 0x4d7,
1284 AER_SPRITE_TANUKIPISTOLRECOIL = 0x4d8,
1285 AER_SPRITE_TANUKIPISTOLWALK = 0x4d9,
1286 AER_SPRITE_TANUKIPISTOLDECAPBOTTOM = 0x4da,
1287 AER_SPRITE_TANUKIPISTOLAIMDOWN = 0x4db,
1288 AER_SPRITE_TANUKIPISTOLAIMDOWNSIDE = 0x4dc,
1289 AER_SPRITE_TANUKIPISTOLAIMSIDE = 0x4dd,
1290 AER_SPRITE_TANUKIPISTOLAIMUPSIDE = 0x4de,
1291 AER_SPRITE_TANUKIPISTOLAIMUP = 0x4df,
1292 AER_SPRITE_TANUKIPISTOLDECAPTOP = 0x4e0,
1293 AER_SPRITE_CRYSTALBABYSTUN = 0x4e1,
1294 AER_SPRITE_CRYSTALBABYDEAD = 0x4e2,
1295 AER_SPRITE_CRYSTALBABYDECAPBOTTOM = 0x4e3,
1296 AER_SPRITE_CRYSTALBABYWALK = 0x4e4,
1297 AER_SPRITE_CRYSTALBABYATTACK = 0x4e5,
1298 AER_SPRITE_CRYSTALBABYSPIKE = 0x4e6,
1299 AER_SPRITE_SMALLCRYSTALSPIDERHIDE = 0x4e7,
1300 AER_SPRITE_MEDCRYSTALSPIDERWALK = 0x4e8,
1301 AER_SPRITE_MEDCRYSTALSPIDERSTUN = 0x4e9,
1302 AER_SPRITE_MEDCRYSTALSPIDERDEAD = 0x4ea,
1303 AER_SPRITE_MEDCRYSTALSPIDERDECAPBOTTOM = 0x4eb,
1304 AER_SPRITE_CRYSTALFRAGMENT = 0x4ec,
1305 AER_SPRITE_MEDCRYSTALSPIDERRUN = 0x4ed,
1306 AER_SPRITE_MEDCRYSTALSPIDERATTACK = 0x4ee,
1307 AER_SPRITE_SMALLCRYSTALSPIDERDEAD = 0x4ef,
1308 AER_SPRITE_SMALLCRYSTALSPIDERWALK = 0x4f0,
1309 AER_SPRITE_SMALLCRYSTALSPIDERATTACK = 0x4f1,
1310 AER_SPRITE_BLADIRKMASK = 0x4f2,
1311 AER_SPRITE_BLADIRKATKMASK = 0x4f3,
1312 AER_SPRITE_BLADIRKDECAPBOTTOM = 0x4f4,
1313 AER_SPRITE_BLADIRKDECAPTOP = 0x4f5,
1314 AER_SPRITE_BLADIRKDEATH = 0x4f6,
1315 AER_SPRITE_BLADIRKWALK = 0x4f7,
1316 AER_SPRITE_BLADIRKSTUN = 0x4f8,
1317 AER_SPRITE_BLADIRKATTACK = 0x4f9,
1318 AER_SPRITE_BLADIRKINTRO = 0x4fa,
1319 AER_SPRITE_BLADIRKSHOOT = 0x4fb,
1320 AER_SPRITE_ROBODOG = 0x4fc,
1321 AER_SPRITE_ROBODOGATTACK = 0x4fd,
1322 AER_SPRITE_SOUTHDRONE = 0x4fe,
1323 AER_SPRITE_DIRKSITBACK = 0x4ff,
1324 AER_SPRITE_DIRKSITFRONT = 0x500,
1325 AER_SPRITE_DIRKIDLE = 0x501,
1326 AER_SPRITE_DIRKDEAD = 0x502,
1327 AER_SPRITE_DIRKDECAPBOTTOM = 0x503,
1328 AER_SPRITE_DIRKDECAPTOP = 0x504,
1329 AER_SPRITE_DIRKDIELEG = 0x505,
1330 AER_SPRITE_DIRKDIESLICE = 0x506,
1331 AER_SPRITE_DIRKDIEDIAG = 0x507,
1332 AER_SPRITE_DIRK = 0x508,
1333 AER_SPRITE_DIRKRUN = 0x509,
1334 AER_SPRITE_DIRKMASK = 0x50a,
1335 AER_SPRITE_DIRKAFTER = 0x50b,
1336 AER_SPRITE_DIRKANTNEW = 0x50c,
1337 AER_SPRITE_DIRKATKNEW = 0x50d,
1338 AER_SPRITE_DIRKSTUN = 0x50e,
1339 AER_SPRITE_DIRKSTUNBACK = 0x50f,
1340 AER_SPRITE_FAKEDIRK = 0x510,
1341 AER_SPRITE_PUNCHINGBAGDEAD = 0x511,
1342 AER_SPRITE_DIRKBOMB = 0x512,
1343 AER_SPRITE_DIRKOMMANDERCHARGE = 0x513,
1344 AER_SPRITE_DIRKOMMANDERDEAD = 0x514,
1345 AER_SPRITE_DIRKOMMANDERDECAPBOTTOM = 0x515,
1346 AER_SPRITE_DIRKOMMANDERDECAPTOP = 0x516,
1347 AER_SPRITE_DIRKOMMANDERIDLE = 0x517,
1348 AER_SPRITE_DIRKOMMANDERJUMP = 0x518,
1349 AER_SPRITE_DIRKOMMANDERSHOOTSIDE = 0x519,
1350 AER_SPRITE_DIRKOMMANDERSHOOTUP = 0x51a,
1351 AER_SPRITE_DIRKOMMANDERDODGE = 0x51b,
1352 AER_SPRITE_DIRKOMMANDERSTUN = 0x51c,
1353 AER_SPRITE_DIRKOMMANDERSWING = 0x51d,
1354 AER_SPRITE_DIRKOMMANDERSWORDCOL = 0x51e,
1355 AER_SPRITE_DIRKOMMANDERWALK = 0x51f,
1356 AER_SPRITE_DIRKOMMANDERMASK = 0x520,
1357 AER_SPRITE_GOAT = 0x521,
1358 AER_SPRITE_GOATRISE = 0x522,
1359 AER_SPRITE_LEAPERMASK = 0x523,
1360 AER_SPRITE_LEAPERATTACK = 0x524,
1361 AER_SPRITE_LEAPERDECAPBOTTOM = 0x525,
1362 AER_SPRITE_LEAPERDECAPTOP = 0x526,
1363 AER_SPRITE_LEAPERDEATH = 0x527,
1364 AER_SPRITE_LEAPERSHADOW = 0x528,
1365 AER_SPRITE_LEAPERIDLE = 0x529,
1366 AER_SPRITE_LEAPERWALK = 0x52a,
1367 AER_SPRITE_LEAPERSLASH = 0x52b,
1368 AER_SPRITE_MISSILEDIRK = 0x52c,
1369 AER_SPRITE_MISSILEDIRKDODGE = 0x52d,
1370 AER_SPRITE_MISSILEDIRKSHOOTSIDE = 0x52e,
1371 AER_SPRITE_MISSILEDIRKATTACK = 0x52f,
1372 AER_SPRITE_MISSILEDIRKDEAD = 0x530,
1373 AER_SPRITE_MISSILEDIRKDECAPTOP = 0x531,
1374 AER_SPRITE_MISSILEDIRKDECAPBOTTOM = 0x532,
1375 AER_SPRITE_MISSILEDIRKGUN = 0x533,
1376 AER_SPRITE_MISSILEDIRKMASK = 0x534,
1377 AER_SPRITE_PARRYPRINCEMOVE = 0x535,
1378 AER_SPRITE_PARRYPRINCEMASK = 0x536,
1379 AER_SPRITE_PARRYPRINCEDODGE = 0x537,
1380 AER_SPRITE_PARRYPRINCEDEFENCE = 0x538,
1381 AER_SPRITE_PARRYPRINCESTUN = 0x539,
1382 AER_SPRITE_PARRYPRINCERECOVERY = 0x53a,
1383 AER_SPRITE_PARRYPRINCEANT = 0x53b,
1384 AER_SPRITE_PARRYPRINCEATTACK = 0x53c,
1385 AER_SPRITE_PARRYPRINCEDECAPTOP = 0x53d,
1386 AER_SPRITE_PARRYPRINCEDECAPBOTTOM = 0x53e,
1387 AER_SPRITE_PARRYPRINCEDEAD = 0x53f,
1388 AER_SPRITE_RIFLEDIRKIDLE = 0x540,
1389 AER_SPRITE_RIFLEDIRK = 0x541,
1390 AER_SPRITE_RIFLEDIRKDECAPTOP = 0x542,
1391 AER_SPRITE_RIFLEDIRKDECAPBOTTOM = 0x543,
1392 AER_SPRITE_RIFLEDIRKGUN = 0x544,
1393 AER_SPRITE_RIFLEDIRKATTACK = 0x545,
1394 AER_SPRITE_RIFLEDIRKDEAD = 0x546,
1395 AER_SPRITE_RIFLEDIRKSTUN = 0x547,
1396 AER_SPRITE_SLIMEMASK = 0x548,
1397 AER_SPRITE_SLIME = 0x549,
1398 AER_SPRITE_SLIMEATTACK = 0x54a,
1399 AER_SPRITE_ACIDSLIME = 0x54b,
1400 AER_SPRITE_SLIMEPART = 0x54c,
1401 AER_SPRITE_SLIMEONGROUND = 0x54d,
1402 AER_SPRITE_DARKTRAIL = 0x54e,
1403 AER_SPRITE_SPIDERATTACK = 0x54f,
1404 AER_SPRITE_SPIDERDECAPBOTTOM = 0x550,
1405 AER_SPRITE_SPIDERDECAPTOP = 0x551,
1406 AER_SPRITE_SPIDERDEAD = 0x552,
1407 AER_SPRITE_SPIDER = 0x553,
1408 AER_SPRITE_SOCCERBALL = 0x554,
1409 AER_SPRITE_APARTMENTDIAGRAM = 0x555,
1410 AER_SPRITE_APARTMENTDIAGRAMDESK = 0x556,
1411 AER_SPRITE_APARTMENTDIAGRAMPROJECTOR = 0x557,
1412 AER_SPRITE_APARTMENTLIGHTSWITCH = 0x558,
1413 AER_SPRITE_APARTMENTMIRRORFRAME = 0x559,
1414 AER_SPRITE_APARTMENTSWAPPERS = 0x55a,
1415 AER_SPRITE_SCOREBOARDFILL = 0x55b,
1416 AER_SPRITE_STAMINARECHARGER = 0x55c,
1417 AER_SPRITE_ABYSSDOOR = 0x55d,
1418 AER_SPRITE_ABYSSDOORBASE = 0x55e,
1419 AER_SPRITE_ABYSSDOORGLOW = 0x55f,
1420 AER_SPRITE_ABYSSDOORPILLAR = 0x560,
1421 AER_SPRITE_ABYSSDOORPILLARWEST = 0x561,
1422 AER_SPRITE_ABYSSDOORPILLARSOUTH = 0x562,
1423 AER_SPRITE_ABYSSDOORPILLAREAST = 0x563,
1424 AER_SPRITE_ABYSSDOORPILLARNORTH = 0x564,
1425 AER_SPRITE_FLOORBUTTON = 0x565,
1426 AER_SPRITE_FLOORBUTTONSUBTLE = 0x566,
1427 AER_SPRITE_BUTTONOLD = 0x567,
1428 AER_SPRITE_BUTTON = 0x568,
1429 AER_SPRITE_BUTTONMOVINGPLATFORM = 0x569,
1430 AER_SPRITE_BARREL = 0x56a,
1431 AER_SPRITE_BARRELEXPLODING = 0x56b,
1432 AER_SPRITE_COLLECTIBLECOLUMN = 0x56c,
1433 AER_SPRITE_GEARCRATE = 0x56d,
1434 AER_SPRITE_GEARCRATESTUMP = 0x56e,
1435 AER_SPRITE_HEALTHPLANT = 0x56f,
1436 AER_SPRITE_HEALTHPLANTCUT = 0x570,
1437 AER_SPRITE_LARGECRATE = 0x571,
1438 AER_SPRITE_MULTIHITCRATE = 0x572,
1439 AER_SPRITE_ORGANTUBEBASE = 0x573,
1440 AER_SPRITE_SMALLCRATE = 0x574,
1441 AER_SPRITE_WCRYSTALCLEANSTUMP = 0x575,
1442 AER_SPRITE_WCRYSTALROUGHSMSTUMP = 0x576,
1443 AER_SPRITE_WCRYSTALROUGHTALLSTUMP = 0x577,
1444 AER_SPRITE_WCRYSTALTRAPSTUMP = 0x578,
1445 AER_SPRITE_WCRYSTALTRAP2STUMP = 0x579,
1446 AER_SPRITE_WCRYSTALTRAP3STUMP = 0x57a,
1447 AER_SPRITE_WCRYSTALTRAP4STUMP = 0x57b,
1448 AER_SPRITE_WGEODEBIGSTUMP = 0x57c,
1449 AER_SPRITE_WGEODEBIG1STUMP = 0x57d,
1450 AER_SPRITE_WGEODEBIG2STUMP = 0x57e,
1451 AER_SPRITE_WGEODEHUGESTUMP = 0x57f,
1452 AER_SPRITE_WGEODEHUGE1STUMP = 0x580,
1453 AER_SPRITE_WGEODEHUGE2STUMP = 0x581,
1454 AER_SPRITE_DOORINTERACTIVEFLOORMAT = 0x582,
1455 AER_SPRITE_DOORLOCKEDICON = 0x583,
1456 AER_SPRITE_DOORUNLOCKEDICON = 0x584,
1457 AER_SPRITE_DOORFAIL = 0x585,
1458 AER_SPRITE_ROOMDOOREAST = 0x586,
1459 AER_SPRITE_ROOMDOORNORTH = 0x587,
1460 AER_SPRITE_ROOMDOORSOUTH = 0x588,
1461 AER_SPRITE_ROOMDOORWEST = 0x589,
1462 AER_SPRITE_MODULEDOOR1 = 0x58a,
1463 AER_SPRITE_MODULEDOOR3 = 0x58b,
1464 AER_SPRITE_MODULEDOOR4 = 0x58c,
1465 AER_SPRITE_MODULEDOOR8 = 0x58d,
1466 AER_SPRITE_TELEVATORPLATFORMABYSS = 0x58e,
1467 AER_SPRITE_TELEVATORHOLEABYSS = 0x58f,
1468 AER_SPRITE_TELEVATORDISSAPEAR = 0x590,
1469 AER_SPRITE_TELEVATORHOLE = 0x591,
1470 AER_SPRITE_TELEVATORHOLEMODULELAB = 0x592,
1471 AER_SPRITE_TELEVATORMASK = 0x593,
1472 AER_SPRITE_TELEVATORPLATFORM = 0x594,
1473 AER_SPRITE_TELEVATORPLATFORMMODULELAB = 0x595,
1474 AER_SPRITE_VANISHINGDOOR = 0x596,
1475 AER_SPRITE_VANISHINGDOOREDGES = 0x597,
1476 AER_SPRITE_VANISHINGDOOROPEN = 0x598,
1477 AER_SPRITE_BIGBOSSDOOR = 0x599,
1478 AER_SPRITE_GAUNTLETDOORN = 0x59a,
1479 AER_SPRITE_GAUNTLETDOORSIDE = 0x59b,
1480 AER_SPRITE_SPLITDOORBOTTOM = 0x59c,
1481 AER_SPRITE_SPLITDOORTOP = 0x59d,
1482 AER_SPRITE_VAULTDOOR = 0x59e,
1483 AER_SPRITE_VAULTDOORLIGHTS = 0x59f,
1484 AER_SPRITE_ABYSSDOOREFFECTSOVER = 0x5a0,
1485 AER_SPRITE_ABYSSDOOREFFECTSUNDER = 0x5a1,
1486 AER_SPRITE_VAULTDOORSLOTS = 0x5a2,
1487 AER_SPRITE_BOSSPILLARLOCKICONNORTH = 0x5a3,
1488 AER_SPRITE_BOSSPILLARLOCKICONEAST = 0x5a4,
1489 AER_SPRITE_BOSSPILLARLOCKICONSOUTH = 0x5a5,
1490 AER_SPRITE_BOSSPILLARLOCKICONWEST = 0x5a6,
1491 AER_SPRITE_DRIFTERBONES = 0x5a7,
1492 AER_SPRITE_DRIFTERBONESAURA = 0x5a8,
1493 AER_SPRITE_DRIFTERBONESBUGSLOOP = 0x5a9,
1494 AER_SPRITE_DRIFTERBONESBUGSSCATTER = 0x5aa,
1495 AER_SPRITE_JUMPTECH = 0x5ab,
1496 AER_SPRITE_JUMPPADOFF = 0x5ac,
1497 AER_SPRITE_JUMPPADON = 0x5ad,
1498 AER_SPRITE_RECESSINGBLOCKSEAL16 = 0x5ae,
1499 AER_SPRITE_RECESSINGBLOCKSEAL24 = 0x5af,
1500 AER_SPRITE_RECESSINGBLOCKSEAL32 = 0x5b0,
1501 AER_SPRITE_MPILLAROPEN = 0x5b1,
1502 AER_SPRITE_MODULESOCKETBASE = 0x5b2,
1503 AER_SPRITE_MODULESOCKETDESTROYED = 0x5b3,
1504 AER_SPRITE_MODULESOCKETBASEGLOW = 0x5b4,
1505 AER_SPRITE_MODULESOCKETPILLAR = 0x5b5,
1506 AER_SPRITE_ADMODULESOCKETPILLAR = 0x5b6,
1507 AER_SPRITE_DROPPLATFORM128 = 0x5b7,
1508 AER_SPRITE_DROPPLATFORM128WARNING = 0x5b8,
1509 AER_SPRITE_DROPPLATFORM32 = 0x5b9,
1510 AER_SPRITE_DROPPLATFORM32WARNING = 0x5ba,
1511 AER_SPRITE_DROPPLATFORM64 = 0x5bb,
1512 AER_SPRITE_DROPPLATFORM64WARNING = 0x5bc,
1513 AER_SPRITE_GINVISIBLEPLAT = 0x5bd,
1514 AER_SPRITE_GTOWERELEPLATFORM = 0x5be,
1515 AER_SPRITE_INVISIBLEPLATFORM32 = 0x5bf,
1516 AER_SPRITE_INVISIBLEPLATFORM48 = 0x5c0,
1517 AER_SPRITE_LABPLATFORM = 0x5c1,
1518 AER_SPRITE_MOVINGPLATFORM = 0x5c2,
1519 AER_SPRITE_RISINGPLATFORM = 0x5c3,
1520 AER_SPRITE_RISINGPLATFORMANIMATED = 0x5c4,
1521 AER_SPRITE_RISINGPLATFORMFRONTEAST = 0x5c5,
1522 AER_SPRITE_RISINGPLATFORMFRONTNORTH = 0x5c6,
1523 AER_SPRITE_RISINGPLATFORMFRONTSOUTH = 0x5c7,
1524 AER_SPRITE_RISINGPLATFORMFRONTWEST = 0x5c8,
1525 AER_SPRITE_RISINGPLATFORMFRONTGENERIC = 0x5c9,
1526 AER_SPRITE_RISINGPLATFORMLIGHTS = 0x5ca,
1527 AER_SPRITE_RISINGPLATFORMWARNING = 0x5cb,
1528 AER_SPRITE_RISINGPLATFORM32 = 0x5cc,
1529 AER_SPRITE_RISINGPLATFORM32ANIMATED = 0x5cd,
1530 AER_SPRITE_RISINGPLATFORM32FRONTEAST = 0x5ce,
1531 AER_SPRITE_RISINGPLATFORM32FRONTNORTH = 0x5cf,
1532 AER_SPRITE_RISINGPLATFORM32FRONTSOUTH = 0x5d0,
1533 AER_SPRITE_RISINGPLATFORM32FRONTWEST = 0x5d1,
1534 AER_SPRITE_RISINGPLATFORM32FRONTGENERIC = 0x5d2,
1535 AER_SPRITE_RISINGPLATFORM32LIGHTS = 0x5d3,
1536 AER_SPRITE_RISINGPLATFORM32WARNING = 0x5d4,
1537 AER_SPRITE_SNOWFLOORTILE = 0x5d5,
1538 AER_SPRITE_WPHASEPLATFORM = 0x5d6,
1539 AER_SPRITE_WATERFLOORTILE = 0x5d7,
1540 AER_SPRITE_SCNSSTITANEYE = 0x5d8,
1541 AER_SPRITE_SCNSSTITANEYETRUE = 0x5d9,
1542 AER_SPRITE_SCNSSTITANHEART = 0x5da,
1543 AER_SPRITE_SCNSSTITANHEARTTRUE = 0x5db,
1544 AER_SPRITE_STAIRSRIGHTABYSS = 0x5dc,
1545 AER_SPRITE_STAIRSRIGHTCENTRAL = 0x5dd,
1546 AER_SPRITE_STAIRSRIGHTCENTRALNEW = 0x5de,
1547 AER_SPRITE_STAIRSRIGHTCENTRALSMALL = 0x5df,
1548 AER_SPRITE_STAIRSRIGHTEAST = 0x5e0,
1549 AER_SPRITE_STAIRSRIGHTEASTSMALL = 0x5e1,
1550 AER_SPRITE_STAIRSRIGHTNORTH = 0x5e2,
1551 AER_SPRITE_STAIRSRIGHTNORTHSMALL = 0x5e3,
1552 AER_SPRITE_STAIRSRIGHTRAILABYSS = 0x5e4,
1553 AER_SPRITE_STAIRSRIGHTRAILBEHINDABYSS = 0x5e5,
1554 AER_SPRITE_STAIRSRIGHTRAILBEHINDCENTRAL = 0x5e6,
1555 AER_SPRITE_STAIRSRIGHTRAILBEHINDEAST = 0x5e7,
1556 AER_SPRITE_STAIRSRIGHTRAILBEHINDNORTH = 0x5e8,
1557 AER_SPRITE_STAIRSRIGHTRAILBEHINDSOUTH = 0x5e9,
1558 AER_SPRITE_STAIRSRIGHTRAILBEHINDWEST = 0x5ea,
1559 AER_SPRITE_STAIRSRIGHTRAILCENTRAL = 0x5eb,
1560 AER_SPRITE_STAIRSRIGHTRAILEAST = 0x5ec,
1561 AER_SPRITE_STAIRSRIGHTRAILMASK = 0x5ed,
1562 AER_SPRITE_STAIRSRIGHTRAILNORTH = 0x5ee,
1563 AER_SPRITE_STAIRSRIGHTRAILSOUTH = 0x5ef,
1564 AER_SPRITE_STAIRSRIGHTRAILWEST = 0x5f0,
1565 AER_SPRITE_STAIRSRIGHTRAILWHOLEMASK = 0x5f1,
1566 AER_SPRITE_STAIRSRIGHTSOUTH = 0x5f2,
1567 AER_SPRITE_STAIRSRIGHTWEST = 0x5f3,
1568 AER_SPRITE_STAIRSUPABYSSSMALL = 0x5f4,
1569 AER_SPRITE_STAIRSUPCENTRAL = 0x5f5,
1570 AER_SPRITE_STAIRSUPCENTRALSMALL = 0x5f6,
1571 AER_SPRITE_STAIRSUPEAST = 0x5f7,
1572 AER_SPRITE_STAIRSUPEASTSMALL = 0x5f8,
1573 AER_SPRITE_STAIRSUPNORTH = 0x5f9,
1574 AER_SPRITE_STAIRSUPNORTHSMALL = 0x5fa,
1575 AER_SPRITE_STAIRSUPSOUTH = 0x5fb,
1576 AER_SPRITE_STAIRSUPWEST = 0x5fc,
1577 AER_SPRITE_STIARSUPABYSS = 0x5fd,
1578 AER_SPRITE_SSTAIRSUP_0 = 0x5fe,
1579 AER_SPRITE_SSTAIRSUP_1 = 0x5ff,
1580 AER_SPRITE_SLOWSWITCHHOLE = 0x600,
1581 AER_SPRITE_SLOWSWITCHPILLAR = 0x601,
1582 AER_SPRITE_TERMINALHOLE = 0x602,
1583 AER_SPRITE_TERMINAL = 0x603,
1584 AER_SPRITE_SWITCHPILLAR = 0x604,
1585 AER_SPRITE_RAILGUNSWITCH = 0x605,
1586 AER_SPRITE_TIMEDSWITCHPILLAR = 0x606,
1587 AER_SPRITE_VENDINGMACHINE = 0x607,
1588 AER_SPRITE_WARPPADBASE = 0x608,
1589 AER_SPRITE_WARPPADFLASH = 0x609,
1590 AER_SPRITE_WARPPADGLOW = 0x60a,
1591 AER_SPRITE_WELLTOWEREAST = 0x60b,
1592 AER_SPRITE_WELLTOWEREASTGLOW = 0x60c,
1593 AER_SPRITE_WELLTOWERNORTH = 0x60d,
1594 AER_SPRITE_WELLTOWERNORTHGLOW = 0x60e,
1595 AER_SPRITE_WELLTOWERSOUTH = 0x60f,
1596 AER_SPRITE_WELLTOWERSOUTHGLOW = 0x610,
1597 AER_SPRITE_WELLTOWERSURFACEMASK = 0x611,
1598 AER_SPRITE_WELLTOWERWEST = 0x612,
1599 AER_SPRITE_WELLTOWERWESTGLOW = 0x613,
1600 AER_SPRITE_WELLTOWERMASK = 0x614,
1601 AER_SPRITE_CHALREGIONBORDER = 0x615,
1602 AER_SPRITE_CHALLENGEPIPON = 0x616,
1603 AER_SPRITE_CHALLENGEPIPOFF = 0x617,
1604 AER_SPRITE_HIGHSCOREBG = 0x618,
1605 AER_SPRITE_SOCCERSCOREBG = 0x619,
1606 AER_SPRITE_HIGHSCOREBGSMALL = 0x61a,
1607 AER_SPRITE_DANGERMODEICON = 0x61b,
1608 AER_SPRITE_MAPOBJ = 0x61c,
1609 AER_SPRITE_SHORTWARP = 0x61d,
1610 AER_SPRITE_TELEPORTER = 0x61e,
1611 AER_SPRITE_POPUPTURRET = 0x61f,
1612 AER_SPRITE_POPUPTURRETDEAD = 0x620,
1613 AER_SPRITE_POPUPTURRETHOLE = 0x621,
1614 AER_SPRITE_POPUPTURRETMASK = 0x622,
1615 AER_SPRITE_POPUPTURRETNEW = 0x623,
1616 AER_SPRITE_TONESTONE = 0x624,
1617 AER_SPRITE_ACID = 0x625,
1618 AER_SPRITE_ACIDPOOL32 = 0x626,
1619 AER_SPRITE_ACIDPOOL48 = 0x627,
1620 AER_SPRITE_CRUSHBLOCK = 0x628,
1621 AER_SPRITE_CRUSHBLOCKTRACKLIGHTSLR = 0x629,
1622 AER_SPRITE_CRUSHBLOCKTRACKLIGHTSUD = 0x62a,
1623 AER_SPRITE_CRUSHBLOCKTRACKDOCK = 0x62b,
1624 AER_SPRITE_CRUSHBLOCKTRACKH = 0x62c,
1625 AER_SPRITE_CRUSHBLOCKTRACKV = 0x62d,
1626 AER_SPRITE_FLAMEJET = 0x62e,
1627 AER_SPRITE_FLAMEPOLE = 0x62f,
1628 AER_SPRITE_FLAMETHROWER = 0x630,
1629 AER_SPRITE_MINE = 0x631,
1630 AER_SPRITE_PHASEDROPPLATFORM128 = 0x632,
1631 AER_SPRITE_PHASEDROPPLATFORM64 = 0x633,
1632 AER_SPRITE_PHASEMINE = 0x634,
1633 AER_SPRITE_SINKINGPLATFORM = 0x635,
1634 AER_SPRITE_SINKINGPLATFORMCLIFF = 0x636,
1635 AER_SPRITE_SOUTHMINE = 0x637,
1636 AER_SPRITE_TIMEPOLE = 0x638,
1637 AER_SPRITE_TIMESLOWERPYLON = 0x639,
1638 AER_SPRITE_TURRETORB = 0x63a,
1639 AER_SPRITE_BETACAPEPICKUP = 0x63b,
1640 AER_SPRITE_BETACAPENUDE = 0x63c,
1641 AER_SPRITE_BETACAPEMASK = 0x63d,
1642 AER_SPRITE_COLLECTIBLEPERCHGEM = 0x63e,
1643 AER_SPRITE_BUBBLEDRONE = 0x63f,
1644 AER_SPRITE_DRONE1 = 0x640,
1645 AER_SPRITE_STUNDRONE = 0x641,
1646 AER_SPRITE_BATTERYREFILLER = 0x642,
1647 AER_SPRITE_BLOODCOLLECT1 = 0x643,
1648 AER_SPRITE_BLOODCOLLECT2 = 0x644,
1649 AER_SPRITE_GEARBITDOUBLENEW = 0x645,
1650 AER_SPRITE_HEALTHKIT = 0x646,
1651 AER_SPRITE_HEALTHPLANTPICKUP = 0x647,
1652 AER_SPRITE_LIBRARIANCASE = 0x648,
1653 AER_SPRITE_LIBRARIANFINALPARAGRAPH = 0x649,
1654 AER_SPRITE_LIBRARIANTABLET = 0x64a,
1655 AER_SPRITE_LIBRARIANTEXTLOADING = 0x64b,
1656 AER_SPRITE_LIBRARIANTEXTS = 0x64c,
1657 AER_SPRITE_STEAK = 0x64d,
1658 AER_SPRITE_LIBRARYDRIFTERTYPE = 0x64e,
1659 AER_SPRITE_NPCTALKBUBBLE = 0x64f,
1660 AER_SPRITE_NPCMINIBUBBLE = 0x650,
1661 AER_SPRITE_JARFROGCARRY = 0x651,
1662 AER_SPRITE_SOCKIDIDLE = 0x652,
1663 AER_SPRITE_SOCKIDKICK = 0x653,
1664 AER_SPRITE_SOCKIDRUN = 0x654,
1665 AER_SPRITE_BDSETMAP = 0x655,
1666 AER_SPRITE_BDTYPING = 0x656,
1667 AER_SPRITE_BDWALKSOUTH = 0x657,
1668 AER_SPRITE_BDSTORYPANELS = 0x658,
1669 AER_SPRITE_BDSCENENORTH = 0x659,
1670 AER_SPRITE_BDSCENEWEST = 0x65a,
1671 AER_SPRITE_BDSCENEEAST = 0x65b,
1672 AER_SPRITE_BDSCENESOUTH = 0x65c,
1673 AER_SPRITE_BDCOUGH = 0x65d,
1674 AER_SPRITE_BDHEAVYCOUGH = 0x65e,
1675 AER_SPRITE_BDLOOKDOWN = 0x65f,
1676 AER_SPRITE_BDLOOKRIGHT = 0x660,
1677 AER_SPRITE_BDRAGGEDBREATHE = 0x661,
1678 AER_SPRITE_BDSLUMPHEAVYCOUGH = 0x662,
1679 AER_SPRITE_BDSLUMPLOOKUP = 0x663,
1680 AER_SPRITE_BDDEAD = 0x664,
1681 AER_SPRITE_BDDYING = 0x665,
1682 AER_SPRITE_BDCAPEONBODY = 0x666,
1683 AER_SPRITE_BDIDLE = 0x667,
1684 AER_SPRITE_BDCHAT = 0x668,
1685 AER_SPRITE_BDDOWN = 0x669,
1686 AER_SPRITE_BDRIGHT = 0x66a,
1687 AER_SPRITE_NPCAKASHECARYIDLEGRIND = 0x66b,
1688 AER_SPRITE_NPCBEAUIDLEBONK00 = 0x66c,
1689 AER_SPRITE_NPCBEAUIDLETAP = 0x66d,
1690 AER_SPRITE_NPCBKRCHELSEAIDLEPAT = 0x66e,
1691 AER_SPRITE_NPCBKRRICHIDLEDRINKCHAT = 0x66f,
1692 AER_SPRITE_NPCBLOOZERIDLESWIG = 0x670,
1693 AER_SPRITE_NPCBOOTSIDLEPOLISH = 0x671,
1694 AER_SPRITE_NPCBUTCHERIDLECHOP = 0x672,
1695 AER_SPRITE_NPCCASEYIDLESCRATCH = 0x673,
1696 AER_SPRITE_NPCCATIDLEMEOW = 0x674,
1697 AER_SPRITE_NPCCATIDLENAP = 0x675,
1698 AER_SPRITE_NPCCOSIGUARDIDLESNIFF = 0x676,
1699 AER_SPRITE_NPCEASTOTTERIDLEHAMMER = 0x677,
1700 AER_SPRITE_NPCFATSO = 0x678,
1701 AER_SPRITE_NPCLAKE = 0x679,
1702 AER_SPRITE_NPCLISAIDLEDISTRACTED = 0x67a,
1703 AER_SPRITE_NPCMUDKIDIDLEKICK = 0x67b,
1704 AER_SPRITE_NPCNORTHGRANNYBIRDIDLELOOK = 0x67c,
1705 AER_SPRITE_NPCNORTHGRANNYBIRDIDLESTROKE = 0x67d,
1706 AER_SPRITE_NPCRICHIDLESTRUM = 0x67e,
1707 AER_SPRITE_NPCROBOMONKIDLEBREEZE = 0x67f,
1708 AER_SPRITE_NPCROBOMONKIDLENOD = 0x680,
1709 AER_SPRITE_NPCSICKDRIFTERIDLECOUGH = 0x681,
1710 AER_SPRITE_NPCSOUTHLIZARDGRAMP = 0x682,
1711 AER_SPRITE_NPCTEDDYDASH = 0x683,
1712 AER_SPRITE_NPCTEDDYIDLESUP = 0x684,
1713 AER_SPRITE_NPCTOM = 0x685,
1714 AER_SPRITE_NPCSEANGUINIDLEANIM = 0x686,
1715 AER_SPRITE_NPCSEANGUINIDLETHINK = 0x687,
1716 AER_SPRITE_NPCWESTTANUKSON = 0x688,
1717 AER_SPRITE_NPCNBOSS = 0x689,
1718 AER_SPRITE_NPCNTALK1 = 0x68a,
1719 AER_SPRITE_NPCNIDLE1 = 0x68b,
1720 AER_SPRITE_NPCSBOSS = 0x68c,
1721 AER_SPRITE_NPCLIZARDFAMILY = 0x68d,
1722 AER_SPRITE_NPCLIZARDSITIDLE = 0x68e,
1723 AER_SPRITE_NPCLIZARDSITTALK = 0x68f,
1724 AER_SPRITE_NPCEBOSS = 0x690,
1725 AER_SPRITE_NPCEIDLE1 = 0x691,
1726 AER_SPRITE_NPCWBOSS = 0x692,
1727 AER_SPRITE_NPCWSOLDIER = 0x693,
1728 AER_SPRITE_NPCWOLDMANTAN = 0x694,
1729 AER_SPRITE_NPCOTTERCOLORS = 0x695,
1730 AER_SPRITE_NPCOTTERTALK = 0x696,
1731 AER_SPRITE_NPCOTTERWALK = 0x697,
1732 AER_SPRITE_NPCOTTERNO = 0x698,
1733 AER_SPRITE_NPCOTTERIDLE = 0x699,
1734 AER_SPRITE_NPCOTTERHI = 0x69a,
1735 AER_SPRITE_NPCOTTERYES = 0x69b,
1736 AER_SPRITE_NPCLIZARDCOLORS = 0x69c,
1737 AER_SPRITE_NPCLIZARDTALK = 0x69d,
1738 AER_SPRITE_NPCLIZARDHI = 0x69e,
1739 AER_SPRITE_NPCLIZARDIDLE = 0x69f,
1740 AER_SPRITE_NPCLIZARDNO = 0x6a0,
1741 AER_SPRITE_NPCLIZARDWALK = 0x6a1,
1742 AER_SPRITE_NPCLIZARDYES = 0x6a2,
1743 AER_SPRITE_NPCFROGCOLORS = 0x6a3,
1744 AER_SPRITE_NPCFROGTALK = 0x6a4,
1745 AER_SPRITE_NPCFROGHI = 0x6a5,
1746 AER_SPRITE_NPCFROGIDLE = 0x6a6,
1747 AER_SPRITE_NPCFROGNO = 0x6a7,
1748 AER_SPRITE_NPCFROGYES = 0x6a8,
1749 AER_SPRITE_NPCFROGWALK = 0x6a9,
1750 AER_SPRITE_NPCBIRDMANWALK = 0x6aa,
1751 AER_SPRITE_NPCBIRDMANIDLE = 0x6ab,
1752 AER_SPRITE_NPCBIRDMANCOLORS = 0x6ac,
1753 AER_SPRITE_NPCBIRDMANTALKHAPPY = 0x6ad,
1754 AER_SPRITE_NPCBIRDMANTALKNEUTRAL = 0x6ae,
1755 AER_SPRITE_NPCBIRDMANTALKSHRUG = 0x6af,
1756 AER_SPRITE_VENDORCOMPANION = 0x6b0,
1757 AER_SPRITE_VENDORREGISTER = 0x6b1,
1758 AER_SPRITE_NPCBUFFALOSMOKE = 0x6b2,
1759 AER_SPRITE_NPCBUFFALOTABLET = 0x6b3,
1760 AER_SPRITE_NPCBUFFALOGESTURE = 0x6b4,
1761 AER_SPRITE_NPCBUFFALOSCORE = 0x6b5,
1762 AER_SPRITE_HOBOCASEY = 0x6b6,
1763 AER_SPRITE_FOLDERGENERAL = 0x6b7,
1764 AER_SPRITE_GTELEVATORFLOOR = 0x6b8,
1765 AER_SPRITE_GSECRETS = 0x6b9,
1766 AER_SPRITE_GTABLETBASE = 0x6ba,
1767 AER_SPRITE_GSKITTERBUGS = 0x6bb,
1768 AER_SPRITE_SCNSKELETON = 0x6bc,
1769 AER_SPRITE_GHYPERLIGHTPLANT = 0x6bd,
1770 AER_SPRITE_GCONT = 0x6be,
1771 AER_SPRITE_GMECH1 = 0x6bf,
1772 AER_SPRITE_GMECH2 = 0x6c0,
1773 AER_SPRITE_GMECH7 = 0x6c1,
1774 AER_SPRITE_GMECH4 = 0x6c2,
1775 AER_SPRITE_GMECH3 = 0x6c3,
1776 AER_SPRITE_GMECH5 = 0x6c4,
1777 AER_SPRITE_SCNGAUNTLETOBJBENCCLUST02 = 0x6c5,
1778 AER_SPRITE_SCNGAUNTLETOBJBENCCLUST03 = 0x6c6,
1779 AER_SPRITE_SCNGAUNTLETOBJBENCCLUST01 = 0x6c7,
1780 AER_SPRITE_GEXITDOWN = 0x6c8,
1781 AER_SPRITE_GSHADOW32 = 0x6c9,
1782 AER_SPRITE_GSHADOW64 = 0x6ca,
1783 AER_SPRITE_EPARAFG = 0x6cb,
1784 AER_SPRITE_GMONUMENTS = 0x6cc,
1785 AER_SPRITE_GWELLFGBLOCK = 0x6cd,
1786 AER_SPRITE_BONFIREFLAME = 0x6ce,
1787 AER_SPRITE_BONFIRELIGHT = 0x6cf,
1788 AER_SPRITE_BSHALLOWSBOAT = 0x6d0,
1789 AER_SPRITE_INBSHALLOVERHANG = 0x6d1,
1790 AER_SPRITE_INBSHALLWALL = 0x6d2,
1791 AER_SPRITE_INBSHALLBEAMS = 0x6d3,
1792 AER_SPRITE_INBSHALLOWSTARP = 0x6d4,
1793 AER_SPRITE_INDEBRISM = 0x6d5,
1794 AER_SPRITE_INMECHS = 0x6d6,
1795 AER_SPRITE_INMECHXL = 0x6d7,
1796 AER_SPRITE_INMECHL = 0x6d8,
1797 AER_SPRITE_INMECHSIDE = 0x6d9,
1798 AER_SPRITE_INMECHCLIFFS = 0x6da,
1799 AER_SPRITE_INMECHCLIFFL = 0x6db,
1800 AER_SPRITE_BADASSSITBREATHE = 0x6dc,
1801 AER_SPRITE_GDRIFTERLAYDOWN = 0x6dd,
1802 AER_SPRITE_GSLEEPYDEADDRIFTER = 0x6de,
1803 AER_SPRITE_INTROBEACH = 0x6df,
1804 AER_SPRITE_INBROKENBOT = 0x6e0,
1805 AER_SPRITE_BSHALLOWSRIPPLE = 0x6e1,
1806 AER_SPRITE_BSHALLOWSRIPPLESTAMP = 0x6e2,
1807 AER_SPRITE_INBGCLIFFEDGE = 0x6e3,
1808 AER_SPRITE_IN01BROKENSHALLOWS = 0x6e4,
1809 AER_SPRITE_INSPBROKENBG = 0x6e5,
1810 AER_SPRITE_INSPHORIZONCLIFF = 0x6e6,
1811 AER_SPRITE_INSPHORIZONCLOUDS = 0x6e7,
1812 AER_SPRITE_INPINKHORBG = 0x6e8,
1813 AER_SPRITE_INSPHORBG2 = 0x6e9,
1814 AER_SPRITE_INTECHKEEPFG = 0x6ea,
1815 AER_SPRITE_INTECHKEEP = 0x6eb,
1816 AER_SPRITE_FOLDERLAB = 0x6ec,
1817 AER_SPRITE_WLABBLOCK16 = 0x6ed,
1818 AER_SPRITE_WLABBLOCK16B = 0x6ee,
1819 AER_SPRITE_WLABBLOCK16C = 0x6ef,
1820 AER_SPRITE_WLABBLOCK48FAT = 0x6f0,
1821 AER_SPRITE_WLABBLOCK64 = 0x6f1,
1822 AER_SPRITE_GUBERBLOCKS = 0x6f2,
1823 AER_SPRITE_GUBERBLOCKM = 0x6f3,
1824 AER_SPRITE_GUBERBLOCKL = 0x6f4,
1825 AER_SPRITE_WLABPILLAR16 = 0x6f5,
1826 AER_SPRITE_GPILLARSKINNY128 = 0x6f6,
1827 AER_SPRITE_GPILLARTOPLESS = 0x6f7,
1828 AER_SPRITE_WLABPILLAR32 = 0x6f8,
1829 AER_SPRITE_WLABWALL32 = 0x6f9,
1830 AER_SPRITE_WLABWALL64 = 0x6fa,
1831 AER_SPRITE_GWALL64OP01 = 0x6fb,
1832 AER_SPRITE_GWALL64TOP = 0x6fc,
1833 AER_SPRITE_GWALL128 = 0x6fd,
1834 AER_SPRITE_GWALL64OP = 0x6fe,
1835 AER_SPRITE_GWALLBANNER = 0x6ff,
1836 AER_SPRITE_WLABDOOR = 0x700,
1837 AER_SPRITE_GWALLFIN32 = 0x701,
1838 AER_SPRITE_GWALLFIN128 = 0x702,
1839 AER_SPRITE_GLABWALLTOPDEETS64 = 0x703,
1840 AER_SPRITE_GRAILLHOR = 0x704,
1841 AER_SPRITE_GRAILLHORCRUMBLE = 0x705,
1842 AER_SPRITE_GRAILLVER = 0x706,
1843 AER_SPRITE_GRAILLCORNER = 0x707,
1844 AER_SPRITE_SPRITE3337 = 0x708,
1845 AER_SPRITE_GRAILLENDR = 0x709,
1846 AER_SPRITE_WLABBLOCK08VERT = 0x70a,
1847 AER_SPRITE_WLABBLOCK08 = 0x70b,
1848 AER_SPRITE_GELEVATORBG = 0x70c,
1849 AER_SPRITE_GELEVATORBG2 = 0x70d,
1850 AER_SPRITE_GWALLDECDRIP = 0x70e,
1851 AER_SPRITE_GLLIGHTFLOORPINK = 0x70f,
1852 AER_SPRITE_SCNGAUNTLETFLOORLIGHTSTWO = 0x710,
1853 AER_SPRITE_SCNLABLIGHTSFLOOR = 0x711,
1854 AER_SPRITE_GLABFLOORSTAIN = 0x712,
1855 AER_SPRITE_SCNGAUNTLETDEBRIS = 0x713,
1856 AER_SPRITE_GCRUSHBLOCKTRACKS = 0x714,
1857 AER_SPRITE_SCNGAUNTLETFLOORGRATESM = 0x715,
1858 AER_SPRITE_GLGRATEM = 0x716,
1859 AER_SPRITE_SCNGAUNTLETFLOORGRATEBIG = 0x717,
1860 AER_SPRITE_GLEXITFLOORDARKSIDE = 0x718,
1861 AER_SPRITE_GLEXITFLOORDARKUP = 0x719,
1862 AER_SPRITE_GLEXITFLOORLIGHTSIDE = 0x71a,
1863 AER_SPRITE_SCNGAUNTLETDOORBG = 0x71b,
1864 AER_SPRITE_INFLOOREDGE = 0x71c,
1865 AER_SPRITE_INFLOOREDGE2 = 0x71d,
1866 AER_SPRITE_LABCLIFF16 = 0x71e,
1867 AER_SPRITE_LABCLIFF32 = 0x71f,
1868 AER_SPRITE_WLABCLIFFX = 0x720,
1869 AER_SPRITE_GCLIFF32F = 0x721,
1870 AER_SPRITE_GCLIFFUNDER = 0x722,
1871 AER_SPRITE_GLABTOPS = 0x723,
1872 AER_SPRITE_GLTOPPATCHBIG = 0x724,
1873 AER_SPRITE_SCNGAUNTLETCEILINGTOPVERT01 = 0x725,
1874 AER_SPRITE_SCNGAUNTLETCEILINGPIECER = 0x726,
1875 AER_SPRITE_GLFGBEAM01 = 0x727,
1876 AER_SPRITE_GLFGBEAM02 = 0x728,
1877 AER_SPRITE_GFGHEAD = 0x729,
1878 AER_SPRITE_GCEILINGBORDER = 0x72a,
1879 AER_SPRITE_GCEILINGBORDERANGLE = 0x72b,
1880 AER_SPRITE_SCNGAUNTLETCEILINGTOP32 = 0x72c,
1881 AER_SPRITE_SCNGAUNTLETCEILINGTOP64 = 0x72d,
1882 AER_SPRITE_FOLDERLABRARE = 0x72e,
1883 AER_SPRITE_GBOXSTACK = 0x72f,
1884 AER_SPRITE_GSTORAGEBOXES = 0x730,
1885 AER_SPRITE_ACHAIR = 0x731,
1886 AER_SPRITE_ATABLEHOLO = 0x732,
1887 AER_SPRITE_GSHELF = 0x733,
1888 AER_SPRITE_ASHELFTHIN = 0x734,
1889 AER_SPRITE_GNARROWLOCKERS01 = 0x735,
1890 AER_SPRITE_ASHELFTALL = 0x736,
1891 AER_SPRITE_GSHELVES01 = 0x737,
1892 AER_SPRITE_GBED01TOP = 0x738,
1893 AER_SPRITE_GBED01BOTT = 0x739,
1894 AER_SPRITE_GBED = 0x73a,
1895 AER_SPRITE_GRANDOMCOUCH = 0x73b,
1896 AER_SPRITE_GMACHS = 0x73c,
1897 AER_SPRITE_GMACHM = 0x73d,
1898 AER_SPRITE_GMACHL = 0x73e,
1899 AER_SPRITE_GMACHMEGA = 0x73f,
1900 AER_SPRITE_ACOMPTHIN = 0x740,
1901 AER_SPRITE_ACOMPFAT = 0x741,
1902 AER_SPRITE_GCOMPLONG = 0x742,
1903 AER_SPRITE_GBRACEDBOX = 0x743,
1904 AER_SPRITE_GLABDESK01 = 0x744,
1905 AER_SPRITE_GLABDESK02 = 0x745,
1906 AER_SPRITE_SPRIGLABDESK03 = 0x746,
1907 AER_SPRITE_GLABDESK03 = 0x747,
1908 AER_SPRITE_GLOWTABLE01 = 0x748,
1909 AER_SPRITE_GPIPECONNECT = 0x749,
1910 AER_SPRITE_GPIPETERMINATE = 0x74a,
1911 AER_SPRITE_GHLPIPESWALLVER = 0x74b,
1912 AER_SPRITE_GHLPIPEMWALLVER = 0x74c,
1913 AER_SPRITE_GHLPIPESFLOORVER = 0x74d,
1914 AER_SPRITE_GHLPIPEMFLOORVER = 0x74e,
1915 AER_SPRITE_GHLPIPESHOR = 0x74f,
1916 AER_SPRITE_GHLPIPEMHOR = 0x750,
1917 AER_SPRITE_GHLPIPEANGLE = 0x751,
1918 AER_SPRITE_GHLPIPEANGLECOLLISION = 0x752,
1919 AER_SPRITE_GLHLSTORAGEH01 = 0x753,
1920 AER_SPRITE_GLHLSTORAGEV01 = 0x754,
1921 AER_SPRITE_GLHLSTORAGEV02 = 0x755,
1922 AER_SPRITE_GLHLSTORAGEBIG = 0x756,
1923 AER_SPRITE_SCNGAUNTLETOBJBLOCKGRASSYBIG = 0x757,
1924 AER_SPRITE_SCNGAUNTLETOBJBLOCKGRASSYSMALL = 0x758,
1925 AER_SPRITE_GHLCONTAINL = 0x759,
1926 AER_SPRITE_GHLCONTAINU = 0x75a,
1927 AER_SPRITE_GMEGASTATUE = 0x75b,
1928 AER_SPRITE_SCNGAUNTLETDECEMBLEM = 0x75c,
1929 AER_SPRITE_GLSTAIRRAILUP = 0x75d,
1930 AER_SPRITE_GSTAIRBEAMS = 0x75e,
1931 AER_SPRITE_GSTAIRCHUNK = 0x75f,
1932 AER_SPRITE_SCNGAUNTLETTELEPORTPANEL = 0x760,
1933 AER_SPRITE_SPRITE2873 = 0x761,
1934 AER_SPRITE_FOLDERCENTRAL = 0x762,
1935 AER_SPRITE_CLEDGEGRASS = 0x763,
1936 AER_SPRITE_CMOSS = 0x764,
1937 AER_SPRITE_CVINEL = 0x765,
1938 AER_SPRITE_CVINEXL = 0x766,
1939 AER_SPRITE_CCUTSHRUB = 0x767,
1940 AER_SPRITE_CSHRUBS = 0x768,
1941 AER_SPRITE_CSHRUBL = 0x769,
1942 AER_SPRITE_CTREE01 = 0x76a,
1943 AER_SPRITE_CTREEBIG = 0x76b,
1944 AER_SPRITE_CPOT1 = 0x76c,
1945 AER_SPRITE_CCRATE4 = 0x76d,
1946 AER_SPRITE_CCRATE3 = 0x76e,
1947 AER_SPRITE_CCRATE1 = 0x76f,
1948 AER_SPRITE_CCRATE5 = 0x770,
1949 AER_SPRITE_CCRATE2 = 0x771,
1950 AER_SPRITE_CLAMP = 0x772,
1951 AER_SPRITE_CTECHS01 = 0x773,
1952 AER_SPRITE_CGENERATOR01 = 0x774,
1953 AER_SPRITE_CKART1 = 0x775,
1954 AER_SPRITE_CBARREL01 = 0x776,
1955 AER_SPRITE_CSIGNS = 0x777,
1956 AER_SPRITE_CSIGNVENDORS = 0x778,
1957 AER_SPRITE_CSIGNHANGER = 0x779,
1958 AER_SPRITE_CDECOR1 = 0x77a,
1959 AER_SPRITE_CROOFS = 0x77b,
1960 AER_SPRITE_CAWNING01 = 0x77c,
1961 AER_SPRITE_CROOFRAG = 0x77d,
1962 AER_SPRITE_CSIDETOP = 0x77e,
1963 AER_SPRITE_CROOFL = 0x77f,
1964 AER_SPRITE_CPATCHWORKROOF = 0x780,
1965 AER_SPRITE_CPATCHSIDE = 0x781,
1966 AER_SPRITE_CPOLE = 0x782,
1967 AER_SPRITE_CPIPESL = 0x783,
1968 AER_SPRITE_CPIPESS = 0x784,
1969 AER_SPRITE_SPRITE2859 = 0x785,
1970 AER_SPRITE_CSIDEBLOCKSIDE = 0x786,
1971 AER_SPRITE_CSIDEBLOCKSIDE1 = 0x787,
1972 AER_SPRITE_CSIDEBLOCKS = 0x788,
1973 AER_SPRITE_CSTAIRRAILUP = 0x789,
1974 AER_SPRITE_CGATEWAY = 0x78a,
1975 AER_SPRITE_CDEBRISS = 0x78b,
1976 AER_SPRITE_CDEBRIS = 0x78c,
1977 AER_SPRITE_CTELEVATORDREGS = 0x78d,
1978 AER_SPRITE_CSTAIRRAILSIDEBACKX = 0x78e,
1979 AER_SPRITE_CBUILDINGSEXTRA = 0x78f,
1980 AER_SPRITE_CBUILDINGDOOR = 0x790,
1981 AER_SPRITE_CVENENTRANCEFLOOR = 0x791,
1982 AER_SPRITE_CBUILDINGS = 0x792,
1983 AER_SPRITE_CBUILDINGM = 0x793,
1984 AER_SPRITE_CRUINVERT = 0x794,
1985 AER_SPRITE_CRUINSIDES = 0x795,
1986 AER_SPRITE_CRUINSIDEL = 0x796,
1987 AER_SPRITE_COUTERWALL1 = 0x797,
1988 AER_SPRITE_COUTERWALLPILLAR = 0x798,
1989 AER_SPRITE_CINWALL32 = 0x799,
1990 AER_SPRITE_CGRATES01 = 0x79a,
1991 AER_SPRITE_CSTREETTILE = 0x79b,
1992 AER_SPRITE_CSTREETTILE32 = 0x79c,
1993 AER_SPRITE_CFLOWER = 0x79d,
1994 AER_SPRITE_CGRASSSPROUT = 0x79e,
1995 AER_SPRITE_CLUSHFLOORS01 = 0x79f,
1996 AER_SPRITE_CLUSHFLOORL02 = 0x7a0,
1997 AER_SPRITE_CFLOORPATCHBIG04 = 0x7a1,
1998 AER_SPRITE_CFLOORPATCHBIG = 0x7a2,
1999 AER_SPRITE_CLUSHVERT = 0x7a3,
2000 AER_SPRITE_CLUSHFRONTS = 0x7a4,
2001 AER_SPRITE_CLUSHBACKGRASSS = 0x7a5,
2002 AER_SPRITE_CDUMMY = 0x7a6,
2003 AER_SPRITE_CSWAPSHELF = 0x7a7,
2004 AER_SPRITE_INBADASSLUGGAGE = 0x7a8,
2005 AER_SPRITE_CEXTERIOR = 0x7a9,
2006 AER_SPRITE_CEEXTERIORBASE = 0x7aa,
2007 AER_SPRITE_CAKASHBG = 0x7ab,
2008 AER_SPRITE_CBUTCHERBG = 0x7ac,
2009 AER_SPRITE_CSCOREBOARD = 0x7ad,
2010 AER_SPRITE_CCARPET = 0x7ae,
2011 AER_SPRITE_CBACKERRICHCARPET = 0x7af,
2012 AER_SPRITE_CRUGBIG = 0x7b0,
2013 AER_SPRITE_PBANNLOOPPRE00000 = 0x7b1,
2014 AER_SPRITE_CAPOTHCHART = 0x7b2,
2015 AER_SPRITE_CAPOTHSCROLLS = 0x7b3,
2016 AER_SPRITE_CAPOTHDRAWERS = 0x7b4,
2017 AER_SPRITE_CAPOTHPLANTS01 = 0x7b5,
2018 AER_SPRITE_CAPOTHPOTS01 = 0x7b6,
2019 AER_SPRITE_CAPOTHRUG = 0x7b7,
2020 AER_SPRITE_CAPOTHSHELVES = 0x7b8,
2021 AER_SPRITE_CDASHBIGSTACK = 0x7b9,
2022 AER_SPRITE_CDASHBOARDS = 0x7ba,
2023 AER_SPRITE_CDASHBOXES01 = 0x7bb,
2024 AER_SPRITE_CDASHCONSOLE = 0x7bc,
2025 AER_SPRITE_CDASHCOUNTER = 0x7bd,
2026 AER_SPRITE_CDASHMEGASHELVES = 0x7be,
2027 AER_SPRITE_CDASHSHELVES = 0x7bf,
2028 AER_SPRITE_CDASHSMALLSHELVES = 0x7c0,
2029 AER_SPRITE_CDASHSTOOL = 0x7c1,
2030 AER_SPRITE_CDOJODUMMY3 = 0x7c2,
2031 AER_SPRITE_CDOJOHANGING = 0x7c3,
2032 AER_SPRITE_CDOJOSMALLRACK = 0x7c4,
2033 AER_SPRITE_CDOJOMEDIUMRACK = 0x7c5,
2034 AER_SPRITE_CDOJOLARGERACK = 0x7c6,
2035 AER_SPRITE_CDOJOVERTRACK = 0x7c7,
2036 AER_SPRITE_CGUNCOUNTER = 0x7c8,
2037 AER_SPRITE_CGUNBOT = 0x7c9,
2038 AER_SPRITE_CGUNCASE = 0x7ca,
2039 AER_SPRITE_CGUNCASESMALL = 0x7cb,
2040 AER_SPRITE_CGUNRACK = 0x7cc,
2041 AER_SPRITE_CVENHEAD = 0x7cd,
2042 AER_SPRITE_CGUNTABLE = 0x7ce,
2043 AER_SPRITE_CMECHVEN = 0x7cf,
2044 AER_SPRITE_CSPECCONSOLESIDE = 0x7d0,
2045 AER_SPRITE_CSPECCORE = 0x7d1,
2046 AER_SPRITE_CSPECSHELFLARGE = 0x7d2,
2047 AER_SPRITE_CSPECSHELFSMALL = 0x7d3,
2048 AER_SPRITE_CSPECSIDETABLE = 0x7d4,
2049 AER_SPRITE_CSPECSOLENOID = 0x7d5,
2050 AER_SPRITE_CSPECWARP = 0x7d6,
2051 AER_SPRITE_CSPECWORKBENCH = 0x7d7,
2052 AER_SPRITE_FOUNTAIN = 0x7d8,
2053 AER_SPRITE_CELECTRIC02 = 0x7d9,
2054 AER_SPRITE_CELECTRICWIRE1 = 0x7da,
2055 AER_SPRITE_CELECTRICWIRE2 = 0x7db,
2056 AER_SPRITE_CBACKERTABLET = 0x7dc,
2057 AER_SPRITE_CBACKERTABELTNEON = 0x7dd,
2058 AER_SPRITE_CFLOWERTINY = 0x7de,
2059 AER_SPRITE_CGRASSIN = 0x7df,
2060 AER_SPRITE_CROCK32 = 0x7e0,
2061 AER_SPRITE_CROCKEMB1 = 0x7e1,
2062 AER_SPRITE_INSTAIRSCOVER = 0x7e2,
2063 AER_SPRITE_CRBGRASSCHUNK = 0x7e3,
2064 AER_SPRITE_CROCKBLOCKSML = 0x7e4,
2065 AER_SPRITE_CROCKBLOCKMED = 0x7e5,
2066 AER_SPRITE_CROCKBLOCKTHIN = 0x7e6,
2067 AER_SPRITE_CROCKBLOCKBIGS = 0x7e7,
2068 AER_SPRITE_CCLIFF16 = 0x7e8,
2069 AER_SPRITE_CCLIFF = 0x7e9,
2070 AER_SPRITE_CFALLENCLIFF = 0x7ea,
2071 AER_SPRITE_WATERSHIMMERFADE000 = 0x7eb,
2072 AER_SPRITE_CMECHEXPLODED = 0x7ec,
2073 AER_SPRITE_CFALLMECH = 0x7ed,
2074 AER_SPRITE_AKNEELBOT01 = 0x7ee,
2075 AER_SPRITE_AKNEELBOTBROKEN01 = 0x7ef,
2076 AER_SPRITE_AKNEELBOTSIDE01 = 0x7f0,
2077 AER_SPRITE_CROBOTCRUSH = 0x7f1,
2078 AER_SPRITE_CARTILLERYDOWN = 0x7f2,
2079 AER_SPRITE_CARTILLERYUP = 0x7f3,
2080 AER_SPRITE_CGIANTARTILLERY = 0x7f4,
2081 AER_SPRITE_CBEHEMOTH = 0x7f5,
2082 AER_SPRITE_CSPDROPSHIP = 0x7f6,
2083 AER_SPRITE_CSKULLS = 0x7f7,
2084 AER_SPRITE_CBONEPILE = 0x7f8,
2085 AER_SPRITE_CBUNKER01 = 0x7f9,
2086 AER_SPRITE_FOLDERNORTH = 0x7fa,
2087 AER_SPRITE_NCUTSHRUB = 0x7fb,
2088 AER_SPRITE_NOVERGTINY = 0x7fc,
2089 AER_SPRITE_NOVERGSUNDER = 0x7fd,
2090 AER_SPRITE_NOVERGS = 0x7fe,
2091 AER_SPRITE_NOVERGM = 0x7ff,
2092 AER_SPRITE_NOVERGU = 0x800,
2093 AER_SPRITE_NTREESM = 0x801,
2094 AER_SPRITE_NTREEL = 0x802,
2095 AER_SPRITE_NTREEXL = 0x803,
2096 AER_SPRITE_NTREESNOWSM = 0x804,
2097 AER_SPRITE_NRAILH = 0x805,
2098 AER_SPRITE_NRAILV = 0x806,
2099 AER_SPRITE_NSOCBLOCK32 = 0x807,
2100 AER_SPRITE_NSOCBLOCK32B = 0x808,
2101 AER_SPRITE_NSOCBLOCK32C = 0x809,
2102 AER_SPRITE_NSOCBLOCK48 = 0x80a,
2103 AER_SPRITE_NSOCBLOCK64 = 0x80b,
2104 AER_SPRITE_NBLOCK32 = 0x80c,
2105 AER_SPRITE_NBLOCK64 = 0x80d,
2106 AER_SPRITE_NPILLAR16 = 0x80e,
2107 AER_SPRITE_NBUILDINGXS = 0x80f,
2108 AER_SPRITE_NBUILDINGS = 0x810,
2109 AER_SPRITE_NBUILDINGM = 0x811,
2110 AER_SPRITE_NBUILDINGMSPECIAL = 0x812,
2111 AER_SPRITE_NBUILDINGL = 0x813,
2112 AER_SPRITE_NBUILDINGFGS = 0x814,
2113 AER_SPRITE_NRUINSFG1 = 0x815,
2114 AER_SPRITE_NORTHFLAG = 0x816,
2115 AER_SPRITE_NPILLAR32 = 0x817,
2116 AER_SPRITE_NPCNCLIMBERDEAD = 0x818,
2117 AER_SPRITE_NENTRANCEARCH = 0x819,
2118 AER_SPRITE_NBIRDETCHING = 0x81a,
2119 AER_SPRITE_NSTATUES = 0x81b,
2120 AER_SPRITE_NSTATUEL = 0x81c,
2121 AER_SPRITE_NBIRDHEAD = 0x81d,
2122 AER_SPRITE_NBIRDHEADPANEL = 0x81e,
2123 AER_SPRITE_NSTAIRRAILUP = 0x81f,
2124 AER_SPRITE_NSTAIRTOPSUP = 0x820,
2125 AER_SPRITE_NSTAIRTOPUP = 0x821,
2126 AER_SPRITE_NBROKENSTAIRS = 0x822,
2127 AER_SPRITE_NSTAIRTOPSIDE = 0x823,
2128 AER_SPRITE_NSTAIRSBROKENSIDE = 0x824,
2129 AER_SPRITE_SPRITE3386 = 0x825,
2130 AER_SPRITE_NSTAIRCHUNK = 0x826,
2131 AER_SPRITE_NROCKBLOCK16 = 0x827,
2132 AER_SPRITE_NROCKBLOCK48 = 0x828,
2133 AER_SPRITE_NROCKBLOCK64 = 0x829,
2134 AER_SPRITE_NROCKWALLLIP = 0x82a,
2135 AER_SPRITE_NROCKBIG01 = 0x82b,
2136 AER_SPRITE_NROCKBIG02 = 0x82c,
2137 AER_SPRITE_NROCKBIG03 = 0x82d,
2138 AER_SPRITE_NROCKDETAIL = 0x82e,
2139 AER_SPRITE_NROCKWALLDIAGTHIN = 0x82f,
2140 AER_SPRITE_NROCKWALLDIAG = 0x830,
2141 AER_SPRITE_NROCKWALL = 0x831,
2142 AER_SPRITE_NROCKWALL64 = 0x832,
2143 AER_SPRITE_NROCKWALL64ENTRANCE = 0x833,
2144 AER_SPRITE_NROCKWALL128 = 0x834,
2145 AER_SPRITE_NROCKBLOCKBIG = 0x835,
2146 AER_SPRITE_NCLIFFBOTTOMFLAT = 0x836,
2147 AER_SPRITE_NCLIFFBOTTOM = 0x837,
2148 AER_SPRITE_NCLIFFMIDDLE = 0x838,
2149 AER_SPRITE_NCLIFFMIDDLED = 0x839,
2150 AER_SPRITE_NRWFRONTE = 0x83a,
2151 AER_SPRITE_NRWTOPSIDE = 0x83b,
2152 AER_SPRITE_NRWCORNER = 0x83c,
2153 AER_SPRITE_NRWFACED1_0 = 0x83d,
2154 AER_SPRITE_NRWBOTTOMS = 0x83e,
2155 AER_SPRITE_NRWFCESIDE = 0x83f,
2156 AER_SPRITE_NRWFCESIDEX = 0x840,
2157 AER_SPRITE_NBGCLIFFEDGEX = 0x841,
2158 AER_SPRITE_NBGCLIFFEDGE2 = 0x842,
2159 AER_SPRITE_NRWDIAGFADE = 0x843,
2160 AER_SPRITE_NCLIFFLONGSIDES = 0x844,
2161 AER_SPRITE_NCLIFFLONGSIDE = 0x845,
2162 AER_SPRITE_NBGCOLORMOUNTAIN01 = 0x846,
2163 AER_SPRITE_NRWFRONTE1 = 0x847,
2164 AER_SPRITE_NRWCORNER1 = 0x848,
2165 AER_SPRITE_NRWCORNERTOP1 = 0x849,
2166 AER_SPRITE_NRWTOPSIDE1 = 0x84a,
2167 AER_SPRITE_NRWTIP1 = 0x84b,
2168 AER_SPRITE_NRWTIPCOLOR = 0x84c,
2169 AER_SPRITE_NRWTIPCOLOL = 0x84d,
2170 AER_SPRITE_NRWFCESIDE1 = 0x84e,
2171 AER_SPRITE_NRWBOTTOMS1 = 0x84f,
2172 AER_SPRITE_NRWFACED1_1 = 0x850,
2173 AER_SPRITE_NRWFACEL1 = 0x851,
2174 AER_SPRITE_NRBGRASSCHUNK1 = 0x852,
2175 AER_SPRITE_NROCKBLOCKUSML = 0x853,
2176 AER_SPRITE_NROCKBLOCKUMED = 0x854,
2177 AER_SPRITE_NROCKBLOCKTHIN = 0x855,
2178 AER_SPRITE_NROCKBLOCKUBIG = 0x856,
2179 AER_SPRITE_NFLOWERS = 0x857,
2180 AER_SPRITE_SCNGAUNTLETGRASS = 0x858,
2181 AER_SPRITE_GRASSDEBRIS = 0x859,
2182 AER_SPRITE_NFLOORMUSHROOM = 0x85a,
2183 AER_SPRITE_NFLDIRTS = 0x85b,
2184 AER_SPRITE_NFLDIRTM = 0x85c,
2185 AER_SPRITE_NFLDIRTL = 0x85d,
2186 AER_SPRITE_NTILE16 = 0x85e,
2187 AER_SPRITE_NTILE32 = 0x85f,
2188 AER_SPRITE_NFLOORDESIGN = 0x860,
2189 AER_SPRITE_NTILE16S = 0x861,
2190 AER_SPRITE_NTILE32S = 0x862,
2191 AER_SPRITE_NFLOORPATCHSMALL = 0x863,
2192 AER_SPRITE_NFLOORPATCHBIG = 0x864,
2193 AER_SPRITE_NLEDGEGRASS = 0x865,
2194 AER_SPRITE_NOVERHANG = 0x866,
2195 AER_SPRITE_NLEDGESNOW = 0x867,
2196 AER_SPRITE_NSNOWOVERHANG = 0x868,
2197 AER_SPRITE_NSNOWPILES = 0x869,
2198 AER_SPRITE_NSNOWPATCHSM = 0x86a,
2199 AER_SPRITE_NSNOWPATCHMED = 0x86b,
2200 AER_SPRITE_NSNOWPATCHLRG = 0x86c,
2201 AER_SPRITE_NSNOWPATCHMEDFLAT = 0x86d,
2202 AER_SPRITE_NPARALLAXFG = 0x86e,
2203 AER_SPRITE_NBGCLOUDSMALL = 0x86f,
2204 AER_SPRITE_NBGCLOUD = 0x870,
2205 AER_SPRITE_NBGCLOUDDARK = 0x871,
2206 AER_SPRITE_NCLOOUD02 = 0x872,
2207 AER_SPRITE_NCLOOUD03 = 0x873,
2208 AER_SPRITE_NEGG = 0x874,
2209 AER_SPRITE_NBURNTBRICKSS01 = 0x875,
2210 AER_SPRITE_NBURNTBRICKS02COPY = 0x876,
2211 AER_SPRITE_NRUINWALL = 0x877,
2212 AER_SPRITE_NRUINWALLSIDE = 0x878,
2213 AER_SPRITE_NSCORCHMARKS = 0x879,
2214 AER_SPRITE_NSCORCHMARKL = 0x87a,
2215 AER_SPRITE_NCULTISTCORNER = 0x87b,
2216 AER_SPRITE_NBLOODALTAR = 0x87c,
2217 AER_SPRITE_NSACRIFICE = 0x87d,
2218 AER_SPRITE_NBIRDEXECUTION = 0x87e,
2219 AER_SPRITE_NLIBRARYWALL01 = 0x87f,
2220 AER_SPRITE_NSPTITANVISTA = 0x880,
2221 AER_SPRITE_NSPTITANHAND = 0x881,
2222 AER_SPRITE_NSPTITANPARA01 = 0x882,
2223 AER_SPRITE_NSPTITANFIST = 0x883,
2224 AER_SPRITE_NSPCRASHED = 0x884,
2225 AER_SPRITE_NSPTOWERVISTABG = 0x885,
2226 AER_SPRITE_NCULTISTCRUSH = 0x886,
2227 AER_SPRITE_NDEADNEST = 0x887,
2228 AER_SPRITE_NBABYBIRD = 0x888,
2229 AER_SPRITE_NSPBOSSWALL = 0x889,
2230 AER_SPRITE_NNPC = 0x88a,
2231 AER_SPRITE_NMODULEWOLF02 = 0x88b,
2232 AER_SPRITE_NMODULEWOLF = 0x88c,
2233 AER_SPRITE_NMODULEBIRD_0 = 0x88d,
2234 AER_SPRITE_NMODULEBIRD_1 = 0x88e,
2235 AER_SPRITE_NMODULEBIRDWOLF = 0x88f,
2236 AER_SPRITE_NMODULESTATUE = 0x890,
2237 AER_SPRITE_FOLDERNLAB = 0x891,
2238 AER_SPRITE_NLF1Z = 0x892,
2239 AER_SPRITE_NFGOVERGS = 0x893,
2240 AER_SPRITE_NFGOVERGB = 0x894,
2241 AER_SPRITE_NFGBEAM = 0x895,
2242 AER_SPRITE_NFGVINE = 0x896,
2243 AER_SPRITE_NLWALLICE = 0x897,
2244 AER_SPRITE_NFGSTAT = 0x898,
2245 AER_SPRITE_NLICICLE01 = 0x899,
2246 AER_SPRITE_NLICETOPS = 0x89a,
2247 AER_SPRITE_NLICETOPL = 0x89b,
2248 AER_SPRITE_NTORCH = 0x89c,
2249 AER_SPRITE_NWALLGOLOW = 0x89d,
2250 AER_SPRITE_NLF2 = 0x89e,
2251 AER_SPRITE_NLPILLARSKINNY = 0x89f,
2252 AER_SPRITE_NLWALLANGLE = 0x8a0,
2253 AER_SPRITE_NLWALL16 = 0x8a1,
2254 AER_SPRITE_NLWALL32 = 0x8a2,
2255 AER_SPRITE_NLWALL64 = 0x8a3,
2256 AER_SPRITE_NLWALL128 = 0x8a4,
2257 AER_SPRITE_NLWALL64TOP1 = 0x8a5,
2258 AER_SPRITE_NLWALLENTRANCE = 0x8a6,
2259 AER_SPRITE_NLVEG16 = 0x8a7,
2260 AER_SPRITE_NLVEG24 = 0x8a8,
2261 AER_SPRITE_NLVEG32 = 0x8a9,
2262 AER_SPRITE_CULTBIRDSTATIC = 0x8aa,
2263 AER_SPRITE_NLIGHTBLOCK = 0x8ab,
2264 AER_SPRITE_NCHAIR01 = 0x8ac,
2265 AER_SPRITE_NTABLEFRONT = 0x8ad,
2266 AER_SPRITE_NCRATESHOVEL01 = 0x8ae,
2267 AER_SPRITE_NLOCKER01 = 0x8af,
2268 AER_SPRITE_NCANDLE = 0x8b0,
2269 AER_SPRITE_NINCENSE = 0x8b1,
2270 AER_SPRITE_NSHRINE = 0x8b2,
2271 AER_SPRITE_NBOOKSS = 0x8b3,
2272 AER_SPRITE_NBOOKS16 = 0x8b4,
2273 AER_SPRITE_NBOOKS32 = 0x8b5,
2274 AER_SPRITE_NBOOKSL = 0x8b6,
2275 AER_SPRITE_NMEGABOOK = 0x8b7,
2276 AER_SPRITE_NIRONTOMB = 0x8b8,
2277 AER_SPRITE_NITOMBOPEN = 0x8b9,
2278 AER_SPRITE_NITOMBGROUP = 0x8ba,
2279 AER_SPRITE_NSHRINEPEW = 0x8bb,
2280 AER_SPRITE_NSHRINECLOTH = 0x8bc,
2281 AER_SPRITE_NTAPESTRY64 = 0x8bd,
2282 AER_SPRITE_NTAPESTRY128 = 0x8be,
2283 AER_SPRITE_NLABWALLBOOKS = 0x8bf,
2284 AER_SPRITE_NLABWALLBOOKSTALL = 0x8c0,
2285 AER_SPRITE_NCATACOMBPILLAR = 0x8c1,
2286 AER_SPRITE_NCATACOMBPILLAR03 = 0x8c2,
2287 AER_SPRITE_NSARCOPHAGUS = 0x8c3,
2288 AER_SPRITE_NCATACOMBWALL = 0x8c4,
2289 AER_SPRITE_NOSSUARY = 0x8c5,
2290 AER_SPRITE_NBIRDSKELETON = 0x8c6,
2291 AER_SPRITE_NBIRDSKELETONNICHE = 0x8c7,
2292 AER_SPRITE_NFREEZER01 = 0x8c8,
2293 AER_SPRITE_NCANISTERL = 0x8c9,
2294 AER_SPRITE_NCANISTERM = 0x8ca,
2295 AER_SPRITE_NCANISTERS = 0x8cb,
2296 AER_SPRITE_NFURNACE = 0x8cc,
2297 AER_SPRITE_NGIANTVAT = 0x8cd,
2298 AER_SPRITE_NSTOVE01 = 0x8ce,
2299 AER_SPRITE_FLOORNLAB = 0x8cf,
2300 AER_SPRITE_NLTILEZ = 0x8d0,
2301 AER_SPRITE_NLEMBLEM = 0x8d1,
2302 AER_SPRITE_NCARPET = 0x8d2,
2303 AER_SPRITE_NLICEFLOORS01 = 0x8d3,
2304 AER_SPRITE_NLICEFLOORL01 = 0x8d4,
2305 AER_SPRITE_NLICEVERT01 = 0x8d5,
2306 AER_SPRITE_NLICEFRONTS01 = 0x8d6,
2307 AER_SPRITE_NLICECROSS01 = 0x8d7,
2308 AER_SPRITE_NLFLPATCHL = 0x8d8,
2309 AER_SPRITE_NLF5 = 0x8d9,
2310 AER_SPRITE_SPRITE3338 = 0x8da,
2311 AER_SPRITE_NRAILLCORNER = 0x8db,
2312 AER_SPRITE_NRAILLENDR = 0x8dc,
2313 AER_SPRITE_NRAILLHOR = 0x8dd,
2314 AER_SPRITE_NRAILLVER = 0x8de,
2315 AER_SPRITE_NLCLIFF16 = 0x8df,
2316 AER_SPRITE_NBGCLIFFEDGE = 0x8e0,
2317 AER_SPRITE_NCLIFF64 = 0x8e1,
2318 AER_SPRITE_NBGCLOUDLAB = 0x8e2,
2319 AER_SPRITE_FOLDERSOUTH = 0x8e3,
2320 AER_SPRITE_SBLOCKS = 0x8e4,
2321 AER_SPRITE_SBLOCKM = 0x8e5,
2322 AER_SPRITE_SBLOCKL = 0x8e6,
2323 AER_SPRITE_SRAILH = 0x8e7,
2324 AER_SPRITE_SXRAILLHOR = 0x8e8,
2325 AER_SPRITE_SXRAILLVER = 0x8e9,
2326 AER_SPRITE_SXRAILLCORNER = 0x8ea,
2327 AER_SPRITE_SXRAILLCORNER3 = 0x8eb,
2328 AER_SPRITE_SXRAILLENDR = 0x8ec,
2329 AER_SPRITE_SOVERGT = 0x8ed,
2330 AER_SPRITE_SOVERGS03 = 0x8ee,
2331 AER_SPRITE_SOVERGS = 0x8ef,
2332 AER_SPRITE_SOVERGSHALF = 0x8f0,
2333 AER_SPRITE_SOVERGM = 0x8f1,
2334 AER_SPRITE_STREESM01 = 0x8f2,
2335 AER_SPRITE_STREEM = 0x8f3,
2336 AER_SPRITE_STREEL = 0x8f4,
2337 AER_SPRITE_SENTRANCEARCH = 0x8f5,
2338 AER_SPRITE_SBONES01 = 0x8f6,
2339 AER_SPRITE_SMECHSS = 0x8f7,
2340 AER_SPRITE_SMECHSM = 0x8f8,
2341 AER_SPRITE_SMECHSL = 0x8f9,
2342 AER_SPRITE_SMECHSXL = 0x8fa,
2343 AER_SPRITE_SDEBRIS16 = 0x8fb,
2344 AER_SPRITE_SDEBRIS24 = 0x8fc,
2345 AER_SPRITE_SDEBRIS32 = 0x8fd,
2346 AER_SPRITE_SDEBRIS4801 = 0x8fe,
2347 AER_SPRITE_SDEBRIS4802 = 0x8ff,
2348 AER_SPRITE_SDEBRIS6401 = 0x900,
2349 AER_SPRITE_SDEBRIS6402 = 0x901,
2350 AER_SPRITE_SDEBRIS6403 = 0x902,
2351 AER_SPRITE_SDEBRISL = 0x903,
2352 AER_SPRITE_SDEBRISXL = 0x904,
2353 AER_SPRITE_SBULBS16 = 0x905,
2354 AER_SPRITE_SBULBS32 = 0x906,
2355 AER_SPRITE_SSANDPILE = 0x907,
2356 AER_SPRITE_SDIRTSQUARE = 0x908,
2357 AER_SPRITE_SDIRTSQUARELARGE = 0x909,
2358 AER_SPRITE_SDIRTBIGBLOCK = 0x90a,
2359 AER_SPRITE_SDIRTCORNER = 0x90b,
2360 AER_SPRITE_SDIRTEDGE = 0x90c,
2361 AER_SPRITE_SDIRTCUST = 0x90d,
2362 AER_SPRITE_SDIRTCUSTD = 0x90e,
2363 AER_SPRITE_SDIRTCUTCIRCLE = 0x90f,
2364 AER_SPRITE_SLEDGESAND = 0x910,
2365 AER_SPRITE_SOVERHANG = 0x911,
2366 AER_SPRITE_STILE16 = 0x912,
2367 AER_SPRITE_STILE32 = 0x913,
2368 AER_SPRITE_SCIRCUITS = 0x914,
2369 AER_SPRITE_SCIRCUITM = 0x915,
2370 AER_SPRITE_SCIRCUITL = 0x916,
2371 AER_SPRITE_SRBLOCKS = 0x917,
2372 AER_SPRITE_SRBLOCKM = 0x918,
2373 AER_SPRITE_SRBLOCKL = 0x919,
2374 AER_SPRITE_SROCKLEDGEHORIZ64 = 0x91a,
2375 AER_SPRITE_SROCKWALLDIAGS = 0x91b,
2376 AER_SPRITE_SROCKWALLDIAG = 0x91c,
2377 AER_SPRITE_SROCKWALL = 0x91d,
2378 AER_SPRITE_SROCKWALL64 = 0x91e,
2379 AER_SPRITE_SROCKWALLBLANK = 0x91f,
2380 AER_SPRITE_SROCKLEDGEVERT64 = 0x920,
2381 AER_SPRITE_SROCKBLOCKSMALL = 0x921,
2382 AER_SPRITE_SROCKBLOCKBIG = 0x922,
2383 AER_SPRITE_SROCKBLOCKUB = 0x923,
2384 AER_SPRITE_SRWFGCOVER = 0x924,
2385 AER_SPRITE_SROCKWALLLIP01 = 0x925,
2386 AER_SPRITE_SRWCORNER = 0x926,
2387 AER_SPRITE_SRWCORNERTOP = 0x927,
2388 AER_SPRITE_SRWTIP = 0x928,
2389 AER_SPRITE_SRWTOPSIDE = 0x929,
2390 AER_SPRITE_SRWTIPCOLOR = 0x92a,
2391 AER_SPRITE_SRWTIPCOLOL = 0x92b,
2392 AER_SPRITE_SRWFRONTE = 0x92c,
2393 AER_SPRITE_SRWFACED = 0x92d,
2394 AER_SPRITE_SRWFACEL = 0x92e,
2395 AER_SPRITE_SRWFCESIDE = 0x92f,
2396 AER_SPRITE_SRWFCESIDEX = 0x930,
2397 AER_SPRITE_SRWBOTTOMS = 0x931,
2398 AER_SPRITE_SCHUNKFACE = 0x932,
2399 AER_SPRITE_SCHUNKSIDEE = 0x933,
2400 AER_SPRITE_SCHUNKTOPSIDE = 0x934,
2401 AER_SPRITE_SCHUNKTOPLEDGE = 0x935,
2402 AER_SPRITE_SRWFRONTE1 = 0x936,
2403 AER_SPRITE_SRWCORNER2 = 0x937,
2404 AER_SPRITE_SRWTOPSIDE1 = 0x938,
2405 AER_SPRITE_SCLIFFUNDER = 0x939,
2406 AER_SPRITE_SCLIFFUNDERANGLE = 0x93a,
2407 AER_SPRITE_SRBGRASSCHUNK = 0x93b,
2408 AER_SPRITE_SROCKBLOCKUSML = 0x93c,
2409 AER_SPRITE_SROCKBLOCKUMED = 0x93d,
2410 AER_SPRITE_SROCKBLOCKTHIN = 0x93e,
2411 AER_SPRITE_SROCKBLOCKUBIG = 0x93f,
2412 AER_SPRITE_SBRIDGEPILLARL = 0x940,
2413 AER_SPRITE_SBRIDGEPILLARR = 0x941,
2414 AER_SPRITE_SBRIDGEPLATFORM = 0x942,
2415 AER_SPRITE_SLIZARDCAMP01 = 0x943,
2416 AER_SPRITE_SSPCRASHEDSHIPDOOR = 0x944,
2417 AER_SPRITE_SSPCRASHEDSHIP = 0x945,
2418 AER_SPRITE_SSPNPCROOM = 0x946,
2419 AER_SPRITE_SLIZARDBELT = 0x947,
2420 AER_SPRITE_SVIVISECTION = 0x948,
2421 AER_SPRITE_SWANDERERBOT = 0x949,
2422 AER_SPRITE_FOLDERSLAB = 0x94a,
2423 AER_SPRITE_FGS = 0x94b,
2424 AER_SPRITE_SFGBEAM = 0x94c,
2425 AER_SPRITE_SFGOVERGS = 0x94d,
2426 AER_SPRITE_SFGOVERGL = 0x94e,
2427 AER_SPRITE_SLBUSHTOPS1 = 0x94f,
2428 AER_SPRITE_SLBUSHTOP01 = 0x950,
2429 AER_SPRITE_SLVEGL01 = 0x951,
2430 AER_SPRITE_SFGVINE = 0x952,
2431 AER_SPRITE_SWALLVINE = 0x953,
2432 AER_SPRITE_SLFGBEAMS01 = 0x954,
2433 AER_SPRITE_SFGSTAT = 0x955,
2434 AER_SPRITE_STORCH = 0x956,
2435 AER_SPRITE_SLWALLDET = 0x957,
2436 AER_SPRITE_OBJ_0 = 0x958,
2437 AER_SPRITE_SLPILLARSKINNY = 0x959,
2438 AER_SPRITE_SLWALLANGLE = 0x95a,
2439 AER_SPRITE_SLWALL16 = 0x95b,
2440 AER_SPRITE_SLWALL32 = 0x95c,
2441 AER_SPRITE_SLWALL64 = 0x95d,
2442 AER_SPRITE_SLWALL128 = 0x95e,
2443 AER_SPRITE_SLWALL64TOP = 0x95f,
2444 AER_SPRITE_SLWALLENTRANCE = 0x960,
2445 AER_SPRITE_SPRITE3284 = 0x961,
2446 AER_SPRITE_SLCRATE = 0x962,
2447 AER_SPRITE_SPITBLOCK = 0x963,
2448 AER_SPRITE_SCHAIR01 = 0x964,
2449 AER_SPRITE_SLOCKER01 = 0x965,
2450 AER_SPRITE_SOPERATINGTABLE = 0x966,
2451 AER_SPRITE_SLDRAPEDCLOTH = 0x967,
2452 AER_SPRITE_STABLEFRONT = 0x968,
2453 AER_SPRITE_SSIDETABLE01 = 0x969,
2454 AER_SPRITE_SMONITOR = 0x96a,
2455 AER_SPRITE_SMONITORL = 0x96b,
2456 AER_SPRITE_SDIRKBONES = 0x96c,
2457 AER_SPRITE_SBONEZ = 0x96d,
2458 AER_SPRITE_SLEAPERBONES = 0x96e,
2459 AER_SPRITE_EBATTERY = 0x96f,
2460 AER_SPRITE_EBELTS = 0x970,
2461 AER_SPRITE_EBELTL = 0x971,
2462 AER_SPRITE_ELASERDRILL01 = 0x972,
2463 AER_SPRITE_EROBOTARM = 0x973,
2464 AER_SPRITE_SPANEL01 = 0x974,
2465 AER_SPRITE_SVENT = 0x975,
2466 AER_SPRITE_SLMECHS = 0x976,
2467 AER_SPRITE_SLMECHM = 0x977,
2468 AER_SPRITE_SLMECHL = 0x978,
2469 AER_SPRITE_SLMECHXL = 0x979,
2470 AER_SPRITE_GMECH6 = 0x97a,
2471 AER_SPRITE_SLMOREBITS = 0x97b,
2472 AER_SPRITE_SBOTFACTORY = 0x97c,
2473 AER_SPRITE_SBLADEBOTS = 0x97d,
2474 AER_SPRITE_BLADEBOTRACK = 0x97e,
2475 AER_SPRITE_SPARTSVAT01 = 0x97f,
2476 AER_SPRITE_ORGANTUBETINY = 0x980,
2477 AER_SPRITE_ORGANTUBESMALL = 0x981,
2478 AER_SPRITE_ORGANTUBETHIN = 0x982,
2479 AER_SPRITE_SBLUEMANVAT = 0x983,
2480 AER_SPRITE_SHALFDIRKVAT = 0x984,
2481 AER_SPRITE_SCNGAUNTLETORGANTUBEMD000 = 0x985,
2482 AER_SPRITE_SCNGAUNTLETORGANTUBELG000 = 0x986,
2483 AER_SPRITE_GVATSPECIALGUEST = 0x987,
2484 AER_SPRITE_SCNGAUNTLETVATBROKMED = 0x988,
2485 AER_SPRITE_SVATMEGABROKEN = 0x989,
2486 AER_SPRITE_SCNGAUNTLETVATBROKLARGE = 0x98a,
2487 AER_SPRITE_SVATSPILLS = 0x98b,
2488 AER_SPRITE_SCNGAUNTLETDECGUTWATER = 0x98c,
2489 AER_SPRITE_SVATPLATFORM01 = 0x98d,
2490 AER_SPRITE_SUNDERSIDEPOLE = 0x98e,
2491 AER_SPRITE_SLVEGS = 0x98f,
2492 AER_SPRITE_SLVEGM = 0x990,
2493 AER_SPRITE_SLVEGL = 0x991,
2494 AER_SPRITE_SRAILLCORNER = 0x992,
2495 AER_SPRITE_SRAILLENDR = 0x993,
2496 AER_SPRITE_SRAILLHOR = 0x994,
2497 AER_SPRITE_SRAILLVER = 0x995,
2498 AER_SPRITE_FIREPIT = 0x996,
2499 AER_SPRITE_SLIZARDPRESS = 0x997,
2500 AER_SPRITE_SMECHATTACK = 0x998,
2501 AER_SPRITE_SSHORTCIRCUIT = 0x999,
2502 AER_SPRITE_SMEGATUBE = 0x99a,
2503 AER_SPRITE_FLOOR_0 = 0x99b,
2504 AER_SPRITE_SLEMBLEM = 0x99c,
2505 AER_SPRITE_SLORANGECROSS = 0x99d,
2506 AER_SPRITE_SLORANGEFLOORS = 0x99e,
2507 AER_SPRITE_SLORANGEFLOORL = 0x99f,
2508 AER_SPRITE_SLORANGEFRONTS = 0x9a0,
2509 AER_SPRITE_SLORANGEVERT = 0x9a1,
2510 AER_SPRITE_SLFLPATCHM = 0x9a2,
2511 AER_SPRITE_SLFLPATCHL = 0x9a3,
2512 AER_SPRITE_SGRATES = 0x9a4,
2513 AER_SPRITE_SGRATEM = 0x9a5,
2514 AER_SPRITE_SGRATEL = 0x9a6,
2515 AER_SPRITE_SCABLESHOR = 0x9a7,
2516 AER_SPRITE_SCABLESVERT = 0x9a8,
2517 AER_SPRITE_SCABLESCORNER = 0x9a9,
2518 AER_SPRITE_CLIFF = 0x9aa,
2519 AER_SPRITE_SCLIFF16 = 0x9ab,
2520 AER_SPRITE_SCLIFF32 = 0x9ac,
2521 AER_SPRITE_SCLIFF64 = 0x9ad,
2522 AER_SPRITE_FOLDEREAST = 0x9ae,
2523 AER_SPRITE_ECUTSHRUBS = 0x9af,
2524 AER_SPRITE_EGROWTHBITS1 = 0x9b0,
2525 AER_SPRITE_ETREESM = 0x9b1,
2526 AER_SPRITE_ETREELG = 0x9b2,
2527 AER_SPRITE_ETREEWATERS = 0x9b3,
2528 AER_SPRITE_ETREEWATERLG01 = 0x9b4,
2529 AER_SPRITE_EGREENL01 = 0x9b5,
2530 AER_SPRITE_EGREENXL01 = 0x9b6,
2531 AER_SPRITE_EBLOCK8 = 0x9b7,
2532 AER_SPRITE_EBLOCK32 = 0x9b8,
2533 AER_SPRITE_EBLOCK48THIN_0 = 0x9b9,
2534 AER_SPRITE_EBLOCK48FAT_0 = 0x9ba,
2535 AER_SPRITE_EPILLAR16 = 0x9bb,
2536 AER_SPRITE_EPILLAR32 = 0x9bc,
2537 AER_SPRITE_EPILLARSUPER = 0x9bd,
2538 AER_SPRITE_EPILLARBROKEN = 0x9be,
2539 AER_SPRITE_EAQUADUCT = 0x9bf,
2540 AER_SPRITE_EARCH = 0x9c0,
2541 AER_SPRITE_EAQUADUCTVERT = 0x9c1,
2542 AER_SPRITE_EBENCHVERT = 0x9c2,
2543 AER_SPRITE_EBENCHHOR = 0x9c3,
2544 AER_SPRITE_ERAILLHOR = 0x9c4,
2545 AER_SPRITE_ERAILLVER = 0x9c5,
2546 AER_SPRITE_ERAILLCORNER = 0x9c6,
2547 AER_SPRITE_SPRITE3339 = 0x9c7,
2548 AER_SPRITE_ERAILLENDR = 0x9c8,
2549 AER_SPRITE_EWALL32 = 0x9c9,
2550 AER_SPRITE_SPRITE3315 = 0x9ca,
2551 AER_SPRITE_EWALL64 = 0x9cb,
2552 AER_SPRITE_EWALL128 = 0x9cc,
2553 AER_SPRITE_EENTRANCE = 0x9cd,
2554 AER_SPRITE_ESIDEENTRANCE = 0x9ce,
2555 AER_SPRITE_EROOFVERT = 0x9cf,
2556 AER_SPRITE_ETOPENTRANCE = 0x9d0,
2557 AER_SPRITE_EROOFSMALL = 0x9d1,
2558 AER_SPRITE_EROOFLARGE = 0x9d2,
2559 AER_SPRITE_ESTANBUILDING = 0x9d3,
2560 AER_SPRITE_ESTANBUILDINGDOOR = 0x9d4,
2561 AER_SPRITE_EBUILDINGSMALL = 0x9d5,
2562 AER_SPRITE_EBUILDINGSTANDARD = 0x9d6,
2563 AER_SPRITE_EBUILDINGMASSIVE = 0x9d7,
2564 AER_SPRITE_EFOUNTAIN = 0x9d8,
2565 AER_SPRITE_EWARP = 0x9d9,
2566 AER_SPRITE_ESTAIRCHUNK = 0x9da,
2567 AER_SPRITE_ESTAIRSPILLAR = 0x9db,
2568 AER_SPRITE_EFGGREEN = 0x9dc,
2569 AER_SPRITE_EPOLEHORIZ = 0x9dd,
2570 AER_SPRITE_EPOLEHORIZRAILS = 0x9de,
2571 AER_SPRITE_EDOCKSHORIZFRONT = 0x9df,
2572 AER_SPRITE_EDOCKSVERTFRONT = 0x9e0,
2573 AER_SPRITE_EDOCKSVERT = 0x9e1,
2574 AER_SPRITE_EDOCKSHORIZ = 0x9e2,
2575 AER_SPRITE_EBOAT = 0x9e3,
2576 AER_SPRITE_ETENT01 = 0x9e4,
2577 AER_SPRITE_ESTATUESTAND = 0x9e5,
2578 AER_SPRITE_ESTATUEMEGA = 0x9e6,
2579 AER_SPRITE_ESTATSMALL = 0x9e7,
2580 AER_SPRITE_ESTATUEBIG = 0x9e8,
2581 AER_SPRITE_EWATERBREAKBLOCK = 0x9e9,
2582 AER_SPRITE_EWATERBREAKBLOCKLONG = 0x9ea,
2583 AER_SPRITE_EWATERWALL32 = 0x9eb,
2584 AER_SPRITE_EWATERWALLEXTEND = 0x9ec,
2585 AER_SPRITE_EWATERWALL64 = 0x9ed,
2586 AER_SPRITE_EWATERWALLANGLE = 0x9ee,
2587 AER_SPRITE_EWATERWALLDIAG = 0x9ef,
2588 AER_SPRITE_EWATERWALLLANGLE = 0x9f0,
2589 AER_SPRITE_EWATERWALLL64 = 0x9f1,
2590 AER_SPRITE_EWATERWALLLHOR = 0x9f2,
2591 AER_SPRITE_EWATERWALLLHOR64 = 0x9f3,
2592 AER_SPRITE_EWATERWALLTOP = 0x9f4,
2593 AER_SPRITE_EWATERWALLLVERT64 = 0x9f5,
2594 AER_SPRITE_EWATERBREAKBLOCKCORNER = 0x9f6,
2595 AER_SPRITE_EWATERWALLCORNER = 0x9f7,
2596 AER_SPRITE_EWATERMISTCLOUD = 0x9f8,
2597 AER_SPRITE_EFLOORBIT = 0x9f9,
2598 AER_SPRITE_FLAMEPOLEFIRE = 0x9fa,
2599 AER_SPRITE_FLAMEVENTFIRE = 0x9fb,
2600 AER_SPRITE_FLAMEVENTFIRE2X = 0x9fc,
2601 AER_SPRITE_EMAW = 0x9fd,
2602 AER_SPRITE_EPOLETALL = 0x9fe,
2603 AER_SPRITE_ELIGHTRAY16 = 0x9ff,
2604 AER_SPRITE_ESTAINEDGLASS01 = 0xa00,
2605 AER_SPRITE_ESTAINEDGLASSLARGE = 0xa01,
2606 AER_SPRITE_OTTERBODY = 0xa02,
2607 AER_SPRITE_EFLOATINGOTTER = 0xa03,
2608 AER_SPRITE_DROWNEDOTTER = 0xa04,
2609 AER_SPRITE_WATERMISTSIDE00 = 0xa05,
2610 AER_SPRITE_WATERMISTBOTTOM00 = 0xa06,
2611 AER_SPRITE_EEDGEREG = 0xa07,
2612 AER_SPRITE_EUNDERSIDE = 0xa08,
2613 AER_SPRITE_EUNDERSIDEVERT = 0xa09,
2614 AER_SPRITE_EUNDERBROKEN = 0xa0a,
2615 AER_SPRITE_EUNDERBROKENS = 0xa0b,
2616 AER_SPRITE_ESTATGRAD = 0xa0c,
2617 AER_SPRITE_ESTATBIGGRAD = 0xa0d,
2618 AER_SPRITE_ESUNKENBIT = 0xa0e,
2619 AER_SPRITE_EBGREPEAT = 0xa0f,
2620 AER_SPRITE_EFLOWER = 0xa10,
2621 AER_SPRITE_EFLOORPAD1 = 0xa11,
2622 AER_SPRITE_EFLOORPADBIG = 0xa12,
2623 AER_SPRITE_EFLOORLEDGEGRASSVERT1 = 0xa13,
2624 AER_SPRITE_EOVERHANG = 0xa14,
2625 AER_SPRITE_EFLOORPATCHBIG = 0xa15,
2626 AER_SPRITE_EFLOORGRASS = 0xa16,
2627 AER_SPRITE_EFLOORGRASS32 = 0xa17,
2628 AER_SPRITE_EFLOORGRASS48 = 0xa18,
2629 AER_SPRITE_EFLOORDESIGN = 0xa19,
2630 AER_SPRITE_EFLOORTILESQ = 0xa1a,
2631 AER_SPRITE_EMISSINGTILES01 = 0xa1b,
2632 AER_SPRITE_EMISSINGTILESBIG01 = 0xa1c,
2633 AER_SPRITE_ERIVULET16 = 0xa1d,
2634 AER_SPRITE_WFALLEDGEN00 = 0xa1e,
2635 AER_SPRITE_WATERBORDERWAVE1X = 0xa1f,
2636 AER_SPRITE_EWATERFALLTHIN = 0xa20,
2637 AER_SPRITE_EWATERFALLTHIN02 = 0xa21,
2638 AER_SPRITE_WFALLSIDE = 0xa22,
2639 AER_SPRITE_HUGEBUILDINGWATER = 0xa23,
2640 AER_SPRITE_EOTTERSPIKE = 0xa24,
2641 AER_SPRITE_EOTTERIMPALED = 0xa25,
2642 AER_SPRITE_EOTTERPILEL = 0xa26,
2643 AER_SPRITE_FROGDRAGOTTER = 0xa27,
2644 AER_SPRITE_OTTERNAPPYIDLE00 = 0xa28,
2645 AER_SPRITE_OTTERDROWSYIDLE = 0xa29,
2646 AER_SPRITE_OTTERSMOKYPUFF00 = 0xa2a,
2647 AER_SPRITE_OTTERPUKEYIDLE00 = 0xa2b,
2648 AER_SPRITE_EOTTERCRUSH = 0xa2c,
2649 AER_SPRITE_ESPBROKENBRIDGE2 = 0xa2d,
2650 AER_SPRITE_ESETFOUNTAINS = 0xa2e,
2651 AER_SPRITE_ETITANTOP = 0xa2f,
2652 AER_SPRITE_ETITANPARALLAX01 = 0xa30,
2653 AER_SPRITE_ETITANPARALLAX02 = 0xa31,
2654 AER_SPRITE_EMODDEADFROG1 = 0xa32,
2655 AER_SPRITE_EMODDEADFROG2 = 0xa33,
2656 AER_SPRITE_EMUSHROOMGROWTH = 0xa34,
2657 AER_SPRITE_EMUSHOTTER = 0xa35,
2658 AER_SPRITE_EJAREXPLOSION = 0xa36,
2659 AER_SPRITE_EMODDEADFROG3 = 0xa37,
2660 AER_SPRITE_SPRIEMODULEDRIFTER = 0xa38,
2661 AER_SPRITE_EMODDEADFLOOR = 0xa39,
2662 AER_SPRITE_FOLDERELAB = 0xa3a,
2663 AER_SPRITE_ELRAILLHOR = 0xa3b,
2664 AER_SPRITE_SPRITE3285 = 0xa3c,
2665 AER_SPRITE_ELRAILLVER = 0xa3d,
2666 AER_SPRITE_ELRAILLCORNER = 0xa3e,
2667 AER_SPRITE_ELRAILLENDR = 0xa3f,
2668 AER_SPRITE_ELPILLARSKINNY = 0xa40,
2669 AER_SPRITE_ELWALLANGLE = 0xa41,
2670 AER_SPRITE_ELWALL16 = 0xa42,
2671 AER_SPRITE_ELWALL32 = 0xa43,
2672 AER_SPRITE_ELWALL64 = 0xa44,
2673 AER_SPRITE_ELWALL128 = 0xa45,
2674 AER_SPRITE_ELWALL64TOP = 0xa46,
2675 AER_SPRITE_ELWALLENTRANCE = 0xa47,
2676 AER_SPRITE_ELABWALLGLASS = 0xa48,
2677 AER_SPRITE_ELABWALLGLASS128 = 0xa49,
2678 AER_SPRITE_ELCLIFF = 0xa4a,
2679 AER_SPRITE_ELBGPIT = 0xa4b,
2680 AER_SPRITE_EPILLAR1604 = 0xa4c,
2681 AER_SPRITE_EBGCLIFFSINGLE = 0xa4d,
2682 AER_SPRITE_EBGCLIFF = 0xa4e,
2683 AER_SPRITE_ECLIFF6401 = 0xa4f,
2684 AER_SPRITE_EBGCLIFFANGLE = 0xa50,
2685 AER_SPRITE_ELWATERCLIFFCORNER01 = 0xa51,
2686 AER_SPRITE_ELWATERCLIFF01 = 0xa52,
2687 AER_SPRITE_ELWATERCLIFFSIDE01 = 0xa53,
2688 AER_SPRITE_ELABTOPVINE = 0xa54,
2689 AER_SPRITE_ELABTOPBUSH = 0xa55,
2690 AER_SPRITE_ELGREENL = 0xa56,
2691 AER_SPRITE_ELMUSHS1 = 0xa57,
2692 AER_SPRITE_ELMUSHL1 = 0xa58,
2693 AER_SPRITE_ELTREELG01 = 0xa59,
2694 AER_SPRITE_EGRATES = 0xa5a,
2695 AER_SPRITE_ELFLOORTILESQU = 0xa5b,
2696 AER_SPRITE_EFLOORSTAIN = 0xa5c,
2697 AER_SPRITE_ELFLOORPATCHBIG = 0xa5d,
2698 AER_SPRITE_ELLEDGEGRASS = 0xa5e,
2699 AER_SPRITE_ELOVERHANG = 0xa5f,
2700 AER_SPRITE_EFLOORBITG = 0xa60,
2701 AER_SPRITE_ELFLOORBIT = 0xa61,
2702 AER_SPRITE_ELFLPATCHL = 0xa62,
2703 AER_SPRITE_EVATFLAMEJAR = 0xa63,
2704 AER_SPRITE_FLAMEJARBASE = 0xa64,
2705 AER_SPRITE_EVATFLAMEJARL = 0xa65,
2706 AER_SPRITE_EVATFLAMEJARXL = 0xa66,
2707 AER_SPRITE_EBRANCHESL = 0xa67,
2708 AER_SPRITE_EMUSHROOM = 0xa68,
2709 AER_SPRITE_ELMUSH = 0xa69,
2710 AER_SPRITE_EMUSHS = 0xa6a,
2711 AER_SPRITE_EMUSHM = 0xa6b,
2712 AER_SPRITE_EMUSHL = 0xa6c,
2713 AER_SPRITE_EMUSHU1 = 0xa6d,
2714 AER_SPRITE_EGREENHOUSEL = 0xa6e,
2715 AER_SPRITE_EGREENHOUSES = 0xa6f,
2716 AER_SPRITE_EBEAKER = 0xa70,
2717 AER_SPRITE_EFLASK = 0xa71,
2718 AER_SPRITE_EGAS = 0xa72,
2719 AER_SPRITE_ECHAIR01 = 0xa73,
2720 AER_SPRITE_ETABLEFRONT = 0xa74,
2721 AER_SPRITE_ELOCKER01 = 0xa75,
2722 AER_SPRITE_EMARKERS = 0xa76,
2723 AER_SPRITE_EMARKERM = 0xa77,
2724 AER_SPRITE_EGLASSTUBE01 = 0xa78,
2725 AER_SPRITE_EVAT01 = 0xa79,
2726 AER_SPRITE_EVAT04 = 0xa7a,
2727 AER_SPRITE_EVAT05 = 0xa7b,
2728 AER_SPRITE_EVATM = 0xa7c,
2729 AER_SPRITE_EVATL = 0xa7d,
2730 AER_SPRITE_EVAT06 = 0xa7e,
2731 AER_SPRITE_EVATJARL = 0xa7f,
2732 AER_SPRITE_EVATJARXL = 0xa80,
2733 AER_SPRITE_EVAT02 = 0xa81,
2734 AER_SPRITE_EPIPETERMINATE = 0xa82,
2735 AER_SPRITE_EACIDHEADFRONT = 0xa83,
2736 AER_SPRITE_EACIDHEADSIDE = 0xa84,
2737 AER_SPRITE_EACIDPILLAR = 0xa85,
2738 AER_SPRITE_EWATERPIPESHORIZL01 = 0xa86,
2739 AER_SPRITE_EWATERPIPESVERTL = 0xa87,
2740 AER_SPRITE_EWATERPIPESXL = 0xa88,
2741 AER_SPRITE_EACIDPUMP = 0xa89,
2742 AER_SPRITE_EPIPESCORNER = 0xa8a,
2743 AER_SPRITE_EFURNACE = 0xa8b,
2744 AER_SPRITE_EMECHPARTS01 = 0xa8c,
2745 AER_SPRITE_EGENERATOR = 0xa8d,
2746 AER_SPRITE_EBROKENJAR = 0xa8e,
2747 AER_SPRITE_EOTTERJAIL = 0xa8f,
2748 AER_SPRITE_FOLDERWEST = 0xa90,
2749 AER_SPRITE_CUTSHRUB = 0xa91,
2750 AER_SPRITE_WSTUMP = 0xa92,
2751 AER_SPRITE_WTREEDOORSTUMP = 0xa93,
2752 AER_SPRITE_WTREEHOUSE = 0xa94,
2753 AER_SPRITE_WTREE00GENERAL = 0xa95,
2754 AER_SPRITE_WTREE01SM = 0xa96,
2755 AER_SPRITE_WTREE02FALLEN = 0xa97,
2756 AER_SPRITE_WTREE02LG = 0xa98,
2757 AER_SPRITE_WTREE03MASSIVE = 0xa99,
2758 AER_SPRITE_WTREEBITSRED = 0xa9a,
2759 AER_SPRITE_WTREETOP = 0xa9b,
2760 AER_SPRITE_WPHASEBLOCK08 = 0xa9c,
2761 AER_SPRITE_WPHASEBLOCK16 = 0xa9d,
2762 AER_SPRITE_WPHASEBLOCK48FAT = 0xa9e,
2763 AER_SPRITE_WPHASEBLOCK48THIN = 0xa9f,
2764 AER_SPRITE_WPHASEBLOCK64 = 0xaa0,
2765 AER_SPRITE_WPHASEBLOCKCOLLUMN2X = 0xaa1,
2766 AER_SPRITE_WROCKBLOCK08 = 0xaa2,
2767 AER_SPRITE_WROCKBLOCK16 = 0xaa3,
2768 AER_SPRITE_WROCKBLOCK48 = 0xaa4,
2769 AER_SPRITE_WROCKBLOCK64 = 0xaa5,
2770 AER_SPRITE_WPHASEWALLBASE = 0xaa6,
2771 AER_SPRITE_WPHASEWALLBASEBIG = 0xaa7,
2772 AER_SPRITE_WPHASEPILLAR16 = 0xaa8,
2773 AER_SPRITE_WPHASEPILLAR32 = 0xaa9,
2774 AER_SPRITE_WPHASERUINBASEVERT = 0xaaa,
2775 AER_SPRITE_WPHASERUINENTRANCE = 0xaab,
2776 AER_SPRITE_WPHASEWALLARCH = 0xaac,
2777 AER_SPRITE_WPHASEROOF64 = 0xaad,
2778 AER_SPRITE_WPHASEROOFHUGE = 0xaae,
2779 AER_SPRITE_WFLOORBRIDGE = 0xaaf,
2780 AER_SPRITE_WSTATUETANUKI = 0xab0,
2781 AER_SPRITE_WSTATUETANUKISIDE = 0xab1,
2782 AER_SPRITE_WSTATUETABLET = 0xab2,
2783 AER_SPRITE_WSTATUETANUKIHEAD = 0xab3,
2784 AER_SPRITE_WPOLETALL = 0xab4,
2785 AER_SPRITE_WPOLESHORT = 0xab5,
2786 AER_SPRITE_WPLANTER = 0xab6,
2787 AER_SPRITE_WPHASEFENCERAIL = 0xab7,
2788 AER_SPRITE_WLLANTERN = 0xab8,
2789 AER_SPRITE_WLHEADSTONES = 0xab9,
2790 AER_SPRITE_WLHEADSTONEM = 0xaba,
2791 AER_SPRITE_WLMARKERS = 0xabb,
2792 AER_SPRITE_WLMARKERL = 0xabc,
2793 AER_SPRITE_WLPOST32 = 0xabd,
2794 AER_SPRITE_WCRYSTALROUGHSM = 0xabe,
2795 AER_SPRITE_WCRYSTALCLEAN = 0xabf,
2796 AER_SPRITE_WCRYSTALROUGHTALL = 0xac0,
2797 AER_SPRITE_WCRYSTALTRAP = 0xac1,
2798 AER_SPRITE_WCRYSTALTRAP2 = 0xac2,
2799 AER_SPRITE_WCRYSTALTRAP3 = 0xac3,
2800 AER_SPRITE_WCRYSTALTRAP4 = 0xac4,
2801 AER_SPRITE_WGEODEBIG1 = 0xac5,
2802 AER_SPRITE_WGEODEBIG2 = 0xac6,
2803 AER_SPRITE_WGEODEBIG = 0xac7,
2804 AER_SPRITE_WGEODEHUGE = 0xac8,
2805 AER_SPRITE_WGEODEHUGE1 = 0xac9,
2806 AER_SPRITE_WGEODEHUGE2 = 0xaca,
2807 AER_SPRITE_WROCKWALL = 0xacb,
2808 AER_SPRITE_WROCKWALL64 = 0xacc,
2809 AER_SPRITE_WROCKWALLDIAG = 0xacd,
2810 AER_SPRITE_WROCKWALLLIP = 0xace,
2811 AER_SPRITE_WROCKBLOCKBIG = 0xacf,
2812 AER_SPRITE_WROCKLEDGEANGLE = 0xad0,
2813 AER_SPRITE_WROCKLEDGEHORIZ = 0xad1,
2814 AER_SPRITE_WROCKLEDGEHORIZ64 = 0xad2,
2815 AER_SPRITE_WROCKLEDGEVERTSMALL = 0xad3,
2816 AER_SPRITE_WROCKLEDGEVERT = 0xad4,
2817 AER_SPRITE_WROCKLEDGEVERT64 = 0xad5,
2818 AER_SPRITE_WROCKTOP = 0xad6,
2819 AER_SPRITE_WROCKWALLBLANK = 0xad7,
2820 AER_SPRITE_WROCKWALLDETAIL = 0xad8,
2821 AER_SPRITE_WBGCLIFFEDGE = 0xad9,
2822 AER_SPRITE_WRBGRASSCHUNK = 0xada,
2823 AER_SPRITE_WROCKBLOCKUSML = 0xadb,
2824 AER_SPRITE_WROCKBLOCKUMED = 0xadc,
2825 AER_SPRITE_WROCKBLOCKUM2 = 0xadd,
2826 AER_SPRITE_WROCKBLOCKUBIG = 0xade,
2827 AER_SPRITE_WGRASSTOP = 0xadf,
2828 AER_SPRITE_WFLOORLEDGEGRASSHORIZ = 0xae0,
2829 AER_SPRITE_WFLOORLEDGEGRASSVERT = 0xae1,
2830 AER_SPRITE_WFLOORROOTS = 0xae2,
2831 AER_SPRITE_WFLOORROOTSBIG = 0xae3,
2832 AER_SPRITE_WFLOORMOSSREDBIG = 0xae4,
2833 AER_SPRITE_WFLOORMOSSREDSMALL = 0xae5,
2834 AER_SPRITE_WFLOORPATCHBBIG = 0xae6,
2835 AER_SPRITE_WFLOORPATCHBSMALL = 0xae7,
2836 AER_SPRITE_WFLOORPATCHBBIG04 = 0xae8,
2837 AER_SPRITE_WFLOORTECHL = 0xae9,
2838 AER_SPRITE_WFLOORTECHS = 0xaea,
2839 AER_SPRITE_WFLOORFLOWERSMULTI = 0xaeb,
2840 AER_SPRITE_WFLOORSPLOTCHBIG = 0xaec,
2841 AER_SPRITE_WFLOORGRASSRED = 0xaed,
2842 AER_SPRITE_WFLOORMUSHROOM = 0xaee,
2843 AER_SPRITE_WFLOORGRASSSOLO = 0xaef,
2844 AER_SPRITE_WSTAIRTOPSUP = 0xaf0,
2845 AER_SPRITE_WSTAIRTOPSIDE = 0xaf1,
2846 AER_SPRITE_WSTAIRTOPUP = 0xaf2,
2847 AER_SPRITE_WFLOORTILESQUARE = 0xaf3,
2848 AER_SPRITE_WFLOORPHASEFOUNDATION = 0xaf4,
2849 AER_SPRITE_WSTREAM = 0xaf5,
2850 AER_SPRITE_WFLOORLEDGEGRASSRED = 0xaf6,
2851 AER_SPRITE_WFLOORPATCHREDBIG = 0xaf7,
2852 AER_SPRITE_WFLOORPATCHREDSMALL = 0xaf8,
2853 AER_SPRITE_WGODRAY = 0xaf9,
2854 AER_SPRITE_WGODRAYS = 0xafa,
2855 AER_SPRITE_WMEGARIBSBOT = 0xafb,
2856 AER_SPRITE_WMEGARIBSTOP = 0xafc,
2857 AER_SPRITE_GIANTBONES = 0xafd,
2858 AER_SPRITE_WCART01 = 0xafe,
2859 AER_SPRITE_WFIRE01 = 0xaff,
2860 AER_SPRITE_WWELL01 = 0xb00,
2861 AER_SPRITE_WRUINEDWALL01 = 0xb01,
2862 AER_SPRITE_WBASE = 0xb02,
2863 AER_SPRITE_WBONEWELL = 0xb03,
2864 AER_SPRITE_WTREEHIDEOUT = 0xb04,
2865 AER_SPRITE_WWARRIORSREST = 0xb05,
2866 AER_SPRITE_WTENT01 = 0xb06,
2867 AER_SPRITE_WSANDBAGS = 0xb07,
2868 AER_SPRITE_SPWNPCTREEHOUSE = 0xb08,
2869 AER_SPRITE_WCRYSTALTREEL = 0xb09,
2870 AER_SPRITE_WCRYSTALTREES = 0xb0a,
2871 AER_SPRITE_WWATCHTOWER = 0xb0b,
2872 AER_SPRITE_WTREETOWER = 0xb0c,
2873 AER_SPRITE_WTREEVILLAGE = 0xb0d,
2874 AER_SPRITE_WCRYSTALNEST01 = 0xb0e,
2875 AER_SPRITE_WCRYSTALMAW = 0xb0f,
2876 AER_SPRITE_WCRYSTALCANNON01 = 0xb10,
2877 AER_SPRITE_WSPTANUKIARMY = 0xb11,
2878 AER_SPRITE_WSPBLUEARMY = 0xb12,
2879 AER_SPRITE_WCRYSTALHUGE02 = 0xb13,
2880 AER_SPRITE_WSOLDIERCRYSTAL = 0xb14,
2881 AER_SPRITE_WCARDGAME = 0xb15,
2882 AER_SPRITE_WSPTITAN = 0xb16,
2883 AER_SPRITE_WMODULEDRIFTER = 0xb17,
2884 AER_SPRITE_WMODULETANUKI = 0xb18,
2885 AER_SPRITE_WMODULETREENUKI = 0xb19,
2886 AER_SPRITE_FOLDERWLAB = 0xb1a,
2887 AER_SPRITE_FG = 0xb1b,
2888 AER_SPRITE_WFGBEAM = 0xb1c,
2889 AER_SPRITE_WFGOVERGS = 0xb1d,
2890 AER_SPRITE_WFGOVERGB = 0xb1e,
2891 AER_SPRITE_WFGVINE = 0xb1f,
2892 AER_SPRITE_WREDVINE = 0xb20,
2893 AER_SPRITE_WLTREELG = 0xb21,
2894 AER_SPRITE_WLTREETOP = 0xb22,
2895 AER_SPRITE_WLCRYSTALHUGE = 0xb23,
2896 AER_SPRITE_WLCRYSTALBIG01 = 0xb24,
2897 AER_SPRITE_WLCRYSTALBIGSIDE = 0xb25,
2898 AER_SPRITE_WFGSTAT = 0xb26,
2899 AER_SPRITE_WTORCH = 0xb27,
2900 AER_SPRITE_WROCKDETAIL = 0xb28,
2901 AER_SPRITE_OBJ_1 = 0xb29,
2902 AER_SPRITE_WLVASES = 0xb2a,
2903 AER_SPRITE_WLURNL = 0xb2b,
2904 AER_SPRITE_WLCRATES = 0xb2c,
2905 AER_SPRITE_WLCRATETALL = 0xb2d,
2906 AER_SPRITE_WLCRATEL = 0xb2e,
2907 AER_SPRITE_WLSHELFL = 0xb2f,
2908 AER_SPRITE_WCHAIR01 = 0xb30,
2909 AER_SPRITE_WTABLEFRONT = 0xb31,
2910 AER_SPRITE_WLOCKER01 = 0xb32,
2911 AER_SPRITE_WLWEPSHELF = 0xb33,
2912 AER_SPRITE_WLIGHTBLOCK = 0xb34,
2913 AER_SPRITE_WLPILLARSKINNY = 0xb35,
2914 AER_SPRITE_LWWALLANGLE = 0xb36,
2915 AER_SPRITE_LWWALL16 = 0xb37,
2916 AER_SPRITE_LWWALL32 = 0xb38,
2917 AER_SPRITE_LWWALL64 = 0xb39,
2918 AER_SPRITE_LWWALL128 = 0xb3a,
2919 AER_SPRITE_FLOOR_1 = 0xb3b,
2920 AER_SPRITE_WLEMBLEM = 0xb3c,
2921 AER_SPRITE_WCARPET = 0xb3d,
2922 AER_SPRITE_WLVEG24 = 0xb3e,
2923 AER_SPRITE_WLLUSHCROSS = 0xb3f,
2924 AER_SPRITE_WLLUSHFLOORL = 0xb40,
2925 AER_SPRITE_WLLUSHFRONTS = 0xb41,
2926 AER_SPRITE_WLLUSHVERT = 0xb42,
2927 AER_SPRITE_SPR2277CLIFF = 0xb43,
2928 AER_SPRITE_WRAILLCORNER = 0xb44,
2929 AER_SPRITE_SPRITE3340 = 0xb45,
2930 AER_SPRITE_WRAILLENDR = 0xb46,
2931 AER_SPRITE_WRAILLHOR = 0xb47,
2932 AER_SPRITE_WRAILLVER = 0xb48,
2933 AER_SPRITE_WCLIFF16 = 0xb49,
2934 AER_SPRITE_WCLIFF32 = 0xb4a,
2935 AER_SPRITE_WCLIFF64 = 0xb4b,
2936 AER_SPRITE_WBGCLOUDLAB = 0xb4c,
2937 AER_SPRITE_FOLDERABYSS = 0xb4d,
2938 AER_SPRITE_AELEVATORBG = 0xb4e,
2939 AER_SPRITE_AELEVFG = 0xb4f,
2940 AER_SPRITE_AFG1 = 0xb50,
2941 AER_SPRITE_ALAMP = 0xb51,
2942 AER_SPRITE_ABLOCK1 = 0xb52,
2943 AER_SPRITE_ABLOCK2 = 0xb53,
2944 AER_SPRITE_ASERV1 = 0xb54,
2945 AER_SPRITE_ASERV2 = 0xb55,
2946 AER_SPRITE_ASERV3 = 0xb56,
2947 AER_SPRITE_ASERV4 = 0xb57,
2948 AER_SPRITE_ASERV5 = 0xb58,
2949 AER_SPRITE_AMONITORL = 0xb59,
2950 AER_SPRITE_ASCIENTIST = 0xb5a,
2951 AER_SPRITE_AEXCAVATOR = 0xb5b,
2952 AER_SPRITE_AFOXSTATUE = 0xb5c,
2953 AER_SPRITE_AGIANTWEST = 0xb5d,
2954 AER_SPRITE_AWALLBOT = 0xb5e,
2955 AER_SPRITE_AWALLBOT2 = 0xb5f,
2956 AER_SPRITE_ARWFRONTE = 0xb60,
2957 AER_SPRITE_ARWCORNER = 0xb61,
2958 AER_SPRITE_ARWTOPSIDE = 0xb62,
2959 AER_SPRITE_AMEGAWALL2 = 0xb63,
2960 AER_SPRITE_AMEGAWALL = 0xb64,
2961 AER_SPRITE_AWALLSIDE = 0xb65,
2962 AER_SPRITE_AWALLCHUNK = 0xb66,
2963 AER_SPRITE_AWALL1 = 0xb67,
2964 AER_SPRITE_ABRIDGEBIT2 = 0xb68,
2965 AER_SPRITE_ABRIDGEBIT1 = 0xb69,
2966 AER_SPRITE_ADOORFLOORBIT = 0xb6a,
2967 AER_SPRITE_AFLOORDESIGN1 = 0xb6b,
2968 AER_SPRITE_ACLIFF1 = 0xb6c,
2969 AER_SPRITE_AFLOORPATCHBIG = 0xb6d,
2970 AER_SPRITE_AEMBERDOOR = 0xb6e,
2971 AER_SPRITE_ASPLABZERO = 0xb6f,
2972 AER_SPRITE_AFINEYES1 = 0xb70,
2973 AER_SPRITE_AFINFGSINGLE = 0xb71,
2974 AER_SPRITE_AFINFGSHRUBS = 0xb72,
2975 AER_SPRITE_AFINFLOORSHADOWS = 0xb73,
2976 AER_SPRITE_AFINFLOOR = 0xb74,
2977 AER_SPRITE_AFINFLOOR2 = 0xb75,
2978 AER_SPRITE_AFINALDEADROOMBONES = 0xb76,
2979 AER_SPRITE_FOLDEROLD = 0xb77,
2980 AER_SPRITE_EBLOCK16 = 0xb78,
2981 AER_SPRITE_EBLOCK16B = 0xb79,
2982 AER_SPRITE_EBLOCK16C = 0xb7a,
2983 AER_SPRITE_EBLOCK48FAT_1 = 0xb7b,
2984 AER_SPRITE_EBLOCK64 = 0xb7c,
2985 AER_SPRITE_GIANTBOT = 0xb7d,
2986 AER_SPRITE_TUBE = 0xb7e,
2987 AER_SPRITE_EBLOCK48THIN_1 = 0xb7f,
2988 AER_SPRITE_ACIDBARREL = 0xb80,
2989 AER_SPRITE_SCNGAUNTLETSTATUESMALL = 0xb81,
2990 AER_SPRITE_ELABBLOCK16 = 0xb82,
2991 AER_SPRITE_ELABBLOCK48 = 0xb83,
2992 AER_SPRITE_ELABBLOCK48FAT = 0xb84,
2993 AER_SPRITE_ELABBLOCK48THIN = 0xb85,
2994 AER_SPRITE_SCNGAUNTLETOBJCUBE24X01 = 0xb86,
2995 AER_SPRITE_SCNGAUNTLETBENCHBLOCK = 0xb87,
2996 AER_SPRITE_SCNGAUNTLETCEILINGLIGHT = 0xb88,
2997 AER_SPRITE_SCNWOODCOLUMN = 0xb89,
2998 AER_SPRITE_SCNWOODCOLUMNBIG = 0xb8a,
2999 AER_SPRITE_WRROCK = 0xb8b,
3000 AER_SPRITE_MTNBUSH = 0xb8c,
3001 AER_SPRITE_CUTSHRUB2 = 0xb8d,
3002 AER_SPRITE_TORCH = 0xb8e,
3003 AER_SPRITE_SCNTEDDYALPHA = 0xb8f,
3004 AER_SPRITE_GBLOCK32 = 0xb90,
3005 AER_SPRITE_GBLOCK48 = 0xb91,
3006 AER_SPRITE_GBLOCK64 = 0xb92,
3007 AER_SPRITE_SCNGAUNTLETCUBELARGE = 0xb93,
3008 AER_SPRITE_SCNGAUNTLETCUBESMALL = 0xb94,
3009 AER_SPRITE_SCNGAUNTLETPILLARDIAMOND = 0xb95,
3010 AER_SPRITE_SCNGAUNTLETPILLARDIAMOND02 = 0xb96,
3011 AER_SPRITE_SCNGAUNTLETINVISIBLE = 0xb97,
3012 AER_SPRITE_SCNGAUNTLETINVISIBLE000 = 0xb98,
3013 AER_SPRITE_SCNGAUNTLETDEADDRIFTER = 0xb99,
3014 AER_SPRITE_SCNGAUNTLETTEMPEYEDEC = 0xb9a,
3015 AER_SPRITE_SCNGAUNTLETSPHEART = 0xb9b,
3016 AER_SPRITE_SCNGAUNTLETGRASSSIDE = 0xb9c,
3017 AER_SPRITE_SCNGAUNTLETVEGDECOR = 0xb9d,
3018 AER_SPRITE_SCNGAUNTLETMUSH = 0xb9e,
3019 AER_SPRITE_SCNGAUNTLETPIPEHOR01 = 0xb9f,
3020 AER_SPRITE_SCNGAUNTLETPIPEFATVERT01 = 0xba0,
3021 AER_SPRITE_SCNGAUNTLETPIPEANGLE01 = 0xba1,
3022 AER_SPRITE_SCNGAUNTLETPIPEEND = 0xba2,
3023 AER_SPRITE_SCNGAUNTLETOBJGUTPIPEHOR02 = 0xba3,
3024 AER_SPRITE_SCNGAUNTLETPIPESKINNYVERT01 = 0xba4,
3025 AER_SPRITE_ZFOLDERENDSCN = 0xba5,
3026 AER_SPRITE_WROCKLEDGEANGLECOLLISION = 0xba6,
3027 AER_SPRITE_ITEMSGUI = 0xba7,
3028 AER_SPRITE_SPECIALSGUI = 0xba8,
3029 AER_SPRITE_HUDBATTERYPIP6SHOT = 0xba9,
3030 AER_SPRITE_HUDBATTERYPIP5SHOT = 0xbaa,
3031 AER_SPRITE_HUDBATTERYPIP4SHOT = 0xbab,
3032 AER_SPRITE_HUDBATTERYPIP3SHOT = 0xbac,
3033 AER_SPRITE_HUDBATTERYPIP2SHOT = 0xbad,
3034 AER_SPRITE_HUDHEALTHPIP = 0xbae,
3035 AER_SPRITE_HUDHEALTHPIPEMPTY = 0xbaf,
3036 AER_SPRITE_HUDMEDBG = 0xbb0,
3037 AER_SPRITE_HUDMEDICON = 0xbb1,
3038 AER_SPRITE_HUDSPECIALBG = 0xbb2,
3039 AER_SPRITE_HUDSPECIALICON = 0xbb3,
3040 AER_SPRITE_HUDWEAPONBG = 0xbb4,
3041 AER_SPRITE_DOORINTERACTIVEPANELCLOSE = 0xbb5,
3042 AER_SPRITE_DOORINTERACTIVEPANELDATALOOP = 0xbb6,
3043 AER_SPRITE_DOORINTERACTIVEPANELOPEN = 0xbb7,
3044 AER_SPRITE_DOORINTERACTIVEPANELPULSELOOP = 0xbb8,
3045 AER_SPRITE_DOORINTERACTIVEPANELSCANLINES = 0xbb9,
3046 AER_SPRITE_INVDRIFTERKEYSBOX = 0xbba,
3047 AER_SPRITE_INVDRIFTERKEY = 0xbbb,
3048 AER_SPRITE_INVDRIFTERKEYICON = 0xbbc,
3049 AER_SPRITE_INVBG = 0xbbd,
3050 AER_SPRITE_INVBGLINEDRIFTER = 0xbbe,
3051 AER_SPRITE_INVBGLINEWEAPON = 0xbbf,
3052 AER_SPRITE_INVDRIFTER = 0xbc0,
3053 AER_SPRITE_ADINVDRIFTER = 0xbc1,
3054 AER_SPRITE_INVDRIFTERHIGHLIGHTBOX = 0xbc2,
3055 AER_SPRITE_INVGEAR = 0xbc3,
3056 AER_SPRITE_INVGEARBITBOX = 0xbc4,
3057 AER_SPRITE_INVGEARBITBOXWIDE = 0xbc5,
3058 AER_SPRITE_INVGEARBITMETER = 0xbc6,
3059 AER_SPRITE_INVGEARBITHIGHLIGHT = 0xbc7,
3060 AER_SPRITE_INVHEALTHPACKBOX = 0xbc8,
3061 AER_SPRITE_INVHEALTHPACKPIP = 0xbc9,
3062 AER_SPRITE_INVSPECIALPIP = 0xbca,
3063 AER_SPRITE_INVWEAPONPIP = 0xbcb,
3064 AER_SPRITE_INVLOADOUTGRIDFRAMES = 0xbcc,
3065 AER_SPRITE_INVSKILLBOX = 0xbcd,
3066 AER_SPRITE_INVSKILLICONS = 0xbce,
3067 AER_SPRITE_INVSPECIALBOX = 0xbcf,
3068 AER_SPRITE_INVWEP = 0xbd0,
3069 AER_SPRITE_INVWEPBOX = 0xbd1,
3070 AER_SPRITE_INVWEPLINES = 0xbd2,
3071 AER_SPRITE_INVWEPPIPS = 0xbd3,
3072 AER_SPRITE_INVMODULE4TH = 0xbd4,
3073 AER_SPRITE_INVMODULEBG = 0xbd5,
3074 AER_SPRITE_INVMODULEBGFULL = 0xbd6,
3075 AER_SPRITE_INVMODULEHIGHLIGHT = 0xbd7,
3076 AER_SPRITE_INVMODULEMETER = 0xbd8,
3077 AER_SPRITE_INVMODULEMETERFULLWORLD = 0xbd9,
3078 AER_SPRITE_INVMODULEPIPFULL = 0xbda,
3079 AER_SPRITE_INVMODULEREGION = 0xbdb,
3080 AER_SPRITE_INVMODULESLOT = 0xbdc,
3081 AER_SPRITE_INVMODULETRIANGLE = 0xbdd,
3082 AER_SPRITE_INVNAVLOADOUT = 0xbde,
3083 AER_SPRITE_INVNAVMAP = 0xbdf,
3084 AER_SPRITE_INVNAVFRAME = 0xbe0,
3085 AER_SPRITE_INVOUTFITCAPE = 0xbe1,
3086 AER_SPRITE_INVOUTFITCAPEAD = 0xbe2,
3087 AER_SPRITE_INVOUTFITBG = 0xbe3,
3088 AER_SPRITE_INVPREVIEWBOX = 0xbe4,
3089 AER_SPRITE_INVPREVIEWBOXSKILLS = 0xbe5,
3090 AER_SPRITE_INVPREVIEWBOXWEAPONS = 0xbe6,
3091 AER_SPRITE_INVPREVIEWLOADINGICON = 0xbe7,
3092 AER_SPRITE_INVPREVIEWHEAL = 0xbe8,
3093 AER_SPRITE_INVPREVIEWSKILLDASHABSORB = 0xbe9,
3094 AER_SPRITE_INVPREVIEWSKILLDASHATTACK = 0xbea,
3095 AER_SPRITE_INVPREVIEWSKILLDASHCHAIN = 0xbeb,
3096 AER_SPRITE_INVPREVIEWSKILLSWORDDEFLECT = 0xbec,
3097 AER_SPRITE_INVPREVIEWSKILLSWORDHEAVY = 0xbed,
3098 AER_SPRITE_INVPREVIEWSKILLSWORDPHANTOM = 0xbee,
3099 AER_SPRITE_INVPREVIEWSPECIAL = 0xbef,
3100 AER_SPRITE_INVPREVIEWWEAPONBLUNDERBUSS = 0xbf0,
3101 AER_SPRITE_INVPREVIEWWEAPONPISTOL = 0xbf1,
3102 AER_SPRITE_INVPREVIEWWEAPONRAILGUN = 0xbf2,
3103 AER_SPRITE_INVPREVIEWWEAPONRAILGUNBLAST = 0xbf3,
3104 AER_SPRITE_INVPREVIEWWEAPONSHOTGUN = 0xbf4,
3105 AER_SPRITE_INVPREVIEWWEAPONZELISKA = 0xbf5,
3106 AER_SPRITE_INVSTOREMEDUPGLINEBOX = 0xbf6,
3107 AER_SPRITE_INVSTORESKLUPGLINE1 = 0xbf7,
3108 AER_SPRITE_INVSTORESKLUPGLINE3 = 0xbf8,
3109 AER_SPRITE_INVSTORESKLUPGLINE2 = 0xbf9,
3110 AER_SPRITE_INVSTORESKLUPGLINE4 = 0xbfa,
3111 AER_SPRITE_INVSTORESKLUPGLINE5 = 0xbfb,
3112 AER_SPRITE_INVSTORESKLUPGLINE6 = 0xbfc,
3113 AER_SPRITE_INVSTORESPECUPGLINEBOX = 0xbfd,
3114 AER_SPRITE_INVSTOREWEPUPGLINE = 0xbfe,
3115 AER_SPRITE_INVVENDORDASH = 0xbff,
3116 AER_SPRITE_INVVENDORHEALTH = 0xc00,
3117 AER_SPRITE_INVVENDORSPECIAL = 0xc01,
3118 AER_SPRITE_INVVENDORSWORD = 0xc02,
3119 AER_SPRITE_INVVENDORWEAPON = 0xc03,
3120 AER_SPRITE_INVVENDORBG = 0xc04,
3121 AER_SPRITE_INVCANCELICON = 0xc05,
3122 AER_SPRITE_INVSELECTICON = 0xc06,
3123 AER_SPRITE_MAP = 0xc07,
3124 AER_SPRITE_MAPLAB = 0xc08,
3125 AER_SPRITE_MAPFULLSCREEN = 0xc09,
3126 AER_SPRITE_MAPABYSSBASE = 0xc0a,
3127 AER_SPRITE_MAPABYSSMODULE = 0xc0b,
3128 AER_SPRITE_MAPABYSSPILLAR = 0xc0c,
3129 AER_SPRITE_MAPARROWS = 0xc0d,
3130 AER_SPRITE_MAPDRIFTER = 0xc0e,
3131 AER_SPRITE_MAPMODULEMARKER = 0xc0f,
3132 AER_SPRITE_MAPOUTLINE = 0xc10,
3133 AER_SPRITE_MAPRETICULE = 0xc11,
3134 AER_SPRITE_MAPTOWER = 0xc12,
3135 AER_SPRITE_MAPTOWERLOCK = 0xc13,
3136 AER_SPRITE_MAPWARPPILLAR = 0xc14,
3137 AER_SPRITE_MAPZOOM = 0xc15,
3138 AER_SPRITE_MAPLABICON = 0xc16,
3139 AER_SPRITE_UIPAUSEHIGHLIGHTBOX = 0xc17,
3140 AER_SPRITE_MENUCURSOR = 0xc18,
3141 AER_SPRITE_ALTDRIFTERCAPE = 0xc19,
3142 AER_SPRITE_UICAPEICON = 0xc1a,
3143 AER_SPRITE_UISWORDICON = 0xc1b,
3144 AER_SPRITE_WEPWHEELBUTTONSOFFY = 0xc1c,
3145 AER_SPRITE_WEPWHEELBUTTONSOFFB = 0xc1d,
3146 AER_SPRITE_WEPWHEELBUTTONSONY = 0xc1e,
3147 AER_SPRITE_WEPWHEELBUTTONSONB = 0xc1f,
3148 AER_SPRITE_WEPWHEELCLOSEOFF = 0xc20,
3149 AER_SPRITE_WEPWHEELCLOSEON = 0xc21,
3150 AER_SPRITE_WEPWHEELBG = 0xc22,
3151 AER_SPRITE_WEPWHEELROLLOVER = 0xc23,
3152 AER_SPRITE_WEPWHEELL = 0xc24,
3153 AER_SPRITE_WEPWHEELR = 0xc25,
3154 AER_SPRITE_WEPWHEELSELECTB = 0xc26,
3155 AER_SPRITE_WEPWHEELSELECTY = 0xc27,
3156 AER_SPRITE_WEPWHEELTRIONSONY = 0xc28,
3157 AER_SPRITE_WEPWHEELTRIOFFSONY = 0xc29,
3158 AER_SPRITE_WEPWHEELCIRONSONY = 0xc2a,
3159 AER_SPRITE_WEPWHEELCIROFFSONY = 0xc2b,
3160 AER_SPRITE_WEPWHEELSELECTTRISONY = 0xc2c,
3161 AER_SPRITE_WEPWHEELSELECTCIRSONY = 0xc2d,
3162 AER_SPRITE_COLLECTUIPOPIN = 0xc2e,
3163 AER_SPRITE_UIWINDOWCOLLECTFLOURISH = 0xc2f,
3164 AER_SPRITE_MENDASHEDLINE = 0xc30,
3165 AER_SPRITE_MENARROWLEFT = 0xc31,
3166 AER_SPRITE_MENARROWCENTERED = 0xc32,
3167 AER_SPRITE_MENARROWRIGHT = 0xc33,
3168 AER_SPRITE_MENBTTNFRAME = 0xc34,
3169 AER_SPRITE_MENBTTNKBM = 0xc35,
3170 AER_SPRITE_MENBTTNPSDPAD = 0xc36,
3171 AER_SPRITE_MENBTTNPSL1 = 0xc37,
3172 AER_SPRITE_MENBTTNPSL2 = 0xc38,
3173 AER_SPRITE_MENBTTNPSO = 0xc39,
3174 AER_SPRITE_MENBTTNPSOPTIONS = 0xc3a,
3175 AER_SPRITE_MENBTTNPSR1 = 0xc3b,
3176 AER_SPRITE_MENBTTNPSR2 = 0xc3c,
3177 AER_SPRITE_MENBTTNPSSQR = 0xc3d,
3178 AER_SPRITE_MENBTTNPSSQUARE = 0xc3e,
3179 AER_SPRITE_MENBTTNPSSTICK = 0xc3f,
3180 AER_SPRITE_MENBTTNPSSHARE = 0xc40,
3181 AER_SPRITE_MENBTTNPSTOUCHPAD = 0xc41,
3182 AER_SPRITE_MENBTTNPSTRI = 0xc42,
3183 AER_SPRITE_MENBTTNPSX = 0xc43,
3184 AER_SPRITE_MENBTTNXBA = 0xc44,
3185 AER_SPRITE_MENBTTNXBB = 0xc45,
3186 AER_SPRITE_MENBTTNXBLB = 0xc46,
3187 AER_SPRITE_MENBTTNXBLT = 0xc47,
3188 AER_SPRITE_MENBTTNXBRB = 0xc48,
3189 AER_SPRITE_MENBTTNXBRT = 0xc49,
3190 AER_SPRITE_MENBTTNXBX = 0xc4a,
3191 AER_SPRITE_MENBTTNXBY = 0xc4b,
3192 AER_SPRITE_MENBTTNXBVIEW = 0xc4c,
3193 AER_SPRITE_MENDIAGRAMPS4 = 0xc4d,
3194 AER_SPRITE_MENFINISHEDGAMEBOX = 0xc4e,
3195 AER_SPRITE_MENFRAMEBIG = 0xc4f,
3196 AER_SPRITE_MENFRAMEREG = 0xc50,
3197 AER_SPRITE_MENPIP = 0xc51,
3198 AER_SPRITE_MENQUITBG = 0xc52,
3199 AER_SPRITE_MENSELECTBARBIG = 0xc53,
3200 AER_SPRITE_MENSELECTBARREG = 0xc54,
3201 AER_SPRITE_MENUBG = 0xc55,
3202 AER_SPRITE_KBMICON = 0xc56,
3203 AER_SPRITE_TEMPABOUT = 0xc57,
3204 AER_SPRITE_TEMPCONTROLS = 0xc58,
3205 AER_SPRITE_TEMPCONTROLSPS4 = 0xc59,
3206 AER_SPRITE_TEMPCONTROLSXBX = 0xc5a,
3207 AER_SPRITE_TEMPHOW = 0xc5b,
3208 AER_SPRITE_MENBTTNXBDPADU = 0xc5c,
3209 AER_SPRITE_UITEXTGRADIENT = 0xc5d,
3210 AER_SPRITE_BIGSKULLICON = 0xc5e,
3211 AER_SPRITE_BIGCROWNICON = 0xc5f,
3212 AER_SPRITE_SMALLSKULLICON = 0xc60,
3213 AER_SPRITE_COPYRIGHT = 0xc61,
3214 AER_SPRITE_UIGRIDSELECTOR = 0xc62,
3215 AER_SPRITE_UILOADOUTADD = 0xc63,
3216 AER_SPRITE_UILOADOUTSQUARE = 0xc64,
3217 AER_SPRITE_CHECKPOINTWARPICON = 0xc65,
3218 AER_SPRITE_CHECKPOINTSAVEICON = 0xc66,
3219 AER_SPRITE_SAVEICON = 0xc67,
3220 AER_SPRITE_GAMEMAKERTAG = 0xc68,
3221 AER_SPRITE_MUZZLEPISTOL = 0xc69,
3222 AER_SPRITE_MUZZLEPISTOLMASTER = 0xc6a,
3223 AER_SPRITE_MUZZLEBURSTRIFLE = 0xc6b,
3224 AER_SPRITE_BURSTPISTOLPERKMUZZLE = 0xc6c,
3225 AER_SPRITE_MUZZLEZELISKA = 0xc6d,
3226 AER_SPRITE_MUZZLEZELISKAPERK = 0xc6e,
3227 AER_SPRITE_HITSPARKZELISKA = 0xc6f,
3228 AER_SPRITE_ZELISKASMOKE1 = 0xc70,
3229 AER_SPRITE_ZELISKASMOKE2 = 0xc71,
3230 AER_SPRITE_ZELISKASMOKE3 = 0xc72,
3231 AER_SPRITE_ZELISKAPARTICLE = 0xc73,
3232 AER_SPRITE_MUZZLEPISTOLPERK = 0xc74,
3233 AER_SPRITE_MUZZLESHOTGUN = 0xc75,
3234 AER_SPRITE_MUZZLESHOTGUNGOLD = 0xc76,
3235 AER_SPRITE_MUZZLEBLUNDERBUSS = 0xc77,
3236 AER_SPRITE_MUZZLEBLUNDERBUSSPERK = 0xc78,
3237 AER_SPRITE_MUZZLETWINSHOT = 0xc79,
3238 AER_SPRITE_MUZZLETWINSHOTPERK = 0xc7a,
3239 AER_SPRITE_MUZZLESHOTGUNPERK = 0xc7b,
3240 AER_SPRITE_MUZZLESHOTGUNMASTER = 0xc7c,
3241 AER_SPRITE_GUNBACKLIGHT = 0xc7d,
3242 AER_SPRITE_GUNLIGHT = 0xc7e,
3243 AER_SPRITE_RIFLEBACKLIGHT = 0xc7f,
3244 AER_SPRITE_RIFLEMUZZLEFLASH = 0xc80,
3245 AER_SPRITE_TURRETBULLET = 0xc81,
3246 AER_SPRITE_TURRETBULLETFADE = 0xc82,
3247 AER_SPRITE_RPMISSILE = 0xc83,
3248 AER_SPRITE_MISSILEHALF = 0xc84,
3249 AER_SPRITE_ROCKET = 0xc85,
3250 AER_SPRITE_BULLET = 0xc86,
3251 AER_SPRITE_BIGBULLET = 0xc87,
3252 AER_SPRITE_BIGBULLETTAIL = 0xc88,
3253 AER_SPRITE_BIGBULLETGOLD = 0xc89,
3254 AER_SPRITE_BIGBULLETGOLDTAIL = 0xc8a,
3255 AER_SPRITE_BULLETDIRK = 0xc8b,
3256 AER_SPRITE_CULTBULLETMASK = 0xc8c,
3257 AER_SPRITE_BULLETPINKFADE = 0xc8d,
3258 AER_SPRITE_BULLETPINK = 0xc8e,
3259 AER_SPRITE_BULLETMASK = 0xc8f,
3260 AER_SPRITE_BULLET02 = 0xc90,
3261 AER_SPRITE_SNIPERBULLET = 0xc91,
3262 AER_SPRITE_MACHINEGUNBULLET = 0xc92,
3263 AER_SPRITE_PEASHOOTER = 0xc93,
3264 AER_SPRITE_LASER = 0xc94,
3265 AER_SPRITE_BYUUMURANG = 0xc95,
3266 AER_SPRITE_BYUUPART = 0xc96,
3267 AER_SPRITE_BYUUMERANGBLAST = 0xc97,
3268 AER_SPRITE_BYUUMURANGGHOST = 0xc98,
3269 AER_SPRITE_CRYSTALLANCE = 0xc99,
3270 AER_SPRITE_CRYSTALWEAPON = 0xc9a,
3271 AER_SPRITE_CRYSTAL = 0xc9b,
3272 AER_SPRITE_CRYSTALLARGE = 0xc9c,
3273 AER_SPRITE_CRYSTALSHARD = 0xc9d,
3274 AER_SPRITE_CRYSTALSHARDBLUE = 0xc9e,
3275 AER_SPRITE_CRYSTALINENEMY = 0xc9f,
3276 AER_SPRITE_ELECTRICFIELD = 0xca0,
3277 AER_SPRITE_DIAMONDBLUNDERSHOT = 0xca1,
3278 AER_SPRITE_DIAMONDBLUNDERSHOTDIE = 0xca2,
3279 AER_SPRITE_DIAMONDBLUNDERSHOTGOLD = 0xca3,
3280 AER_SPRITE_DIAMONDBLUNDERSHOTDIEGOLD = 0xca4,
3281 AER_SPRITE_DIAMONDBULLET = 0xca5,
3282 AER_SPRITE_DIAMONDBULLETBIG = 0xca6,
3283 AER_SPRITE_DIAMONDSWIRLSHOT = 0xca7,
3284 AER_SPRITE_DIAMONDBULLETENORMOUS = 0xca8,
3285 AER_SPRITE_DIAMONDCHARGESHOT = 0xca9,
3286 AER_SPRITE_SWIRLBULLETCHAIN = 0xcaa,
3287 AER_SPRITE_DIAMONDSWIRLGOLD = 0xcab,
3288 AER_SPRITE_DIAMONDSWIRLDEAD = 0xcac,
3289 AER_SPRITE_DIAMONDSWIRLDEADGOLD = 0xcad,
3290 AER_SPRITE_DIAMONDBREAK = 0xcae,
3291 AER_SPRITE_DIAMONDDEPOSIT = 0xcaf,
3292 AER_SPRITE_FLAMEJARFLASH = 0xcb0,
3293 AER_SPRITE_FLAMECURL = 0xcb1,
3294 AER_SPRITE_FLAMEONGROUND = 0xcb2,
3295 AER_SPRITE_LEAPFLAME = 0xcb3,
3296 AER_SPRITE_LEAPFLAME2 = 0xcb4,
3297 AER_SPRITE_LEAPFLAME3 = 0xcb5,
3298 AER_SPRITE_LEAPFLAMEBIG = 0xcb6,
3299 AER_SPRITE_LITTLEFLAME = 0xcb7,
3300 AER_SPRITE_HOLOAIMER = 0xcb8,
3301 AER_SPRITE_HOLOAIMERX = 0xcb9,
3302 AER_SPRITE_BOMB = 0xcba,
3303 AER_SPRITE_BIGBOMB = 0xcbb,
3304 AER_SPRITE_JACKOLANTERN = 0xcbc,
3305 AER_SPRITE_MECHCANNONEMITTER = 0xcbd,
3306 AER_SPRITE_MECHCANNONPULSE = 0xcbe,
3307 AER_SPRITE_MECHCANNONCHUNK = 0xcbf,
3308 AER_SPRITE_PISTOLTRACERSHOT = 0xcc0,
3309 AER_SPRITE_TRACERDIE = 0xcc1,
3310 AER_SPRITE_OOMACHINEGUNNBULLET = 0xcc2,
3311 AER_SPRITE_PISTOLFADE = 0xcc3,
3312 AER_SPRITE_PISTOLFADE2 = 0xcc4,
3313 AER_SPRITE_PISTOLSHOTFADE = 0xcc5,
3314 AER_SPRITE_PISTOLGOLD = 0xcc6,
3315 AER_SPRITE_PISTOLGOLDSHOTFADE = 0xcc7,
3316 AER_SPRITE_OOMACHINEGUNNBULLETBLUE = 0xcc8,
3317 AER_SPRITE_PISTOLBURSTSHOT = 0xcc9,
3318 AER_SPRITE_BURSTPISTOLPERKBULLET = 0xcca,
3319 AER_SPRITE_PISTOLSCUTTLERSHOT = 0xccb,
3320 AER_SPRITE_PISTOLBURST = 0xccc,
3321 AER_SPRITE_PISTOLBURSTSHRAPNEL = 0xccd,
3322 AER_SPRITE_PISTOLBURSTGOLD = 0xcce,
3323 AER_SPRITE_PISTOLSHOT = 0xccf,
3324 AER_SPRITE_HOLOCARTRIDGE = 0xcd0,
3325 AER_SPRITE_MUZZLERAILGUNBLAST = 0xcd1,
3326 AER_SPRITE_MUZZLERAILGUNBLASTPERK = 0xcd2,
3327 AER_SPRITE_RAILGUNBLASTPARTICLE = 0xcd3,
3328 AER_SPRITE_MUZZLERAILGUN = 0xcd4,
3329 AER_SPRITE_MUZZLERAILGUNPERK = 0xcd5,
3330 AER_SPRITE_RAILGUNPARTICLE = 0xcd6,
3331 AER_SPRITE_HITSPARKRAILGUN = 0xcd7,
3332 AER_SPRITE_MUZZLERAILGUNLIGHT = 0xcd8,
3333 AER_SPRITE_MUZZLERAILGUNLIGHTPERK = 0xcd9,
3334 AER_SPRITE_RAILGUNLIGHTPARTICLE = 0xcda,
3335 AER_SPRITE_HITSPARKLIGHTRAIL = 0xcdb,
3336 AER_SPRITE_RAILGUNBEAMBASE = 0xcdc,
3337 AER_SPRITE_RAILGUNBEAMBLAST = 0xcdd,
3338 AER_SPRITE_RAILGUNBEAMPERK = 0xcde,
3339 AER_SPRITE_RAILGUNBEAMMASTER = 0xcdf,
3340 AER_SPRITE_RAILGUNMUZZLEBASE = 0xce0,
3341 AER_SPRITE_RAILGUNMUZZLEPERK = 0xce1,
3342 AER_SPRITE_RAILGUNMUZZLEMASTER = 0xce2,
3343 AER_SPRITE_ROLLYPOLLY = 0xce3,
3344 AER_SPRITE_ROLLYPOLLYGOLD = 0xce4,
3345 AER_SPRITE_ROLLYPOLLYMASTER = 0xce5,
3346 AER_SPRITE_SHOVEDIAMONDLARGE = 0xce6,
3347 AER_SPRITE_SHOVEDIAMONDMED = 0xce7,
3348 AER_SPRITE_SHOVEDIAMONDSMALL = 0xce8,
3349 AER_SPRITE_SHOVEEXPLOSION = 0xce9,
3350 AER_SPRITE_SHOVEGLOVECONE = 0xcea,
3351 AER_SPRITE_SHOVEGLOVEWEAPON = 0xceb,
3352 AER_SPRITE_SHOVEHITSPARK = 0xcec,
3353 AER_SPRITE_SHOVEPERKBLAST = 0xced,
3354 AER_SPRITE_HYPERHAMMERPREP = 0xcee,
3355 AER_SPRITE_WARPHAMMERASSEMBLE = 0xcef,
3356 AER_SPRITE_WARPHAMMER = 0xcf0,
3357 AER_SPRITE_PROXMINE = 0xcf1,
3358 AER_SPRITE_UNDERMINE = 0xcf2,
3359 AER_SPRITE_ORB = 0xcf3,
3360 AER_SPRITE_TADPOLEMOVE = 0xcf4,
3361 AER_SPRITE_TADPOLEPEEK = 0xcf5,
3362 AER_SPRITE_TADPOLEIDLE = 0xcf6,
3363 AER_SPRITE_TADPOLEDIVE = 0xcf7,
3364 AER_SPRITE_FLYFLY = 0xcf8,
3365 AER_SPRITE_FLYIDLE = 0xcf9,
3366 AER_SPRITE_FLYWALK = 0xcfa,
3367 AER_SPRITE_SNAILIDLE = 0xcfb,
3368 AER_SPRITE_SNAILMOVE = 0xcfc,
3369 AER_SPRITE_SNAILSQUISH = 0xcfd,
3370 AER_SPRITE_HERONIDLE = 0xcfe,
3371 AER_SPRITE_HERONFLY = 0xcff,
3372 AER_SPRITE_EMBERFOXIDLE = 0xd00,
3373 AER_SPRITE_EMBERFOXNOHALO = 0xd01,
3374 AER_SPRITE_EMBERFOXS = 0xd02,
3375 AER_SPRITE_EMBERFOXN = 0xd03,
3376 AER_SPRITE_EMBERFOXE = 0xd04,
3377 AER_SPRITE_TINYFLY = 0xd05,
3378 AER_SPRITE_ROBINIDLE = 0xd06,
3379 AER_SPRITE_ROBINHOP = 0xd07,
3380 AER_SPRITE_ROBINFLY = 0xd08,
3381 AER_SPRITE_DOGWALK = 0xd09,
3382 AER_SPRITE_DOGBARK = 0xd0a,
3383 AER_SPRITE_DOGIDLE = 0xd0b,
3384 AER_SPRITE_DOGSNIFF = 0xd0c,
3385 AER_SPRITE_HALBIRDIDLE = 0xd0d,
3386 AER_SPRITE_HALBIRDFLY = 0xd0e,
3387 AER_SPRITE_CROWIDLE = 0xd0f,
3388 AER_SPRITE_CROWHOP = 0xd10,
3389 AER_SPRITE_CROWFLY = 0xd11,
3390 AER_SPRITE_DRONEBEEP = 0xd12,
3391 AER_SPRITE_DRONESCAN = 0xd13,
3392 AER_SPRITE_SCORPIDLE = 0xd14,
3393 AER_SPRITE_SCORPWALK = 0xd15,
3394 AER_SPRITE_SCORPBURROW = 0xd16,
3395 AER_SPRITE_SQUIDBOTFLOAT = 0xd17,
3396 AER_SPRITE_SQUIDBOTIDLE = 0xd18,
3397 AER_SPRITE_SQUIRRELWALK = 0xd19,
3398 AER_SPRITE_SQUIRRELIDLE = 0xd1a,
3399 AER_SPRITE_SUNKENOTTER = 0xd1b,
3400 AER_SPRITE_EEL = 0xd1c,
3401 AER_SPRITE_FISH = 0xd1d,
3402 AER_SPRITE_BIRDFLY = 0xd1e,
3403 AER_SPRITE_BIRDIDLE = 0xd1f,
3404 AER_SPRITE_BIRDHOP = 0xd20,
3405 AER_SPRITE_TINYSHADOW = 0xd21,
3406 AER_SPRITE_DEERIDLE = 0xd22,
3407 AER_SPRITE_DEERRUN = 0xd23,
3408 AER_SPRITE_RSYMBOL = 0xd24,
3409 AER_SPRITE_REFHALDRIFT = 0xd25,
3410 AER_SPRITE_HALBG = 0xd26,
3411 AER_SPRITE_ENEMYHPCHECKER = 0xd27,
3423 AER_SPRITE_SPRITE3370 = 0xd2a
3425#undef AER_SPRITE_SPRITE3368
3426#undef AER_SPRITE_SPRITE3369
3427#undef AER_SPRITE_SPRITE3370
3428
3429/* ----- PUBLIC FUNCTIONS ----- */
3430
3459int32_t AERSpriteRegister(const char* name,
3460 const char* filename,
3461 size_t numFrames,
3462 uint32_t origX,
3463 uint32_t origY);
3464
3489void AERSpriteReplace(int32_t spriteIdx,
3490 const char* filename,
3491 size_t numFrames,
3492 uint32_t origX,
3493 uint32_t origY);
3494
3505
3519int32_t AERSpriteGetByName(const char* name);
3520
3533const char* AERSpriteGetName(int32_t spriteIdx);
3534
3547size_t AERSpriteGetNumFrames(int32_t spriteIdx);
3548
3565void AERSpriteGetSize(int32_t spriteIdx, size_t* width, size_t* height);
3566
3583void AERSpriteGetOrigin(int32_t spriteIdx, int32_t* x, int32_t* y);
3584
3597void AERSpriteSetOrigin(int32_t spriteIdx, int32_t x, int32_t y);
3598
3599#endif /* AER_SPRITE_H */
void AERSpriteReplace(int32_t spriteIdx, const char *filename, size_t numFrames, uint32_t origX, uint32_t origY)
Override a vanilla sprite with a custom sprite.
const char * AERSpriteGetName(int32_t spriteIdx)
Query the name of a sprite.
void AERSpriteGetOrigin(int32_t spriteIdx, int32_t *x, int32_t *y)
Query the origin (center) of a sprite in pixels.
int32_t AERSpriteGetByName(const char *name)
Query the sprite with a specific name.
AERSpriteIndex
Vanilla sprites.
Definition: sprite.h:38
@ AER_SPRITE_NULL
Flag which represents either no sprite or an invalid sprite depending on context.
Definition: sprite.h:43
@ AER_SPRITE_SPRITE3370
Definition: sprite.h:3423
@ AER_SPRITE_SPRITE3368
Definition: sprite.h:3415
@ AER_SPRITE_SPRITE3369
Definition: sprite.h:3419
void AERSpriteGetSize(int32_t spriteIdx, size_t *width, size_t *height)
Query the size of a sprite in pixels.
size_t AERSpriteGetNumRegistered(void)
Query the total number of vanilla and mod sprites registered.
size_t AERSpriteGetNumFrames(int32_t spriteIdx)
Query the number of animation frames of a sprite.
void AERSpriteSetOrigin(int32_t spriteIdx, int32_t x, int32_t y)
Set the origin (center) of a sprite in pixels.
int32_t AERSpriteRegister(const char *name, const char *filename, size_t numFrames, uint32_t origX, uint32_t origY)
Register a custom sprite.