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