1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Entities » Objects module | The Minish Cap Docs</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600" />
<link rel="stylesheet" href="m-dark+documentation.compiled.css" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="https://zelda64.dev/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#22272e" />
</head>
<body>
<header><nav id="navigation">
<div class="m-container">
<div class="m-row">
<span id="m-navbar-brand" class="m-col-t-8 m-col-m-none m-left-m">
<a href="https://github.com/zeldaret/tmc">The Minish Cap</a> <span class="m-breadcrumb">|</span> <a href="index.html" class="m-thin">Docs</a>
</span>
<div class="m-col-t-4 m-hide-m m-text-right m-nopadr">
<a href="#search" class="m-doc-search-icon" title="Search" onclick="return showSearch()"><svg style="height: 0.9rem;" viewBox="0 0 16 16">
<path id="m-doc-search-icon-path" d="m6 0c-3.31 0-6 2.69-6 6 0 3.31 2.69 6 6 6 1.49 0 2.85-0.541 3.89-1.44-0.0164 0.338 0.147 0.759 0.5 1.15l3.22 3.79c0.552 0.614 1.45 0.665 2 0.115 0.55-0.55 0.499-1.45-0.115-2l-3.79-3.22c-0.392-0.353-0.812-0.515-1.15-0.5 0.895-1.05 1.44-2.41 1.44-3.89 0-3.31-2.69-6-6-6zm0 1.56a4.44 4.44 0 0 1 4.44 4.44 4.44 4.44 0 0 1-4.44 4.44 4.44 4.44 0 0 1-4.44-4.44 4.44 4.44 0 0 1 4.44-4.44z"/>
</svg></a>
<a id="m-navbar-show" href="#navigation" title="Show navigation"></a>
<a id="m-navbar-hide" href="#" title="Hide navigation"></a>
</div>
<div id="m-navbar-collapse" class="m-col-t-12 m-show-m m-col-m-none m-right-m">
<div class="m-row">
<ol class="m-col-t-6 m-col-m-none">
<li><a href="modules.html">Modules</a></li>
<li><a href="pages.html">Pages</a></li>
</ol>
<ol class="m-col-t-6 m-col-m-none" start="3">
<li><a href="annotated.html">Classes</a></li>
<li><a href="files.html">Files</a></li>
<li class="m-show-m"><a href="#search" class="m-doc-search-icon" title="Search" onclick="return showSearch()"><svg style="height: 0.9rem;" viewBox="0 0 16 16">
<use href="#m-doc-search-icon-path" />
</svg></a></li>
</ol>
</div>
</div>
</div>
</div>
</nav></header>
<main><article>
<div class="m-container m-container-inflatable">
<div class="m-row">
<div class="m-col-l-10 m-push-l-1">
<h1>
<span class="m-breadcrumb"><a href="group__Entities.html">Entities</a> »</span>
Objects <span class="m-thin">module</span></h1>
<p><span></span></p>
<nav class="m-block m-default">
<h3>Contents</h3>
<ul>
<li>
Reference
<ul>
<li><a href="#files">Files</a></li>
</ul>
</li>
</ul>
</nav>
<section id="files">
<h2><a href="#files">Files</a></h2>
<dl class="m-doc">
<dt>file <a href="ambientClouds_8c.html" class="m-doc">ambientClouds.c</a></dt>
<dd>Ambient Clouds object.</dd>
<dt>file <a href="angryStatue_8c.html" class="m-doc">angryStatue.c</a></dt>
<dd>Angry Statue object.</dd>
<dt>file <a href="archway_8c.html" class="m-doc">archway.c</a></dt>
<dd>Archway object.</dd>
<dt>file <a href="backgroundCloud_8c.html" class="m-doc">backgroundCloud.c</a></dt>
<dd>BackgroundCloud object.</dd>
<dt>file <a href="bakerOven_8c.html" class="m-doc">bakerOven.c</a></dt>
<dd>Baker Oven object.</dd>
<dt>file <a href="barrelInside_8c.html" class="m-doc">barrelInside.c</a></dt>
<dd>Barrel Inside object.</dd>
<dt>file <a href="barrelSpiderweb_8c.html" class="m-doc">barrelSpiderweb.c</a></dt>
<dd>Barrel Spiderweb object.</dd>
<dt>file <a href="beanstalk_8c.html" class="m-doc">beanstalk.c</a></dt>
<dd>Beanstalk object.</dd>
<dt>file <a href="bedCover_8c.html" class="m-doc">bedCover.c</a></dt>
<dd>Bed Cover object.</dd>
<dt>file <a href="bell_8c.html" class="m-doc">bell.c</a></dt>
<dd>Bell object.</dd>
<dt>file <a href="bench_8c.html" class="m-doc">bench.c</a></dt>
<dd>Bench object.</dd>
<dt>file <a href="bigBarrel_8c.html" class="m-doc">bigBarrel.c</a></dt>
<dd>Big Barrel object.</dd>
<dt>file <a href="bigIceBlock_8c.html" class="m-doc">bigIceBlock.c</a></dt>
<dd>Big Ice Block object.</dd>
<dt>file <a href="bigPushableLever_8c.html" class="m-doc">bigPushableLever.c</a></dt>
<dd>Big Pushable Lever object.</dd>
<dt>file <a href="bigVortex_8c.html" class="m-doc">bigVortex.c</a></dt>
<dd>Big Vortex object.</dd>
<dt>file <a href="bird_8c.html" class="m-doc">bird.c</a></dt>
<dd>Bird object.</dd>
<dt>file <a href="blockPushed_8c.html" class="m-doc">blockPushed.c</a></dt>
<dd>Block Pushed object.</dd>
<dt>file <a href="board_8c.html" class="m-doc">board.c</a></dt>
<dd>Board object.</dd>
<dt>file <a href="bollard_8c.html" class="m-doc">bollard.c</a></dt>
<dd>Bollard object.</dd>
<dt>file <a href="book_8c.html" class="m-doc">book.c</a></dt>
<dd>Book object.</dd>
<dt>file <a href="bossDoor_8c.html" class="m-doc">bossDoor.c</a></dt>
<dd>Boss Door object.</dd>
<dt>file <a href="bush_8c.html" class="m-doc">bush.c</a></dt>
<dd>Bush object.</dd>
<dt>file <a href="button_8c.html" class="m-doc">button.c</a></dt>
<dd>Button object.</dd>
<dt>file <a href="cabinFurniture_8c.html" class="m-doc">cabinFurniture.c</a></dt>
<dd>Cabin Furniture object.</dd>
<dt>file <a href="cameraTarget_8c.html" class="m-doc">cameraTarget.c</a></dt>
<dd>Camera Target object.</dd>
<dt>file <a href="carlovObject_8c.html" class="m-doc">carlovObject.c</a></dt>
<dd>Carlov Object object.</dd>
<dt>file <a href="chestSpawner_8c.html" class="m-doc">chestSpawner.c</a></dt>
<dd>Chest Spawner object.</dd>
<dt>file <a href="chuchuBossCutscene_8c.html" class="m-doc">chuchuBossCutscene.c</a></dt>
<dd>Chuchu Boss Cutscene object.</dd>
<dt>file <a href="chuchuBossParticle_8c.html" class="m-doc">chuchuBossParticle.c</a></dt>
<dd>Chuchu Boss Particle object.</dd>
<dt>file <a href="chuchuBossStartParticle_8c.html" class="m-doc">chuchuBossStartParticle.c</a></dt>
<dd>Chuchu Boss Start Particle object.</dd>
<dt>file <a href="cloud_8c.html" class="m-doc">cloud.c</a></dt>
<dd>Cloud object.</dd>
<dt>file <a href="crackingGround_8c.html" class="m-doc">crackingGround.c</a></dt>
<dd>Cracking Ground object.</dd>
<dt>file <a href="crenelBeanSprout_8c.html" class="m-doc">crenelBeanSprout.c</a></dt>
<dd>Crenel Bean Sprout object.</dd>
<dt>file <a href="cuccoMinigame_8c.html" class="m-doc">cuccoMinigame.c</a></dt>
<dd>Cucco Minigame object.</dd>
<dt>file <a href="cutsceneMiscObject_8c.html" class="m-doc">cutsceneMiscObject.c</a></dt>
<dd>Cutscene Misc object.</dd>
<dt>file <a href="cutsceneOrchestrator_8c.html" class="m-doc">cutsceneOrchestrator.c</a></dt>
<dd>Cutscene Orchestrator object.</dd>
<dt>file <a href="deathFx_8c.html" class="m-doc">deathFx.c</a></dt>
<dd>Death Fx object.</dd>
<dt>file <a href="dirtParticle_8c.html" class="m-doc">dirtParticle.c</a></dt>
<dd>Dirt Particle object.</dd>
<dt>file <a href="doubleBookshelf_8c.html" class="m-doc">doubleBookshelf.c</a></dt>
<dd>Double Bookshelf object.</dd>
<dt>file <a href="elementsBackground_8c.html" class="m-doc">elementsBackground.c</a></dt>
<dd>Elements Background object.</dd>
<dt>file <a href="enemyItem_8c.html" class="m-doc">enemyItem.c</a></dt>
<dd><a href="structEnemy.html" class="m-doc">Enemy</a> Item object.</dd>
<dt>file <a href="eyeSwitch_8c.html" class="m-doc">eyeSwitch.c</a></dt>
<dd>EyeSwitch object.</dd>
<dt>file <a href="ezloCap_8c.html" class="m-doc">ezloCap.c</a></dt>
<dd>Ezlo Cap object.</dd>
<dt>file <a href="ezloCapFlying_8c.html" class="m-doc">ezloCapFlying.c</a></dt>
<dd>Ezlo Cap Flying object.</dd>
<dt>file <a href="fairy_8c.html" class="m-doc">fairy.c</a></dt>
<dd>Fairy object.</dd>
<dt>file <a href="fan_8c.html" class="m-doc">fan.c</a></dt>
<dd>Fan object.</dd>
<dt>file <a href="fanWind_8c.html" class="m-doc">fanWind.c</a></dt>
<dd>Fan Wind object.</dd>
<dt>file <a href="figurineDevice_8c.html" class="m-doc">figurineDevice.c</a></dt>
<dd><a href="structFigurine.html" class="m-doc">Figurine</a> Device object.</dd>
<dt>file <a href="fileScreenObjects_8c.html" class="m-doc">fileScreenObjects.c</a></dt>
<dd>File <a href="structScreen.html" class="m-doc">Screen</a> Objects object.</dd>
<dt>file <a href="fireballChain_8c.html" class="m-doc">fireballChain.c</a></dt>
<dd>Fireball Chain object.</dd>
<dt>file <a href="fireplace_8c.html" class="m-doc">fireplace.c</a></dt>
<dd>Fireplace object.</dd>
<dt>file <a href="flame_8c.html" class="m-doc">flame.c</a></dt>
<dd>Flame object.</dd>
<dt>file <a href="floatingBlock_8c.html" class="m-doc">floatingBlock.c</a></dt>
<dd>Floating Block object.</dd>
<dt>file <a href="floatingPlatform_8c.html" class="m-doc">floatingPlatform.c</a></dt>
<dd>Floating Platform object.</dd>
<dt>file <a href="fourElements_8c.html" class="m-doc">fourElements.c</a></dt>
<dd>Four Elements object.</dd>
<dt>file <a href="frozenFlower_8c.html" class="m-doc">frozenFlower.c</a></dt>
<dd>Frozen Flower object.</dd>
<dt>file <a href="frozenOctorok_8c.html" class="m-doc">frozenOctorok.c</a></dt>
<dd>Frozen Octorok object.</dd>
<dt>file <a href="frozenWaterElement_8c.html" class="m-doc">frozenWaterElement.c</a></dt>
<dd>Frozen Water Element object.</dd>
<dt>file <a href="furniture_8c.html" class="m-doc">furniture.c</a></dt>
<dd>Furniture object.</dd>
<dt>file <a href="gentariCurtain_8c.html" class="m-doc">gentariCurtain.c</a></dt>
<dd>Gentari Curtain object.</dd>
<dt>file <a href="giantBookLadder_8c.html" class="m-doc">giantBookLadder.c</a></dt>
<dd>Giant Book Ladder object.</dd>
<dt>file <a href="giantLeaf_8c.html" class="m-doc">giantLeaf.c</a></dt>
<dd>Giant Leaf object.</dd>
<dt>file <a href="giantRock_8c.html" class="m-doc">giantRock.c</a></dt>
<dd>Giant Rock object.</dd>
<dt>file <a href="giantRock2_8c.html" class="m-doc">giantRock2.c</a></dt>
<dd>Giant Rock 2 object.</dd>
<dt>file <a href="giantTwig_8c.html" class="m-doc">giantTwig.c</a></dt>
<dd>Giant Twig object.</dd>
<dt>file <a href="gleerokParticle_8c.html" class="m-doc">gleerokParticle.c</a></dt>
<dd>Gleerok Particle object.</dd>
<dt>file <a href="graveyardKey_8c.html" class="m-doc">graveyardKey.c</a></dt>
<dd>Graveyard Key object.</dd>
<dt>file <a href="greatFairy_8c.html" class="m-doc">greatFairy.c</a></dt>
<dd>Great Fairy object.</dd>
<dt>file <a href="guruguruBar_8c.html" class="m-doc">guruguruBar.c</a></dt>
<dd>Guruguru Bar object.</dd>
<dt>file <a href="gustJarParticle_8c.html" class="m-doc">gustJarParticle.c</a></dt>
<dd>Gust Jar Particle object.</dd>
<dt>file <a href="gyorgBossObject_8c.html" class="m-doc">gyorgBossObject.c</a></dt>
<dd>Gyorg Boss object.</dd>
<dt>file <a href="heartContainer_8c.html" class="m-doc">heartContainer.c</a></dt>
<dd>HeartContainer object.</dd>
<dt>file <a href="hiddenLadderDown_8c.html" class="m-doc">hiddenLadderDown.c</a></dt>
<dd>Hidden Ladder Down object.</dd>
<dt>file <a href="hitSwitch_8c.html" class="m-doc">hitSwitch.c</a></dt>
<dd>Hit Switch object.</dd>
<dt>file <a href="hittableLever_8c.html" class="m-doc">hittableLever.c</a></dt>
<dd>Hittable Lever object.</dd>
<dt>file <a href="houseDoorExterior_8c.html" class="m-doc">houseDoorExterior.c</a></dt>
<dd>House Door Exterior object.</dd>
<dt>file <a href="houseDoorInterior_8c.html" class="m-doc">houseDoorInterior.c</a></dt>
<dd>House Door Interior object.</dd>
<dt>file <a href="houseSign_8c.html" class="m-doc">houseSign.c</a></dt>
<dd>HouseSign object.</dd>
<dt>file <a href="itemForSale_8c.html" class="m-doc">itemForSale.c</a></dt>
<dd>Item for Sale object.</dd>
<dt>file <a href="itemOnGround_8c.html" class="m-doc">itemOnGround.c</a></dt>
<dd>Item On Ground object.</dd>
<dt>file <a href="jailBars_8c.html" class="m-doc">jailBars.c</a></dt>
<dd>Jail Bars object.</dd>
<dt>file <a href="japaneseSubtitle_8c.html" class="m-doc">japaneseSubtitle.c</a></dt>
<dd>Japanese Subtitle object.</dd>
<dt>file <a href="jarPortal_8c.html" class="m-doc">jarPortal.c</a></dt>
<dd>Jar Portal object.</dd>
<dt>file <a href="keyStealingTakkuri_8c.html" class="m-doc">keyStealingTakkuri.c</a></dt>
<dd>Key Stealing Takkuri object.</dd>
<dt>file <a href="kinstoneSpark_8c.html" class="m-doc">kinstoneSpark.c</a></dt>
<dd>Kinstone Fusion Particle object.</dd>
<dt>file <a href="ladderHoleInBookshelf_8c.html" class="m-doc">ladderHoleInBookshelf.c</a></dt>
<dd>Ladder Hole In Bookshelf object.</dd>
<dt>file <a href="ladderUp_8c.html" class="m-doc">ladderUp.c</a></dt>
<dd>Ladder Up object.</dd>
<dt>file <a href="lamp_8c.html" class="m-doc">lamp.c</a></dt>
<dd>Lamp object.</dd>
<dt>file <a href="lampParticle_8c.html" class="m-doc">lampParticle.c</a></dt>
<dd>LampParticle object.</dd>
<dt>file <a href="lavaPlatform_8c.html" class="m-doc">lavaPlatform.c</a></dt>
<dd>Lava Platform object.</dd>
<dt>file <a href="lightableSwitch_8c.html" class="m-doc">lightableSwitch.c</a></dt>
<dd>Lightable Switch object.</dd>
<dt>file <a href="lightDoor_8c.html" class="m-doc">lightDoor.c</a></dt>
<dd>Light Door object.</dd>
<dt>file <a href="lightRay_8c.html" class="m-doc">lightRay.c</a></dt>
<dd>Light Ray object.</dd>
<dt>file <a href="lilypadLarge_8c.html" class="m-doc">lilypadLarge.c</a></dt>
<dd>Large Lilypad object.</dd>
<dt>file <a href="lilypadLargeFalling_8c.html" class="m-doc">lilypadLargeFalling.c</a></dt>
<dd>LilypadLargeFalling object.</dd>
<dt>file <a href="lilypadSmall_8c.html" class="m-doc">lilypadSmall.c</a></dt>
<dd>Lilypad Small object.</dd>
<dt>file <a href="linkAnimation_8c.html" class="m-doc">linkAnimation.c</a></dt>
<dd>Link Animation object.</dd>
<dt>file <a href="linkEmptyingBottle_8c.html" class="m-doc">linkEmptyingBottle.c</a></dt>
<dd>Link Emptying Bottle object Handles effects of using water, mineral water or a fairy in a bottle in PlayerItemBottle_UseOther.</dd>
<dt>file <a href="linkFire_8c.html" class="m-doc">linkFire.c</a></dt>
<dd>Link Fire object.</dd>
<dt>file <a href="linkHoldingItem_8c.html" class="m-doc">linkHoldingItem.c</a></dt>
<dd>Link Holding Item object.</dd>
<dt>file <a href="litArea_8c.html" class="m-doc">litArea.c</a></dt>
<dd>Lit <a href="structArea.html" class="m-doc">Area</a> object.</dd>
<dt>file <a href="macroAcorn_8c.html" class="m-doc">macroAcorn.c</a></dt>
<dd>Macro Acorn object.</dd>
<dt>file <a href="macroBook_8c.html" class="m-doc">macroBook.c</a></dt>
<dd>Macro Book object.</dd>
<dt>file <a href="macroMushroomStalk_8c.html" class="m-doc">macroMushroomStalk.c</a></dt>
<dd>Macro Mushroom Stalk object.</dd>
<dt>file <a href="macroPlayer_8c.html" class="m-doc">macroPlayer.c</a></dt>
<dd>Macro Player object.</dd>
<dt>file <a href="macroShoe_8c.html" class="m-doc">macroShoe.c</a></dt>
<dd>Macro Shoe object.</dd>
<dt>file <a href="mask_8c.html" class="m-doc">mask.c</a></dt>
<dd>Mask object.</dd>
<dt>file <a href="mazaalBossObject_8c.html" class="m-doc">mazaalBossObject.c</a></dt>
<dd>Mazaal Boss object.</dd>
<dt>file <a href="mazaalObject_8c.html" class="m-doc">mazaalObject.c</a></dt>
<dd>Mazaal Object object.</dd>
<dt>file <a href="metalDoor_8c.html" class="m-doc">metalDoor.c</a></dt>
<dd>Metal Door object.</dd>
<dt>file <a href="minecart_8c.html" class="m-doc">minecart.c</a></dt>
<dd>Minecart object.</dd>
<dt>file <a href="minecartDoor_8c.html" class="m-doc">minecartDoor.c</a></dt>
<dd>Minecart Door object.</dd>
<dt>file <a href="mineralWaterSource_8c.html" class="m-doc">mineralWaterSource.c</a></dt>
<dd>Mineral Water Source object.</dd>
<dt>file <a href="minishEmoticon_8c.html" class="m-doc">minishEmoticon.c</a></dt>
<dd>Minish Emoticon object.</dd>
<dt>file <a href="minishLight_8c.html" class="m-doc">minishLight.c</a></dt>
<dd>Minish Light object.</dd>
<dt>file <a href="minishPortalCloseup_8c.html" class="m-doc">minishPortalCloseup.c</a></dt>
<dd>Minish Portal Closeup object.</dd>
<dt>file <a href="minishPortalStone_8c.html" class="m-doc">minishPortalStone.c</a></dt>
<dd>Minish Portal Stone object.</dd>
<dt>file <a href="minishSizedArchway_8c.html" class="m-doc">minishSizedArchway.c</a></dt>
<dd>Minish Sized Archway object.</dd>
<dt>file <a href="minishSizedEntrance_8c.html" class="m-doc">minishSizedEntrance.c</a></dt>
<dd>MinishSizedEntrance object.</dd>
<dt>file <a href="minishVillageObject_8c.html" class="m-doc">minishVillageObject.c</a></dt>
<dd>Minish Village Object object.</dd>
<dt>file <a href="moleMittsParticle_8c.html" class="m-doc">moleMittsParticle.c</a></dt>
<dd>Mole Mitts Particle object.</dd>
<dt>file <a href="mulldozerSpawnPoint_8c.html" class="m-doc">mulldozerSpawnPoint.c</a></dt>
<dd>Mulldozer Spawn Point object.</dd>
<dt>file <a href="object1D_8c.html" class="m-doc">object1D.c</a></dt>
<dd>Object1D object.</dd>
<dt>file <a href="object1F_8c.html" class="m-doc">object1F.c</a></dt>
<dd>Object1F object.</dd>
<dt>file <a href="object30_8c.html" class="m-doc">object30.c</a></dt>
<dd>Object30 object.</dd>
<dt>file <a href="object37_8c.html" class="m-doc">object37.c</a></dt>
<dd>Object37 object.</dd>
<dt>file <a href="object53_8c.html" class="m-doc">object53.c</a></dt>
<dd>Object53 object.</dd>
<dt>file <a href="object63_8c.html" class="m-doc">object63.c</a></dt>
<dd>Object63 object.</dd>
<dt>file <a href="object70_8c.html" class="m-doc">object70.c</a></dt>
<dd>Object70 object.</dd>
<dt>file <a href="objectA_8c.html" class="m-doc">objectA.c</a></dt>
<dd>ObjectA object.</dd>
<dt>file <a href="objectA2_8c.html" class="m-doc">objectA2.c</a></dt>
<dd>Object A2 object.</dd>
<dt>file <a href="objectA7_8c.html" class="m-doc">objectA7.c</a></dt>
<dd>Object A7 object.</dd>
<dt>file <a href="objectA8_8c.html" class="m-doc">objectA8.c</a></dt>
<dd>ObjectA8 object.</dd>
<dt>file <a href="objectBF_8c.html" class="m-doc">objectBF.c</a></dt>
<dd>Object BF object.</dd>
<dt>file <a href="objectBlockingStairs_8c.html" class="m-doc">objectBlockingStairs.c</a></dt>
<dd>Object Blocking Stairs object.</dd>
<dt>file <a href="objectOnPillar_8c.html" class="m-doc">objectOnPillar.c</a></dt>
<dd>Object on Pillar object.</dd>
<dt>file <a href="objectOnSpinyBeetle_8c.html" class="m-doc">objectOnSpinyBeetle.c</a></dt>
<dd>Object on Spiny Beetle object.</dd>
<dt>file <a href="octorokBossObject_8c.html" class="m-doc">octorokBossObject.c</a></dt>
<dd>Octorok Boss Object object.</dd>
<dt>file <a href="palaceArchway_8c.html" class="m-doc">palaceArchway.c</a></dt>
<dd>Palace Archway object.</dd>
<dt>file <a href="paper_8c.html" class="m-doc">paper.c</a></dt>
<dd>Paper object.</dd>
<dt>file <a href="parallaxRoomView_8c.html" class="m-doc">parallaxRoomView.c</a></dt>
<dd>Parallax Room View object.</dd>
<dt>file <a href="picoBloom_8c.html" class="m-doc">picoBloom.c</a></dt>
<dd>Pico Bloom object.</dd>
<dt>file <a href="pinwheel_8c.html" class="m-doc">pinwheel.c</a></dt>
<dd>Pinwheel object.</dd>
<dt>file <a href="playerClone_8c.html" class="m-doc">playerClone.c</a></dt>
<dd>Player Clone object.</dd>
<dt>file <a href="pot_8c.html" class="m-doc">pot.c</a></dt>
<dd>Pot object.</dd>
<dt>file <a href="pressurePlate_8c.html" class="m-doc">pressurePlate.c</a></dt>
<dd>Pressure Plate object.</dd>
<dt>file <a href="pullableLever_8c.html" class="m-doc">pullableLever.c</a></dt>
<dd>Pullable Lever object.</dd>
<dt>file <a href="pullableMushroom_8c.html" class="m-doc">pullableMushroom.c</a></dt>
<dd>Pullable Mushroom object.</dd>
<dt>file <a href="pushableFurniture_8c.html" class="m-doc">pushableFurniture.c</a></dt>
<dd>Pushable Furniture object.</dd>
<dt>file <a href="pushableGrave_8c.html" class="m-doc">pushableGrave.c</a></dt>
<dd>Pushable Grave object.</dd>
<dt>file <a href="pushableLever_8c.html" class="m-doc">pushableLever.c</a></dt>
<dd>Pushable Lever object.</dd>
<dt>file <a href="pushableRock_8c.html" class="m-doc">pushableRock.c</a></dt>
<dd>Pushable Rock object.</dd>
<dt>file <a href="pushableStatue_8c.html" class="m-doc">pushableStatue.c</a></dt>
<dd>Pushable Statue object.</dd>
<dt>file <a href="railtrack_8c.html" class="m-doc">railtrack.c</a></dt>
<dd>Railtrack object.</dd>
<dt>file <a href="rotatingTrapdoor_8c.html" class="m-doc">rotatingTrapdoor.c</a></dt>
<dd>Rotating Trapdoor object.</dd>
<dt>file <a href="rupee_8c.html" class="m-doc">rupee.c</a></dt>
<dd>Rupee object.</dd>
<dt>file <a href="sanctuaryStoneTablet_8c.html" class="m-doc">sanctuaryStoneTablet.c</a></dt>
<dd>Sanctuary Stone Tablet object.</dd>
<dt>file <a href="shrinkingHieroglyphs_8c.html" class="m-doc">shrinkingHieroglyphs.c</a></dt>
<dd>Shrinking Hieroglyphs object.</dd>
<dt>file <a href="smallIceBlock_8c.html" class="m-doc">smallIceBlock.c</a></dt>
<dd>Small Ice Block object.</dd>
<dt>file <a href="smoke_8c.html" class="m-doc">smoke.c</a></dt>
<dd>Smoke object.</dd>
<dt>file <a href="smokeParticle_8c.html" class="m-doc">smokeParticle.c</a></dt>
<dd>Smoke Particle object.</dd>
<dt>file <a href="specialChest_8c.html" class="m-doc">specialChest.c</a></dt>
<dd>Special Chest object.</dd>
<dt>file <a href="specialFx_8c.html" class="m-doc">specialFx.c</a></dt>
<dd>Special FX object.</dd>
<dt>file <a href="steam_8c.html" class="m-doc">steam.c</a></dt>
<dd>Steam object.</dd>
<dt>file <a href="stoneTablet_8c.html" class="m-doc">stoneTablet.c</a></dt>
<dd>Stone Tablet object.</dd>
<dt>file <a href="swordParticle_8c.html" class="m-doc">swordParticle.c</a></dt>
<dd>Sword Particle object.</dd>
<dt>file <a href="swordsmanNewsletter_8c.html" class="m-doc">swordsmanNewsletter.c</a></dt>
<dd>Swordsman Newsletter object.</dd>
<dt>file <a href="thoughtBubble_8c.html" class="m-doc">thoughtBubble.c</a></dt>
<dd>Thought Bubble object.</dd>
<dt>file <a href="thunderbolt_8c.html" class="m-doc">thunderbolt.c</a></dt>
<dd>Thunderbolt object.</dd>
<dt>file <a href="titleScreenObject_8c.html" class="m-doc">titleScreenObject.c</a></dt>
<dd>Title <a href="structScreen.html" class="m-doc">Screen</a> object.</dd>
<dt>file <a href="trapdoor_8c.html" class="m-doc">trapdoor.c</a></dt>
<dd>Trapdoor object.</dd>
<dt>file <a href="treeHidingPortal_8c.html" class="m-doc">treeHidingPortal.c</a></dt>
<dd>Tree Hiding Portal object.</dd>
<dt>file <a href="unusedSkull_8c.html" class="m-doc">unusedSkull.c</a></dt>
<dd>Unused Skull object.</dd>
<dt>file <a href="vaati1Portal_8c.html" class="m-doc">vaati1Portal.c</a></dt>
<dd>Vaati1 Portal object.</dd>
<dt>file <a href="vaati2Particle_8c.html" class="m-doc">vaati2Particle.c</a></dt>
<dd>Vaati2 Particle object.</dd>
<dt>file <a href="vaati3Arm_8c.html" class="m-doc">vaati3Arm.c</a></dt>
<dd>Vaati3 Arm object.</dd>
<dt>file <a href="vaati3Death_8c.html" class="m-doc">vaati3Death.c</a></dt>
<dd>Vaati3 Death object.</dd>
<dt>file <a href="vaati3PlayerObject_8c.html" class="m-doc">vaati3PlayerObject.c</a></dt>
<dd>Vaati3 Player object.</dd>
<dt>file <a href="warpPoint_8c.html" class="m-doc">warpPoint.c</a></dt>
<dd>Warp Point object.</dd>
<dt>file <a href="waterDropObject_8c.html" class="m-doc">waterDropObject.c</a></dt>
<dd>Water Drop object.</dd>
<dt>file <a href="waterElement_8c.html" class="m-doc">waterElement.c</a></dt>
<dd>Water Element object.</dd>
<dt>file <a href="waterfallOpening_8c.html" class="m-doc">waterfallOpening.c</a></dt>
<dd>Waterfall Opening object.</dd>
<dt>file <a href="well_8c.html" class="m-doc">well.c</a></dt>
<dd>Well object.</dd>
<dt>file <a href="whirlwind_8c.html" class="m-doc">whirlwind.c</a></dt>
<dd>Whirlwind object.</dd>
<dt>file <a href="whiteTriangleEffect_8c.html" class="m-doc">whiteTriangleEffect.c</a></dt>
<dd>White Triangle Effect object.</dd>
<dt>file <a href="windcrest_8c.html" class="m-doc">windcrest.c</a></dt>
<dd>Windcrest object.</dd>
<dt>file <a href="windTribeFlag_8c.html" class="m-doc">windTribeFlag.c</a></dt>
<dd>Wind Tribe Flag object.</dd>
<dt>file <a href="windTribeTeleporter_8c.html" class="m-doc">windTribeTeleporter.c</a></dt>
<dd>Wind Tribe Teleporter object.</dd>
</dl>
</section>
</div>
</div>
</div>
</article></main>
<div class="m-doc-search" id="search">
<a href="#!" onclick="return hideSearch()"></a>
<div class="m-container">
<div class="m-row">
<div class="m-col-m-8 m-push-m-2">
<div class="m-doc-search-header m-text m-small">
<div><span class="m-label m-default">Tab</span> / <span class="m-label m-default">T</span> to search, <span class="m-label m-default">Esc</span> to close</div>
<div id="search-symbolcount">…</div>
</div>
<div class="m-doc-search-content">
<form>
<input type="search" name="q" id="search-input" placeholder="Loading …" disabled="disabled" autofocus="autofocus" autocomplete="off" spellcheck="false" />
</form>
<noscript class="m-text m-danger m-text-center">Unlike everything else in the docs, the search functionality <em>requires</em> JavaScript.</noscript>
<div id="search-help" class="m-text m-dim m-text-center">
<p class="m-noindent">Search for symbols, directories, files, pages or
modules. You can omit any prefix from the symbol or file path; adding a
<code>:</code> or <code>/</code> suffix lists all members of given symbol or
directory.</p>
<p class="m-noindent">Use <span class="m-label m-dim">↓</span>
/ <span class="m-label m-dim">↑</span> to navigate through the list,
<span class="m-label m-dim">Enter</span> to go.
<span class="m-label m-dim">Tab</span> autocompletes common prefix, you can
copy a link to the result using <span class="m-label m-dim">⌘</span>
<span class="m-label m-dim">L</span> while <span class="m-label m-dim">⌘</span>
<span class="m-label m-dim">M</span> produces a Markdown link.</p>
</div>
<div id="search-notfound" class="m-text m-warning m-text-center">Sorry, nothing was found.</div>
<ul id="search-results"></ul>
</div>
</div>
</div>
</div>
</div>
<script src="search-v2.js"></script>
<script>
Search.download(window.location.pathname.substr(0, window.location.pathname.lastIndexOf('/') + 1) + 'searchdata-v2.bin');
</script>
<footer><nav>
<div class="m-container">
<div class="m-row">
<div class="m-col-l-10 m-push-l-1">
<p>The Minish Cap Docs. Created with <a href="https://doxygen.org/">Doxygen</a> 1.9.1 and <a href="https://mcss.mosra.cz/">m.css</a>.</p>
</div>
</div>
</div>
</nav></footer>
</body>
</html>
|