summaryrefslogtreecommitdiff
path: root/include/d/d_profile.h
blob: 35e061481fe8136c8f62c204b9b037053e358bca (plain)
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
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
#ifndef D_PROFILE_H
#define D_PROFILE_H

#include "f/f_profile.h"

// TODO: Fix the fProfile::[profile_class_type] as it is progressed

extern const fProfile::fActorProfile_c g_profile_TITLE;
extern const fProfile::fActorProfile_c g_profile_E3_TITLE;
extern const fProfile::fActorProfile_c g_profile_E3_GAMEEND;
extern const fProfile::fActorProfile_c g_profile_THPPLAYER;
extern const fProfile::fActorProfile_c g_profile_GAME;
extern const fProfile::fActorProfile_c g_profile_STAGE_MANAGER;
extern const fProfile::fActorProfile_c g_profile_STAGE;
extern const fProfile::fActorProfile_c g_profile_STAGE_SELECT;
extern const fProfile::fActorProfile_c g_profile_VIEW_CLIP_TAG;
extern const fProfile::fActorProfile_c g_profile_START_TAG;
extern const fProfile::fActorProfile_c g_profile_MAP_AREA_TAG;
extern const fProfile::fActorProfile_c g_profile_TRUCK_RAIL;
extern const fProfile::fActorProfile_c g_profile_TAG_STREAM;
extern const fProfile::fActorProfile_c g_profile_COL_BOMSLD;
extern const fProfile::fActorProfile_c g_profile_OBJ_STAGE_KRAKEN;
extern const fProfile::fActorProfile_c g_profile_OBJ_STAGE_KRAKEN_PARTS;
extern const fProfile::fActorProfile_c g_profile_OBJ_TIME_STONE;
extern const fProfile::fActorProfile_c g_profile_OBJ_SW;
extern const fProfile::fActorProfile_c g_profile_OBJ_BLOCK_ROPE;
extern const fProfile::fActorProfile_c g_profile_OBJ_PUSH_BLOCK;
extern const fProfile::fActorProfile_c g_profile_OBJ_KIBAKO;
extern const fProfile::fActorProfile_c g_profile_OBJ_LOG;
extern const fProfile::fActorProfile_c g_profile_OBJ_LOG_WATER;
extern const fProfile::fActorProfile_c g_profile_OBJ_BELT_CVR;
extern const fProfile::fActorProfile_c g_profile_OBJ_DRUM;
extern const fProfile::fActorProfile_c g_profile_OBJ_BELT_OBSTACLE;
extern const fProfile::fActorProfile_c g_profile_OBJ_HIMO;
extern const fProfile::fActorProfile_c g_profile_OBJ_SPIDER_LINE;
extern const fProfile::fActorProfile_c g_profile_OBJ_WIND;
extern const fProfile::fActorProfile_c g_profile_OBJ_WIND03;
extern const fProfile::fActorProfile_c g_profile_OBJ_WIND04;
extern const fProfile::fActorProfile_c g_profile_OBJ_TORNADO;
extern const fProfile::fActorProfile_c g_profile_OBJ_SWITCH_WALL;
extern const fProfile::fActorProfile_c g_profile_OBJ_TOWER_D101;
extern const fProfile::fActorProfile_c g_profile_OBJ_DOOR_DUNGEON_D200;
extern const fProfile::fActorProfile_c g_profile_OBJ_DOOR_DUNGEON;
extern const fProfile::fActorProfile_c g_profile_OBJ_WOOD_BOARD;
extern const fProfile::fActorProfile_c g_profile_OBJ_CLAW_SHOT_TG;
extern const fProfile::fActorProfile_c g_profile_OBJ_BULB_SWITCH;
extern const fProfile::fActorProfile_c g_profile_OBJ_SIDE_SHUTTER;
extern const fProfile::fActorProfile_c g_profile_OBJ_HIT_LEVER_SW;
extern const fProfile::fActorProfile_c g_profile_OBJ_FENCE_IRON;
extern const fProfile::fActorProfile_c g_profile_OBJ_UPDOWN_LAVA;
extern const fProfile::fActorProfile_c g_profile_OBJ_BB_OBJECTS;
extern const fProfile::fActorProfile_c g_profile_OBJ_BRIDGE_BUILDING;
extern const fProfile::fActorProfile_c g_profile_OBJ_CANNON;
extern const fProfile::fActorProfile_c g_profile_OBJ_ROULETTE_ISLAND_C;
extern const fProfile::fActorProfile_c g_profile_OBJ_ROULETTE_ISLAND_R;
extern const fProfile::fActorProfile_c g_profile_OBJ_BRIDGE_STRETCH;
extern const fProfile::fActorProfile_c g_profile_OBJ_IRON_STAGE;
extern const fProfile::fActorProfile_c g_profile_OBJ_UTAJIMA_STOPPER;
extern const fProfile::fActorProfile_c g_profile_OBJ_UTAJIMA_MAIN_MECHA;
extern const fProfile::fActorProfile_c g_profile_OBJ_UTAJIMA_PEDESTAL;
extern const fProfile::fActorProfile_c g_profile_OBJ_UTAJIMA_ISLAND;
extern const fProfile::fActorProfile_c g_profile_OBJ_CANNON_COVER;
extern const fProfile::fActorProfile_c g_profile_OBJ_UTAJIMA;
extern const fProfile::fActorProfile_c g_profile_OBJ_UTAJIMA_LV2;
extern const fProfile::fActorProfile_c g_profile_OBJ_PUZZLE_ISLAND;
extern const fProfile::fActorProfile_c g_profile_OBJ_FENCE_BOKO;
extern const fProfile::fActorProfile_c g_profile_OBJ_FENCE_BOKO2;
extern const fProfile::fActorProfile_c g_profile_OBJ_WINDMILL;
extern const fProfile::fActorProfile_c g_profile_OBJ_PINWHEEL;
extern const fProfile::fActorProfile_c g_profile_OBJ_LIGHTHOUSE_HARP;
extern const fProfile::fActorProfile_c g_profile_OBJ_FENCE_KONSAI;
extern const fProfile::fActorProfile_c g_profile_OBJ_STAGE_SINK;
extern const fProfile::fActorProfile_c g_profile_OBJ_STAGE_WATER;
extern const fProfile::fActorProfile_c g_profile_OBJ_STAGE_COVER;
extern const fProfile::fActorProfile_c g_profile_OBJ_STAGE_CRACK;
extern const fProfile::fActorProfile_c g_profile_OBJ_TERRY_ISLAND;
extern const fProfile::fActorProfile_c g_profile_OBJ_INSECT_ISLAND;
extern const fProfile::fActorProfile_c g_profile_OBJ_SHRINE_AFTER;
extern const fProfile::fActorProfile_c g_profile_OBJ_SHRINE_BEFORE;
extern const fProfile::fActorProfile_c g_profile_OBJ_SHIP_WINDOW;
extern const fProfile::fActorProfile_c g_profile_OBJ_WATER_SURFACE;
extern const fProfile::fActorProfile_c g_profile_OBJ_PUMPKIN_BAR;
extern const fProfile::fActorProfile_c g_profile_OBJ_TREASURE_ISLAND;
extern const fProfile::fActorProfile_c g_profile_OBJ_SEALED_DOOR;
extern const fProfile::fActorProfile_c g_profile_OBJ_EVIL_FIELD;
extern const fProfile::fActorProfile_c g_profile_OBJ_MEGAMI_ISLAND;
extern const fProfile::fActorProfile_c g_profile_OBJ_CITY;
extern const fProfile::fActorProfile_c g_profile_OBJ_BAMBOO_ISLAND;
extern const fProfile::fActorProfile_c g_profile_OBJ_STREAM_LAVA;
extern const fProfile::fActorProfile_c g_profile_OBJ_DOWN_LAVA;
extern const fProfile::fActorProfile_c g_profile_OBJ_APPEAR_BRIDGE;
extern const fProfile::fActorProfile_c g_profile_OBJ_TRUCK_STOPPER;
extern const fProfile::fActorProfile_c g_profile_OBJ_ISLAND_NUSI;
extern const fProfile::fActorProfile_c g_profile_OBJ_ROCK_SKY;
extern const fProfile::fActorProfile_c g_profile_OBJ_TREASURE_ISLAND_B;
extern const fProfile::fActorProfile_c g_profile_OBJ_WATER_F100;
extern const fProfile::fActorProfile_c g_profile_OBJ_BELL;
extern const fProfile::fActorProfile_c g_profile_OBJ_SHRINE_BEF_INSIDE;
extern const fProfile::fActorProfile_c g_profile_OBJ_WINDMILL_DESERT;
extern const fProfile::fActorProfile_c g_profile_OBJ_CITY_WATER;
extern const fProfile::fActorProfile_c g_profile_OBJ_MOLE_COVER;
extern const fProfile::fActorProfile_c g_profile_OBJ_DESERT_DEBRIS;
extern const fProfile::fActorProfile_c g_profile_OBJ_BB_BROKEN_PARTS;
extern const fProfile::fActorProfile_c g_profile_OBJ_KUMITE_WALL;
extern const fProfile::fActorProfile_c g_profile_OBJ_WATER_SHIELD;
extern const fProfile::fActorProfile_c g_profile_OBJ_BSTONE;
extern const fProfile::fActorProfile_c g_profile_OBJ_WIND02;
extern const fProfile::fActorProfile_c g_profile_OBJ_LEAF_SWING;
extern const fProfile::fActorProfile_c g_profile_RIDE_ROCK_SET_TAG;
extern const fProfile::fActorProfile_c g_profile_OBJ_RIDE_ROCK;
extern const fProfile::fActorProfile_c g_profile_OBJ_MOVE_LIFT_VOL;
extern const fProfile::fActorProfile_c g_profile_OBJ_TRUCK;
extern const fProfile::fActorProfile_c g_profile_OBJ_TERRY_SHOP;
extern const fProfile::fActorProfile_c g_profile_OBJ_TRAP_ROCK_1;
extern const fProfile::fActorProfile_c g_profile_OBJ_STOPPER_ROCK;
extern const fProfile::fActorProfile_c g_profile_OBJ_SHUTTER_FENCE;
extern const fProfile::fActorProfile_c g_profile_OBJ_SINK_FLOOR_F;
extern const fProfile::fActorProfile_c g_profile_E_GUMARM;
extern const fProfile::fActorProfile_c g_profile_OBJ_STEP_GUMARM;
extern const fProfile::fActorProfile_c g_profile_OBJ_BRIDGE_FALL;
extern const fProfile::fActorProfile_c g_profile_OBJ_BRIDGE_STEP;
extern const fProfile::fActorProfile_c g_profile_OBJ_BRIDGE_BONE;
extern const fProfile::fActorProfile_c g_profile_OBJ_BB_BRIDGE;
extern const fProfile::fActorProfile_c g_profile_OBJ_BRIDGE_TIME;
extern const fProfile::fActorProfile_c g_profile_OBJ_BOAT;
extern const fProfile::fActorProfile_c g_profile_OBJ_BALLISTA;
extern const fProfile::fActorProfile_c g_profile_OBJ_BALLISTA_F3;
extern const fProfile::fActorProfile_c g_profile_OBJ_TIME_BOAT;
extern const fProfile::fActorProfile_c g_profile_OBJ_GODDESS_STATUE;
extern const fProfile::fActorProfile_c g_profile_OBJ_STONE_STAND;
extern const fProfile::fActorProfile_c g_profile_OBJ_TIME_STAGE_BG;
extern const fProfile::fActorProfile_c g_profile_OBJ_WARP_HOLE;
extern const fProfile::fActorProfile_c g_profile_OBJ_GEAR;
extern const fProfile::fActorProfile_c g_profile_OBJ_DESERT;
extern const fProfile::fActorProfile_c g_profile_OBJ_D300;
extern const fProfile::fActorProfile_c g_profile_OBJ_SEA_F301;
extern const fProfile::fActorProfile_c g_profile_OBJ_DESERT_AGO;
extern const fProfile::fActorProfile_c g_profile_OBJ_DESERT_METER;
extern const fProfile::fActorProfile_c g_profile_OBJ_NEEDLE_DESERT;
extern const fProfile::fActorProfile_c g_profile_OBJ_LOTUS;
extern const fProfile::fActorProfile_c g_profile_OBJ_TARZAN_POLE;
extern const fProfile::fActorProfile_c g_profile_OBJ_STEP_TIME_SLIP;
extern const fProfile::fActorProfile_c g_profile_OBJ_TIME_BASE;
extern const fProfile::fActorProfile_c g_profile_OBJ_SWITCH_SHUTTER;
extern const fProfile::fActorProfile_c g_profile_OBJ_WATERFALL_D101;
extern const fProfile::fActorProfile_c g_profile_OBJ_ROLL_PILLAR;
extern const fProfile::fActorProfile_c g_profile_OBJ_CHEST;
extern const fProfile::fActorProfile_c g_profile_OBJ_ROCK_BOAT;
extern const fProfile::fActorProfile_c g_profile_OBJ_BLOCK_UNDERGROUND;
extern const fProfile::fActorProfile_c g_profile_OBJ_UNDERGROUND;
extern const fProfile::fActorProfile_c g_profile_OBJ_TROLLEY;
extern const fProfile::fActorProfile_c g_profile_OBJ_LAVA_PLATE;
extern const fProfile::fActorProfile_c g_profile_OBJ_SAND_FLOOR;
extern const fProfile::fActorProfile_c g_profile_OBJ_SW_SYAKO;
extern const fProfile::fActorProfile_c g_profile_OBJ_SYAKO_SHUTTER;
extern const fProfile::fActorProfile_c g_profile_OBJ_DUNGEON_SHIP;
extern const fProfile::fActorProfile_c g_profile_OBJ_NEEDLE_UNDERGROUND;
extern const fProfile::fActorProfile_c g_profile_OBJ_STEP_STATUE;
extern const fProfile::fActorProfile_c g_profile_OBJ_GRAVE;
extern const fProfile::fActorProfile_c g_profile_OBJ_SHED;
extern const fProfile::fActorProfile_c g_profile_OBJ_GIRAHIMU_FLOOR;
extern const fProfile::fActorProfile_c g_profile_OBJ_TENIJIMA;
extern const fProfile::fActorProfile_c g_profile_OBJ_SAND_D301;
extern const fProfile::fActorProfile_c g_profile_OBJ_DOOR_BOSSD101;
extern const fProfile::fActorProfile_c g_profile_OBJ_BOXCAGE_F300;
extern const fProfile::fActorProfile_c g_profile_OBJ_TOWER_HAND_D101;
extern const fProfile::fActorProfile_c g_profile_OBJ_DORMITORY_GATE;
extern const fProfile::fActorProfile_c g_profile_OBJ_PISTON;
extern const fProfile::fActorProfile_c g_profile_OBJ_FRUIT_TREE;
extern const fProfile::fActorProfile_c g_profile_OBJ_FARMLAND;
extern const fProfile::fActorProfile_c g_profile_OBJ_PROPELLER_LIFT;
extern const fProfile::fActorProfile_c g_profile_OBJ_D3_DUMMY;
extern const fProfile::fActorProfile_c g_profile_B_BIGBOSS_BASE;
extern const fProfile::fActorProfile_c g_profile_B_BIGBOSS;
extern const fProfile::fActorProfile_c g_profile_B_BIGBOSS2;
extern const fProfile::fActorProfile_c g_profile_B_BIGBOSS3;
extern const fProfile::fActorProfile_c g_profile_B_VD;
extern const fProfile::fActorProfile_c g_profile_OBJ_VDB;
extern const fProfile::fActorProfile_c g_profile_E_CAPTAIN;
extern const fProfile::fActorProfile_c g_profile_OBJ_TRUCK_RAIL_COL;
extern const fProfile::fActorProfile_c g_profile_BIRD;
extern const fProfile::fActorProfile_c g_profile_BIRD_TARGET;
extern const fProfile::fActorProfile_c g_profile_BIRD_NPC;
extern const fProfile::fActorProfile_c g_profile_BIRD_KOBUNA;
extern const fProfile::fActorProfile_c g_profile_BIRD_KOBUNB;
extern const fProfile::fActorProfile_c g_profile_BIRD_RIVAL;
extern const fProfile::fActorProfile_c g_profile_BIRD_ZELDA_TRAINING;
extern const fProfile::fActorProfile_c g_profile_AVATER_RACE_MNG;
extern const fProfile::fActorProfile_c g_profile_AVATER_BULLET;
extern const fProfile::fActorProfile_c g_profile_NUSI_BASE;
extern const fProfile::fActorProfile_c g_profile_NUSI_NPC;
extern const fProfile::fActorProfile_c g_profile_B_NUSI;
extern const fProfile::fActorProfile_c g_profile_B_NUSI_TENTAKLE;
extern const fProfile::fActorProfile_c g_profile_B_NUSI_BULLET;
extern const fProfile::fActorProfile_c g_profile_OBJ_LIGHT_LINE;
extern const fProfile::fActorProfile_c g_profile_OBJ_LIGHT_SHAFT_SMALL;
extern const fProfile::fActorProfile_c g_profile_TAG_LIGHT_SHAFT_EFF;
extern const fProfile::fActorProfile_c g_profile_MEGAMI_DIVING_TAG;
extern const fProfile::fActorProfile_c g_profile_COMMON_BULLET;
extern const fProfile::fActorProfile_c g_profile_E_SYAKOMAITO;
extern const fProfile::fActorProfile_c g_profile_E_MR;
extern const fProfile::fActorProfile_c g_profile_E_PH;
extern const fProfile::fActorProfile_c g_profile_B_KR;
extern const fProfile::fActorProfile_c g_profile_B_KRH;
extern const fProfile::fActorProfile_c g_profile_B_KRA;
extern const fProfile::fActorProfile_c g_profile_OBJ_FLYING_CLAWSHOT_TARGET;
extern const fProfile::fActorProfile_c g_profile_OBJ_DIS_SHIP;
extern const fProfile::fActorProfile_c g_profile_PLAYER;
extern const fProfile::fActorProfile_c g_profile_TAG_SHUTTER_FENCE_PERMISSION;
extern const fProfile::fActorProfile_c g_profile_SHUTTER;
extern const fProfile::fActorProfile_c g_profile_OBJ_SHUTTER_CHANGE_SCENE;
extern const fProfile::fActorProfile_c g_profile_OBJ_DOOR_BOSS;
extern const fProfile::fActorProfile_c g_profile_OBJ_DOOR;
extern const fProfile::fActorProfile_c g_profile_OBJ_FENCE;
extern const fProfile::fActorProfile_c g_profile_TAG_SHUTTER_FENCE_FORBIDDANCE;
extern const fProfile::fActorProfile_c g_profile_OBJ_TROLLEY_SHUTTER;
extern const fProfile::fActorProfile_c g_profile_OBJ_TR_SHUTTER_CS;
extern const fProfile::fActorProfile_c g_profile_OBJ_BG;
extern const fProfile::fActorProfile_c g_profile_BOOMERANG;
extern const fProfile::fActorProfile_c g_profile_GENKI_MGR_TAG;
extern const fProfile::fActorProfile_c g_profile_TAG_MIECHAN;
extern const fProfile::fActorProfile_c g_profile_DEMO_NPC_BIRD;
extern const fProfile::fActorProfile_c g_profile_NPC_RVL;
extern const fProfile::fActorProfile_c g_profile_NPC_RIVAL_LOD;
extern const fProfile::fActorProfile_c g_profile_NPC_KBN;
extern const fProfile::fActorProfile_c g_profile_NPC_KBN2;
extern const fProfile::fActorProfile_c g_profile_NPC_KOBUN_B_NIGHT;
extern const fProfile::fActorProfile_c g_profile_NPC_SKN;
extern const fProfile::fActorProfile_c g_profile_NPC_SKN2;
extern const fProfile::fActorProfile_c g_profile_NPC_GZL;
extern const fProfile::fActorProfile_c g_profile_NPC_ZLD;
extern const fProfile::fActorProfile_c g_profile_NPC_DSK;
extern const fProfile::fActorProfile_c g_profile_NPC_DRB;
extern const fProfile::fActorProfile_c g_profile_NPC_DRBC;
extern const fProfile::fActorProfile_c g_profile_NPC_CE_FRIEND;
extern const fProfile::fActorProfile_c g_profile_NPC_CE_LADY;
extern const fProfile::fActorProfile_c g_profile_NPC_TOILET_GHOST;
extern const fProfile::fActorProfile_c g_profile_NPC_SORAJIMA_FATHER;
extern const fProfile::fActorProfile_c g_profile_NPC_SORAJIMA_MOTHER;
extern const fProfile::fActorProfile_c g_profile_NPC_SORAJIMA_GIRL;
extern const fProfile::fActorProfile_c g_profile_NPC_KYUI_WIZARD;
extern const fProfile::fActorProfile_c g_profile_NPC_KYUI_FIRST;
extern const fProfile::fActorProfile_c g_profile_NPC_ORD_KYUI;
extern const fProfile::fActorProfile_c g_profile_NPC_KYUI_ELDER;
extern const fProfile::fActorProfile_c g_profile_NPC_KYUI_THIRD;
extern const fProfile::fActorProfile_c g_profile_NPC_KYUI4;
extern const fProfile::fActorProfile_c g_profile_NPC_TMN;
extern const fProfile::fActorProfile_c g_profile_NPC_SALESMAN_S;
extern const fProfile::fActorProfile_c g_profile_NPC_DOUGUYA_NIGHT;
extern const fProfile::fActorProfile_c g_profile_NPC_MED_WIFE_NIGHT;
extern const fProfile::fActorProfile_c g_profile_NPC_MED_HUS_NIGHT;
extern const fProfile::fActorProfile_c g_profile_NPC_JUNK_NIGHT;
extern const fProfile::fActorProfile_c g_profile_NPC_AZUKARIYA_NIGHT;
extern const fProfile::fActorProfile_c g_profile_NPC_DOUGUYA_MOTHER;
extern const fProfile::fActorProfile_c g_profile_NPC_DOUGUYA_MOTHER_LOD;
extern const fProfile::fActorProfile_c g_profile_NPC_JUNK_MOTHER;
extern const fProfile::fActorProfile_c g_profile_NPC_JUNK_MOTHER_LOD;
extern const fProfile::fActorProfile_c g_profile_NPC_SENPAIA_MOTHER;
extern const fProfile::fActorProfile_c g_profile_NPC_SENPAIA_MOTHER_LOD;
extern const fProfile::fActorProfile_c g_profile_NPC_SORAJIMA_MAN_E;
extern const fProfile::fActorProfile_c g_profile_NPC_SORAJIMA_MAN_D;
extern const fProfile::fActorProfile_c g_profile_NPC_AZUKARIYA_FATHER;
extern const fProfile::fActorProfile_c g_profile_NPC_DAISHINKAN_N;
extern const fProfile::fActorProfile_c g_profile_NPC_SORAJIMA_MALE;
extern const fProfile::fActorProfile_c g_profile_NPC_BDSW;
extern const fProfile::fActorProfile_c g_profile_NPC_SORAJIMA_FEMALE;
extern const fProfile::fActorProfile_c g_profile_NPC_KENSEI;
extern const fProfile::fActorProfile_c g_profile_NPC_TALK_KENSEI;
extern const fProfile::fActorProfile_c g_profile_NPC_BDZ;
extern const fProfile::fActorProfile_c g_profile_NPC_OIM;
extern const fProfile::fActorProfile_c g_profile_NPC_YIM;
extern const fProfile::fActorProfile_c g_profile_NPC_BGR;
extern const fProfile::fActorProfile_c g_profile_NPC_SLTK;
extern const fProfile::fActorProfile_c g_profile_NPC_SLB2;
extern const fProfile::fActorProfile_c g_profile_NPC_SMA3;
extern const fProfile::fActorProfile_c g_profile_NPC_SMA2;
extern const fProfile::fActorProfile_c g_profile_NPC_PMA;
extern const fProfile::fActorProfile_c g_profile_NPC_PDU;
extern const fProfile::fActorProfile_c g_profile_NPC_ICGK;
extern const fProfile::fActorProfile_c g_profile_NPC_PCS;
extern const fProfile::fActorProfile_c g_profile_NPC_FDR;
extern const fProfile::fActorProfile_c g_profile_NPC_TDR;
extern const fProfile::fActorProfile_c g_profile_NPC_TDS;
extern const fProfile::fActorProfile_c g_profile_NPC_TDRB;
extern const fProfile::fActorProfile_c g_profile_TAG_SWORD_BATTLE_GAME;
extern const fProfile::fActorProfile_c g_profile_TAG_SIREN_TIME_ATTACK;
extern const fProfile::fActorProfile_c g_profile_NPC_ADR;
extern const fProfile::fActorProfile_c g_profile_NPC_GHM;
extern const fProfile::fActorProfile_c g_profile_NPC_SHA;
extern const fProfile::fActorProfile_c g_profile_NPC_GRA;
extern const fProfile::fActorProfile_c g_profile_NPC_GRC;
extern const fProfile::fActorProfile_c g_profile_NPC_GRD;
extern const fProfile::fActorProfile_c g_profile_NPC_SORAJIMA_BOY;
extern const fProfile::fActorProfile_c g_profile_NPC_AKUMAKUN;
extern const fProfile::fActorProfile_c g_profile_NPC_AKU_HUMAN;
extern const fProfile::fActorProfile_c g_profile_NPC_SUISEI;
extern const fProfile::fActorProfile_c g_profile_NPC_SUISEI_SUB;
extern const fProfile::fActorProfile_c g_profile_NPC_SUISEI_NORMAL;
extern const fProfile::fActorProfile_c g_profile_MOLE_MGR_TAG;
extern const fProfile::fActorProfile_c g_profile_NPC_MOLE_MG;
extern const fProfile::fActorProfile_c g_profile_NPC_MOLE;
extern const fProfile::fActorProfile_c g_profile_NPC_MOLE_NORMAL;
extern const fProfile::fActorProfile_c g_profile_NPC_MOLE_NORMAL2;
extern const fProfile::fActorProfile_c g_profile_NPC_MOLE_ES_NML;
extern const fProfile::fActorProfile_c g_profile_NPC_MOLE_TACKLE;
extern const fProfile::fActorProfile_c g_profile_NPC_MOLE_TACKLE2;
extern const fProfile::fActorProfile_c g_profile_NPC_CHEF;
extern const fProfile::fActorProfile_c g_profile_NPC_SLFB;
extern const fProfile::fActorProfile_c g_profile_NPC_SLRP;
extern const fProfile::fActorProfile_c g_profile_NPC_SLFL;
extern const fProfile::fActorProfile_c g_profile_NPC_TERRY;
extern const fProfile::fActorProfile_c g_profile_NPC_DIVE_GAME_JUDGE;
extern const fProfile::fActorProfile_c g_profile_KNIGHT_LEADER_BIRD;
extern const fProfile::fActorProfile_c g_profile_NPC_KNIGHT_LEADER;
extern const fProfile::fActorProfile_c g_profile_NPC_SENPAI;
extern const fProfile::fActorProfile_c g_profile_NPC_SENPAI_B;
extern const fProfile::fActorProfile_c g_profile_NPC_REGRET_RIVAL;
extern const fProfile::fActorProfile_c g_profile_NPC_RESCUE;
extern const fProfile::fActorProfile_c g_profile_NPC_SLB;
extern const fProfile::fActorProfile_c g_profile_FLY_SLB;
extern const fProfile::fActorProfile_c g_profile_OBJ_PROPERA;
extern const fProfile::fActorProfile_c g_profile_OBJ_ROULETTE;
extern const fProfile::fActorProfile_c g_profile_NPC_MOLE_ELDER;
extern const fProfile::fActorProfile_c g_profile_NPC_SALBAGE_MORRY;
extern const fProfile::fActorProfile_c g_profile_NPC_MOLE_SAL;
extern const fProfile::fActorProfile_c g_profile_OBJ_POT_SAL;
extern const fProfile::fActorProfile_c g_profile_OBJ_MOLE_SOIL;
extern const fProfile::fActorProfile_c g_profile_LITTLE_BIRD_MGR;
extern const fProfile::fActorProfile_c g_profile_LITTLE_BIRD;
extern const fProfile::fActorProfile_c g_profile_FISH_MGR;
extern const fProfile::fActorProfile_c g_profile_FISH;
extern const fProfile::fActorProfile_c g_profile_EEL;
extern const fProfile::fActorProfile_c g_profile_JSTUDIO_SYSOBJ;
extern const fProfile::fActorProfile_c g_profile_JSTUDIO_ACTOR;
extern const fProfile::fActorProfile_c g_profile_B_BBSHWV;
extern const fProfile::fActorProfile_c g_profile_NPC_BBRVL;
extern const fProfile::fActorProfile_c g_profile_OBJ_BIGBOMB_FLOWER;
extern const fProfile::fActorProfile_c g_profile_OBJ_BBLARGEBOMB;
extern const fProfile::fActorProfile_c g_profile_OBJ_BSTN;
extern const fProfile::fActorProfile_c g_profile_B_MG;
extern const fProfile::fActorProfile_c g_profile_B_LASTBOSS;
extern const fProfile::fActorProfile_c g_profile_J_TEST;
extern const fProfile::fActorProfile_c g_profile_E_AM;
extern const fProfile::fActorProfile_c g_profile_T_QUAKE;
extern const fProfile::fActorProfile_c g_profile_T_KUMITE;
extern const fProfile::fActorProfile_c g_profile_GROUP_TEST;
extern const fProfile::fActorProfile_c g_profile_GROUP_SUMMON;
extern const fProfile::fActorProfile_c g_profile_T_BCAL;
extern const fProfile::fActorProfile_c g_profile_E_SM;
extern const fProfile::fActorProfile_c g_profile_E_BEAMOS;
extern const fProfile::fActorProfile_c g_profile_GEKO_TAG;
extern const fProfile::fActorProfile_c g_profile_E_GEKO;
extern const fProfile::fActorProfile_c g_profile_E_SIREN;
extern const fProfile::fActorProfile_c g_profile_E_PO;
extern const fProfile::fActorProfile_c g_profile_OBJ_RING;
extern const fProfile::fActorProfile_c g_profile_E_OR;
extern const fProfile::fActorProfile_c g_profile_E_OR_CANNON;
extern const fProfile::fActorProfile_c g_profile_OR_CANN_BULLET;
extern const fProfile::fActorProfile_c g_profile_E_EYE;
extern const fProfile::fActorProfile_c g_profile_OBJ_HOLE;
extern const fProfile::fActorProfile_c g_profile_OBJ_INTO_HOLE;
extern const fProfile::fActorProfile_c g_profile_E_SPARK;
extern const fProfile::fActorProfile_c g_profile_E_MAGMA;
extern const fProfile::fActorProfile_c g_profile_E_MAGUPPO;
extern const fProfile::fActorProfile_c g_profile_MAGUPPO_BULLET;
extern const fProfile::fActorProfile_c g_profile_E_BS;
extern const fProfile::fActorProfile_c g_profile_E_SF;
extern const fProfile::fActorProfile_c g_profile_E_SF4;
extern const fProfile::fActorProfile_c g_profile_E_ST;
extern const fProfile::fActorProfile_c g_profile_E_ST_WIRE;
extern const fProfile::fActorProfile_c g_profile_ENEMY_CONTROL;
extern const fProfile::fActorProfile_c g_profile_KIESU_TAG;
extern const fProfile::fActorProfile_c g_profile_E_KS;
extern const fProfile::fActorProfile_c g_profile_E_HB;
extern const fProfile::fActorProfile_c g_profile_E_HB_LEAF;
extern const fProfile::fActorProfile_c g_profile_E_REMLY;
extern const fProfile::fActorProfile_c g_profile_E_LIZARUFOS;
extern const fProfile::fActorProfile_c g_profile_E_LIZA_TAIL;
extern const fProfile::fActorProfile_c g_profile_E_HIDOKARI;
extern const fProfile::fActorProfile_c g_profile_E_HIDOKARIS;
extern const fProfile::fActorProfile_c g_profile_E_HYDRA;
extern const fProfile::fActorProfile_c g_profile_E_GUNHO;
extern const fProfile::fActorProfile_c g_profile_E_GUNHOB;
extern const fProfile::fActorProfile_c g_profile_E_BFISH;
extern const fProfile::fActorProfile_c g_profile_E_CACTUS;
extern const fProfile::fActorProfile_c g_profile_E_HOC;
extern const fProfile::fActorProfile_c g_profile_E_OC;
extern const fProfile::fActorProfile_c g_profile_E_KGIRA;
extern const fProfile::fActorProfile_c g_profile_OBJ_PIPE;
extern const fProfile::fActorProfile_c g_profile_E_BC;
extern const fProfile::fActorProfile_c g_profile_E_BCE;
extern const fProfile::fActorProfile_c g_profile_E_BCAL;
extern const fProfile::fActorProfile_c g_profile_E_BCARROW;
extern const fProfile::fActorProfile_c g_profile_E_BCALARROW;
extern const fProfile::fActorProfile_c g_profile_BCZ_TAG;
extern const fProfile::fActorProfile_c g_profile_E_BCZ;
extern const fProfile::fActorProfile_c g_profile_E_SKYTAIL;
extern const fProfile::fActorProfile_c g_profile_E_HP;
extern const fProfile::fActorProfile_c g_profile_E_CHB;
extern const fProfile::fActorProfile_c g_profile_E_GUE;
extern const fProfile::fActorProfile_c g_profile_GUE_BULLET;
extern const fProfile::fActorProfile_c g_profile_E_GE;
extern const fProfile::fActorProfile_c g_profile_E_RUPEE_GUE;
extern const fProfile::fActorProfile_c g_profile_E_GEROCK;
extern const fProfile::fActorProfile_c g_profile_E_TN2;
extern const fProfile::fActorProfile_c g_profile_E_HIDORY;
extern const fProfile::fActorProfile_c g_profile_HIDORY_FIRE;
extern const fProfile::fActorProfile_c g_profile_E_WS;
extern const fProfile::fActorProfile_c g_profile_NPC_BIRD;
extern const fProfile::fActorProfile_c g_profile_B_GIRAHIMU_BASE;
extern const fProfile::fActorProfile_c g_profile_B_GIRAHIMU;
extern const fProfile::fActorProfile_c g_profile_B_GIRAHIMU2;
extern const fProfile::fActorProfile_c g_profile_B_GIRAHIMU3_BASE;
extern const fProfile::fActorProfile_c g_profile_B_GIRAHIMU3_FIRST;
extern const fProfile::fActorProfile_c g_profile_B_GIRAHIMU3_SECOND;
extern const fProfile::fActorProfile_c g_profile_B_GIRAHIMU3_THIRD;
extern const fProfile::fActorProfile_c g_profile_OBJ_GH_SW_L;
extern const fProfile::fActorProfile_c g_profile_OBJ_GH_KNIFE;
extern const fProfile::fActorProfile_c g_profile_OBJ_BIRD_SP_UP;
extern const fProfile::fActorProfile_c g_profile_GH_SWORD_BEAM;
extern const fProfile::fActorProfile_c g_profile_B_ASURA;
extern const fProfile::fActorProfile_c g_profile_ASURA_ARM;
extern const fProfile::fActorProfile_c g_profile_ASURA_FOOT;
extern const fProfile::fActorProfile_c g_profile_ASURA_BULLET;
extern const fProfile::fActorProfile_c g_profile_ASURA_SWORD;
extern const fProfile::fActorProfile_c g_profile_ASURA_PILLAR;
extern const fProfile::fActorProfile_c g_profile_INVISIBLE;
extern const fProfile::fActorProfile_c g_profile_E_MR_SHIELD;
extern const fProfile::fActorProfile_c g_profile_E_KG;
extern const fProfile::fActorProfile_c g_profile_NPC_HONEYCOMB;
extern const fProfile::fActorProfile_c g_profile_NPC_BEE;
extern const fProfile::fActorProfile_c g_profile_HEART_FLOWER;
extern const fProfile::fActorProfile_c g_profile_BOMBF;
extern const fProfile::fActorProfile_c g_profile_BOMB;
extern const fProfile::fActorProfile_c g_profile_OBJ_CARRY_STONE;
extern const fProfile::fActorProfile_c g_profile_OBJ_ROLL_ROCK;
extern const fProfile::fActorProfile_c g_profile_COL_STP;
extern const fProfile::fActorProfile_c g_profile_KANBAN;
extern const fProfile::fActorProfile_c g_profile_OBJ_BAMBOO;
extern const fProfile::fActorProfile_c g_profile_OBJ_SWHIT;
extern const fProfile::fActorProfile_c g_profile_OBJ_SW_SWORD_BEAM;
extern const fProfile::fActorProfile_c g_profile_OBJ_SW_HARP;
extern const fProfile::fActorProfile_c g_profile_OBJ_SIREN_BARRIER;
extern const fProfile::fActorProfile_c g_profile_OBJ_TOGE_TRAP;
extern const fProfile::fActorProfile_c g_profile_PUMPKIN;
extern const fProfile::fActorProfile_c g_profile_OBJ_PUMPKIN_LEAF;
extern const fProfile::fActorProfile_c g_profile_OBJ_WATER_NUT_LEAF;
extern const fProfile::fActorProfile_c g_profile_OBJ_WATER_NUT;
extern const fProfile::fActorProfile_c g_profile_OBJ_TABLEWARE;
extern const fProfile::fActorProfile_c g_profile_OBJ_SW_WHIPLEVER;
extern const fProfile::fActorProfile_c g_profile_OBJ_MUSHROOM;
extern const fProfile::fActorProfile_c g_profile_WOODAREA_TAG;
extern const fProfile::fActorProfile_c g_profile_OBJ_FRUIT;
extern const fProfile::fActorProfile_c g_profile_OBJ_SKULL;
extern const fProfile::fActorProfile_c g_profile_SOUND_TAG;
extern const fProfile::fActorProfile_c g_profile_OBJ_ROCK_DRAGON;
extern const fProfile::fActorProfile_c g_profile_TAG_INSECT;
extern const fProfile::fActorProfile_c g_profile_INSECT_LADYBUG;
extern const fProfile::fActorProfile_c g_profile_INSECT_DRAGONFLY;
extern const fProfile::fActorProfile_c g_profile_INSECT_BEETLE;
extern const fProfile::fActorProfile_c g_profile_INSECT_GRASSHOPPER;
extern const fProfile::fActorProfile_c g_profile_INSECT_CICADA;
extern const fProfile::fActorProfile_c g_profile_INSECT_ANT;
extern const fProfile::fActorProfile_c g_profile_INSECT_BUTTERFLY;
extern const fProfile::fActorProfile_c g_profile_INSECT_SCARAB;
extern const fProfile::fActorProfile_c g_profile_INSECT_FIREFLY;
extern const fProfile::fActorProfile_c g_profile_OBJ_SAIL;
extern const fProfile::fActorProfile_c g_profile_OBJ_LOTUS_FLOWER;
extern const fProfile::fActorProfile_c g_profile_OBJ_LOTUS_SEED;
extern const fProfile::fActorProfile_c g_profile_OBJ_SHUTTER_LOCK;
extern const fProfile::fActorProfile_c g_profile_OBJ_LAMP;
extern const fProfile::fActorProfile_c g_profile_TAG_ROCK_BOAT;
extern const fProfile::fActorProfile_c g_profile_OBJ_TOWER_GEAR_D101;
extern const fProfile::fActorProfile_c g_profile_OBJ_SHUTTER_WATER_D101;
extern const fProfile::fActorProfile_c g_profile_OBJ_ANCIENT_JEWELS;
extern const fProfile::fActorProfile_c g_profile_OBJ_MG_PUMPKIN;
extern const fProfile::fActorProfile_c g_profile_OBJ_FLAG;
extern const fProfile::fActorProfile_c g_profile_OBJ_CHANDELIER;
extern const fProfile::fActorProfile_c g_profile_TAG_PUMPKIN_CLAY;
extern const fProfile::fActorProfile_c g_profile_TAG_REACTION;
extern const fProfile::fActorProfile_c g_profile_OBJ_SPORE;
extern const fProfile::fActorProfile_c g_profile_OBJ_FRUIT_B;
extern const fProfile::fActorProfile_c g_profile_OBJ_DIVINER_CRYSTAL;
extern const fProfile::fActorProfile_c g_profile_TAG_NOEFFECT_AREA;
extern const fProfile::fActorProfile_c g_profile_TAG_D3_SCENE_CHANGE;
extern const fProfile::fActorProfile_c g_profile_OBJ_DECOA;
extern const fProfile::fActorProfile_c g_profile_OBJ_DECOB;
extern const fProfile::fActorProfile_c g_profile_OBJ_SANDBAG;
extern const fProfile::fActorProfile_c g_profile_OBJ_PAINT;
extern const fProfile::fActorProfile_c g_profile_OBJ_CONTROL_PANEL;
extern const fProfile::fActorProfile_c g_profile_OBJ_UG_SWITCH;
extern const fProfile::fActorProfile_c g_profile_OBJ_CLEARNESS_WALL;
extern const fProfile::fActorProfile_c g_profile_OBJ_RUINED_SAVE;
extern const fProfile::fActorProfile_c g_profile_OBJ_TRIFORCE;
extern const fProfile::fActorProfile_c g_profile_OBJ_KANBAN_STONE;
extern const fProfile::fActorProfile_c g_profile_TBOX;
extern const fProfile::fActorProfile_c g_profile_OBJ_BUBBLE;
extern const fProfile::fActorProfile_c g_profile_OBJ_VSD;
extern const fProfile::fActorProfile_c g_profile_OBJ_SOIL;
extern const fProfile::fActorProfile_c g_profile_OBJ_IVY_ROPE;
extern const fProfile::fActorProfile_c g_profile_OBJ_GRASS_COIL;
extern const fProfile::fActorProfile_c g_profile_OBJ_ROPE_IGAIGA;
extern const fProfile::fActorProfile_c g_profile_OBJ_FIRE;
extern const fProfile::fActorProfile_c g_profile_OBJ_TUBO;
extern const fProfile::fActorProfile_c g_profile_OBJ_TUBO_BIG;
extern const fProfile::fActorProfile_c g_profile_OBJ_CHAIR;
extern const fProfile::fActorProfile_c g_profile_TIME_AREA;
extern const fProfile::fActorProfile_c g_profile_OBJ_BLAST_ROCK;
extern const fProfile::fActorProfile_c g_profile_OBJ_SW_DIR;
extern const fProfile::fActorProfile_c g_profile_OBJ_SW_DIR_DOOR;
extern const fProfile::fActorProfile_c g_profile_OBJ_SW_BANK;
extern const fProfile::fActorProfile_c g_profile_OBJ_SW_BANK_SMALL;
extern const fProfile::fActorProfile_c g_profile_T_FAIRY;
extern const fProfile::fActorProfile_c g_profile_OBJ_FAIRY;
extern const fProfile::fActorProfile_c g_profile_BIRD_MOB;
extern const fProfile::fActorProfile_c g_profile_OBJ_BALLISTA_HANDLE;
extern const fProfile::fActorProfile_c g_profile_OBJ_TIME_BOAT_BULLET;
extern const fProfile::fActorProfile_c g_profile_OBJ_TIME_DOOR;
extern const fProfile::fActorProfile_c g_profile_OBJ_TIME_DOOR_BEFORE;
extern const fProfile::fActorProfile_c g_profile_TAG_TIME_DOOR_BEAM;
extern const fProfile::fActorProfile_c g_profile_OBJ_COL;
extern const fProfile::fActorProfile_c g_profile_OBJ_DAYNIGHT;
extern const fProfile::fActorProfile_c g_profile_OBJ_BUILDING;
extern const fProfile::fActorProfile_c g_profile_OBJ_OCT_GRASS;
extern const fProfile::fActorProfile_c g_profile_OBJ_OCT_GRASS_LEAF;
extern const fProfile::fActorProfile_c g_profile_OBJ_TUMBLE_WEED;
extern const fProfile::fActorProfile_c g_profile_TUMBLE_WEED_TAG;
extern const fProfile::fActorProfile_c g_profile_OBJ_FLOWER_ANCIENT;
extern const fProfile::fActorProfile_c g_profile_OBJ_BARREL;
extern const fProfile::fActorProfile_c g_profile_OBJ_WARP;
extern const fProfile::fActorProfile_c g_profile_OBJ_WATER_MARK;
extern const fProfile::fActorProfile_c g_profile_OBJ_WATER_JAR;
extern const fProfile::fActorProfile_c g_profile_OBJ_STOPPING_ROPE;
extern const fProfile::fActorProfile_c g_profile_OBJ_TRAP_BIRD_WOOD;
extern const fProfile::fActorProfile_c g_profile_OBJ_TACKLE;
extern const fProfile::fActorProfile_c g_profile_TACKLE_TAG;
extern const fProfile::fActorProfile_c g_profile_OBJ_VORTEX;
extern const fProfile::fActorProfile_c g_profile_OBJ_TOWER_BOMB;
extern const fProfile::fActorProfile_c g_profile_OBJ_SEAT_SWORD;
extern const fProfile::fActorProfile_c g_profile_OBJ_POLE_STONY;
extern const fProfile::fActorProfile_c g_profile_OBJ_SWORD_CANDLE;
extern const fProfile::fActorProfile_c g_profile_OBJ_SAVE;
extern const fProfile::fActorProfile_c g_profile_OBJ_POOL_COCK;
extern const fProfile::fActorProfile_c g_profile_OBJ_FIREWALL;
extern const fProfile::fActorProfile_c g_profile_HARP_TAG;
extern const fProfile::fActorProfile_c g_profile_OBJ_SWORD_STAB;
extern const fProfile::fActorProfile_c g_profile_OBJ_GODDESS_CUBE;
extern const fProfile::fActorProfile_c g_profile_OBJ_TIME_BLOCK;
extern const fProfile::fActorProfile_c g_profile_OBJ_MOVE_ELEC;
extern const fProfile::fActorProfile_c g_profile_OBJ_LAVA_D201;
extern const fProfile::fActorProfile_c g_profile_OBJ_HARP_HINT;
extern const fProfile::fActorProfile_c g_profile_OBJ_F302_LIGHT;
extern const fProfile::fActorProfile_c g_profile_OBJ_TOD3_STONE;
extern const fProfile::fActorProfile_c g_profile_OBJ_B300_SAND;
extern const fProfile::fActorProfile_c g_profile_T_DOWSING;
extern const fProfile::fActorProfile_c g_profile_T_MAP_MARK;
extern const fProfile::fActorProfile_c g_profile_BEETLE_TAG;
extern const fProfile::fActorProfile_c g_profile_EFFECT_GEN_TAG;
extern const fProfile::fActorProfile_c g_profile_TAG_TIME_AREA_CHECK;
extern const fProfile::fActorProfile_c g_profile_TAG_RESTART_TIME_STONE;
extern const fProfile::fActorProfile_c g_profile_SHOP_SAMPLE;
extern const fProfile::fActorProfile_c g_profile_OBJ_TERRY_GIMMICK;
extern const fProfile::fActorProfile_c g_profile_OBJ_TERRY_SWITCH;
extern const fProfile::fActorProfile_c g_profile_OBJ_TERRY_HOLE;
extern const fProfile::fActorProfile_c g_profile_OBJ_TERRY_BIKE;
extern const fProfile::fActorProfile_c g_profile_OBJ_JUNK_REPAIR;
extern const fProfile::fActorProfile_c g_profile_CO_TEST;
extern const fProfile::fActorProfile_c g_profile_OBJ_ARROW_SWITCH;
extern const fProfile::fActorProfile_c g_profile_OBJ_VENT_FAN;
extern const fProfile::fActorProfile_c g_profile_OBJ_ELECTRIC_LIGHT;
extern const fProfile::fActorProfile_c g_profile_OBJ_WATER_SWITCH;
extern const fProfile::fActorProfile_c g_profile_OBJ_ROTATION_LIGHT;
extern const fProfile::fActorProfile_c g_profile_OBJ_HOLE_MINIGAME;
extern const fProfile::fActorProfile_c g_profile_OBJ_CLOUD_DIVE;
extern const fProfile::fActorProfile_c g_profile_OBJ_MUSASABI;
extern const fProfile::fActorProfile_c g_profile_OBJ_FORTUNE_RING;
extern const fProfile::fActorProfile_c g_profile_OBJ_BLOW_COAL;
extern const fProfile::fActorProfile_c g_profile_OBJ_SPIKE;
extern const fProfile::fActorProfile_c g_profile_OBJ_WATER_SPOUT;
extern const fProfile::fActorProfile_c g_profile_OBJ_SMOKE;
extern const fProfile::fActorProfile_c g_profile_OBJ_LIGHTHOUSE_LIGHT;
extern const fProfile::fActorProfile_c g_profile_OBJ_WATER_IGAIGA;
extern const fProfile::fActorProfile_c g_profile_OBJ_BLADE;
extern const fProfile::fActorProfile_c g_profile_OBJ_FIRE_OBSTACLE;
extern const fProfile::fActorProfile_c g_profile_OBJ_FIRE_PILLAR;
extern const fProfile::fActorProfile_c g_profile_OBJ_GUARD_LOG;
extern const fProfile::fActorProfile_c g_profile_OBJ_SLICE_LOG;
extern const fProfile::fActorProfile_c g_profile_OBJ_SLICE_LOG_PARTS;
extern const fProfile::fActorProfile_c g_profile_OBJ_STAGE_DEBRIS;
extern const fProfile::fActorProfile_c g_profile_OBJ_GROUND_COVER;
extern const fProfile::fActorProfile_c g_profile_OBJ_CUMUL_CLOUD;
extern const fProfile::fActorProfile_c g_profile_OBJ_UNDER_CLOUD;
extern const fProfile::fActorProfile_c g_profile_OBJ_WATERFALL_F102;
extern const fProfile::fActorProfile_c g_profile_OBJ_GOD_MARK;
extern const fProfile::fActorProfile_c g_profile_OBJ_IMPA_DOOR;
extern const fProfile::fActorProfile_c g_profile_OBJ_WATERFALL_D100;
extern const fProfile::fActorProfile_c g_profile_OBJ_GIRAHIM_FOOT;
extern const fProfile::fActorProfile_c g_profile_OBJ_ISLAND_LOD;
extern const fProfile::fActorProfile_c g_profile_OBJ_UTA_DEMO_PEDEST;
extern const fProfile::fActorProfile_c g_profile_OBJ_LAVA_F200;
extern const fProfile::fActorProfile_c g_profile_OBJ_ROPE_BASE;
extern const fProfile::fActorProfile_c g_profile_OBJ_SUN_LIGHT;
extern const fProfile::fActorProfile_c g_profile_OBJ_SIREN_2DMAP;
extern const fProfile::fActorProfile_c g_profile_OBJ_DISPLAY_ONLY_NBS;
extern const fProfile::fActorProfile_c g_profile_OBJ_AMBER;
extern const fProfile::fActorProfile_c g_profile_OBJ_BIRD_STATUE;
extern const fProfile::fActorProfile_c g_profile_OBJ_F400_GATE_LEAF;
extern const fProfile::fActorProfile_c g_profile_OBJ_F400_GATE_SEAL;
extern const fProfile::fActorProfile_c g_profile_OBJ_MAPPARTS;
extern const fProfile::fActorProfile_c g_profile_OBJ_RO_AT_TARGET;
extern const fProfile::fActorProfile_c g_profile_RO_AT_TAR_MANAGER_TAG;
extern const fProfile::fActorProfile_c g_profile_TAG_MUSASABI;
extern const fProfile::fActorProfile_c g_profile_TAG_MAP_INST;
extern const fProfile::fActorProfile_c g_profile_TAG_AUTO_MESSAGE;
extern const fProfile::fActorProfile_c g_profile_TAG_SHIP_SLOPE;
extern const fProfile::fActorProfile_c g_profile_TAG_SHIP_FLOOD;
extern const fProfile::fActorProfile_c g_profile_TAG_BARREL;
extern const fProfile::fActorProfile_c g_profile_TAG_BARREL_POS;
extern const fProfile::fActorProfile_c g_profile_TAG_HEAT_RESIST;
extern const fProfile::fActorProfile_c g_profile_TAG_HOLY_WATER;
extern const fProfile::fActorProfile_c g_profile_TAG_BELT_OBSTACLE;
extern const fProfile::fActorProfile_c g_profile_TAG_DRUM;
extern const fProfile::fActorProfile_c g_profile_TAG_ROLL_ATTACK_LOG;
extern const fProfile::fActorProfile_c g_profile_TAG_SHIP_WINDOW;
extern const fProfile::fActorProfile_c g_profile_ARROW;
extern const fProfile::fActorProfile_c g_profile_MASS_OBJ_TAG;
extern const fProfile::fActorProfile_c g_profile_SOUND_AREA_MGR;
extern const fProfile::fActorProfile_c g_profile_TAG_SOUND_AREA;
extern const fProfile::fActorProfile_c g_profile_ATT_TAG;
extern const fProfile::fActorProfile_c g_profile_TLP_TAG;
extern const fProfile::fActorProfile_c g_profile_SKYENEMY_T;
extern const fProfile::fActorProfile_c g_profile_TOUCH_TAG;
extern const fProfile::fActorProfile_c g_profile_CAMERA_TAG;
extern const fProfile::fActorProfile_c g_profile_CAMERA2_TAG;
extern const fProfile::fActorProfile_c g_profile_ACTION_TAG;
extern const fProfile::fActorProfile_c g_profile_SC_CHANGE_TAG;
extern const fProfile::fActorProfile_c g_profile_GATE2GND_TAG;
extern const fProfile::fActorProfile_c g_profile_ALLDIE_TAG;
extern const fProfile::fActorProfile_c g_profile_SW_TAG;
extern const fProfile::fActorProfile_c g_profile_PL_RESTART;
extern const fProfile::fActorProfile_c g_profile_SW_AREA_TAG;
extern const fProfile::fActorProfile_c g_profile_SIREN_TAG;
extern const fProfile::fActorProfile_c g_profile_TAG_TKEVNT;
extern const fProfile::fActorProfile_c g_profile_MOLE_PROHIBIT_TAG;
extern const fProfile::fActorProfile_c g_profile_TAG_DEFEAT_BOSS;
extern const fProfile::fActorProfile_c g_profile_TAG_TIMER;
extern const fProfile::fActorProfile_c g_profile_TAG_FENCE_SYNCHRONIZER;
extern const fProfile::fActorProfile_c g_profile_TAG_GENKI_DOWSING_TARGET;
extern const fProfile::fActorProfile_c g_profile_ITEM;
extern const fProfile::fActorProfile_c g_profile_OBJ_ITEM_HEART_CONTAINER;
extern const fProfile::fActorProfile_c g_profile_OBJ_CLEF;
extern const fProfile::fActorProfile_c g_profile_OBJ_FRUIT_GUTS_LEAF;
extern const fProfile::fActorProfile_c g_profile_OBJ_SWRD_PRJ;
extern const fProfile::fActorProfile_c g_profile_OBJ_VACU_DUST_PARTS;
extern const fProfile::fActorProfile_c g_profile_OBJ_VACU_DUST;
extern const fProfile::fActorProfile_c g_profile_OBJ_RAIL_POST;
extern const fProfile::fActorProfile_c g_profile_OBJ_RAIL_END;
extern const fProfile::fActorProfile_c g_profile_OBJ_TENI_RAIL;
extern const fProfile::fActorProfile_c g_profile_OBJ_TENI_RAIL_POST;
extern const fProfile::fActorProfile_c g_profile_OBJ_FORCE_SIGN;
extern const fProfile::fActorProfile_c g_profile_TAG_FORCE_GET_FLAG;
extern const fProfile::fActorProfile_c g_profile_TAG_CLEF_MANAGER;
extern const fProfile::fActorProfile_c g_profile_TAG_CLEF_GAME;
extern const fProfile::fActorProfile_c g_profile_TAG_MINIGAME_INSECT_CAPTURE;
extern const fProfile::fActorProfile_c g_profile_CAMERA;
extern const fProfile::fActorProfile_c g_profile_WEATHER_TAG;
extern const fProfile::fActorProfile_c g_profile_SPORE_TAG;
extern const fProfile::fActorProfile_c g_profile_MIST_TAG;
extern const fProfile::fActorProfile_c g_profile_SPARKS_TAG;
extern const fProfile::fActorProfile_c g_profile_SPARKS2_TAG;
extern const fProfile::fActorProfile_c g_profile_KYTAG_TAG;
extern const fProfile::fActorProfile_c g_profile_LBTHUNDER_TAG;
extern const fProfile::fActorProfile_c g_profile_PLTCHG_TAG;
extern const fProfile::fActorProfile_c g_profile_PLIGHT_TAG;
extern const fProfile::fActorProfile_c g_profile_VRBOX_TAG;
extern const fProfile::fActorProfile_c g_profile_NPC_INV;
extern const fProfile::fActorProfile_c g_profile_NPC_TKE;
extern const fProfile::fActorProfile_c g_profile_NPC_STR;
extern const fProfile::fActorProfile_c g_profile_MESSAGE_ACTOR;
extern const fProfile::fActorProfile_c g_profile_LIGHT_OBJECT;
extern const fProfile::fActorProfile_c g_profile_MESSAGE;
extern const fProfile::fActorProfile_c g_profile_LYT_CONTROL_GAME;
extern const fProfile::fActorProfile_c g_profile_LYT_DEMO_DOWSING;
extern const fProfile::fActorProfile_c g_profile_LYT_CONTROL_TITLE;
extern const fProfile::fActorProfile_c g_profile_LYT_DROP_LINE;
extern const fProfile::fActorProfile_c g_profile_LYT_FORCE_LINE;
extern const fProfile::fActorProfile_c g_profile_LYT_ENEMY_ICON;
extern const fProfile::fActorProfile_c g_profile_LYT_MINI_GAME;
extern const fProfile::fActorProfile_c g_profile_LYT_SUIRYU_SCORE;
extern const fProfile::fActorProfile_c g_profile_LYT_SUIRYU_SCORE_COMP;
extern const fProfile::fActorProfile_c g_profile_LYT_BOSS_CAPTION;
extern const fProfile::fActorProfile_c g_profile_LYT_PAUSE;
extern const fProfile::fActorProfile_c g_profile_LYT_GAMEOVER_MGR;
extern const fProfile::fActorProfile_c g_profile_LYT_SAVE_MGR;
extern const fProfile::fActorProfile_c g_profile_TITLE_MANAGER;
extern const fProfile::fActorProfile_c g_profile_LYT_TITLE_BG;
extern const fProfile::fActorProfile_c g_profile_LYT_SHOP;
extern const fProfile::fActorProfile_c g_profile_LYT_DEPOSIT;
extern const fProfile::fActorProfile_c g_profile_LYT_DEMO_TITLE;
extern const fProfile::fActorProfile_c g_profile_LYT_END_ROLL;
extern const fProfile::fActorProfile_c g_profile_LYT_SEEKER_STONE;
extern const fProfile::fActorProfile_c g_profile_LYT_FILESELECT;
extern const fProfile::fActorProfile_c g_profile_SKB;
extern const fProfile::fActorProfile_c g_profile_EVENT_TAG;
extern const fProfile::fActorProfile_c g_profile_EVENTF_TAG;
extern const fProfile::fActorProfile_c g_profile_C_GAME;
extern const fProfile::fActorProfile_c g_profile_C_BASE;
extern const fProfile::fActorProfile_c g_profile_BOOT;
extern const fProfile::fActorProfile_c g_profile_ROOM;
extern const fProfile::fActorProfile_c g_profile_LAST;

#endif