Show last authors
1 Dinosaur Planet uses a DLL ([[Dynamic-Link Library>>https://en.wikipedia.org/wiki/Dynamic-link_library]]) system to reduce the runtime memory required for the game's code.
2
3 By swapping relocatable code modules in-and-out, the game can make sure only the code necessary for the core game as well as the currently used game objects is loaded.
4
5 There are a total of 796 DLLs in the ROM, which are separated in to 4 banks.
6
7 Below is a table of the DLLs for each bank and their use.
8
9 {{toc numbered="true"/}}
10
11
12 = Engine DLLs =
13
14 (% border="0" %)
15 |=ID|=Name|=Description
16 |1|cmdmenu|?
17 |2|camcontrol|?
18 |3|ANIM|Contains the systems used for sequences/cutscenes, as well as the animation system. {{footnote}}Needs verification{{/footnote}}
19 |4|Race|(((
20 Used for the mounted/race sections in the game. Contains functionality to calculate the position of a racer.
21 Likely re-used from Diddy Kong Racing.
22 )))
23 |5|AMSEQ|Controls the sequenced "midi" audio in the game.
24 |6|AMSFX|Controls the sound effects in the game.
25 |7|newday|?
26 |8|newfog|?
27 |9|newclouds|Cloud simulation/fx for skybox
28 |10|newstars|Stars simulation/fx for skybox
29 |11|newlfx|Level FX? {{footnote}}Needs verification{{/footnote}}
30 |12|minic{{footnote}}Needs verification{{/footnote}}|Seems environment FX related.
31 |13|expgfx|More FX
32 |14|modgfx|Model / block FX?
33 |15|projgfx|Projectile FX?
34 |16|?|Stubbed
35 |17|partfx|Main particle FX module, can load other partfx DLLs below.
36 |18|objfsa|?
37 |19|startgame|Invokes cmdmenu to start the game.
38 |20|SCREENS|Used for the "Krystal's adventure" and "Sabre's adventure" bitmaps, found in SCREENS.bin
39 |21|text|Used for gametext/localization related functionality{{footnote}}Needs verification{{/footnote}}
40 |22|subtitles|Used for subtitle rendering.
41 |23|?|?
42 |24|waterfx|Used for water effects.
43 |25|paths{{footnote}}Needs verification{{/footnote}}|Seems related to movement pathing.
44 |26|CURVES|?
45 |27|?|?
46 |28|clrscr{{footnote}}Needs verification{{/footnote}}|Seems to handle screen fades/fills?
47 |29|gplay|?
48 |30|tasktext|Used for loading hint text for game bits.
49 |31|Save|?
50 |32|?|?
51 |33|?|?
52 |34|partfx #1|?
53 |35|partfx #2|?
54 |36|dim_partfx|Particle FX for DarkIce Mines.
55 |37|partfx #3|?
56 |38|nwa_partfx|Particle FX for Northern Wastes.
57 |39|swc_partfx|Particle FX for SwapStone Circle.
58 |40|shp_partfx|Loaded at Galleon intro.
59 |41|clf_partfx|Particle FX for CloudRunner Fortress.{{footnote}}Needs verification{{/footnote}}
60 |42|bay_partfx|Particle FX for Diamond Bay.{{footnote}}Needs verification{{/footnote}}
61 |43|bad_partfx|Loaded at Warlock Mountain and LightFoot Village?
62 |44|ice_partfx|Particle FX for Ice Mountain.
63 |45|rex_partfx #1|?
64 |46|df_partfx|Particle FX for Discovery Falls.
65 |47|rex_partfx #2|?
66 |48|swh_partfx|Particle FX for SwapStone Hollow. Forked from rex_partfx.
67 |49|dak_partfx|?
68 |50|wc_partfx #1|?
69 |51|mmp_partfx|Particle FX for Moon Mountain Pass.
70 |52|wc_partfx #2|?
71 |53|?|?
72 |54|pickup|Used for picking up items.{{footnote}}Needs verification{{/footnote}}
73 |55|?|?
74 |56|putdown|Placing down items or using foodbag.
75 |57|?|?
76 |58|?|?
77 |59|?|?
78 |60|n_POST|Expansion Pak and Nintendo 64 logo screen.
79 |61|n_rareware|Rareware logo screen.
80 |62|n_mainmenu|Inactive title screen / main menu, can display rolling demo?
81 |63|n_gameselect|Save selection menu.
82 |64|n_nameentry|Save name keyboard.
83 |65|n_options|Inactive options menu.
84 |66|n_pausemenu|Pause menu.
85 |67|n_gameover|Game over screen.
86 |68|?|Likely old title screen (broken). Proceeds to old level select (70).
87 |69|?|Stubbed. Likely related to old menu system.
88 |70|?|Old level select (broken).
89 |71|?|Old load options menu (broken).
90 |72|?|?
91 |73|?|?
92 |74|picmenu|?
93 |75|frontend|Menu navigation logic.
94 |76|?|?
95 |77|scarab|Scarab counter display.
96 |78|credits|Credits sequence.
97 |79|?|Loads button textures.
98 |80|?|Stubbed
99 |81|swaphollow|?
100 |82|?|Refers to "in cave" and "out of cave".
101 |83|?|Very similar to above.
102 |84|camnormal|?
103 |85|attentioncam #1|?
104 |86|cam1stperson|?
105 |87|camslide|?
106 |88|campath|?
107 |89|camstatic|?
108 |90|camlockon|?
109 |91|camshipbattle #1|?
110 |92|camclimb|?
111 |93|?|?
112 |94|camtalk #1|?
113 |95|?|?
114 |96|camshipbattle #2|?
115 |97|attentioncam #2|?
116 |98|camcannon|?
117 |99|?|?
118 |100|camtalk #2|?
119 |101|camdrakor|?
120 |102|camdrop|?
121 |103|?|?
122
123 = modgfx DLLs =
124
125 (% border="0" %)
126 |=ID|=Name|=Description
127 |104|?|Stubbed
128 |105|modanimeflash1|?
129 |106|?|?
130 |107|?|?
131 |108|?|?
132 |109|?|?
133 |110|?|?
134 |111|?|?
135 |112|?|?
136 |113|?|?
137 |114|?|?
138 |115|?|?
139 |116|?|?
140 |117|?|?
141 |118|?|?
142 |119|?|?
143 |120|?|?
144 |121|?|?
145 |122|?|?
146 |123|?|?
147 |124|?|?
148 |125|?|?
149 |126|?|?
150 |127|?|?
151 |128|?|?
152 |129|?|?
153 |130|?|?
154 |131|?|?
155 |132|?|?
156 |133|?|?
157 |134|?|?
158 |135|?|?
159 |136|?|?
160 |137|?|?
161 |138|?|?
162 |139|?|?
163 |140|?|?
164 |141|?|?
165 |142|?|?
166 |143|?|?
167 |144|?|?
168 |145|?|?
169 |146|?|?
170 |147|?|?
171 |148|?|?
172 |149|?|?
173 |150|?|?
174 |151|?|?
175 |152|?|?
176 |153|?|?
177 |154|?|?
178 |155|?|?
179 |156|?|?
180 |157|?|?
181 |158|?|?
182 |159|?|?
183 |160|?|?
184 |161|?|?
185 |162|?|?
186 |163|?|?
187 |164|?|?
188 |165|?|?
189 |166|?|?
190 |167|?|?
191 |168|?|?
192 |169|?|?
193 |170|?|?
194 |171|?|?
195 |172|?|?
196 |173|?|?
197 |174|?|?
198 |175|?|?
199 |176|?|?
200 |177|?|?
201 |178|?|?
202 |179|?|?
203 |180|?|?
204 |181|?|?
205 |182|?|?
206 |183|?|?
207 |184|?|?
208 |185|?|?
209
210 = projgfx DLLs =
211
212 (% border="0" %)
213 |=ID|=Name|=Description
214 |186|?|Stubbed
215 |187|?|?
216 |188|?|?
217 |189|?|?
218 |190|?|?
219 |191|?|?
220 |192|?|?
221 |193|?|?
222 |194|?|?
223 |195|?|?
224 |196|?|?
225 |197|?|?
226 |198|?|?
227 |199|?|?
228 |200|?|?
229 |201|?|?
230 |202|?|?
231 |203|?|?
232 |204|?|?
233 |205|?|?
234 |206|?|?
235 |207|?|?
236 |208|?|?
237 |209|?|?
238
239 = Object DLLs =
240
241 (% border="0" %)
242 |=ID|=Name|=Description
243 |210|Krystal|Krystal and Sabre player logic.
244 |211|Tricky|Tricky sidekick logic.
245 |212|Kyte|Kyte sidekick logic.
246 |213|?|?
247 |214|animbubble|?
248 |215|SnowClaw|?
249 |216|SnowWormLarge|?
250 |217|SCguardclaw|?
251 |218|WaterBaddie|?
252 |219|WallCrawler|?
253 |220|Chuka|Tree enemy (Northern Wastes).
254 |221|ChukaChuck|Tree projectile (Northern Wastes).
255 |222|SnowWormSmall|?
256 |223|CannonClaw|?
257 |224|RopeBaddie|?
258 |225|SabreBaddie|?
259 |226|TumbleWeedBush3|?
260 |227|Tumbleweed3twig|?
261 |228|Caictua|Cactus enemy (Golden Plains).
262 |229|BassaltWeavel|?
263 |230|SandGrabber|?
264 |231|Tentacle|?
265 |232|VampireBat|?
266 |233|BigScorpionRobo|?
267 |234|ScorpionRobot|?
268 |235|Swoop|?
269 |236|WG_PollenPod|?
270 |237|WG_PollenCannon|?
271 |238|WG_Triffid|?
272 |239|WG_Tentacle|?
273 |240|Skeetla|?
274 |241|SkeetlaWall|?
275 |242|GP_ChimneySwipe|Knockback enemy in tower (Golden Plains).
276 |243|Lunaimar|"Kalda Chom" enemy (Moon Mountain Pass).
277 |244|LunaimarSpit|"Kalda Chom" projectile (Moon Mountain Pass).
278 |245|BalloonBaddie|?
279 |246|SwarmBaddie|?
280 |247|PinPonBaddie|?
281 |248|PirahnaBaddie|?
282 |249|WispBaddie|?
283 |250|TurtleBaddie|?
284 |251|club|?
285 |252|Cannon|?
286 |253|CannonBall|?
287 |254|PineCone|?
288 |255|projball|?
289 |256|FlameBall|?
290 |257|WMtesla|?
291 |258|Caictua_Thorn|Cactus projectile (Golden Plains).
292 |259|icebeam|?
293 |260|Pollen|?
294 |261|PollenFragment|?
295 |262|grenade|?
296 |263|KamerianAcid|?
297 |264|KamerianFlame|?
298 |265|SHvines|?
299 |266|sfxPlayer|?
300 |267|checkpoint4|Mounted/race section checkpoints.
301 |268|setuppoint|Spawn point for your player character.
302 |269|sideload|Spawn point for your sidekick.
303 |270|sidesetup|?
304 |271|InfoPoint|?
305 |272|fishingnetColle|?
306 |273|EffectBox|?
307 |274|CFDungeonBlock|?
308 |275|RestartPoint|?
309 |276|InvHit|?
310 |277|iceblast|?
311 |278|flameblast|?
312 |279|WGSH_Door1|?
313 |280|SidekickBall|?
314 |281|Area|?
315 |282|BigCrate|?
316 |283|KrazoaText|?
317 |284|LevelName|Shows the level name.
318 |285|ProjectileTarge|?
319 |286|BlownUpTarget|?
320 |287|DR_PressurePad|?
321 |288|?|?
322 |289|CClogpush|?
323 |290|MagicPlant|?
324 |291|MagicDustHuge|?
325 |292|TrickyWarp|?
326 |293|TrickyGuard|?
327 |294|curveFish|?
328 |295|SmallCrate|?
329 |296|MediumMetalCrat|?
330 |297|Rain_scarab|?
331 |298|ZBomb|?
332 |299|EndObject|?
333 |300|foodbagOldGrub|?
334 |301|barrel|?
335 |302|Fall_Ladders|?
336 |303|FireFlyLantern|?
337 |304|LanternFireFly|?
338 |305|PortalSpellDoor|Doors unlocked using Portal spell.
339 |306|MMP_Bridge|?
340 |307|DR_WireFence|?
341 |308|DR_Lever_OnePre|?
342 |309|RD_seqobj|?
343 |310|NWseqobject|?
344 |311|IMMultiSeq|?
345 |312|NWMultiSeq|?
346 |313|GPSHpickobjplan|?
347 |314|foodbagGeneral|?
348 |315|sidefoodbagGene|?
349 |316|treebean|?
350 |317|fruitBranchRock|?
351 |318|colourfullfish|?
352 |319|fishingnet|?
353 |320|Crate2|?
354 |321|Duster|Revive item.
355 |322|coldWaterContro|?
356 |323|waterfallContro|?
357 |324|curve|?
358 |325|TriggerCurve|?
359 |326|?|?
360 |327|SHsign|?
361 |328|fire|?
362 |329|WallTorch|?
363 |330|CampFire|?
364 |331|EnergyGem6|?
365 |332|FXEmit|?
366 |333|EnvEmitter|?
367 |334|Transporter|Warp pad.
368 |335|?|?
369 |336|FirePole|?
370 |337|Beacon|?
371 |338|LFXEmitter|?
372 |339|RollingMinedoor|?
373 |340|TAreaFXEmit|?
374 |341|DoorOpen|?
375 |342|LaserEmitter|?
376 |343|DR_LightPole|?
377 |344|SpellOverlay|?
378 |345|WaterFallSpray|?
379 |346|animator|?
380 |347|texscroll2|?
381 |348|texscroll|?
382 |349|WaveAnimator|?
383 |350|AlphaAnimator|?
384 |351|GroundAnimator|?
385 |352|CrackAnimator|?
386 |353|HitAnimator|?
387 |354|VisAnimator|?
388 |355|WallAnimator|?
389 |356|XYZAnimator|?
390 |357|ExplodeAnimator|?
391 |358|SHmushroombit|?
392 |359|?|?
393 |360|TDtextureCreato|?
394 |361|TexFrameAnimato|?
395 |362|PortalTexAnimat|?
396 |363|FElevControl|?
397 |364|FEseqobject|?
398 |365|?|?
399 |366|CloudPrisonCont|?
400 |367|CloudShipContro|?
401 |368|?|?
402 |369|CFGuardian|?
403 |370|CFTreasWindLift|?
404 |371|CFPowerBase|?
405 |372|CFMainCrystal|?
406 |373|CFCloudBaby|?
407 |374|LaserBeam|?
408 |375|CFPrisonGuard|?
409 |376|CFPrisonUncle|?
410 |377|CFColumnKnocker|?
411 |378|CFScalesGalleon|?
412 |379|CF_ObjCreator|?
413 |380|RobotPatrol|?
414 |381|RobotAnimPatro2|?
415 |382|CFIllusionClaw|?
416 |383|CFPerch|?
417 |384|CFCageSwitch|?
418 |385|?|?
419 |386|DR_TrackLever|?
420 |387|CFBigDoorSwitch|?
421 |388|CFbarrel|?
422 |389|DRBlastedWall|?
423 |390|DRSmallExplodeW|?
424 |391|CFForceField|?
425 |392|CFForceFieldCon|?
426 |393|CFMainSlideDoor|?
427 |394|CFTreasureDoor|?
428 |395|CFAttractor|?
429 |396|CFSupTreasureCh|?
430 |397|CFTreasRobo|?
431 |398|CFMagicWall|?
432 |399|CFTreasureChest|?
433 |400|CFLevelControl|?
434 |401|CFRemovalSharpy|?
435 |402|CFChuckObj2|?
436 |403|CF_WallTorch|?
437 |404|DRSmallExplodeP|?
438 |405|CF_Lamp|?
439 |406|CFCheapGalleon|?
440 |407|CFBrickTest2|?
441 |408|IMIceMountain|?
442 |409|IMIcicle|?
443 |410|IMMagicLightHol|?
444 |411|IMSnowClaw2|?
445 |412|IMIcePillar|?
446 |413|IMAnimSpaceCraf|?
447 |414|IMSpaceThruster|?
448 |415|IMSpaceRing|?
449 |416|IMSpaceRingGen|?
450 |417|DFlog|?
451 |418|DFriverflow|?
452 |419|DFdockpoint|?
453 |420|DFropenode|?
454 |421|DFcradle|?
455 |422|DFturbine|?
456 |423|DFbarrel|?
457 |424|DFbarrelanim|?
458 |425|DFbarrelcreator|?
459 |426|DFcavedoor|?
460 |427|DFlevelcontrol|?
461 |428|DFmole|?
462 |429|DFSH_Door1Speci|?
463 |430|DFSH_Door4Speci|?
464 |431|DFwhirlpool|?
465 |432|DF_Lantern|?
466 |433|DFSH_Shrine|?
467 |434|DFSH_ObjCreator|?
468 |435|WGSH_SpiritPriz|?
469 |436|DFSH_LaserBeam|?
470 |437|EWTrobotpatrol|?
471 |438|RobottrackBeam|?
472 |439|EWTrobotpatrolB|?
473 |440|MMP_barrel|?
474 |441|MMP_levelcontro|?
475 |442|MMP_moonseedvin|?
476 |443|MMP_asteroid_re|?
477 |444|MMP_trenchFX|?
478 |445|MMP_moonrock|?
479 |446|MMP_gyservent|?
480 |447|CCguardgiving|?
481 |448|CCcage|?
482 |449|CClightfoot|?
483 |450|CCspellpage|?
484 |451|CCbeacon|?
485 |452|CCfirecrystal|?
486 |453|CCfirecrystalin|?
487 |454|CCgrubRed|?
488 |455|CChightop|?
489 |456|CCfloor|?
490 |457|CCkrazoabright|?
491 |458|CCkrazoaBits|?
492 |459|CCkrazoaTablet|?
493 |460|CClevcontrol|?
494 |461|CCsandwormBoss|?
495 |462|CCcannonSwitch|?
496 |463|CCgasvent|?
497 |464|CCgasventContro|?
498 |465|CCdockdoor2|?
499 |466|MMSH_Shrine|?
500 |467|MMSH_Scales|?
501 |468|MMSH_Torch|?
502 |469|ECSH_Shrine|?
503 |470|ECSH_Cup|?
504 |471|ECSH_Creator|?
505 |472|GPSH_Shrine|?
506 |473|GPSH_ObjCreator|?
507 |474|GPSH_Scene|?
508 |475|GPSH_flybaddie|?
509 |476|GPSH_Colrise|?
510 |477|DBSH_Shrine|?
511 |478|DBSH_Symbol|?
512 |479|DBSH_Force|?
513 |480|DBSH_Torch|?
514 |481|NWSH_Shrine|?
515 |482|NWSH_creator|?
516 |483|NWSH_Fire|?
517 |484|NWSH_Sacrifice|?
518 |485|NWSH_ped|?
519 |486|CCSH_Shrine|?
520 |487|CCSH_ObjCreator|?
521 |488|WGSH_Shrine|?
522 |489|WGSH_ObjCreator|?
523 |490|WGSH_flybaddie|?
524 |491|WGSH_projball|?
525 |492|WGSH_Torch|?
526 |493|NWsfx|?
527 |494|NWtreebridge2|?
528 |495|NWgeyser|?
529 |496|NWguardiandaugh|?
530 |497|NWtricky|?
531 |498|NWanimice3|?
532 |499|NWice3|?
533 |500|SHVineDoor|?
534 |501|SHtricky|?
535 |502|SHbluemushroom|Blue mushrooms for Tricky.
536 |503|SHkillermushroo|Lethal red mushrooms.
537 |504|SHrocketmushroo|Planted bomb mushroom.
538 |505|SHspore|?
539 |506|SHplantspore|Bomb mushroom plant zone.
540 |507|SHqueenearthwal|Queen Earthwalker NPC.
541 |508|SHthorntail|ThornTail NPC.
542 |509|SHwaterlily|?
543 |510|SHroot|?
544 |511|SHboulder|?
545 |512|SHLevelControl|?
546 |513|SHblueflower|?
547 |514|SHswaplift|SwapStone lift platform.
548 |515|SHswapstone|SwapStone NPC.
549 |516|SC_lightfootSpe|?
550 |517|SC_babylightfoo|?
551 |518|SC_chieflightfo|?
552 |519|SC_levelcontrol|?
553 |520|SC_BirchTree|?
554 |521|SC_totempole|?
555 |522|SC_Lantern|?
556 |523|SC_golden_nugge|?
557 |524|SC_musclelightf|?
558 |525|SC_totempuzzle|?
559 |526|SC_meterblock|?
560 |527|SC_totembond|?
561 |528|SC_totemstrengt|?
562 |529|DIMLavaDebris|?
563 |530|DIMLavaBallGene|?
564 |531|DIMLogFireRefle|?
565 |532|DIMSnowBall|?
566 |533|DIMSnowBallGene|?
567 |534|DIMGate|?
568 |535|DIMIceWall|?
569 |536|DIMBoulder|?
570 |537|DIMCannonBall|?
571 |538|DIMLavaSmash|?
572 |539|DIMBridgeCogMai|?
573 |540|DIMDismountPoin|?
574 |541|DIMExplosion|?
575 |542|DIMWoodDoor2|?
576 |543|DIMMagicBridge|?
577 |544|DIM_LevelContro|?
578 |545|DIMBigTent|?
579 |546|DIMBikeDoor|?
580 |547|GP_LevelControl|?
581 |548|GPBoneHead|?
582 |549|GP_ShrinePillar|?
583 |550|WGbouncyVine|?
584 |551|WGsunDialVane|?
585 |552|WGboulder|?
586 |553|WGmutant|?
587 |554|DIM2Conveyor|?
588 |555|DIM2FlameBurst|?
589 |556|DIM2SnowBall|?
590 |557|DIM2PathGenerat|?
591 |558|DIM2PrisonMammo|?
592 |559|DIM2PuzzleRock|?
593 |560|DIM2PuzzleLift|?
594 |561|DIM2IceFloe5|?
595 |562|DIM2Icicle|?
596 |563|DIM2LavaControl|?
597 |564|DIM2Crystal2|?
598 |565|DIM_Boss|?
599 |566|DIM_BossGut|?
600 |567|DIM_BossTonsil|?
601 |568|DIM_BossGutSpik|?
602 |569|MAGICMaker|?
603 |570|DIM_BossSpit|?
604 |571|DIMbosscrackpar|?
605 |572|SB_Galleon|?
606 |573|SB_Cloudrunner|?
607 |574|SB_Propeller|?
608 |575|SB_ShipHead|?
609 |576|SB_ShipMast|?
610 |577|SB_ShipGun|?
611 |578|SB_FireBall|?
612 |579|SB_CannonBall|?
613 |580|SB_CloudBall|?
614 |581|SB_KyteCage|?
615 |582|SB_DeckDoor3|?
616 |583|SB_CageKyte|?
617 |584|SB_Debris|?
618 |585|SB_MiniFire|?
619 |586|SB_Lamp|?
620 |587|generalscales|?
621 |588|SB_ShipFlag|?
622 |589|SB_ShipGunBroke|?
623 |590|WL_Galleon|?
624 |591|WM_ObjCreator|?
625 |592|WLseqobject|?
626 |593|WL_deaddino|?
627 |594|WL_LaserBeam|?
628 |595|WL_LaserTarget|?
629 |596|WL_PressureSwit|?
630 |597|?|?
631 |598|WM_Wizard|?
632 |599|WL_colrise|?
633 |600|WL_podiumgem|?
634 |601|WL_podium|?
635 |602|WL_Torch|?
636 |603|WL_Vein|?
637 |604|WL_WallTorch|?
638 |605|WL_Worm|?
639 |606|WL_Wallpower|?
640 |607|WL_LevelControl|?
641 |608|WM_GeneralScale|?
642 |609|WLFireFly|?
643 |610|WL_spiritplace|?
644 |611|WL_seqpoint|?
645 |612|WL_Crystal|?
646 |613|WL_SpiritSet|?
647 |614|WM_Planets|?
648 |615|Scorpion|?
649 |616|WM_MovePlatform|?
650 |617|WL_VConsole|?
651 |618|WM_TransTop|?
652 |619|VFP_LevelContro|?
653 |620|VFP_ObjCreator|?
654 |621|VFP_MiniFire|?
655 |622|VFP_statuea|?
656 |623|VFP_statueball|?
657 |624|VFP_Doorlock|?
658 |625|VFP_Ladders|?
659 |626|VFPLift3|?
660 |627|VFP_Block1|?
661 |628|VFP_Platform1|?
662 |629|VFP_LiftIndicat|?
663 |630|VFP_seqpoint|?
664 |631|VFPDragHead|?
665 |632|VFP_coreplat|?
666 |633|VFP_PodiumPoint|?
667 |634|VFP_flamepoint|?
668 |635|VFP_lavapool|?
669 |636|VFP_lavastar|?
670 |637|VFP_SpellPlace|?
671 |638|DFP_LevelContro|?
672 |639|DFP_ObjCreator|?
673 |640|DFP_Torch|?
674 |641|DFPLift1|?
675 |642|DFP_seqpoint|?
676 |643|DFP_DoorSwitch|?
677 |644|DFP_floorbar|?
678 |645|DFP_wallbar|?
679 |646|DFP_ForceAway|?
680 |647|DFP_RotatePuzzl|?
681 |648|DFP_Statue1|?
682 |649|DFP_PerchSwitch|?
683 |650|DFP_TargetBlock|?
684 |651|DFP_LaserBeam|?
685 |652|DFP_SpellPlace|?
686 |653|DFP_BomBot|?
687 |654|DFP_Textblock|?
688 |655|DFP_Platform1|?
689 |656|DB_RockFall|?
690 |657|DB_RockFallgen|?
691 |658|DBPointMum|?
692 |659|DBTrigger|?
693 |660|DBSpike|?
694 |661|DBPlaceHolder|?
695 |662|DB_egg|?
696 |663|DBlevelControl|?
697 |664|DBFire|?
698 |665|DBFireBall|?
699 |666|DBmap|?
700 |667|DBMagicBridge|?
701 |668|DBDiamond|?
702 |669|DBExpWall|?
703 |670|DBExpbit|?
704 |671|?|?
705 |672|DBwaterspray|?
706 |673|DBbignest|?
707 |674|DBwaterplant|?
708 |675|DBWaterCurve|?
709 |676|DBplatform|?
710 |677|DBlgtbeam|?
711 |678|DBbridgeanim|?
712 |679|DBshooterball|?
713 |680|DBbullet|?
714 |681|DBNatShield|?
715 |682|DBKillBot|?
716 |683|DBSupShield|?
717 |684|DBDustGeezer|?
718 |685|DBbonedust|?
719 |686|DBkillboulder|?
720 |687|DBScaleTile|?
721 |688|DBstealerworm|?
722 |689|DB_FlameSwitch|?
723 |690|DB_SuperSymbol|?
724 |691|DB_FakeHorizon|?
725 |692|BossDrakorLevel|?
726 |693|BossDrakorNebul|?
727 |694|BossDrakorGalax|?
728 |695|BossDrakorDiamo|?
729 |696|BossDrakorFlatR|?
730 |697|BossDrakor|?
731 |698|BossDrakor_Lase|?
732 |699|BossDrakorAster|?
733 |700|BossDrakor_Dumm|?
734 |701|KT_RexLevel|?
735 |702|KT_Rex|?
736 |703|KT_RexFloorSwit|?
737 |704|KT_Lazerwall|?
738 |705|KT_Lazerlight|?
739 |706|KT_Fallingrocks|?
740 |707|KamerianBoss|?
741 |708|Nurse|?
742 |709|KamColumn|?
743 |710|AnimTest|?
744 |711|IMSnowClawBike2|?
745 |712|DIMSnowHorn1|?
746 |713|DR_EarthWarrior|?
747 |714|DR_CloudRunner|?
748 |715|StaticCamera|?
749 |716|kyteFireFlys|?
750 |717|FlameObject|?
751 |718|PerchObject|?
752 |719|FlameWall|?
753 |720|FindKyteObject|?
754 |721|SC_beacon|?
755 |722|MMP_mseedrecept|?
756 |723|GPbonfire|?
757 |724|CCfireflyfind|?
758 |725|SC_flamegamefla|?
759 |726|RestPerch|?
760 |727|KyteCurveCreate|?
761 |728|CRSnowClaw3|?
762 |729|CRCloudRace|?
763 |730|CRSpellstone|?
764 |731|CRFuelTank|?
765 |732|CRSnowClawBike3|?
766 |733|DR_IonCannon|?
767 |734|DR_PushCart|?
768 |735|DRbullet|?
769 |736|DR_FireBall|?
770 |737|DRLavaControl|?
771 |738|DR_Creator|?
772 |739|DR_SupGuardClaw|?
773 |740|DR_tube|?
774 |741|DR_CageControl|?
775 |742|DR_ExplodeDoor|?
776 |743|DR_Geezer|?
777 |744|DR_Chimmey|?
778 |745|DR_Cage|?
779 |746|DR_Vines|?
780 |747|DR_BigShackle|?
781 |748|DR_Bell|?
782 |749|DR_HighPlatform|?
783 |750|DR_HighTop|?
784 |751|DR_IceFire|?
785 |752|DR_pulley|?
786 |753|DR_cradle|?
787 |754|DR_SupPortal|?
788 |755|DRProjectileSwi|?
789 |756|DRPlatformColla|?
790 |757|DR_CollapseTube|?
791 |758|DR_CollapseCont|?
792 |759|DR_CaveInFlow|?
793 |760|DR_LightBeam|?
794 |761|DR_Platform|?
795 |762|DRSpecialLoader|?
796 |763|DR_LightLampYel|?
797 |764|DR_CloudPerch|?
798 |765|DR_EarthCallPad|?
799 |766|DR_BarrelPositi|?
800 |767|SPReplayDisk|?
801 |768|SPShop|?
802 |769|SPShopKeeper|?
803 |770|SPScarab|?
804 |771|SPDrape|?
805 |772|SPitembeam|?
806 |773|WCQueenEarthWal|?
807 |774|WCKingEarthWalk|?
808 |775|WCTrex|?
809 |776|WCBouncyCrate|?
810 |777|WCTrexChase|?
811 |778|WCSabreChase|?
812 |779|WCLevelControl|?
813 |780|WCBeacon|?
814 |781|WCPressureSwitc|?
815 |782|WCPushBlock|?
816 |783|WCTile|?
817 |784|WCTrexStatue|?
818 |785|WCSunTempleSwit|?
819 |786|WCSunTempleLift|?
820 |787|WCApertureSymbo|?
821 |788|WCSunTempleLase|?
822 |789|WCTempleDial|?
823 |790|WCTempleBridge|?
824 |791|WCFloorTile|?
825 |792|?|?
826 |793|BWLog|?
827 |794|BWAlphaAnim|?
828 |795|BWLevelControl|?
829 |796|AMLevelControl|?
830
831 {{putFootnotes/}}