1 //-------------------------------------------------------------------------
2 /*
3 Copyright (C) 2010 EDuke32 developers and contributors
4 
5 This file is part of EDuke32.
6 
7 EDuke32 is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License version 2
9 as published by the Free Software Foundation.
10 
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 
15 See the GNU General Public License for more details.
16 
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
20 */
21 //-------------------------------------------------------------------------
22 
23 #define SECTOREFFECTOR 1
24 #define ACTIVATOR 2
25 #define TOUCHPLATE 3
26 #define ACTIVATORLOCKED 4
27 #define MUSICANDSFX 5
28 #define LOCATORS 6
29 #define CYCLER 7
30 #define MASTERSWITCH 8
31 #define RESPAWN 9
32 #define GPSPEED 10
33 #define FOF 13
34 #define ARROW 20
35 #define FIRSTGUNSPRITE 21
36 #define CHAINGUNSPRITE 22
37 #define RPGSPRITE 23
38 #define FREEZESPRITE 24
39 #define SHRINKERSPRITE 25
40 #define HEAVYHBOMB 26
41 #define TRIPBOMBSPRITE 27
42 #define SHOTGUNSPRITE 28
43 #define DEVISTATORSPRITE 29
44 #define HEALTHBOX 30
45 #define AMMOBOX 31
46 #define GROWSPRITEICON 32
47 #define INVENTORYBOX 33
48 #define FREEZEAMMO 37
49 #define AMMO 40
50 #define BATTERYAMMO 41
51 #define DEVISTATORAMMO 42
52 #define RPGAMMO 44
53 #define GROWAMMO 45
54 #define CRYSTALAMMO 46
55 #define HBOMBAMMO 47
56 #define AMMOLOTS 48
57 #define SHOTGUNAMMO 49
58 #define COLA 51
59 #define SIXPAK 52
60 #define FIRSTAID 53
61 #define SHIELD 54
62 #define STEROIDS 55
63 #define AIRTANK 56
64 #define JETPACK 57
65 #define HEATSENSOR 59
66 #define ACCESSCARD 60
67 #define BOOTS 61
68 #define MIRRORBROKE 70
69 #define CLOUDYOCEAN 78
70 #define CLOUDYSKIES 79
71 #define MOONSKY1 80
72 #define MOONSKY2 81
73 #define MOONSKY3 82
74 #define MOONSKY4 83
75 #define BIGORBIT1 84
76 #define BIGORBIT2 85
77 #define BIGORBIT3 86
78 #define BIGORBIT4 87
79 #define BIGORBIT5 88
80 #define LA 89
81 #define REDSKY1 98
82 #define REDSKY2 99
83 #define ATOMICHEALTH 100
84 #define TECHLIGHT2 120
85 #define TECHLIGHTBUST2 121
86 #define TECHLIGHT4 122
87 #define TECHLIGHTBUST4 123
88 #define WALLLIGHT4 124
89 #define WALLLIGHTBUST4 125
90 #define ACCESSSWITCH 130
91 #define SLOTDOOR 132
92 #define LIGHTSWITCH 134
93 #define SPACEDOORSWITCH 136
94 #define SPACELIGHTSWITCH 138
95 #define FRANKENSTINESWITCH 140
96 #define NUKEBUTTON 142
97 #define MULTISWITCH 146
98 #define DOORTILE5 150
99 #define DOORTILE6 151
100 #define DOORTILE1 152
101 #define DOORTILE2 153
102 #define DOORTILE3 154
103 #define DOORTILE4 155
104 #define DOORTILE7 156
105 #define DOORTILE8 157
106 #define DOORTILE9 158
107 #define DOORTILE10 159
108 #define DOORSHOCK 160
109 #define DIPSWITCH 162
110 #define DIPSWITCH2 164
111 #define TECHSWITCH 166
112 #define DIPSWITCH3 168
113 #define ACCESSSWITCH2 170
114 #define REFLECTWATERTILE 180
115 #define FLOORSLIME 200
116 #define BIGFORCE 230
117 #define EPISODE 247
118 #define MASKWALL9 255
119 #define W_LIGHT 260
120 #define SCREENBREAK1 263
121 #define SCREENBREAK2 264
122 #define SCREENBREAK3 265
123 #define SCREENBREAK4 266
124 #define SCREENBREAK5 267
125 #define SCREENBREAK6 268
126 #define SCREENBREAK7 269
127 #define SCREENBREAK8 270
128 #define SCREENBREAK9 271
129 #define SCREENBREAK10 272
130 #define SCREENBREAK11 273
131 #define SCREENBREAK12 274
132 #define SCREENBREAK13 275
133 #define MASKWALL1 285
134 #define W_TECHWALL1 293
135 #define W_TECHWALL2 297
136 #define W_TECHWALL15 299
137 #define W_TECHWALL3 301
138 #define W_TECHWALL4 305
139 #define W_TECHWALL10 306
140 #define W_TECHWALL16 307
141 #define WATERTILE2 336
142 #define BPANNEL1 341
143 #define PANNEL1 342
144 #define PANNEL2 343
145 #define WATERTILE 344
146 #define STATIC 351
147 #define W_SCREENBREAK 357
148 #define W_HITTECHWALL3 360
149 #define W_HITTECHWALL4 361
150 #define W_HITTECHWALL2 362
151 #define W_HITTECHWALL1 363
152 #define MASKWALL10 387
153 #define MASKWALL11 391
154 #define DOORTILE22 395
155 #define FANSPRITE 407
156 #define FANSPRITEBROKE 411
157 #define FANSHADOW 412
158 #define FANSHADOWBROKE 416
159 #define DOORTILE18 447
160 #define DOORTILE19 448
161 #define DOORTILE20 449
162 #define SPACESHUTTLE 487
163 #define SATELLITE 489
164 #define VIEWSCREEN2 499
165 #define VIEWSCREENBROKE 501
166 #define VIEWSCREEN 502
167 #define GLASS 503
168 #define GLASS2 504
169 #define STAINGLASS1 510
170 #define MASKWALL5 514
171 #define SATELITE 516
172 #define FUELPOD 517
173 #define SLIMEPIPE 538
174 #define CRACK1 546
175 #define CRACK2 547
176 #define CRACK3 548
177 #define CRACK4 549
178 #define FOOTPRINTS 550
179 #define DOMELITE 551
180 #define CAMERAPOLE 554
181 #define CHAIR1 556
182 #define CHAIR2 557
183 #define BROKENCHAIR 559
184 #define MIRROR 560
185 #define WATERFOUNTAIN 563
186 #define WATERFOUNTAINBROKE 567
187 #define FEMMAG1 568
188 #define TOILET 569
189 #define STALL 571
190 #define STALLBROKE 573
191 #define FEMMAG2 577
192 #define REACTOR2 578
193 #define REACTOR2BURNT 579
194 #define REACTOR2SPARK 580
195 #define GRATE1 595
196 #define BGRATE1 596
197 #define SOLARPANNEL 602
198 #define NAKED1 603
199 #define ANTENNA 607
200 #define MASKWALL12 609
201 #define TOILETBROKE 615
202 #define PIPE2 616
203 #define PIPE1B 617
204 #define PIPE3 618
205 #define PIPE1 619
206 #define CAMERA1 621
207 #define BRICK 626
208 #define SPLINTERWOOD 630
209 #define PIPE2B 633
210 #define BOLT1 634
211 #define W_NUMBERS 640
212 #define WATERDRIP 660
213 #define WATERBUBBLE 661
214 #define WATERBUBBLEMAKER 662
215 #define W_FORCEFIELD 663
216 #define VACUUM 669
217 #define FOOTPRINTS2 672
218 #define FOOTPRINTS3 673
219 #define FOOTPRINTS4 674
220 #define EGG 675
221 #define SCALE 678
222 #define CHAIR3 680
223 #define CAMERALIGHT 685
224 #define MOVIECAMERA 686
225 #define IVUNIT 689
226 #define POT1 694
227 #define POT2 695
228 #define POT3 697
229 #define PIPE3B 700
230 #define WALLLIGHT3 701
231 #define WALLLIGHTBUST3 702
232 #define WALLLIGHT1 703
233 #define WALLLIGHTBUST1 704
234 #define WALLLIGHT2 705
235 #define WALLLIGHTBUST2 706
236 #define LIGHTSWITCH2 712
237 #define WAITTOBESEATED 716
238 #define DOORTILE14 717
239 #define STATUE 753
240 #define MIKE 762
241 #define VASE 765
242 #define SUSHIPLATE1 768
243 #define SUSHIPLATE2 769
244 #define SUSHIPLATE3 774
245 #define SUSHIPLATE4 779
246 #define DOORTILE16 781
247 #define SUSHIPLATE5 792
248 #define OJ 806
249 #define MASKWALL13 830
250 #define HURTRAIL 859
251 #define POWERSWITCH1 860
252 #define LOCKSWITCH1 862
253 #define POWERSWITCH2 864
254 #define ATM 867
255 #define STATUEFLASH 869
256 #define ATMBROKE 888
257 #define BIGHOLE2 893
258 #define STRIPEBALL 901
259 #define QUEBALL 902
260 #define POCKET 903
261 #define WOODENHORSE 904
262 #define TREE1 908
263 #define TREE2 910
264 #define CACTUS 911
265 #define MASKWALL2 913
266 #define MASKWALL3 914
267 #define MASKWALL4 915
268 #define FIREEXT 916
269 #define TOILETWATER 921
270 #define NEON1 925
271 #define NEON2 926
272 #define CACTUSBROKE 939
273 #define BOUNCEMINE 940
274 #define BROKEFIREHYDRENT 950
275 #define BOX 951
276 #define BULLETHOLE 952
277 #define BOTTLE1 954
278 #define BOTTLE2 955
279 #define BOTTLE3 956
280 #define BOTTLE4 957
281 #define FEMPIC5 963
282 #define FEMPIC6 964
283 #define FEMPIC7 965
284 #define HYDROPLANT 969
285 #define OCEANSPRITE1 971
286 #define OCEANSPRITE2 972
287 #define OCEANSPRITE3 973
288 #define OCEANSPRITE4 974
289 #define OCEANSPRITE5 975
290 #define GENERICPOLE 977
291 #define CONE 978
292 #define HANGLIGHT 979
293 #define HYDRENT 981
294 #define MASKWALL14 988
295 #define TIRE 990
296 #define PIPE5 994
297 #define PIPE6 995
298 #define PIPE4 996
299 #define PIPE4B 997
300 #define BROKEHYDROPLANT 1003
301 #define PIPE5B 1005
302 #define NEON3 1007
303 #define NEON4 1008
304 #define NEON5 1009
305 #define BOTTLE5 1012
306 #define BOTTLE6 1013
307 #define BOTTLE8 1014
308 #define SPOTLITE 1020
309 #define HANGOOZ 1022
310 #define MASKWALL15 1024
311 #define BOTTLE7 1025
312 #define HORSEONSIDE 1026
313 #define GLASSPIECES 1031
314 #define HORSELITE 1034
315 #define DONUTS 1045
316 #define NEON6 1046
317 #define MASKWALL6 1059
318 #define CLOCK 1060
319 #define RUBBERCAN 1062
320 #define BROKENCLOCK 1067
321 #define PLUG 1069
322 #define OOZFILTER 1079
323 #define FLOORPLASMA 1082
324 #define REACTOR 1088
325 #define REACTORSPARK 1092
326 #define REACTORBURNT 1096
327 #define DOORTILE15 1102
328 #define HANDSWITCH 1111
329 #define CIRCLEPANNEL 1113
330 #define CIRCLEPANNELBROKE 1114
331 #define PULLSWITCH 1122
332 #define MASKWALL8 1124
333 #define BIGHOLE 1141
334 #define ALIENSWITCH 1142
335 #define DOORTILE21 1144
336 #define HANDPRINTSWITCH 1155
337 #define BOTTLE10 1157
338 #define BOTTLE11 1158
339 #define BOTTLE12 1159
340 #define BOTTLE13 1160
341 #define BOTTLE14 1161
342 #define BOTTLE15 1162
343 #define BOTTLE16 1163
344 #define BOTTLE17 1164
345 #define BOTTLE18 1165
346 #define BOTTLE19 1166
347 #define DOORTILE17 1169
348 #define MASKWALL7 1174
349 #define JAILBARBREAK 1175
350 #define DOORTILE11 1178
351 #define DOORTILE12 1179
352 #define VENDMACHINE 1212
353 #define VENDMACHINEBROKE 1214
354 #define COLAMACHINE 1215
355 #define COLAMACHINEBROKE 1217
356 #define CRANEPOLE 1221
357 #define CRANE 1222
358 #define BARBROKE 1225
359 #define BLOODPOOL 1226
360 #define NUKEBARREL 1227
361 #define NUKEBARRELDENTED 1228
362 #define NUKEBARRELLEAKED 1229
363 #define CANWITHSOMETHING 1232
364 #define MONEY 1233
365 #define BANNER 1236
366 #define EXPLODINGBARREL 1238
367 #define EXPLODINGBARREL2 1239
368 #define FIREBARREL 1240
369 #define SEENINE 1247
370 #define SEENINEDEAD 1248
371 #define STEAM 1250
372 #define CEILINGSTEAM 1255
373 #define PIPE6B 1260
374 #define TRANSPORTERBEAM 1261
375 #define RAT 1267
376 #define TRASH 1272
377 #define FEMPIC1 1280
378 #define FEMPIC2 1289
379 #define BLANKSCREEN 1293
380 #define PODFEM1 1294
381 #define FEMPIC3 1298
382 #define FEMPIC4 1306
383 #define FEM1 1312
384 #define FEM2 1317
385 #define FEM3 1321
386 #define FEM5 1323
387 #define BLOODYPOLE 1324
388 #define FEM4 1325
389 #define FEM6 1334
390 #define FEM6PAD 1335
391 #define FEM8 1336
392 #define HELECOPT 1346
393 #define FETUSJIB 1347
394 #define HOLODUKE 1348
395 #define SPACEMARINE 1353
396 #define INDY 1355
397 #define FETUS 1358
398 #define FETUSBROKE 1359
399 #define MONK 1352
400 #define LUKE 1354
401 #define COOLEXPLOSION1 1360
402 #define WATERSPLASH2 1380
403 #define FIREVASE 1390
404 #define SCRATCH 1393
405 #define FEM7 1395
406 #define APLAYERTOP 1400
407 #define APLAYER 1405
408 #define PLAYERONWATER 1420
409 #define DUKELYINGDEAD 1518
410 #define DUKETORSO 1520
411 #define DUKEGUN 1528
412 #define DUKELEG 1536
413 #define SHARK 1550
414 #define BLOOD 1620
415 #define FIRELASER 1625
416 #define TRANSPORTERSTAR 1630
417 #define SPIT 1636
418 #define LOOGIE 1637
419 #define FIST 1640
420 #define FREEZEBLAST 1641
421 #define DEVISTATORBLAST 1642
422 #define SHRINKSPARK 1646
423 #define TONGUE 1647
424 #define MORTER 1650
425 #define SHRINKEREXPLOSION 1656
426 #define RADIUSEXPLOSION 1670
427 #define FORCERIPPLE 1671
428 #define LIZTROOP 1680
429 #define LIZTROOPRUNNING 1681
430 #define LIZTROOPSTAYPUT 1682
431 #define LIZTOP 1705
432 #define LIZTROOPSHOOT 1715
433 #define LIZTROOPJETPACK 1725
434 #define LIZTROOPDSPRITE 1734
435 #define LIZTROOPONTOILET 1741
436 #define LIZTROOPJUSTSIT 1742
437 #define LIZTROOPDUCKING 1744
438 #define HEADJIB1 1768
439 #define ARMJIB1 1772
440 #define LEGJIB1 1776
441 #define CANNON 1810
442 #define CANNONBALL 1817
443 #define CANNONBALLS 1818
444 #define OCTABRAIN 1820
445 #define OCTABRAINSTAYPUT 1821
446 #define OCTATOP 1845
447 #define OCTADEADSPRITE 1855
448 #define INNERJAW 1860
449 #define DRONE 1880
450 #define EXPLOSION2 1890
451 #define COMMANDER 1920
452 #define COMMANDERSTAYPUT 1921
453 #define RECON 1960
454 #define TANK 1975
455 #define PIGCOP 2000
456 #define PIGCOPSTAYPUT 2001
457 #define PIGCOPDIVE 2045
458 #define PIGCOPDEADSPRITE 2060
459 #define PIGTOP 2061
460 #define LIZMAN 2120
461 #define LIZMANSTAYPUT 2121
462 #define LIZMANSPITTING 2150
463 #define LIZMANFEEDING 2160
464 #define LIZMANJUMP 2165
465 #define LIZMANDEADSPRITE 2185
466 #define FECES 2200
467 #define LIZMANHEAD1 2201
468 #define LIZMANARM1 2205
469 #define LIZMANLEG1 2209
470 #define EXPLOSION2BOT 2219
471 #define USERWEAPON 2235
472 #define HEADERBAR 2242
473 #define JIBS1 2245
474 #define JIBS2 2250
475 #define JIBS3 2255
476 #define JIBS4 2260
477 #define JIBS5 2265
478 #define BURNING 2270
479 #define FIRE 2271
480 #define JIBS6 2286
481 #define BLOODSPLAT1 2296
482 #define BLOODSPLAT3 2297
483 #define BLOODSPLAT2 2298
484 #define BLOODSPLAT4 2299
485 #define OOZ 2300
486 #define OOZ2 2309
487 #define WALLBLOOD1 2301
488 #define WALLBLOOD2 2302
489 #define WALLBLOOD3 2303
490 #define WALLBLOOD4 2304
491 #define WALLBLOOD5 2305
492 #define WALLBLOOD6 2306
493 #define WALLBLOOD7 2307
494 #define WALLBLOOD8 2308
495 #define BURNING2 2310
496 #define FIRE2 2311
497 #define CRACKKNUCKLES 2324
498 #define SMALLSMOKE 2329
499 #define SMALLSMOKEMAKER 2330
500 #define FLOORFLAME 2333
501 #define ROTATEGUN 2360
502 #define GREENSLIME 2370
503 #define WATERDRIPSPLASH 2380
504 #define SCRAP6 2390
505 #define SCRAP1 2400
506 #define SCRAP2 2404
507 #define SCRAP3 2408
508 #define SCRAP4 2412
509 #define SCRAP5 2416
510 #define ORGANTIC 2420
511 #define BETAVERSION 2440
512 #define PLAYERISHERE 2442
513 #define PLAYERWASHERE 2443
514 #define SELECTDIR 2444
515 #define F1HELP 2445
516 #define NOTCHON 2446
517 #define NOTCHOFF 2447
518 #define GROWSPARK 2448
519 #define DUKEICON 2452
520 #define BADGUYICON 2453
521 #define FOODICON 2454
522 #define GETICON 2455
523 #define MENUSCREEN 2456
524 #define MENUBAR 2457
525 #define KILLSICON 2458
526 #define FIRSTAID_ICON 2460
527 #define HEAT_ICON 2461
528 #define BOTTOMSTATUSBAR 2462
529 #define BOOT_ICON 2463
530 #define FRAGBAR 2465
531 #define JETPACK_ICON 2467
532 #define AIRTANK_ICON 2468
533 #define STEROIDS_ICON 2469
534 #define HOLODUKE_ICON 2470
535 #define ACCESS_ICON 2471
536 #define DIGITALNUM 2472
537 #define DUKECAR 2491
538 #define CAMCORNER 2482
539 #define CAMLIGHT 2484
540 #define LOGO 2485
541 #define TITLE 2486
542 #define NUKEWARNINGICON 2487
543 #define MOUSECURSOR 2488
544 #define SLIDEBAR 2489
545 #define DREALMS 2492
546 #define BETASCREEN 2493
547 #define WINDOWBORDER1 2494
548 #define TEXTBOX 2495
549 #define WINDOWBORDER2 2496
550 #define DUKENUKEM 2497
551 #define THREEDEE 2498
552 #define INGAMEDUKETHREEDEE 2499
553 #define TENSCREEN 2500
554 #define PLUTOPAKSPRITE 2501
555 #define DEVISTATOR 2510
556 #define KNEE 2521
557 #define CROSSHAIR 2523
558 #define FIRSTGUN 2524
559 #define FIRSTGUNRELOAD 2528
560 #define FALLINGCLIP 2530
561 #define CLIPINHAND 2531
562 #define HAND 2532
563 #define SHELL 2533
564 #define SHOTGUNSHELL 2535
565 #define CHAINGUN 2536
566 #define RPGGUN 2544
567 #define RPGMUZZLEFLASH 2545
568 #define FREEZE 2548
569 #define CATLITE 2552
570 #define SHRINKER 2556
571 #define HANDHOLDINGLASER 2563
572 #define TRIPBOMB 2566
573 #define LASERLINE 2567
574 #define HANDHOLDINGACCESS 2568
575 #define HANDREMOTE 2570
576 #define HANDTHROW 2573
577 #define TIP 2576
578 #define GLAIR 2578
579 #define SCUBAMASK 2581
580 #define SPACEMASK 2584
581 #define FORCESPHERE 2590
582 #define SHOTSPARK1 2595
583 #define RPG 2605
584 #define LASERSITE 2612
585 #define SHOTGUN 2613
586 #define BOSS1 2630
587 #define BOSS1STAYPUT 2631
588 #define BOSS1SHOOT 2660
589 #define BOSS1LOB 2670
590 #define BOSSTOP 2696
591 #define BOSS2 2710
592 #define BOSS3 2760
593 #define SPINNINGNUKEICON 2813
594 #define BIGFNTCURSOR 2820
595 #define SMALLFNTCURSOR 2821
596 #define STARTALPHANUM 2822
597 #define ENDALPHANUM 2915
598 #define BIGALPHANUM 2940
599 #define BIGPERIOD 3002
600 #define BIGCOMMA 3003
601 #define BIGX 3004
602 #define BIGQ 3005
603 #define BIGSEMI 3006
604 #define BIGCOLIN 3007
605 #define THREEBYFIVE 3010
606 #define BIGAPPOS 3022
607 #define BLANK 3026
608 #define MINIFONT 3072
609 #define BUTTON1 3164
610 #define GLASS3 3187
611 #define RESPAWNMARKERRED 3190
612 #define RESPAWNMARKERYELLOW 3200
613 #define RESPAWNMARKERGREEN 3210
614 #define BONUSSCREEN 3240
615 #define VIEWBORDER 3250
616 #define VICTORY1 3260
617 #define ORDERING 3270
618 #define TEXTSTORY 3280
619 #define LOADSCREEN 3281
620 #define BORNTOBEWILDSCREEN 3370
621 #define BLIMP 3400
622 #define FEM9 3450
623 #define FOOTPRINT 3701
624 #define FRAMEEFFECT1_13 3999
625 #define POOP 4094
626 #define FRAMEEFFECT1 4095
627 #define PANNEL3 4099
628 #define SCREENBREAK14 4120
629 #define SCREENBREAK15 4123
630 #define SCREENBREAK19 4125
631 #define SCREENBREAK16 4127
632 #define SCREENBREAK17 4128
633 #define SCREENBREAK18 4129
634 #define W_TECHWALL11 4130
635 #define W_TECHWALL12 4131
636 #define W_TECHWALL13 4132
637 #define W_TECHWALL14 4133
638 #define W_TECHWALL5 4134
639 #define W_TECHWALL6 4136
640 #define W_TECHWALL7 4138
641 #define W_TECHWALL8 4140
642 #define W_TECHWALL9 4142
643 #define BPANNEL3 4100
644 #define W_HITTECHWALL16 4144
645 #define W_HITTECHWALL10 4145
646 #define W_HITTECHWALL15 4147
647 #define W_MILKSHELF 4181
648 #define W_MILKSHELFBROKE 4203
649 #define PURPLELAVA 4240
650 #define LAVABUBBLE 4340
651 #define DUKECUTOUT 4352
652 #define TARGET 4359
653 #define GUNPOWDERBARREL 4360
654 #define DUCK 4361
655 #define HATRACK 4367
656 #define DESKLAMP 4370
657 #define COFFEEMACHINE 4372
658 #define CUPS 4373
659 #define GAVALS 4374
660 #define GAVALS2 4375
661 #define POLICELIGHTPOLE 4377
662 #define FLOORBASKET 4388
663 #define PUKE 4389
664 #define DOORTILE23 4391
665 #define TOPSECRET 4396
666 #define SPEAKER 4397
667 #define TEDDYBEAR 4400
668 #define ROBOTDOG 4402
669 #define ROBOTPIRATE 4404
670 #define ROBOTMOUSE 4407
671 #define MAIL 4410
672 #define MAILBAG 4413
673 #define HOTMEAT 4427
674 #define COFFEEMUG 4438
675 #define DONUTS2 4440
676 #define TRIPODCAMERA 4444
677 #define METER 4453
678 #define DESKPHONE 4454
679 #define GUMBALLMACHINE 4458
680 #define GUMBALLMACHINEBROKE 4459
681 #define PAPER 4460
682 #define MACE 4464
683 #define GENERICPOLE2 4465
684 #define XXXSTACY 4470
685 #define WETFLOOR 4495
686 #define BROOM 4496
687 #define MOP 4497
688 #define LETTER 4502
689 #define PIRATE1A 4510
690 #define PIRATE4A 4511
691 #define PIRATE2A 4512
692 #define PIRATE5A 4513
693 #define PIRATE3A 4514
694 #define PIRATE6A 4515
695 #define PIRATEHALF 4516
696 #define CHESTOFGOLD 4520
697 #define SIDEBOLT1 4525
698 #define FOODOBJECT1 4530
699 #define FOODOBJECT2 4531
700 #define FOODOBJECT3 4532
701 #define FOODOBJECT4 4533
702 #define FOODOBJECT5 4534
703 #define FOODOBJECT6 4535
704 #define FOODOBJECT7 4536
705 #define FOODOBJECT8 4537
706 #define FOODOBJECT9 4538
707 #define FOODOBJECT10 4539
708 #define FOODOBJECT11 4540
709 #define FOODOBJECT12 4541
710 #define FOODOBJECT13 4542
711 #define FOODOBJECT14 4543
712 #define FOODOBJECT15 4544
713 #define FOODOBJECT16 4545
714 #define FOODOBJECT17 4546
715 #define FOODOBJECT18 4547
716 #define FOODOBJECT19 4548
717 #define FOODOBJECT20 4549
718 #define HEADLAMP 4550
719 #define TAMPON 4557
720 #define SKINNEDCHICKEN 4554
721 #define FEATHEREDCHICKEN 4555
722 #define ROBOTDOG2 4560
723 #define JOLLYMEAL 4569
724 #define DUKEBURGER 4570
725 #define SHOPPINGCART 4576
726 #define CANWITHSOMETHING2 4580
727 #define CANWITHSOMETHING3 4581
728 #define CANWITHSOMETHING4 4582
729 #define SNAKEP 4590
730 #define DOLPHIN1 4591
731 #define DOLPHIN2 4592
732 #define NEWBEAST 4610
733 #define NEWBEASTSTAYPUT 4611
734 #define NEWBEASTJUMP 4690
735 #define NEWBEASTHANG 4670
736 #define NEWBEASTHANGDEAD 4671
737 #define BOSS4 4740
738 #define BOSS4STAYPUT 4741
739 #define FEM10 4864
740 #define TOUGHGAL 4866
741 #define MAN 4871
742 #define MAN2 4872
743 #define WOMAN 4874
744 #define PLEASEWAIT 4887
745 #define NATURALLIGHTNING 4890
746 #define WEATHERWARN 4893
747 #define DUKETAG 4900
748 #define SIGN1 4909
749 #define SIGN2 4912
750 #define JURYGUY 4943
751 
752 // These tile positions are reserved!
753 #define RESERVEDSLOT1 6132
754 #define RESERVEDSLOT2 6133
755 #define RESERVEDSLOT3 6134
756 #define RESERVEDSLOT4 6135
757 #define RESERVEDSLOT5 6136
758 #define RESERVEDSLOT6 6137
759 #define RESERVEDSLOT7 6138
760 #define RESERVEDSLOT8 6139
761 #define RESERVEDSLOT9 6140
762 #define RESERVEDSLOT10 6141
763 #define RESERVEDSLOT11 6142
764 #define RESERVEDSLOT12 6143
765