diff --git a/actors.html b/actors.html index fd651a36d..b93281ca4 100644 --- a/actors.html +++ b/actors.html @@ -108,7 +108,7 @@ $(function(){initNavTree('actors.html',''); initResizable(true); });
How Actors Work
-

+

Actors

If you are familiar with oot or sm64 prepare to be very disappointed. Both games split actors into separate files. In an unorderly fashion, mk64 appears to place all actors in the same file save for the odd exception.

Example actor setup based on update_course_actors

// Loop through the actor list and run that particular actors behaviour.
diff --git a/actors_8c.html b/actors_8c.html index 052b8ed96..074077d89 100644 --- a/actors_8c.html +++ b/actors_8c.html @@ -1570,7 +1570,7 @@ Here is the caller graph for this function:
-
Todo
Is this making the shell spin?
+
Todo
Is this making the shell spin?
Here is the call graph for this function:
diff --git a/actorsmenu.html b/actorsmenu.html index 7dbf4c584..69b1b93fc 100644 --- a/actorsmenu.html +++ b/actorsmenu.html @@ -177,7 +177,7 @@ $(function(){initNavTree('actorsmenu.html',''); initResizable(true); });

-

Actors Objects Vehicles Items

+

Actors Objects Vehicles Items

diff --git a/actorsmenu.js b/actorsmenu.js index 03d6a6bce..2ddbcc61b 100644 --- a/actorsmenu.js +++ b/actorsmenu.js @@ -1,10 +1,10 @@ var actorsmenu = [ [ "How Actors Work", "actors.html", [ - [ "Actors", "actors.html#actors", null ] + [ "Actors", "actors.html#actors-1", null ] ] ], [ "Objects", "objects.html", [ - [ "Objects", "objects.html#objects", null ] + [ "Objects", "objects.html#objects-1", null ] ] ], [ "Vehicles", "vehicles.html", [ [ "Trains", "vehicles.html#trains", null ], diff --git a/banshee__boardwalk_2course__data_8c.html b/banshee__boardwalk_2course__data_8c.html index babe11045..afddc3691 100644 --- a/banshee__boardwalk_2course__data_8c.html +++ b/banshee__boardwalk_2course__data_8c.html @@ -669,7 +669,7 @@ Variables Initial value:
= {
gsSPEndDisplayList(),
}
-
Todo
Replace addresses with variables
+
Todo
Replace addresses with variables
diff --git a/banshee__boardwalk_2course__data_8h.html b/banshee__boardwalk_2course__data_8h.html index 82e53fb3e..7d3570c1a 100644 --- a/banshee__boardwalk_2course__data_8h.html +++ b/banshee__boardwalk_2course__data_8h.html @@ -721,7 +721,7 @@ Variables
-
Todo
Replace addresses with variables
+
Todo
Replace addresses with variables
diff --git a/basics.js b/basics.js index 8888e6745..cf1503e8f 100644 --- a/basics.js +++ b/basics.js @@ -24,8 +24,8 @@ var basics = [ "Code Breakdown", "controlflow.html#code-breakdown", [ [ "Menus", "controlflow.html#menus", null ], [ "Players", "controlflow.html#players", null ], - [ "Actors", "controlflow.html#actors-1", null ], - [ "Objects", "controlflow.html#objects-1", null ], + [ "Actors", "controlflow.html#actors", null ], + [ "Objects", "controlflow.html#objects", null ], [ "Courses", "controlflow.html#courses", [ [ "Course Folder", "controlflow.html#course-folder", null ] ] ], diff --git a/big__donut_2course__data_8c.html b/big__donut_2course__data_8c.html index d3f788d40..6b4c96a57 100644 --- a/big__donut_2course__data_8c.html +++ b/big__donut_2course__data_8c.html @@ -164,7 +164,7 @@ Variables
G_RM_AA_ZB_OPA_SURF2
#define G_RM_AA_ZB_OPA_SURF2
Definition gbi.h:879
G_CC_MODULATEIA
#define G_CC_MODULATEIA
Definition gbi.h:488
G_RM_AA_ZB_TEX_EDGE
#define G_RM_AA_ZB_TEX_EDGE
Definition gbi.h:894
-
Todo
Replace addresses with variables
+
Todo
Replace addresses with variables
diff --git a/big__donut_2course__data_8h.html b/big__donut_2course__data_8h.html index 8d32b0cd0..1da889a7c 100644 --- a/big__donut_2course__data_8h.html +++ b/big__donut_2course__data_8h.html @@ -153,7 +153,7 @@ Variables
-
Todo
Replace addresses with variables
+
Todo
Replace addresses with variables
diff --git a/bowsers__castle_2course__data_8c.html b/bowsers__castle_2course__data_8c.html index db92444d9..a82ec2356 100644 --- a/bowsers__castle_2course__data_8c.html +++ b/bowsers__castle_2course__data_8c.html @@ -467,7 +467,7 @@ Variables
d_course_bowsers_castle_packed_dl_81B0
Gfx d_course_bowsers_castle_packed_dl_81B0[]
Definition course_displaylists.inc.c:4930
d_course_bowsers_castle_packed_dl_9328
Gfx d_course_bowsers_castle_packed_dl_9328[]
Definition course_displaylists.inc.c:5569
d_course_bowsers_castle_packed_dl_7A10
Gfx d_course_bowsers_castle_packed_dl_7A10[]
Definition course_displaylists.inc.c:4601
-
Todo
Replace addresses with variables
+
Todo
Replace addresses with variables
diff --git a/bowsers__castle_2course__data_8h.html b/bowsers__castle_2course__data_8h.html index a60ae5481..8e84b53b8 100644 --- a/bowsers__castle_2course__data_8h.html +++ b/bowsers__castle_2course__data_8h.html @@ -427,7 +427,7 @@ Variables
-
Todo
Replace addresses with variables
+
Todo
Replace addresses with variables
diff --git a/bug.html b/bug.html index 397ed0096..a3b01f5d3 100644 --- a/bug.html +++ b/bug.html @@ -126,15 +126,15 @@ $(function(){initNavTree('bug.html',''); initResizable(true); });
Global load_ceremony_cutscene (void)
these segmented addresses need to be symbols for mobility
Global load_sequence_internal (u32, u32, s32)
-
This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous.
+
This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous.
Global new_actor (ActorInitParams *)

No null check.

Global note_set_vel_pan_reverb (struct Note *note, f32 velocity, u8 pan, u8 reverbVol)
-
for the change to UQ0.7, the if statement should also have been changed accordingly
+
for the change to UQ0.7, the if statement should also have been changed accordingly
Global preload_sequence (u32, u8)
-
should be IS_SEQ_LOAD_COMPLETE
+
should be IS_SEQ_LOAD_COMPLETE
Global update_gamestate (void)
Reloading this segment makes random_u16() deterministic for player spawn order. In laymens terms, random_u16() outputs the same value every time.
diff --git a/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph.map b/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph.map index 883323cce..09617efa6 100644 --- a/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph.map +++ b/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph.map @@ -1,6 +1,6 @@ - + diff --git a/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph.md5 b/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph.md5 index 7002fac3d..688e6aabf 100644 --- a/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph.md5 +++ b/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph.md5 @@ -1 +1 @@ -6864787fe045ec4bd58df2b3f64138fe \ No newline at end of file +b3bb2b39eff98704fe22796d411b0520 \ No newline at end of file diff --git a/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph.svg b/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph.svg index 4983e8281..2f1ba3391 100644 --- a/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph.svg +++ b/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph.svg @@ -66,7 +66,7 @@ var sectionId = 'dynsection-1'; Node2 - + func_80014DE4 diff --git a/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph_org.svg b/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph_org.svg index ee7fd6e63..2042ed886 100644 --- a/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph_org.svg +++ b/camera_8c_a2699fb853dad47cc722031ca412a31ea_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_80014DE4 diff --git a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.map b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.map index 6ac3568f6..4e8aa5ab9 100644 --- a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.map +++ b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.map @@ -1,174 +1,174 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.md5 b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.md5 index e2222e856..57a1be545 100644 --- a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.md5 +++ b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.md5 @@ -1 +1 @@ -0694890dfaf54af8dc1cd5b868b4573a \ No newline at end of file +00b224c1def3f8d0e2fc6a40718af7f0 \ No newline at end of file diff --git a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.svg b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.svg index 72208f1a1..a8de2c6a6 100644 --- a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.svg +++ b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.svg @@ -4,7 +4,7 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -setup_camera_podium_ceremony - - -Node1 - - -setup_camera_podium -_ceremony - - - - - -Node2 - - -atan2s - - - - - -Node1->Node2 - - - - - - - - -Node4 - - -func_80283648 - - - - - -Node1->Node4 - - - - - - - - -Node7 - - -sqrtf - - - - - -Node1->Node7 - - - - - - - - -Node3 - - -atan2_lookup - - - - - -Node2->Node3 - - - - - - - - -Node5 - - -coss - - - - - -Node4->Node5 - - - - - - - - -Node6 - - -func_80282454 - - - - - -Node4->Node6 - - - - - - - - -Node8 - - -func_80282504 - - - - - -Node4->Node8 - - - - - - - - -Node9 - - -sins - - - - - -Node4->Node9 - - - - - - - - -Node10 - - -func_80282F44 - - - - - -Node4->Node10 - - - - - - - - -Node14 - - -func_80283100 - - - - - -Node4->Node14 - - - - - - - - -Node15 - - -func_8028336C - - - - - -Node4->Node15 - - - - - - - - -Node17 - - -func_80283428 - - - - - -Node4->Node17 - - - - - - - - -Node18 - - -play_cutscene - - - - - -Node4->Node18 - - - - - - - - -Node25 - - -vec3f_copy_return_dupe - - - - - -Node4->Node25 - - - - - - - - -Node6->Node2 - - - - - - - - -Node6->Node7 - - - - - - - - -Node8->Node5 - - - - - - - - -Node8->Node9 - - - - - - - - -Node10->Node6 - - - - - - - - -Node10->Node8 - - - - - - - - -Node10->Node9 - - - - - - - - -Node11 - - -func_80282364 - - - - - -Node10->Node11 - - - - - - - - -Node12 - - -func_80282F00 - - - - - -Node10->Node12 - - - - - - - - -Node13 - - -vec3f_set_dupe - - - - - -Node10->Node13 - - - - - - - - -Node14->Node5 - - - - - - - - -Node14->Node11 - - - - - - - - -Node16 - - -func_80283330 - - - - - -Node15->Node16 - - - - - - - - -Node19 - - -func_80283C58 - - - - - -Node18->Node19 - - - - - - - - -Node24 - - -reset_spline - - - - - -Node18->Node24 - - - - - - - - -Node20 - - -func_800CB14C - - - - - -Node19->Node20 - - - - - - - - -Node21 - - -func_800C3448 - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -func_800C8EAC - - - - - -Node20->Node22 - - - - - - - - -Node23 - - -func_800C8EF8 - - - - - -Node20->Node23 - - - - - - - - -Node22->Node21 - - - - - - - - -Node23->Node21 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/camera__junk_8c_a51d9ed8208040465ff736fdfce39d918_cgraph_org.svg b/camera__junk_8c_a51d9ed8208040465ff736fdfce39d918_cgraph_org.svg deleted file mode 100644 index 7163ff151..000000000 --- a/camera__junk_8c_a51d9ed8208040465ff736fdfce39d918_cgraph_org.svg +++ /dev/null @@ -1,553 +0,0 @@ - - - - - - -setup_camera_podium_ceremony - - -Node1 - - -setup_camera_podium -_ceremony - - - - - -Node2 - - -atan2s - - - - - -Node1->Node2 - - - - - - - - -Node4 - - -func_80283648 - - - - - -Node1->Node4 - - - - - - - - -Node7 - - -sqrtf - - - - - -Node1->Node7 - - - - - - - - -Node3 - - -atan2_lookup - - - - - -Node2->Node3 - - - - - - - - -Node5 - - -coss - - - - - -Node4->Node5 - - - - - - - - -Node6 - - -func_80282454 - - - - - -Node4->Node6 - - - - - - - - -Node8 - - -func_80282504 - - - - - -Node4->Node8 - - - - - - - - -Node9 - - -sins - - - - - -Node4->Node9 - - - - - - - - -Node10 - - -func_80282F44 - - - - - -Node4->Node10 - - - - - - - - -Node14 - - -func_80283100 - - - - - -Node4->Node14 - - - - - - - - -Node15 - - -func_8028336C - - - - - -Node4->Node15 - - - - - - - - -Node17 - - -func_80283428 - - - - - -Node4->Node17 - - - - - - - - -Node18 - - -play_cutscene - - - - - -Node4->Node18 - - - - - - - - -Node25 - - -vec3f_copy_return_dupe - - - - - -Node4->Node25 - - - - - - - - -Node6->Node2 - - - - - - - - -Node6->Node7 - - - - - - - - -Node8->Node5 - - - - - - - - -Node8->Node9 - - - - - - - - -Node10->Node6 - - - - - - - - -Node10->Node8 - - - - - - - - -Node10->Node9 - - - - - - - - -Node11 - - -func_80282364 - - - - - -Node10->Node11 - - - - - - - - -Node12 - - -func_80282F00 - - - - - -Node10->Node12 - - - - - - - - -Node13 - - -vec3f_set_dupe - - - - - -Node10->Node13 - - - - - - - - -Node14->Node5 - - - - - - - - -Node14->Node11 - - - - - - - - -Node16 - - -func_80283330 - - - - - -Node15->Node16 - - - - - - - - -Node19 - - -func_80283C58 - - - - - -Node18->Node19 - - - - - - - - -Node24 - - -reset_spline - - - - - -Node18->Node24 - - - - - - - - -Node20 - - -func_800CB14C - - - - - -Node19->Node20 - - - - - - - - -Node21 - - -func_800C3448 - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -func_800C8EAC - - - - - -Node20->Node22 - - - - - - - - -Node23 - - -func_800C8EF8 - - - - - -Node20->Node23 - - - - - - - - -Node22->Node21 - - - - - - - - -Node23->Node21 - - - - - - - - diff --git a/camera__junk_8c_a51d9ed8208040465ff736fdfce39d918_icgraph.md5 b/camera__junk_8c_a51d9ed8208040465ff736fdfce39d918_icgraph.md5 deleted file mode 100644 index f9ea39c29..000000000 --- a/camera__junk_8c_a51d9ed8208040465ff736fdfce39d918_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -bfa57e7fa195739605b041f6e85fa4b4 \ No newline at end of file diff --git a/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.map b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.map new file mode 100644 index 000000000..8fd19b0fc --- /dev/null +++ b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.map @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.md5 b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.md5 new file mode 100644 index 000000000..31a9eef59 --- /dev/null +++ b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.md5 @@ -0,0 +1 @@ +fc51d11105fb8161f7276ca9c17e6b25 \ No newline at end of file diff --git a/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.svg b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.svg new file mode 100644 index 000000000..7a55228eb --- /dev/null +++ b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.svg @@ -0,0 +1,637 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +update_camera_podium_ceremony + + +Node1 + + +update_camera_podium +_ceremony + + + + + +Node2 + + +atan2s + + + + + +Node1->Node2 + + + + + + + + +Node4 + + +func_80283648 + + + + + +Node1->Node4 + + + + + + + + +Node9 + + +sqrtf + + + + + +Node1->Node9 + + + + + + + + +Node3 + + +atan2_lookup + + + + + +Node2->Node3 + + + + + + + + +Node5 + + +apply_distance_angle +_y_and_angle_y_to_xz + + + + + +Node4->Node5 + + + + + + + + +Node6 + + +coss + + + + + +Node4->Node6 + + + + + + + + +Node7 + + +sins + + + + + +Node4->Node7 + + + + + + + + +Node8 + + +calculate_distance +_angle_y_and_angle_y_to_xz + + + + + +Node4->Node8 + + + + + + + + +Node10 + + +cinematic_stub + + + + + +Node4->Node10 + + + + + + + + +Node11 + + +func_80282F44 + + + + + +Node4->Node11 + + + + + + + + +Node15 + + +func_80283100 + + + + + +Node4->Node15 + + + + + + + + +Node16 + + +func_8028336C + + + + + +Node4->Node16 + + + + + + + + +Node18 + + +play_cutscene + + + + + +Node4->Node18 + + + + + + + + +Node25 + + +vec3f_copy_return_dupe + + + + + +Node4->Node25 + + + + + + + + +Node5->Node6 + + + + + + + + +Node5->Node7 + + + + + + + + +Node8->Node2 + + + + + + + + +Node8->Node9 + + + + + + + + +Node11->Node5 + + + + + + + + +Node11->Node7 + + + + + + + + +Node11->Node8 + + + + + + + + +Node12 + + +adjust_s16_value_transition + + + + + +Node11->Node12 + + + + + + + + +Node13 + + +func_80282F00 + + + + + +Node11->Node13 + + + + + + + + +Node14 + + +vec3f_set_dupe + + + + + +Node11->Node14 + + + + + + + + +Node15->Node6 + + + + + + + + +Node15->Node12 + + + + + + + + +Node17 + + +func_80283330 + + + + + +Node16->Node17 + + + + + + + + +Node19 + + +reset_spline + + + + + +Node18->Node19 + + + + + + + + +Node20 + + +wrap_func_800CB14C + + + + + +Node18->Node20 + + + + + + + + +Node21 + + +func_800CB14C + + + + + +Node20->Node21 + + + + + + + + +Node22 + + +func_800C3448 + + + + + +Node21->Node22 + + + + + + + + +Node23 + + +func_800C8EAC + + + + + +Node21->Node23 + + + + + + + + +Node24 + + +func_800C8EF8 + + + + + +Node21->Node24 + + + + + + + + +Node23->Node22 + + + + + + + + +Node24->Node22 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph_org.svg b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph_org.svg new file mode 100644 index 000000000..4915298ea --- /dev/null +++ b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph_org.svg @@ -0,0 +1,555 @@ + + + + + + +update_camera_podium_ceremony + + +Node1 + + +update_camera_podium +_ceremony + + + + + +Node2 + + +atan2s + + + + + +Node1->Node2 + + + + + + + + +Node4 + + +func_80283648 + + + + + +Node1->Node4 + + + + + + + + +Node9 + + +sqrtf + + + + + +Node1->Node9 + + + + + + + + +Node3 + + +atan2_lookup + + + + + +Node2->Node3 + + + + + + + + +Node5 + + +apply_distance_angle +_y_and_angle_y_to_xz + + + + + +Node4->Node5 + + + + + + + + +Node6 + + +coss + + + + + +Node4->Node6 + + + + + + + + +Node7 + + +sins + + + + + +Node4->Node7 + + + + + + + + +Node8 + + +calculate_distance +_angle_y_and_angle_y_to_xz + + + + + +Node4->Node8 + + + + + + + + +Node10 + + +cinematic_stub + + + + + +Node4->Node10 + + + + + + + + +Node11 + + +func_80282F44 + + + + + +Node4->Node11 + + + + + + + + +Node15 + + +func_80283100 + + + + + +Node4->Node15 + + + + + + + + +Node16 + + +func_8028336C + + + + + +Node4->Node16 + + + + + + + + +Node18 + + +play_cutscene + + + + + +Node4->Node18 + + + + + + + + +Node25 + + +vec3f_copy_return_dupe + + + + + +Node4->Node25 + + + + + + + + +Node5->Node6 + + + + + + + + +Node5->Node7 + + + + + + + + +Node8->Node2 + + + + + + + + +Node8->Node9 + + + + + + + + +Node11->Node5 + + + + + + + + +Node11->Node7 + + + + + + + + +Node11->Node8 + + + + + + + + +Node12 + + +adjust_s16_value_transition + + + + + +Node11->Node12 + + + + + + + + +Node13 + + +func_80282F00 + + + + + +Node11->Node13 + + + + + + + + +Node14 + + +vec3f_set_dupe + + + + + +Node11->Node14 + + + + + + + + +Node15->Node6 + + + + + + + + +Node15->Node12 + + + + + + + + +Node17 + + +func_80283330 + + + + + +Node16->Node17 + + + + + + + + +Node19 + + +reset_spline + + + + + +Node18->Node19 + + + + + + + + +Node20 + + +wrap_func_800CB14C + + + + + +Node18->Node20 + + + + + + + + +Node21 + + +func_800CB14C + + + + + +Node20->Node21 + + + + + + + + +Node22 + + +func_800C3448 + + + + + +Node21->Node22 + + + + + + + + +Node23 + + +func_800C8EAC + + + + + +Node21->Node23 + + + + + + + + +Node24 + + +func_800C8EF8 + + + + + +Node21->Node24 + + + + + + + + +Node23->Node22 + + + + + + + + +Node24->Node22 + + + + + + + + diff --git a/camera__junk_8c_a51d9ed8208040465ff736fdfce39d918_icgraph.map b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.map similarity index 94% rename from camera__junk_8c_a51d9ed8208040465ff736fdfce39d918_icgraph.map rename to camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.map index dfd7d34d5..521e19657 100644 --- a/camera__junk_8c_a51d9ed8208040465ff736fdfce39d918_icgraph.map +++ b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.map @@ -1,5 +1,5 @@ - - + + diff --git a/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.md5 b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.md5 new file mode 100644 index 000000000..92e33859d --- /dev/null +++ b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.md5 @@ -0,0 +1 @@ +965537efad52b56b139f9f6dc7bac195 \ No newline at end of file diff --git a/camera__junk_8c_a51d9ed8208040465ff736fdfce39d918_icgraph.svg b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.svg similarity index 93% rename from camera__junk_8c_a51d9ed8208040465ff736fdfce39d918_icgraph.svg rename to camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.svg index 2efe127f6..2d8c1cb92 100644 --- a/camera__junk_8c_a51d9ed8208040465ff736fdfce39d918_icgraph.svg +++ b/camera__junk_8c_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.svg @@ -3,7 +3,7 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + @@ -46,21 +46,21 @@ - - diff --git a/camera__junk_8h_a51d9ed8208040465ff736fdfce39d918_cgraph_org.svg b/camera__junk_8h_a51d9ed8208040465ff736fdfce39d918_cgraph_org.svg deleted file mode 100644 index 7163ff151..000000000 --- a/camera__junk_8h_a51d9ed8208040465ff736fdfce39d918_cgraph_org.svg +++ /dev/null @@ -1,553 +0,0 @@ - - - - - - -setup_camera_podium_ceremony - - -Node1 - - -setup_camera_podium -_ceremony - - - - - -Node2 - - -atan2s - - - - - -Node1->Node2 - - - - - - - - -Node4 - - -func_80283648 - - - - - -Node1->Node4 - - - - - - - - -Node7 - - -sqrtf - - - - - -Node1->Node7 - - - - - - - - -Node3 - - -atan2_lookup - - - - - -Node2->Node3 - - - - - - - - -Node5 - - -coss - - - - - -Node4->Node5 - - - - - - - - -Node6 - - -func_80282454 - - - - - -Node4->Node6 - - - - - - - - -Node8 - - -func_80282504 - - - - - -Node4->Node8 - - - - - - - - -Node9 - - -sins - - - - - -Node4->Node9 - - - - - - - - -Node10 - - -func_80282F44 - - - - - -Node4->Node10 - - - - - - - - -Node14 - - -func_80283100 - - - - - -Node4->Node14 - - - - - - - - -Node15 - - -func_8028336C - - - - - -Node4->Node15 - - - - - - - - -Node17 - - -func_80283428 - - - - - -Node4->Node17 - - - - - - - - -Node18 - - -play_cutscene - - - - - -Node4->Node18 - - - - - - - - -Node25 - - -vec3f_copy_return_dupe - - - - - -Node4->Node25 - - - - - - - - -Node6->Node2 - - - - - - - - -Node6->Node7 - - - - - - - - -Node8->Node5 - - - - - - - - -Node8->Node9 - - - - - - - - -Node10->Node6 - - - - - - - - -Node10->Node8 - - - - - - - - -Node10->Node9 - - - - - - - - -Node11 - - -func_80282364 - - - - - -Node10->Node11 - - - - - - - - -Node12 - - -func_80282F00 - - - - - -Node10->Node12 - - - - - - - - -Node13 - - -vec3f_set_dupe - - - - - -Node10->Node13 - - - - - - - - -Node14->Node5 - - - - - - - - -Node14->Node11 - - - - - - - - -Node16 - - -func_80283330 - - - - - -Node15->Node16 - - - - - - - - -Node19 - - -func_80283C58 - - - - - -Node18->Node19 - - - - - - - - -Node24 - - -reset_spline - - - - - -Node18->Node24 - - - - - - - - -Node20 - - -func_800CB14C - - - - - -Node19->Node20 - - - - - - - - -Node21 - - -func_800C3448 - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -func_800C8EAC - - - - - -Node20->Node22 - - - - - - - - -Node23 - - -func_800C8EF8 - - - - - -Node20->Node23 - - - - - - - - -Node22->Node21 - - - - - - - - -Node23->Node21 - - - - - - - - diff --git a/camera__junk_8h_a51d9ed8208040465ff736fdfce39d918_icgraph.md5 b/camera__junk_8h_a51d9ed8208040465ff736fdfce39d918_icgraph.md5 deleted file mode 100644 index f9ea39c29..000000000 --- a/camera__junk_8h_a51d9ed8208040465ff736fdfce39d918_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -bfa57e7fa195739605b041f6e85fa4b4 \ No newline at end of file diff --git a/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.map b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.map new file mode 100644 index 000000000..8fd19b0fc --- /dev/null +++ b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.map @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.md5 b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.md5 new file mode 100644 index 000000000..31a9eef59 --- /dev/null +++ b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.md5 @@ -0,0 +1 @@ +fc51d11105fb8161f7276ca9c17e6b25 \ No newline at end of file diff --git a/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.svg b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.svg new file mode 100644 index 000000000..f8c45dd0d --- /dev/null +++ b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph.svg @@ -0,0 +1,637 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +update_camera_podium_ceremony + + +Node1 + + +update_camera_podium +_ceremony + + + + + +Node2 + + +atan2s + + + + + +Node1->Node2 + + + + + + + + +Node4 + + +func_80283648 + + + + + +Node1->Node4 + + + + + + + + +Node9 + + +sqrtf + + + + + +Node1->Node9 + + + + + + + + +Node3 + + +atan2_lookup + + + + + +Node2->Node3 + + + + + + + + +Node5 + + +apply_distance_angle +_y_and_angle_y_to_xz + + + + + +Node4->Node5 + + + + + + + + +Node6 + + +coss + + + + + +Node4->Node6 + + + + + + + + +Node7 + + +sins + + + + + +Node4->Node7 + + + + + + + + +Node8 + + +calculate_distance +_angle_y_and_angle_y_to_xz + + + + + +Node4->Node8 + + + + + + + + +Node10 + + +cinematic_stub + + + + + +Node4->Node10 + + + + + + + + +Node11 + + +func_80282F44 + + + + + +Node4->Node11 + + + + + + + + +Node15 + + +func_80283100 + + + + + +Node4->Node15 + + + + + + + + +Node16 + + +func_8028336C + + + + + +Node4->Node16 + + + + + + + + +Node18 + + +play_cutscene + + + + + +Node4->Node18 + + + + + + + + +Node25 + + +vec3f_copy_return_dupe + + + + + +Node4->Node25 + + + + + + + + +Node5->Node6 + + + + + + + + +Node5->Node7 + + + + + + + + +Node8->Node2 + + + + + + + + +Node8->Node9 + + + + + + + + +Node11->Node5 + + + + + + + + +Node11->Node7 + + + + + + + + +Node11->Node8 + + + + + + + + +Node12 + + +adjust_s16_value_transition + + + + + +Node11->Node12 + + + + + + + + +Node13 + + +func_80282F00 + + + + + +Node11->Node13 + + + + + + + + +Node14 + + +vec3f_set_dupe + + + + + +Node11->Node14 + + + + + + + + +Node15->Node6 + + + + + + + + +Node15->Node12 + + + + + + + + +Node17 + + +func_80283330 + + + + + +Node16->Node17 + + + + + + + + +Node19 + + +reset_spline + + + + + +Node18->Node19 + + + + + + + + +Node20 + + +wrap_func_800CB14C + + + + + +Node18->Node20 + + + + + + + + +Node21 + + +func_800CB14C + + + + + +Node20->Node21 + + + + + + + + +Node22 + + +func_800C3448 + + + + + +Node21->Node22 + + + + + + + + +Node23 + + +func_800C8EAC + + + + + +Node21->Node23 + + + + + + + + +Node24 + + +func_800C8EF8 + + + + + +Node21->Node24 + + + + + + + + +Node23->Node22 + + + + + + + + +Node24->Node22 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph_org.svg b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph_org.svg new file mode 100644 index 000000000..4915298ea --- /dev/null +++ b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_cgraph_org.svg @@ -0,0 +1,555 @@ + + + + + + +update_camera_podium_ceremony + + +Node1 + + +update_camera_podium +_ceremony + + + + + +Node2 + + +atan2s + + + + + +Node1->Node2 + + + + + + + + +Node4 + + +func_80283648 + + + + + +Node1->Node4 + + + + + + + + +Node9 + + +sqrtf + + + + + +Node1->Node9 + + + + + + + + +Node3 + + +atan2_lookup + + + + + +Node2->Node3 + + + + + + + + +Node5 + + +apply_distance_angle +_y_and_angle_y_to_xz + + + + + +Node4->Node5 + + + + + + + + +Node6 + + +coss + + + + + +Node4->Node6 + + + + + + + + +Node7 + + +sins + + + + + +Node4->Node7 + + + + + + + + +Node8 + + +calculate_distance +_angle_y_and_angle_y_to_xz + + + + + +Node4->Node8 + + + + + + + + +Node10 + + +cinematic_stub + + + + + +Node4->Node10 + + + + + + + + +Node11 + + +func_80282F44 + + + + + +Node4->Node11 + + + + + + + + +Node15 + + +func_80283100 + + + + + +Node4->Node15 + + + + + + + + +Node16 + + +func_8028336C + + + + + +Node4->Node16 + + + + + + + + +Node18 + + +play_cutscene + + + + + +Node4->Node18 + + + + + + + + +Node25 + + +vec3f_copy_return_dupe + + + + + +Node4->Node25 + + + + + + + + +Node5->Node6 + + + + + + + + +Node5->Node7 + + + + + + + + +Node8->Node2 + + + + + + + + +Node8->Node9 + + + + + + + + +Node11->Node5 + + + + + + + + +Node11->Node7 + + + + + + + + +Node11->Node8 + + + + + + + + +Node12 + + +adjust_s16_value_transition + + + + + +Node11->Node12 + + + + + + + + +Node13 + + +func_80282F00 + + + + + +Node11->Node13 + + + + + + + + +Node14 + + +vec3f_set_dupe + + + + + +Node11->Node14 + + + + + + + + +Node15->Node6 + + + + + + + + +Node15->Node12 + + + + + + + + +Node17 + + +func_80283330 + + + + + +Node16->Node17 + + + + + + + + +Node19 + + +reset_spline + + + + + +Node18->Node19 + + + + + + + + +Node20 + + +wrap_func_800CB14C + + + + + +Node18->Node20 + + + + + + + + +Node21 + + +func_800CB14C + + + + + +Node20->Node21 + + + + + + + + +Node22 + + +func_800C3448 + + + + + +Node21->Node22 + + + + + + + + +Node23 + + +func_800C8EAC + + + + + +Node21->Node23 + + + + + + + + +Node24 + + +func_800C8EF8 + + + + + +Node21->Node24 + + + + + + + + +Node23->Node22 + + + + + + + + +Node24->Node22 + + + + + + + + diff --git a/camera__junk_8h_a51d9ed8208040465ff736fdfce39d918_icgraph.map b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.map similarity index 94% rename from camera__junk_8h_a51d9ed8208040465ff736fdfce39d918_icgraph.map rename to camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.map index dfd7d34d5..521e19657 100644 --- a/camera__junk_8h_a51d9ed8208040465ff736fdfce39d918_icgraph.map +++ b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.map @@ -1,5 +1,5 @@ - - + + diff --git a/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.md5 b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.md5 new file mode 100644 index 000000000..92e33859d --- /dev/null +++ b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.md5 @@ -0,0 +1 @@ +965537efad52b56b139f9f6dc7bac195 \ No newline at end of file diff --git a/camera__junk_8h_a51d9ed8208040465ff736fdfce39d918_icgraph.svg b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.svg similarity index 93% rename from camera__junk_8h_a51d9ed8208040465ff736fdfce39d918_icgraph.svg rename to camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.svg index d03b08162..1f6a9b9b2 100644 --- a/camera__junk_8h_a51d9ed8208040465ff736fdfce39d918_icgraph.svg +++ b/camera__junk_8h_a7c3978ece6d968f04fa43e20f8d99d0b_icgraph.svg @@ -3,7 +3,7 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + @@ -46,21 +46,21 @@ + diff --git a/ceremony__and__credits_8c_a0394d4c86688b4c8b722e0047d0ab178_icgraph_org.svg b/ceremony__and__credits_8c_a0394d4c86688b4c8b722e0047d0ab178_icgraph_org.svg new file mode 100644 index 000000000..d313a0334 --- /dev/null +++ b/ceremony__and__credits_8c_a0394d4c86688b4c8b722e0047d0ab178_icgraph_org.svg @@ -0,0 +1,40 @@ + + + + + + +animation_disapears_sliding_borders + + +Node1 + + +animation_disapears +_sliding_borders + + + + + +Node2 + + +func_802847CC + + + + + +Node1->Node2 + + + + + + + + diff --git a/ceremony__and__credits_8c_ab664b56d18180a79a13f096c390cfcde_icgraph.map b/ceremony__and__credits_8c_a04ad00877bbc65f1d431cc6cad90c24c_icgraph.map similarity index 85% rename from ceremony__and__credits_8c_ab664b56d18180a79a13f096c390cfcde_icgraph.map rename to ceremony__and__credits_8c_a04ad00877bbc65f1d431cc6cad90c24c_icgraph.map index b56ef83c5..352c90bc3 100644 --- a/ceremony__and__credits_8c_ab664b56d18180a79a13f096c390cfcde_icgraph.map +++ b/ceremony__and__credits_8c_a04ad00877bbc65f1d431cc6cad90c24c_icgraph.map @@ -2,8 +2,8 @@ - + - + diff --git a/ceremony__and__credits_8c_a04ad00877bbc65f1d431cc6cad90c24c_icgraph.md5 b/ceremony__and__credits_8c_a04ad00877bbc65f1d431cc6cad90c24c_icgraph.md5 new file mode 100644 index 000000000..6f025e02b --- /dev/null +++ b/ceremony__and__credits_8c_a04ad00877bbc65f1d431cc6cad90c24c_icgraph.md5 @@ -0,0 +1 @@ +b54c5ac8c56c79fdc2b0aa183511b00b \ No newline at end of file diff --git a/ceremony__and__credits_8h_a489c27ee61f7d3305219e3bb126ccac0_icgraph.svg b/ceremony__and__credits_8c_a04ad00877bbc65f1d431cc6cad90c24c_icgraph.svg similarity index 96% rename from ceremony__and__credits_8h_a489c27ee61f7d3305219e3bb126ccac0_icgraph.svg rename to ceremony__and__credits_8c_a04ad00877bbc65f1d431cc6cad90c24c_icgraph.svg index a311592bb..86c02ffd5 100644 --- a/ceremony__and__credits_8h_a489c27ee61f7d3305219e3bb126ccac0_icgraph.svg +++ b/ceremony__and__credits_8c_a04ad00877bbc65f1d431cc6cad90c24c_icgraph.svg @@ -48,7 +48,7 @@ Node3 - + func_8028461C @@ -66,7 +66,7 @@ Node4 - + func_80284648 diff --git a/ceremony__and__credits_8h_a489c27ee61f7d3305219e3bb126ccac0_icgraph_org.svg b/ceremony__and__credits_8c_a04ad00877bbc65f1d431cc6cad90c24c_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8h_a489c27ee61f7d3305219e3bb126ccac0_icgraph_org.svg rename to ceremony__and__credits_8c_a04ad00877bbc65f1d431cc6cad90c24c_icgraph_org.svg index 602c70d87..965364c6b 100644 --- a/ceremony__and__credits_8h_a489c27ee61f7d3305219e3bb126ccac0_icgraph_org.svg +++ b/ceremony__and__credits_8c_a04ad00877bbc65f1d431cc6cad90c24c_icgraph_org.svg @@ -38,7 +38,7 @@ Node3 - + func_8028461C @@ -56,7 +56,7 @@ Node4 - + func_80284648 diff --git a/ceremony__and__credits_8c_a062488170301821c06a4e2c38ec1c201_cgraph.map b/ceremony__and__credits_8c_a062488170301821c06a4e2c38ec1c201_cgraph.map new file mode 100644 index 000000000..8ef24edba --- /dev/null +++ b/ceremony__and__credits_8c_a062488170301821c06a4e2c38ec1c201_cgraph.map @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a062488170301821c06a4e2c38ec1c201_cgraph.md5 b/ceremony__and__credits_8c_a062488170301821c06a4e2c38ec1c201_cgraph.md5 new file mode 100644 index 000000000..6acd3153c --- /dev/null +++ b/ceremony__and__credits_8c_a062488170301821c06a4e2c38ec1c201_cgraph.md5 @@ -0,0 +1 @@ +b1afef7e89a7120d18424e7f5722a38d \ No newline at end of file diff --git a/ceremony__and__credits_8c_a693bf9a662aba46021ba1c1148f90730_cgraph.svg b/ceremony__and__credits_8c_a062488170301821c06a4e2c38ec1c201_cgraph.svg similarity index 55% rename from ceremony__and__credits_8c_a693bf9a662aba46021ba1c1148f90730_cgraph.svg rename to ceremony__and__credits_8c_a062488170301821c06a4e2c38ec1c201_cgraph.svg index 7eb43f56e..7220e8ebd 100644 --- a/ceremony__and__credits_8c_a693bf9a662aba46021ba1c1148f90730_cgraph.svg +++ b/ceremony__and__credits_8c_a062488170301821c06a4e2c38ec1c201_cgraph.svg @@ -46,9 +46,9 @@ + + diff --git a/ceremony__and__credits_8c_a120e7627b5117702254a0c9cdb7a7ccd_icgraph_org.svg b/ceremony__and__credits_8c_a120e7627b5117702254a0c9cdb7a7ccd_icgraph_org.svg new file mode 100644 index 000000000..ddbb98503 --- /dev/null +++ b/ceremony__and__credits_8c_a120e7627b5117702254a0c9cdb7a7ccd_icgraph_org.svg @@ -0,0 +1,436 @@ + + + + + + +move_point_along_spline + + +Node1 + + +move_point_along_spline + + + + + +Node2 + + +func_80282E58 + + + + + +Node1->Node2 + + + + + + + + +Node8 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node8 + + + + + + + + +Node3 + + +func_80283F6C + + + + + +Node2->Node3 + + + + + + + + +Node5 + + +func_80284068 + + + + + +Node2->Node5 + + + + + + + + +Node6 + + +func_802841E8 + + + + + +Node2->Node6 + + + + + + + + +Node4 + + +func_802840C8 + + + + + +Node3->Node4 + + + + + + + + +Node5->Node4 + + + + + + + + +Node7 + + +func_8028422C + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +func_80283D2C + + + + + +Node8->Node9 + + + + + + + + +Node10 + + +func_80283EA0 + + + + + +Node8->Node10 + + + + + + + + +Node11 + + +func_80284154 + + + + + +Node8->Node11 + + + + + + + + +Node12 + + +func_802842A8 + + + + + +Node8->Node12 + + + + + + + + +Node13 + + +func_802842D8 + + + + + +Node8->Node13 + + + + + + + + +Node14 + + +func_80284308 + + + + + +Node8->Node14 + + + + + + + + +Node15 + + +func_80284418 + + + + + +Node8->Node15 + + + + + + + + +Node16 + + +func_80284494 + + + + + +Node8->Node16 + + + + + + + + +Node17 + + +func_802844FC + + + + + +Node8->Node17 + + + + + + + + +Node18 + + +func_8028454C + + + + + +Node8->Node18 + + + + + + + + +Node19 + + +func_802845EC + + + + + +Node8->Node19 + + + + + + + + +Node21 + + +func_802846B4 + + + + + +Node8->Node21 + + + + + + + + +Node22 + + +func_802846E4 + + + + + +Node8->Node22 + + + + + + + + +Node23 + + +func_802847CC + + + + + +Node8->Node23 + + + + + + + + +Node10->Node4 + + + + + + + + +Node20 + + +func_80284648 + + + + + +Node19->Node20 + + + + + + + + diff --git a/ceremony__and__credits_8c_a9142d17aaf7cefa09b66aa82ef143f22_cgraph.map b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_cgraph.map similarity index 63% rename from ceremony__and__credits_8c_a9142d17aaf7cefa09b66aa82ef143f22_cgraph.map rename to ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_cgraph.map index 37b51beab..0bbc8a135 100644 --- a/ceremony__and__credits_8c_a9142d17aaf7cefa09b66aa82ef143f22_cgraph.map +++ b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_cgraph.map @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_cgraph.md5 b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_cgraph.md5 new file mode 100644 index 000000000..fea077695 --- /dev/null +++ b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_cgraph.md5 @@ -0,0 +1 @@ +684040fcb568905f7eec4046e9a56963 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a5b9b04822c1f6b89c03a3424b9b32196_cgraph.svg b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_cgraph.svg similarity index 64% rename from ceremony__and__credits_8h_a5b9b04822c1f6b89c03a3424b9b32196_cgraph.svg rename to ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_cgraph.svg index 7bdf9de05..bcf9ca244 100644 --- a/ceremony__and__credits_8h_a5b9b04822c1f6b89c03a3424b9b32196_cgraph.svg +++ b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + - -func_80283FF4 + +lerp_player_three_in_camera Node1 - -func_80283FF4 + +lerp_player_three_in +_camera @@ -31,8 +32,8 @@ Node2 - -f32_lerp + +f32_lerp @@ -40,8 +41,8 @@ Node1->Node2 - - + + diff --git a/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_cgraph_org.svg b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_cgraph_org.svg new file mode 100644 index 000000000..ad87c0a41 --- /dev/null +++ b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_cgraph_org.svg @@ -0,0 +1,40 @@ + + + + + + +lerp_player_three_in_camera + + +Node1 + + +lerp_player_three_in +_camera + + + + + +Node2 + + +f32_lerp + + + + + +Node1->Node2 + + + + + + + + diff --git a/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_icgraph.map b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_icgraph.map new file mode 100644 index 000000000..c40d9721c --- /dev/null +++ b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_icgraph.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_icgraph.md5 b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_icgraph.md5 new file mode 100644 index 000000000..9f2036117 --- /dev/null +++ b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_icgraph.md5 @@ -0,0 +1 @@ +ed4900060c4adea747f60fe317c7a961 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_icgraph.svg b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_icgraph.svg new file mode 100644 index 000000000..d6f24f7b2 --- /dev/null +++ b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_icgraph.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + +lerp_player_three_in_camera + + +Node1 + + +lerp_player_three_in +_camera + + + + + +Node2 + + +func_80284068 + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_802840C8 + + + + + +Node2->Node3 + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_icgraph_org.svg b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_icgraph_org.svg new file mode 100644 index 000000000..c26bf6075 --- /dev/null +++ b/ceremony__and__credits_8c_a158d3ab9e9bd8b073932eaf5261aff4d_icgraph_org.svg @@ -0,0 +1,58 @@ + + + + + + +lerp_player_three_in_camera + + +Node1 + + +lerp_player_three_in +_camera + + + + + +Node2 + + +func_80284068 + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_802840C8 + + + + + +Node2->Node3 + + + + + + + + diff --git a/ceremony__and__credits_8c_a15b585f5f73260746c0b33188e3615d1_icgraph.md5 b/ceremony__and__credits_8c_a15b585f5f73260746c0b33188e3615d1_icgraph.md5 deleted file mode 100644 index e1e0efbf8..000000000 --- a/ceremony__and__credits_8c_a15b585f5f73260746c0b33188e3615d1_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -f5671b7a8f2d2f0136e43aeb9fa9d627 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_cgraph.map b/ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_cgraph.map similarity index 100% rename from ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_cgraph.map rename to ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_cgraph.map diff --git a/ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_cgraph.md5 b/ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_cgraph.md5 similarity index 100% rename from ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_cgraph.md5 rename to ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_cgraph.md5 diff --git a/ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_cgraph.svg b/ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_cgraph.svg similarity index 100% rename from ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_cgraph.svg rename to ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_cgraph.svg diff --git a/ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_cgraph_org.svg b/ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_cgraph_org.svg similarity index 100% rename from ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_cgraph_org.svg rename to ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_cgraph_org.svg diff --git a/ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_icgraph.map b/ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_icgraph.map similarity index 83% rename from ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_icgraph.map rename to ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_icgraph.map index 1c6d21d32..e3db405f3 100644 --- a/ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_icgraph.map +++ b/ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_icgraph.md5 b/ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_icgraph.md5 new file mode 100644 index 000000000..8e2c5afaf --- /dev/null +++ b/ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_icgraph.md5 @@ -0,0 +1 @@ +24612a5f3c820394ead64a8c91ef3ff7 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_icgraph.svg b/ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_icgraph.svg similarity index 97% rename from ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_icgraph.svg rename to ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_icgraph.svg index 382e4dc07..916213170 100644 --- a/ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_icgraph.svg +++ b/ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_802847CC diff --git a/ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_icgraph_org.svg b/ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_icgraph_org.svg rename to ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_icgraph_org.svg index 2c4941c3b..aa0b1eb91 100644 --- a/ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_icgraph_org.svg +++ b/ceremony__and__credits_8c_a15d24788fab8dfc1196cc9d8daf9c12b_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_802847CC diff --git a/ceremony__and__credits_8c_aee02d75d0b98c6df07f3089b172e586d_icgraph.map b/ceremony__and__credits_8c_a160bab6d6d445123f7da0d831e840eb7_icgraph.map similarity index 85% rename from ceremony__and__credits_8c_aee02d75d0b98c6df07f3089b172e586d_icgraph.map rename to ceremony__and__credits_8c_a160bab6d6d445123f7da0d831e840eb7_icgraph.map index aefb5bb69..f7e660b93 100644 --- a/ceremony__and__credits_8c_aee02d75d0b98c6df07f3089b172e586d_icgraph.map +++ b/ceremony__and__credits_8c_a160bab6d6d445123f7da0d831e840eb7_icgraph.map @@ -1,11 +1,11 @@ - - - - + + + + - + - + diff --git a/ceremony__and__credits_8c_a160bab6d6d445123f7da0d831e840eb7_icgraph.md5 b/ceremony__and__credits_8c_a160bab6d6d445123f7da0d831e840eb7_icgraph.md5 new file mode 100644 index 000000000..fa1489b85 --- /dev/null +++ b/ceremony__and__credits_8c_a160bab6d6d445123f7da0d831e840eb7_icgraph.md5 @@ -0,0 +1 @@ +b61620f2d117a50690438b27b6c5d033 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a18322e45b940a90a29cd29c571616ef8_icgraph.svg b/ceremony__and__credits_8c_a160bab6d6d445123f7da0d831e840eb7_icgraph.svg similarity index 88% rename from ceremony__and__credits_8h_a18322e45b940a90a29cd29c571616ef8_icgraph.svg rename to ceremony__and__credits_8c_a160bab6d6d445123f7da0d831e840eb7_icgraph.svg index 97ad72adf..44c52ab15 100644 --- a/ceremony__and__credits_8h_a18322e45b940a90a29cd29c571616ef8_icgraph.svg +++ b/ceremony__and__credits_8c_a160bab6d6d445123f7da0d831e840eb7_icgraph.svg @@ -3,7 +3,7 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + @@ -46,31 +46,30 @@ -set_transition_colour_fade_alpha_ending +adjust_f32_value_transition Node1 - -set_transition_colour -_fade_alpha_ending + +adjust_f32_value_transition Node2 - - -transition_sliding -_borders + + +ceremony_transition +_sliding_borders @@ -78,8 +77,8 @@ var sectionId = 'dynsection-77'; Node1->Node2 - - + + @@ -96,8 +95,8 @@ var sectionId = 'dynsection-77'; Node2->Node3 - - + + @@ -114,8 +113,8 @@ var sectionId = 'dynsection-77'; Node2->Node10 - - + + @@ -269,7 +268,7 @@ var sectionId = 'dynsection-77'; - + - - + + -set_transition_colour_fade_alpha_ending +adjust_f32_value_transition Node1 - -set_transition_colour -_fade_alpha_ending + +adjust_f32_value_transition Node2 - - -transition_sliding -_borders + + +ceremony_transition +_sliding_borders @@ -32,8 +31,8 @@ Node1->Node2 - - + + @@ -50,8 +49,8 @@ Node2->Node3 - - + + @@ -68,8 +67,8 @@ Node2->Node10 - - + + diff --git a/ceremony__and__credits_8h_a4d89778267057d479a8080dd9a7573cd_cgraph.map b/ceremony__and__credits_8c_a17f34301732cbba776cba595966f44be_cgraph.map similarity index 61% rename from ceremony__and__credits_8h_a4d89778267057d479a8080dd9a7573cd_cgraph.map rename to ceremony__and__credits_8c_a17f34301732cbba776cba595966f44be_cgraph.map index 3b481ffef..f97d48689 100644 --- a/ceremony__and__credits_8h_a4d89778267057d479a8080dd9a7573cd_cgraph.map +++ b/ceremony__and__credits_8c_a17f34301732cbba776cba595966f44be_cgraph.map @@ -1,19 +1,19 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a17f34301732cbba776cba595966f44be_cgraph.md5 b/ceremony__and__credits_8c_a17f34301732cbba776cba595966f44be_cgraph.md5 new file mode 100644 index 000000000..911dd51d8 --- /dev/null +++ b/ceremony__and__credits_8c_a17f34301732cbba776cba595966f44be_cgraph.md5 @@ -0,0 +1 @@ +4c56617f93ac0f556c98e871ab6b4ecc \ No newline at end of file diff --git a/ceremony__and__credits_8c_a6f5a7286d158ca76a91f016bd162cbd5_cgraph.svg b/ceremony__and__credits_8c_a17f34301732cbba776cba595966f44be_cgraph.svg similarity index 66% rename from ceremony__and__credits_8c_a6f5a7286d158ca76a91f016bd162cbd5_cgraph.svg rename to ceremony__and__credits_8c_a17f34301732cbba776cba595966f44be_cgraph.svg index 6ed4bdbe9..e89fd90e3 100644 --- a/ceremony__and__credits_8c_a6f5a7286d158ca76a91f016bd162cbd5_cgraph.svg +++ b/ceremony__and__credits_8c_a17f34301732cbba776cba595966f44be_cgraph.svg @@ -46,9 +46,9 @@ @@ -66,9 +66,10 @@ var sectionId = 'dynsection-86'; Node2 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -76,17 +77,17 @@ var sectionId = 'dynsection-86'; Node1->Node2 - - + + Node3 - - -cutscene_event + + +cutscene_event @@ -94,17 +95,17 @@ var sectionId = 'dynsection-86'; Node2->Node3 - - + + Node4 - - -func_80282434 + + +func_80282C40 @@ -112,17 +113,17 @@ var sectionId = 'dynsection-86'; Node2->Node4 - - + + Node6 - - -func_80282C40 + + +move_point_along_spline @@ -130,17 +131,17 @@ var sectionId = 'dynsection-86'; Node2->Node6 - - + + Node8 - - -move_point_along_spline + + +reset_spline_wrap @@ -148,17 +149,17 @@ var sectionId = 'dynsection-86'; Node2->Node8 - - + + Node5 - - -reset_spline + + +func_80282BE4 @@ -166,17 +167,17 @@ var sectionId = 'dynsection-86'; Node4->Node5 - - + + Node7 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -184,17 +185,17 @@ var sectionId = 'dynsection-86'; Node6->Node7 - - + + Node9 - - -func_80282700 + + +reset_spline @@ -202,8 +203,8 @@ var sectionId = 'dynsection-86'; Node8->Node9 - - + + @@ -222,7 +223,7 @@ var sectionId = 'dynsection-86'; - + + + + + + +func_802842A8 + + +Node1 + + +func_802842A8 + + + + + +Node2 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +cutscene_event + + + + + +Node2->Node3 + + + + + + + + +Node4 + + +func_80282C40 + + + + + +Node2->Node4 + + + + + + + + +Node6 + + +move_point_along_spline + + + + + +Node2->Node6 + + + + + + + + +Node8 + + +reset_spline_wrap + + + + + +Node2->Node8 + + + + + + + + +Node5 + + +func_80282BE4 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +evaluate_cubic_spline + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +reset_spline + + + + + +Node8->Node9 + + + + + + + + diff --git a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph.map b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph.map index 083c75535..f898ed405 100644 --- a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph.map +++ b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph.map @@ -1,7 +1,7 @@ - + - + diff --git a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph.md5 b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph.md5 index 0d9bd19a4..9646c2b9e 100644 --- a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph.md5 +++ b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph.md5 @@ -1 +1 @@ -2887b91e886f02dd2275f559d522f49b \ No newline at end of file +43c4c3e6a750c6430d1682a4bfc3d1b2 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph.svg b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph.svg index c733801e7..4986c7d68 100644 --- a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph.svg +++ b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_80282EAC @@ -48,7 +48,7 @@ Node3 - + func_802830B4 diff --git a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph_org.svg b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph_org.svg index efb5a124f..3dcda8ef3 100644 --- a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph_org.svg +++ b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_80282EAC @@ -38,7 +38,7 @@ Node3 - + func_802830B4 diff --git a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph.map b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph.map index 93f891d90..13d34db5c 100644 --- a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph.map +++ b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph.map @@ -1,7 +1,7 @@ - + - + diff --git a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph.md5 b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph.md5 index a517ae69b..fedf1bbdf 100644 --- a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph.md5 +++ b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph.md5 @@ -1 +1 @@ -1efbfbb9fec5ffbae4c54ae0b04f8a93 \ No newline at end of file +40719660ad88d720c9c0bca5b79d721d \ No newline at end of file diff --git a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph.svg b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph.svg index 342c8b3f1..9ba43e27d 100644 --- a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph.svg +++ b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_8028461C @@ -48,7 +48,7 @@ Node3 - + func_80284648 diff --git a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph_org.svg b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph_org.svg index feacadec8..ef17039f3 100644 --- a/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph_org.svg +++ b/ceremony__and__credits_8c_a1a09bcade3717d9a6c47b7299a9a5751_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_8028461C @@ -38,7 +38,7 @@ Node3 - + func_80284648 diff --git a/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph.map b/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph.map index 9e55b77b1..49d68332c 100644 --- a/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph.map +++ b/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph.map @@ -1,49 +1,49 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph.md5 b/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph.md5 index 38e86a882..d644c4f66 100644 --- a/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph.md5 +++ b/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph.md5 @@ -1 +1 @@ -a714e81ba8080a493b5bee96d11d80f8 \ No newline at end of file +c846ab337373c74dde1baf09cdf1126c \ No newline at end of file diff --git a/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph.svg b/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph.svg index 6ea172745..f4989b480 100644 --- a/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph.svg +++ b/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph.svg @@ -46,9 +46,9 @@ @@ -58,17 +58,17 @@ var sectionId = 'dynsection-16'; Node1 - -func_80282C40 + +func_80282C40 Node2 - - -func_80282D90 + + +func_80282E58 @@ -76,35 +76,36 @@ var sectionId = 'dynsection-16'; Node1->Node2 - - + + - - -Node19 - - -func_80282E58 + + +Node8 + + +move_cinematic_camera +_along_spline - - -Node1->Node19 - - - + + +Node1->Node8 + + + Node3 - - -func_80283D2C + + +func_80283F6C @@ -112,368 +113,368 @@ var sectionId = 'dynsection-16'; Node2->Node3 - - - - - - - -Node4 - - -func_80283EA0 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80284154 - - - - - -Node2->Node6 - - - - - - - - -Node7 - - -func_802842A8 - - - - - -Node2->Node7 - - - - - - - - -Node8 - - -func_802842D8 - - - - - -Node2->Node8 - - - - - - - - -Node9 - - -func_80284308 - - - - - -Node2->Node9 - - - - - - - - -Node10 - - -func_80284418 - - - - - -Node2->Node10 - - - - - - - - -Node11 - - -func_80284494 - - - - - -Node2->Node11 - - - - - - - - -Node12 - - -func_802844FC - - - - - -Node2->Node12 - - - - - - - - -Node13 - - -func_8028454C - - - - - -Node2->Node13 - - - - - - - - -Node14 - - -func_802845EC - - - - - -Node2->Node14 - - - - - - - - -Node16 - - -func_802846B4 - - - - - -Node2->Node16 - - - - - - - - -Node17 - - -func_802846E4 - - - - - -Node2->Node17 - - - - - - - - -Node18 - - -func_802847CC - - - - - -Node2->Node18 - - - + + Node5 - - -func_802840C8 + + +func_80284068 - - -Node4->Node5 - - - + + +Node2->Node5 + + + + + + + + +Node6 + + +func_802841E8 + + + + + +Node2->Node6 + + + + + + + + +Node4 + + +func_802840C8 + + + + + +Node3->Node4 + + + + + + + + +Node5->Node4 + + + + + + + + +Node7 + + +func_8028422C + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +func_80283D2C + + + + + +Node8->Node9 + + + + + + + + +Node10 + + +func_80283EA0 + + + + + +Node8->Node10 + + + + + + + + +Node11 + + +func_80284154 + + + + + +Node8->Node11 + + + + + + + + +Node12 + + +func_802842A8 + + + + + +Node8->Node12 + + + + + + + + +Node13 + + +func_802842D8 + + + + + +Node8->Node13 + + + + + + + + +Node14 + + +func_80284308 + + + + + +Node8->Node14 + + + Node15 - - -func_80284648 + + +func_80284418 - - -Node14->Node15 - - - + + +Node8->Node15 + + + - - -Node20 - + + +Node16 + + +func_80284494 + + + + + +Node8->Node16 + + + + + + + + +Node17 + + +func_802844FC + + + + + +Node8->Node17 + + + + + + + + +Node18 + -func_80283F6C +func_8028454C - - -Node19->Node20 - - - + + +Node8->Node18 + + + + + + + + +Node19 + + +func_802845EC + + + + + +Node8->Node19 + + + Node21 - - -func_80284068 + + +func_802846B4 - - -Node19->Node21 - - - + + +Node8->Node21 + + + Node22 - - -func_802841E8 + + +func_802846E4 - - -Node19->Node22 - - - - - - - - -Node20->Node5 - - - - - - - - -Node21->Node5 - - - + + +Node8->Node22 + + + Node23 - - -func_8028422C + + +func_802847CC - - -Node22->Node23 - - - + + +Node8->Node23 + + + + + + + + +Node10->Node4 + + + + + + + + +Node20 + + +func_80284648 + + + + + +Node19->Node20 + + + diff --git a/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph_org.svg b/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph_org.svg index e802ea695..2b1d7e6a0 100644 --- a/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph_org.svg +++ b/ceremony__and__credits_8c_a1d267875e7f1f73c656b8170663a690c_icgraph_org.svg @@ -4,25 +4,25 @@ - + func_80282C40 Node1 - -func_80282C40 + +func_80282C40 Node2 - - -func_80282D90 + + +func_80282E58 @@ -30,35 +30,36 @@ Node1->Node2 - - + + - - -Node19 - - -func_80282E58 + + +Node8 + + +move_cinematic_camera +_along_spline - - -Node1->Node19 - - - + + +Node1->Node8 + + + Node3 - - -func_80283D2C + + +func_80283F6C @@ -66,368 +67,368 @@ Node2->Node3 - - - - - - - -Node4 - - -func_80283EA0 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80284154 - - - - - -Node2->Node6 - - - - - - - - -Node7 - - -func_802842A8 - - - - - -Node2->Node7 - - - - - - - - -Node8 - - -func_802842D8 - - - - - -Node2->Node8 - - - - - - - - -Node9 - - -func_80284308 - - - - - -Node2->Node9 - - - - - - - - -Node10 - - -func_80284418 - - - - - -Node2->Node10 - - - - - - - - -Node11 - - -func_80284494 - - - - - -Node2->Node11 - - - - - - - - -Node12 - - -func_802844FC - - - - - -Node2->Node12 - - - - - - - - -Node13 - - -func_8028454C - - - - - -Node2->Node13 - - - - - - - - -Node14 - - -func_802845EC - - - - - -Node2->Node14 - - - - - - - - -Node16 - - -func_802846B4 - - - - - -Node2->Node16 - - - - - - - - -Node17 - - -func_802846E4 - - - - - -Node2->Node17 - - - - - - - - -Node18 - - -func_802847CC - - - - - -Node2->Node18 - - - + + Node5 - - -func_802840C8 + + +func_80284068 - - -Node4->Node5 - - - + + +Node2->Node5 + + + + + + + + +Node6 + + +func_802841E8 + + + + + +Node2->Node6 + + + + + + + + +Node4 + + +func_802840C8 + + + + + +Node3->Node4 + + + + + + + + +Node5->Node4 + + + + + + + + +Node7 + + +func_8028422C + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +func_80283D2C + + + + + +Node8->Node9 + + + + + + + + +Node10 + + +func_80283EA0 + + + + + +Node8->Node10 + + + + + + + + +Node11 + + +func_80284154 + + + + + +Node8->Node11 + + + + + + + + +Node12 + + +func_802842A8 + + + + + +Node8->Node12 + + + + + + + + +Node13 + + +func_802842D8 + + + + + +Node8->Node13 + + + + + + + + +Node14 + + +func_80284308 + + + + + +Node8->Node14 + + + Node15 - - -func_80284648 + + +func_80284418 - - -Node14->Node15 - - - + + +Node8->Node15 + + + - - -Node20 - + + +Node16 + + +func_80284494 + + + + + +Node8->Node16 + + + + + + + + +Node17 + + +func_802844FC + + + + + +Node8->Node17 + + + + + + + + +Node18 + -func_80283F6C +func_8028454C - - -Node19->Node20 - - - + + +Node8->Node18 + + + + + + + + +Node19 + + +func_802845EC + + + + + +Node8->Node19 + + + Node21 - - -func_80284068 + + +func_802846B4 - - -Node19->Node21 - - - + + +Node8->Node21 + + + Node22 - - -func_802841E8 + + +func_802846E4 - - -Node19->Node22 - - - - - - - - -Node20->Node5 - - - - - - - - -Node21->Node5 - - - + + +Node8->Node22 + + + Node23 - - -func_8028422C + + +func_802847CC - - -Node22->Node23 - - - + + +Node8->Node23 + + + + + + + + +Node10->Node4 + + + + + + + + +Node20 + + +func_80284648 + + + + + +Node19->Node20 + + + diff --git a/ceremony__and__credits_8h_afcdcb326de7f3514c78322b9b9b6362c_cgraph.map b/ceremony__and__credits_8c_a1e10b9fb42947ec3bc9b75e8fa313d21_cgraph.map similarity index 54% rename from ceremony__and__credits_8h_afcdcb326de7f3514c78322b9b9b6362c_cgraph.map rename to ceremony__and__credits_8c_a1e10b9fb42947ec3bc9b75e8fa313d21_cgraph.map index 962977dc9..95cd293ac 100644 --- a/ceremony__and__credits_8h_afcdcb326de7f3514c78322b9b9b6362c_cgraph.map +++ b/ceremony__and__credits_8c_a1e10b9fb42947ec3bc9b75e8fa313d21_cgraph.map @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a1e10b9fb42947ec3bc9b75e8fa313d21_cgraph.md5 b/ceremony__and__credits_8c_a1e10b9fb42947ec3bc9b75e8fa313d21_cgraph.md5 new file mode 100644 index 000000000..72ce2df7a --- /dev/null +++ b/ceremony__and__credits_8c_a1e10b9fb42947ec3bc9b75e8fa313d21_cgraph.md5 @@ -0,0 +1 @@ +0f677cb6000cfae780aaff79b6356999 \ No newline at end of file diff --git a/ceremony__and__credits_8h_afcdcb326de7f3514c78322b9b9b6362c_cgraph.svg b/ceremony__and__credits_8c_a1e10b9fb42947ec3bc9b75e8fa313d21_cgraph.svg similarity index 61% rename from ceremony__and__credits_8h_afcdcb326de7f3514c78322b9b9b6362c_cgraph.svg rename to ceremony__and__credits_8c_a1e10b9fb42947ec3bc9b75e8fa313d21_cgraph.svg index d91f14864..f6872a60a 100644 --- a/ceremony__and__credits_8h_afcdcb326de7f3514c78322b9b9b6362c_cgraph.svg +++ b/ceremony__and__credits_8c_a1e10b9fb42947ec3bc9b75e8fa313d21_cgraph.svg @@ -46,9 +46,9 @@ @@ -58,17 +58,17 @@ var sectionId = 'dynsection-60'; Node1 - -func_802844FC + +func_802844FC Node2 - - -cutscene_event + + +cutscene_event @@ -76,17 +76,18 @@ var sectionId = 'dynsection-60'; Node1->Node2 - - + + Node3 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -94,17 +95,17 @@ var sectionId = 'dynsection-60'; Node1->Node3 - - + + Node10 - - -play_sound_fish + + +play_sound_fish @@ -112,8 +113,8 @@ var sectionId = 'dynsection-60'; Node1->Node10 - - + + @@ -121,17 +122,17 @@ var sectionId = 'dynsection-60'; Node3->Node2 - - + + Node4 - - -func_80282434 + + +func_80282C40 @@ -139,17 +140,17 @@ var sectionId = 'dynsection-60'; Node3->Node4 - - + + Node6 - - -func_80282C40 + + +move_point_along_spline @@ -157,17 +158,17 @@ var sectionId = 'dynsection-60'; Node3->Node6 - - + + Node8 - - -move_point_along_spline + + +reset_spline_wrap @@ -175,17 +176,17 @@ var sectionId = 'dynsection-60'; Node3->Node8 - - + + Node5 - - -reset_spline + + +func_80282BE4 @@ -193,17 +194,17 @@ var sectionId = 'dynsection-60'; Node4->Node5 - - + + Node7 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -211,17 +212,17 @@ var sectionId = 'dynsection-60'; Node6->Node7 - - + + Node9 - - -func_80282700 + + +reset_spline @@ -229,8 +230,8 @@ var sectionId = 'dynsection-60'; Node8->Node9 - - + + @@ -238,8 +239,8 @@ var sectionId = 'dynsection-60'; Node11 - -play_sound2 + +play_sound2 @@ -247,8 +248,8 @@ var sectionId = 'dynsection-60'; Node10->Node11 - - + + @@ -256,8 +257,8 @@ var sectionId = 'dynsection-60'; Node12 - -play_sound + +play_sound @@ -265,8 +266,8 @@ var sectionId = 'dynsection-60'; Node11->Node12 - - + + @@ -285,7 +286,7 @@ var sectionId = 'dynsection-60'; - + + + + + + +func_802844FC + + +Node1 + + +func_802844FC + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node3 + + + + + + + + +Node10 + + +play_sound_fish + + + + + +Node1->Node10 + + + + + + + + +Node3->Node2 + + + + + + + + +Node4 + + +func_80282C40 + + + + + +Node3->Node4 + + + + + + + + +Node6 + + +move_point_along_spline + + + + + +Node3->Node6 + + + + + + + + +Node8 + + +reset_spline_wrap + + + + + +Node3->Node8 + + + + + + + + +Node5 + + +func_80282BE4 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +evaluate_cubic_spline + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +reset_spline + + + + + +Node8->Node9 + + + + + + + + +Node11 + + +play_sound2 + + + + + +Node10->Node11 + + + + + + + + +Node12 + + +play_sound + + + + + +Node11->Node12 + + + + + + + + diff --git a/ceremony__and__credits_8c_a218079600dad8c7809f4ff3a58a4c201_cgraph.map b/ceremony__and__credits_8c_a218079600dad8c7809f4ff3a58a4c201_cgraph.map deleted file mode 100644 index 9ef5aea3f..000000000 --- a/ceremony__and__credits_8c_a218079600dad8c7809f4ff3a58a4c201_cgraph.map +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/ceremony__and__credits_8c_a218079600dad8c7809f4ff3a58a4c201_cgraph.md5 b/ceremony__and__credits_8c_a218079600dad8c7809f4ff3a58a4c201_cgraph.md5 deleted file mode 100644 index ec67608ce..000000000 --- a/ceremony__and__credits_8c_a218079600dad8c7809f4ff3a58a4c201_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -4ef7bbb66b17fac67165d1a85e752f54 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a218079600dad8c7809f4ff3a58a4c201_icgraph.md5 b/ceremony__and__credits_8c_a218079600dad8c7809f4ff3a58a4c201_icgraph.md5 deleted file mode 100644 index 93aea1dfa..000000000 --- a/ceremony__and__credits_8c_a218079600dad8c7809f4ff3a58a4c201_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -1a4ece331af695256055f6776244f089 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a2254e8dcd170e82dc1321fd5d263a642_icgraph.map b/ceremony__and__credits_8c_a2254e8dcd170e82dc1321fd5d263a642_icgraph.map new file mode 100644 index 000000000..2acf4cd7f --- /dev/null +++ b/ceremony__and__credits_8c_a2254e8dcd170e82dc1321fd5d263a642_icgraph.map @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a2254e8dcd170e82dc1321fd5d263a642_icgraph.md5 b/ceremony__and__credits_8c_a2254e8dcd170e82dc1321fd5d263a642_icgraph.md5 new file mode 100644 index 000000000..86136dfaf --- /dev/null +++ b/ceremony__and__credits_8c_a2254e8dcd170e82dc1321fd5d263a642_icgraph.md5 @@ -0,0 +1 @@ +2cf632c92bd50fd6bc635ac3d7e08d89 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a2254e8dcd170e82dc1321fd5d263a642_icgraph.svg b/ceremony__and__credits_8c_a2254e8dcd170e82dc1321fd5d263a642_icgraph.svg new file mode 100644 index 000000000..381174d68 --- /dev/null +++ b/ceremony__and__credits_8c_a2254e8dcd170e82dc1321fd5d263a642_icgraph.svg @@ -0,0 +1,563 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +cutscene_event + + +Node1 + + +cutscene_event + + + + + +Node2 + + +func_80283D2C + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283F6C + + + + + +Node1->Node3 + + + + + + + + +Node4 + + +func_802840C8 + + + + + +Node1->Node4 + + + + + + + + +Node5 + + +func_80284068 + + + + + +Node1->Node5 + + + + + + + + +Node6 + + +func_8028422C + + + + + +Node1->Node6 + + + + + + + + +Node7 + + +func_80284308 + + + + + +Node1->Node7 + + + + + + + + +Node8 + + +func_80284418 + + + + + +Node1->Node8 + + + + + + + + +Node9 + + +func_80284494 + + + + + +Node1->Node9 + + + + + + + + +Node10 + + +func_802844FC + + + + + +Node1->Node10 + + + + + + + + +Node11 + + +func_8028454C + + + + + +Node1->Node11 + + + + + + + + +Node12 + + +func_80284648 + + + + + +Node1->Node12 + + + + + + + + +Node13 + + +func_802847CC + + + + + +Node1->Node13 + + + + + + + + +Node14 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node14 + + + + + + + + +Node3->Node4 + + + + + + + + +Node5->Node4 + + + + + + + + +Node14->Node2 + + + + + + + + +Node14->Node7 + + + + + + + + +Node14->Node8 + + + + + + + + +Node14->Node9 + + + + + + + + +Node14->Node10 + + + + + + + + +Node14->Node11 + + + + + + + + +Node14->Node13 + + + + + + + + +Node15 + + +func_80283EA0 + + + + + +Node14->Node15 + + + + + + + + +Node16 + + +func_80284154 + + + + + +Node14->Node16 + + + + + + + + +Node17 + + +func_802842A8 + + + + + +Node14->Node17 + + + + + + + + +Node18 + + +func_802842D8 + + + + + +Node14->Node18 + + + + + + + + +Node19 + + +func_802845EC + + + + + +Node14->Node19 + + + + + + + + +Node20 + + +func_802846B4 + + + + + +Node14->Node20 + + + + + + + + +Node21 + + +func_802846E4 + + + + + +Node14->Node21 + + + + + + + + +Node15->Node4 + + + + + + + + +Node19->Node12 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a2254e8dcd170e82dc1321fd5d263a642_icgraph_org.svg b/ceremony__and__credits_8c_a2254e8dcd170e82dc1321fd5d263a642_icgraph_org.svg new file mode 100644 index 000000000..ebe7e94e5 --- /dev/null +++ b/ceremony__and__credits_8c_a2254e8dcd170e82dc1321fd5d263a642_icgraph_org.svg @@ -0,0 +1,481 @@ + + + + + + +cutscene_event + + +Node1 + + +cutscene_event + + + + + +Node2 + + +func_80283D2C + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283F6C + + + + + +Node1->Node3 + + + + + + + + +Node4 + + +func_802840C8 + + + + + +Node1->Node4 + + + + + + + + +Node5 + + +func_80284068 + + + + + +Node1->Node5 + + + + + + + + +Node6 + + +func_8028422C + + + + + +Node1->Node6 + + + + + + + + +Node7 + + +func_80284308 + + + + + +Node1->Node7 + + + + + + + + +Node8 + + +func_80284418 + + + + + +Node1->Node8 + + + + + + + + +Node9 + + +func_80284494 + + + + + +Node1->Node9 + + + + + + + + +Node10 + + +func_802844FC + + + + + +Node1->Node10 + + + + + + + + +Node11 + + +func_8028454C + + + + + +Node1->Node11 + + + + + + + + +Node12 + + +func_80284648 + + + + + +Node1->Node12 + + + + + + + + +Node13 + + +func_802847CC + + + + + +Node1->Node13 + + + + + + + + +Node14 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node14 + + + + + + + + +Node3->Node4 + + + + + + + + +Node5->Node4 + + + + + + + + +Node14->Node2 + + + + + + + + +Node14->Node7 + + + + + + + + +Node14->Node8 + + + + + + + + +Node14->Node9 + + + + + + + + +Node14->Node10 + + + + + + + + +Node14->Node11 + + + + + + + + +Node14->Node13 + + + + + + + + +Node15 + + +func_80283EA0 + + + + + +Node14->Node15 + + + + + + + + +Node16 + + +func_80284154 + + + + + +Node14->Node16 + + + + + + + + +Node17 + + +func_802842A8 + + + + + +Node14->Node17 + + + + + + + + +Node18 + + +func_802842D8 + + + + + +Node14->Node18 + + + + + + + + +Node19 + + +func_802845EC + + + + + +Node14->Node19 + + + + + + + + +Node20 + + +func_802846B4 + + + + + +Node14->Node20 + + + + + + + + +Node21 + + +func_802846E4 + + + + + +Node14->Node21 + + + + + + + + +Node15->Node4 + + + + + + + + +Node19->Node12 + + + + + + + + diff --git a/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_cgraph.map b/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_cgraph.map deleted file mode 100644 index 7a969e21e..000000000 --- a/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_cgraph.map +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_cgraph.md5 b/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_cgraph.md5 deleted file mode 100644 index 88b08fee6..000000000 --- a/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -9edf3588583df82913264440594938b0 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_cgraph_org.svg b/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_cgraph_org.svg deleted file mode 100644 index cdcc3b3a6..000000000 --- a/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_cgraph_org.svg +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - -play_cutscene - - -Node1 - - -play_cutscene - - - - - -Node2 - - -func_80283C58 - - - - - -Node1->Node2 - - - - - - - - -Node7 - - -reset_spline - - - - - -Node1->Node7 - - - - - - - - -Node3 - - -func_800CB14C - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_800C3448 - - - - - -Node3->Node4 - - - - - - - - -Node5 - - -func_800C8EAC - - - - - -Node3->Node5 - - - - - - - - -Node6 - - -func_800C8EF8 - - - - - -Node3->Node6 - - - - - - - - -Node5->Node4 - - - - - - - - -Node6->Node4 - - - - - - - - diff --git a/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_icgraph.md5 b/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_icgraph.md5 deleted file mode 100644 index 14d5ae353..000000000 --- a/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -20d8d949a730db44310382cea3bb8fb6 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a68fa22f20a6d3dd42df1cd19a8ab1485_cgraph.map b/ceremony__and__credits_8c_a289c1300f073d843ef83f5c8fc812fae_cgraph.map similarity index 58% rename from ceremony__and__credits_8c_a68fa22f20a6d3dd42df1cd19a8ab1485_cgraph.map rename to ceremony__and__credits_8c_a289c1300f073d843ef83f5c8fc812fae_cgraph.map index 5ebc59748..21b27cf4b 100644 --- a/ceremony__and__credits_8c_a68fa22f20a6d3dd42df1cd19a8ab1485_cgraph.map +++ b/ceremony__and__credits_8c_a289c1300f073d843ef83f5c8fc812fae_cgraph.map @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - + + + diff --git a/ceremony__and__credits_8c_a289c1300f073d843ef83f5c8fc812fae_cgraph.md5 b/ceremony__and__credits_8c_a289c1300f073d843ef83f5c8fc812fae_cgraph.md5 new file mode 100644 index 000000000..fa3290ef1 --- /dev/null +++ b/ceremony__and__credits_8c_a289c1300f073d843ef83f5c8fc812fae_cgraph.md5 @@ -0,0 +1 @@ +3e5cbc0b6d71367ca4be1e181f253181 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a68fa22f20a6d3dd42df1cd19a8ab1485_cgraph.svg b/ceremony__and__credits_8c_a289c1300f073d843ef83f5c8fc812fae_cgraph.svg similarity index 65% rename from ceremony__and__credits_8c_a68fa22f20a6d3dd42df1cd19a8ab1485_cgraph.svg rename to ceremony__and__credits_8c_a289c1300f073d843ef83f5c8fc812fae_cgraph.svg index 43420f918..1cc4396bc 100644 --- a/ceremony__and__credits_8c_a68fa22f20a6d3dd42df1cd19a8ab1485_cgraph.svg +++ b/ceremony__and__credits_8c_a289c1300f073d843ef83f5c8fc812fae_cgraph.svg @@ -46,9 +46,9 @@ @@ -58,15 +58,15 @@ var sectionId = 'dynsection-88'; Node1 - -func_80284308 + +func_80284308 Node2 - + cutscene_event @@ -76,17 +76,18 @@ var sectionId = 'dynsection-88'; Node1->Node2 - - + + Node3 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -94,17 +95,17 @@ var sectionId = 'dynsection-88'; Node1->Node3 - - + + Node10 - - -play_sound_congratulation + + +play_sound_congratulation @@ -112,8 +113,8 @@ var sectionId = 'dynsection-88'; Node1->Node10 - - + + @@ -121,17 +122,17 @@ var sectionId = 'dynsection-88'; Node3->Node2 - - + + Node4 - - -func_80282434 + + +func_80282C40 @@ -139,17 +140,17 @@ var sectionId = 'dynsection-88'; Node3->Node4 - - + + Node6 - - -func_80282C40 + + +move_point_along_spline @@ -157,17 +158,17 @@ var sectionId = 'dynsection-88'; Node3->Node6 - - + + Node8 - - -move_point_along_spline + + +reset_spline_wrap @@ -175,17 +176,17 @@ var sectionId = 'dynsection-88'; Node3->Node8 - - + + Node5 - - -reset_spline + + +func_80282BE4 @@ -193,17 +194,17 @@ var sectionId = 'dynsection-88'; Node4->Node5 - - + + Node7 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -211,17 +212,17 @@ var sectionId = 'dynsection-88'; Node6->Node7 - - + + Node9 - - -func_80282700 + + +reset_spline @@ -229,8 +230,8 @@ var sectionId = 'dynsection-88'; Node8->Node9 - - + + @@ -247,8 +248,8 @@ var sectionId = 'dynsection-88'; Node10->Node11 - - + + @@ -256,8 +257,8 @@ var sectionId = 'dynsection-88'; Node12 - -play_sound + +play_sound @@ -265,8 +266,8 @@ var sectionId = 'dynsection-88'; Node11->Node12 - - + + @@ -285,7 +286,7 @@ var sectionId = 'dynsection-88'; - + - + func_80284308 Node1 - -func_80284308 + +func_80284308 Node2 - + cutscene_event @@ -30,17 +30,18 @@ Node1->Node2 - - + + Node3 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -48,17 +49,17 @@ Node1->Node3 - - + + Node10 - - -play_sound_congratulation + + +play_sound_congratulation @@ -66,8 +67,8 @@ Node1->Node10 - - + + @@ -75,17 +76,17 @@ Node3->Node2 - - + + Node4 - - -func_80282434 + + +func_80282C40 @@ -93,17 +94,17 @@ Node3->Node4 - - + + Node6 - - -func_80282C40 + + +move_point_along_spline @@ -111,17 +112,17 @@ Node3->Node6 - - + + Node8 - - -move_point_along_spline + + +reset_spline_wrap @@ -129,17 +130,17 @@ Node3->Node8 - - + + Node5 - - -reset_spline + + +func_80282BE4 @@ -147,17 +148,17 @@ Node4->Node5 - - + + Node7 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -165,17 +166,17 @@ Node6->Node7 - - + + Node9 - - -func_80282700 + + +reset_spline @@ -183,8 +184,8 @@ Node8->Node9 - - + + @@ -201,8 +202,8 @@ Node10->Node11 - - + + @@ -210,8 +211,8 @@ Node12 - -play_sound + +play_sound @@ -219,8 +220,8 @@ Node11->Node12 - - + + diff --git a/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph.map b/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph.map index 85ddbcaab..82d0238b9 100644 --- a/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph.map +++ b/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph.map @@ -1,51 +1,51 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph.md5 b/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph.md5 index 7e7ce38f0..ebd5129ae 100644 --- a/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph.md5 +++ b/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph.md5 @@ -1 +1 @@ -e7ff38892a64b7f979f9547735d02d69 \ No newline at end of file +f61e05b687253896cc44ca764fda9cc0 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph.svg b/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph.svg index 7e46b4b38..c5ab7920b 100644 --- a/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph.svg +++ b/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph.svg @@ -46,9 +46,9 @@ @@ -58,8 +58,8 @@ var sectionId = 'dynsection-14'; Node1 - -func_80282BE4 + +func_80282BE4 @@ -67,8 +67,8 @@ var sectionId = 'dynsection-14'; Node2 - -func_80282C40 + +func_80282C40 @@ -76,17 +76,17 @@ var sectionId = 'dynsection-14'; Node1->Node2 - - + + Node3 - - -func_80282D90 + + +func_80282E58 @@ -94,35 +94,36 @@ var sectionId = 'dynsection-14'; Node2->Node3 - - + + - - -Node20 - - -func_80282E58 + + +Node9 + + +move_cinematic_camera +_along_spline - - -Node2->Node20 - - - + + +Node2->Node9 + + + Node4 - - -func_80283D2C + + +func_80283F6C @@ -130,368 +131,368 @@ var sectionId = 'dynsection-14'; Node3->Node4 - - - - - - - -Node5 - - -func_80283EA0 - - - - - -Node3->Node5 - - - - - - - - -Node7 - - -func_80284154 - - - - - -Node3->Node7 - - - - - - - - -Node8 - - -func_802842A8 - - - - - -Node3->Node8 - - - - - - - - -Node9 - - -func_802842D8 - - - - - -Node3->Node9 - - - - - - - - -Node10 - - -func_80284308 - - - - - -Node3->Node10 - - - - - - - - -Node11 - - -func_80284418 - - - - - -Node3->Node11 - - - - - - - - -Node12 - - -func_80284494 - - - - - -Node3->Node12 - - - - - - - - -Node13 - - -func_802844FC - - - - - -Node3->Node13 - - - - - - - - -Node14 - - -func_8028454C - - - - - -Node3->Node14 - - - - - - - - -Node15 - - -func_802845EC - - - - - -Node3->Node15 - - - - - - - - -Node17 - - -func_802846B4 - - - - - -Node3->Node17 - - - - - - - - -Node18 - - -func_802846E4 - - - - - -Node3->Node18 - - - - - - - - -Node19 - - -func_802847CC - - - - - -Node3->Node19 - - - + + Node6 - - -func_802840C8 + + +func_80284068 - - -Node5->Node6 - - - + + +Node3->Node6 + + + + + + + + +Node7 + + +func_802841E8 + + + + + +Node3->Node7 + + + + + + + + +Node5 + + +func_802840C8 + + + + + +Node4->Node5 + + + + + + + + +Node6->Node5 + + + + + + + + +Node8 + + +func_8028422C + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +func_80283D2C + + + + + +Node9->Node10 + + + + + + + + +Node11 + + +func_80283EA0 + + + + + +Node9->Node11 + + + + + + + + +Node12 + + +func_80284154 + + + + + +Node9->Node12 + + + + + + + + +Node13 + + +func_802842A8 + + + + + +Node9->Node13 + + + + + + + + +Node14 + + +func_802842D8 + + + + + +Node9->Node14 + + + + + + + + +Node15 + + +func_80284308 + + + + + +Node9->Node15 + + + Node16 - - -func_80284648 + + +func_80284418 - - -Node15->Node16 - - - + + +Node9->Node16 + + + - - -Node21 - + + +Node17 + + +func_80284494 + + + + + +Node9->Node17 + + + + + + + + +Node18 + + +func_802844FC + + + + + +Node9->Node18 + + + + + + + + +Node19 + -func_80283F6C +func_8028454C - - -Node20->Node21 - - - + + +Node9->Node19 + + + + + + + + +Node20 + + +func_802845EC + + + + + +Node9->Node20 + + + Node22 - - -func_80284068 + + +func_802846B4 - - -Node20->Node22 - - - + + +Node9->Node22 + + + Node23 - - -func_802841E8 + + +func_802846E4 - - -Node20->Node23 - - - - - - - - -Node21->Node6 - - - - - - - - -Node22->Node6 - - - + + +Node9->Node23 + + + Node24 - - -func_8028422C + + +func_802847CC - - -Node23->Node24 - - - + + +Node9->Node24 + + + + + + + + +Node11->Node5 + + + + + + + + +Node21 + + +func_80284648 + + + + + +Node20->Node21 + + + diff --git a/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph_org.svg b/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph_org.svg index cb294947f..05a4d2b71 100644 --- a/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph_org.svg +++ b/ceremony__and__credits_8c_a2a6075e13264bc880b886b8f17edf96f_icgraph_org.svg @@ -4,16 +4,16 @@ - + func_80282BE4 Node1 - -func_80282BE4 + +func_80282BE4 @@ -21,8 +21,8 @@ Node2 - -func_80282C40 + +func_80282C40 @@ -30,17 +30,17 @@ Node1->Node2 - - + + Node3 - - -func_80282D90 + + +func_80282E58 @@ -48,35 +48,36 @@ Node2->Node3 - - + + - - -Node20 - - -func_80282E58 + + +Node9 + + +move_cinematic_camera +_along_spline - - -Node2->Node20 - - - + + +Node2->Node9 + + + Node4 - - -func_80283D2C + + +func_80283F6C @@ -84,368 +85,368 @@ Node3->Node4 - - - - - - - -Node5 - - -func_80283EA0 - - - - - -Node3->Node5 - - - - - - - - -Node7 - - -func_80284154 - - - - - -Node3->Node7 - - - - - - - - -Node8 - - -func_802842A8 - - - - - -Node3->Node8 - - - - - - - - -Node9 - - -func_802842D8 - - - - - -Node3->Node9 - - - - - - - - -Node10 - - -func_80284308 - - - - - -Node3->Node10 - - - - - - - - -Node11 - - -func_80284418 - - - - - -Node3->Node11 - - - - - - - - -Node12 - - -func_80284494 - - - - - -Node3->Node12 - - - - - - - - -Node13 - - -func_802844FC - - - - - -Node3->Node13 - - - - - - - - -Node14 - - -func_8028454C - - - - - -Node3->Node14 - - - - - - - - -Node15 - - -func_802845EC - - - - - -Node3->Node15 - - - - - - - - -Node17 - - -func_802846B4 - - - - - -Node3->Node17 - - - - - - - - -Node18 - - -func_802846E4 - - - - - -Node3->Node18 - - - - - - - - -Node19 - - -func_802847CC - - - - - -Node3->Node19 - - - + + Node6 - - -func_802840C8 + + +func_80284068 - - -Node5->Node6 - - - + + +Node3->Node6 + + + + + + + + +Node7 + + +func_802841E8 + + + + + +Node3->Node7 + + + + + + + + +Node5 + + +func_802840C8 + + + + + +Node4->Node5 + + + + + + + + +Node6->Node5 + + + + + + + + +Node8 + + +func_8028422C + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +func_80283D2C + + + + + +Node9->Node10 + + + + + + + + +Node11 + + +func_80283EA0 + + + + + +Node9->Node11 + + + + + + + + +Node12 + + +func_80284154 + + + + + +Node9->Node12 + + + + + + + + +Node13 + + +func_802842A8 + + + + + +Node9->Node13 + + + + + + + + +Node14 + + +func_802842D8 + + + + + +Node9->Node14 + + + + + + + + +Node15 + + +func_80284308 + + + + + +Node9->Node15 + + + Node16 - - -func_80284648 + + +func_80284418 - - -Node15->Node16 - - - + + +Node9->Node16 + + + - - -Node21 - + + +Node17 + + +func_80284494 + + + + + +Node9->Node17 + + + + + + + + +Node18 + + +func_802844FC + + + + + +Node9->Node18 + + + + + + + + +Node19 + -func_80283F6C +func_8028454C - - -Node20->Node21 - - - + + +Node9->Node19 + + + + + + + + +Node20 + + +func_802845EC + + + + + +Node9->Node20 + + + Node22 - - -func_80284068 + + +func_802846B4 - - -Node20->Node22 - - - + + +Node9->Node22 + + + Node23 - - -func_802841E8 + + +func_802846E4 - - -Node20->Node23 - - - - - - - - -Node21->Node6 - - - - - - - - -Node22->Node6 - - - + + +Node9->Node23 + + + Node24 - - -func_8028422C + + +func_802847CC - - -Node23->Node24 - - - + + +Node9->Node24 + + + + + + + + +Node11->Node5 + + + + + + + + +Node21 + + +func_80284648 + + + + + +Node20->Node21 + + + diff --git a/ceremony__and__credits_8h_ad5299c71cd701399285317c15aea9a66_cgraph.map b/ceremony__and__credits_8c_a2c82e9ba11f76b6ca88cf83f40e31cda_cgraph.map similarity index 55% rename from ceremony__and__credits_8h_ad5299c71cd701399285317c15aea9a66_cgraph.map rename to ceremony__and__credits_8c_a2c82e9ba11f76b6ca88cf83f40e31cda_cgraph.map index 926712943..901f3a6bb 100644 --- a/ceremony__and__credits_8h_ad5299c71cd701399285317c15aea9a66_cgraph.map +++ b/ceremony__and__credits_8c_a2c82e9ba11f76b6ca88cf83f40e31cda_cgraph.map @@ -1,47 +1,47 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a2c82e9ba11f76b6ca88cf83f40e31cda_cgraph.md5 b/ceremony__and__credits_8c_a2c82e9ba11f76b6ca88cf83f40e31cda_cgraph.md5 new file mode 100644 index 000000000..6750cca0a --- /dev/null +++ b/ceremony__and__credits_8c_a2c82e9ba11f76b6ca88cf83f40e31cda_cgraph.md5 @@ -0,0 +1 @@ +e4e00f923b14e29868d84240de9c1b34 \ No newline at end of file diff --git a/ceremony__and__credits_8h_ad5299c71cd701399285317c15aea9a66_cgraph.svg b/ceremony__and__credits_8c_a2c82e9ba11f76b6ca88cf83f40e31cda_cgraph.svg similarity index 59% rename from ceremony__and__credits_8h_ad5299c71cd701399285317c15aea9a66_cgraph.svg rename to ceremony__and__credits_8c_a2c82e9ba11f76b6ca88cf83f40e31cda_cgraph.svg index 5f2837162..47623a4b5 100644 --- a/ceremony__and__credits_8h_ad5299c71cd701399285317c15aea9a66_cgraph.svg +++ b/ceremony__and__credits_8c_a2c82e9ba11f76b6ca88cf83f40e31cda_cgraph.svg @@ -46,9 +46,9 @@ @@ -66,9 +66,9 @@ var sectionId = 'dynsection-66'; Node2 - - -cutscene_event + + +cutscene_event @@ -76,17 +76,17 @@ var sectionId = 'dynsection-66'; Node1->Node2 - - + + Node3 - - -func_80283BA4 + + +func_80283BA4 @@ -94,17 +94,17 @@ var sectionId = 'dynsection-66'; Node1->Node3 - - + + Node8 - - -func_802845EC + + +func_802845EC @@ -112,15 +112,15 @@ var sectionId = 'dynsection-66'; Node1->Node8 - - + + Node16 - + func_8028461C @@ -139,8 +139,8 @@ var sectionId = 'dynsection-66'; Node4 - -func_800C90F4 + +func_800C90F4 @@ -148,8 +148,8 @@ var sectionId = 'dynsection-66'; Node3->Node4 - - + + @@ -157,8 +157,8 @@ var sectionId = 'dynsection-66'; Node6 - -func_800CA0A0 + +func_800CA0A0 @@ -166,8 +166,8 @@ var sectionId = 'dynsection-66'; Node3->Node6 - - + + @@ -175,8 +175,8 @@ var sectionId = 'dynsection-66'; Node7 - -func_800CA0B8 + +func_800CA0B8 @@ -184,8 +184,8 @@ var sectionId = 'dynsection-66'; Node3->Node7 - - + + @@ -193,8 +193,8 @@ var sectionId = 'dynsection-66'; Node5 - -play_sound + +play_sound @@ -202,17 +202,18 @@ var sectionId = 'dynsection-66'; Node4->Node5 - - + + Node9 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -220,8 +221,8 @@ var sectionId = 'dynsection-66'; Node8->Node9 - - + + @@ -229,17 +230,17 @@ var sectionId = 'dynsection-66'; Node9->Node2 - - + + Node10 - - -func_80282434 + + +func_80282C40 @@ -247,17 +248,17 @@ var sectionId = 'dynsection-66'; Node9->Node10 - - + + Node12 - - -func_80282C40 + + +move_point_along_spline @@ -265,17 +266,17 @@ var sectionId = 'dynsection-66'; Node9->Node12 - - + + Node14 - - -move_point_along_spline + + +reset_spline_wrap @@ -283,17 +284,17 @@ var sectionId = 'dynsection-66'; Node9->Node14 - - + + Node11 - - -reset_spline + + +func_80282BE4 @@ -301,17 +302,17 @@ var sectionId = 'dynsection-66'; Node10->Node11 - - + + Node13 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -319,17 +320,17 @@ var sectionId = 'dynsection-66'; Node12->Node13 - - + + Node15 - - -func_80282700 + + +reset_spline @@ -337,8 +338,8 @@ var sectionId = 'dynsection-66'; Node14->Node15 - - + + @@ -346,8 +347,8 @@ var sectionId = 'dynsection-66'; Node17 - -func_80283240 + +func_80283240 @@ -355,17 +356,17 @@ var sectionId = 'dynsection-66'; Node16->Node17 - - + + Node20 - - -func_80283B6C + + +func_80283B6C @@ -373,17 +374,17 @@ var sectionId = 'dynsection-66'; Node16->Node20 - - + + Node18 - - -func_80282EAC + + +func_80282EAC @@ -391,17 +392,17 @@ var sectionId = 'dynsection-66'; Node17->Node18 - - + + Node19 - - -func_802830B4 + + +func_802830B4 @@ -409,8 +410,8 @@ var sectionId = 'dynsection-66'; Node17->Node19 - - + + @@ -418,8 +419,8 @@ var sectionId = 'dynsection-66'; Node20->Node6 - - + + @@ -427,8 +428,8 @@ var sectionId = 'dynsection-66'; Node20->Node7 - - + + @@ -436,8 +437,8 @@ var sectionId = 'dynsection-66'; Node21 - -func_800C9060 + +func_800C9060 @@ -445,8 +446,8 @@ var sectionId = 'dynsection-66'; Node20->Node21 - - + + @@ -454,8 +455,8 @@ var sectionId = 'dynsection-66'; Node21->Node5 - - + + @@ -474,7 +475,7 @@ var sectionId = 'dynsection-66'; - + - + func_80284648 @@ -20,9 +20,9 @@ Node2 - - -cutscene_event + + +cutscene_event @@ -30,17 +30,17 @@ Node1->Node2 - - + + Node3 - - -func_80283BA4 + + +func_80283BA4 @@ -48,17 +48,17 @@ Node1->Node3 - - + + Node8 - - -func_802845EC + + +func_802845EC @@ -66,15 +66,15 @@ Node1->Node8 - - + + Node16 - + func_8028461C @@ -93,8 +93,8 @@ Node4 - -func_800C90F4 + +func_800C90F4 @@ -102,8 +102,8 @@ Node3->Node4 - - + + @@ -111,8 +111,8 @@ Node6 - -func_800CA0A0 + +func_800CA0A0 @@ -120,8 +120,8 @@ Node3->Node6 - - + + @@ -129,8 +129,8 @@ Node7 - -func_800CA0B8 + +func_800CA0B8 @@ -138,8 +138,8 @@ Node3->Node7 - - + + @@ -147,8 +147,8 @@ Node5 - -play_sound + +play_sound @@ -156,17 +156,18 @@ Node4->Node5 - - + + Node9 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -174,8 +175,8 @@ Node8->Node9 - - + + @@ -183,17 +184,17 @@ Node9->Node2 - - + + Node10 - - -func_80282434 + + +func_80282C40 @@ -201,17 +202,17 @@ Node9->Node10 - - + + Node12 - - -func_80282C40 + + +move_point_along_spline @@ -219,17 +220,17 @@ Node9->Node12 - - + + Node14 - - -move_point_along_spline + + +reset_spline_wrap @@ -237,17 +238,17 @@ Node9->Node14 - - + + Node11 - - -reset_spline + + +func_80282BE4 @@ -255,17 +256,17 @@ Node10->Node11 - - + + Node13 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -273,17 +274,17 @@ Node12->Node13 - - + + Node15 - - -func_80282700 + + +reset_spline @@ -291,8 +292,8 @@ Node14->Node15 - - + + @@ -300,8 +301,8 @@ Node17 - -func_80283240 + +func_80283240 @@ -309,17 +310,17 @@ Node16->Node17 - - + + Node20 - - -func_80283B6C + + +func_80283B6C @@ -327,17 +328,17 @@ Node16->Node20 - - + + Node18 - - -func_80282EAC + + +func_80282EAC @@ -345,17 +346,17 @@ Node17->Node18 - - + + Node19 - - -func_802830B4 + + +func_802830B4 @@ -363,8 +364,8 @@ Node17->Node19 - - + + @@ -372,8 +373,8 @@ Node20->Node6 - - + + @@ -381,8 +382,8 @@ Node20->Node7 - - + + @@ -390,8 +391,8 @@ Node21 - -func_800C9060 + +func_800C9060 @@ -399,8 +400,8 @@ Node20->Node21 - - + + @@ -408,8 +409,8 @@ Node21->Node5 - - + + diff --git a/ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_cgraph.map b/ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_cgraph.map similarity index 100% rename from ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_cgraph.map rename to ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_cgraph.map diff --git a/ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_cgraph.md5 b/ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_cgraph.md5 similarity index 100% rename from ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_cgraph.md5 rename to ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_cgraph.md5 diff --git a/ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_cgraph.svg b/ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_cgraph.svg similarity index 100% rename from ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_cgraph.svg rename to ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_cgraph.svg diff --git a/ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_cgraph_org.svg b/ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_cgraph_org.svg similarity index 100% rename from ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_cgraph_org.svg rename to ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_cgraph_org.svg diff --git a/ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_icgraph.map b/ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_icgraph.map similarity index 83% rename from ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_icgraph.map rename to ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_icgraph.map index 9a90a5167..e97aea6a8 100644 --- a/ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_icgraph.map +++ b/ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_icgraph.md5 b/ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_icgraph.md5 new file mode 100644 index 000000000..abf382311 --- /dev/null +++ b/ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_icgraph.md5 @@ -0,0 +1 @@ +e550f43652719b51697bcdfb9afb5b14 \ No newline at end of file diff --git a/ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_icgraph.svg b/ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_icgraph.svg similarity index 97% rename from ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_icgraph.svg rename to ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_icgraph.svg index 9200dbb20..d05901f7f 100644 --- a/ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_icgraph.svg +++ b/ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_80284418 diff --git a/ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_icgraph_org.svg b/ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_icgraph_org.svg rename to ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_icgraph_org.svg index f04f406b9..aef1b92ba 100644 --- a/ceremony__and__credits_8c_af243b893362942f8bc8701467fc55437_icgraph_org.svg +++ b/ceremony__and__credits_8c_a306dc82ca87ef38587fd16e7b3a273bb_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_80284418 diff --git a/ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_cgraph.map b/ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_cgraph.map similarity index 100% rename from ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_cgraph.map rename to ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_cgraph.map diff --git a/ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_cgraph.md5 b/ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_cgraph.md5 similarity index 100% rename from ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_cgraph.md5 rename to ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_cgraph.md5 diff --git a/ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_cgraph.svg b/ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_cgraph.svg similarity index 100% rename from ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_cgraph.svg rename to ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_cgraph.svg diff --git a/ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_cgraph_org.svg b/ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_cgraph_org.svg similarity index 100% rename from ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_cgraph_org.svg rename to ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_cgraph_org.svg diff --git a/ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_icgraph.map b/ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_icgraph.map similarity index 83% rename from ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_icgraph.map rename to ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_icgraph.map index 85352e607..1260ad4be 100644 --- a/ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_icgraph.map +++ b/ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_icgraph.md5 b/ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_icgraph.md5 new file mode 100644 index 000000000..470c7439d --- /dev/null +++ b/ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_icgraph.md5 @@ -0,0 +1 @@ +9bfde5434271c4073fdc20a98d7f5e9c \ No newline at end of file diff --git a/ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_icgraph.svg b/ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_icgraph.svg similarity index 97% rename from ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_icgraph.svg rename to ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_icgraph.svg index 8fabbc319..bed2acf2c 100644 --- a/ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_icgraph.svg +++ b/ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_8028422C diff --git a/ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_icgraph_org.svg b/ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_icgraph_org.svg rename to ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_icgraph_org.svg index 579f2307c..1630b8888 100644 --- a/ceremony__and__credits_8c_a39fcd232d720648814c8106e1f6ed2a9_icgraph_org.svg +++ b/ceremony__and__credits_8c_a323bf7f09ed5d0a0ed6b8ea10aab8330_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_8028422C diff --git a/ceremony__and__credits_8c_a35216b5bf26f8b1a3bb8d62aebe3289b_cgraph.md5 b/ceremony__and__credits_8c_a35216b5bf26f8b1a3bb8d62aebe3289b_cgraph.md5 deleted file mode 100644 index 4f7900c75..000000000 --- a/ceremony__and__credits_8c_a35216b5bf26f8b1a3bb8d62aebe3289b_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -3feabcd7c4f66f4c001c4ffd48747a5d \ No newline at end of file diff --git a/ceremony__and__credits_8c_a35216b5bf26f8b1a3bb8d62aebe3289b_icgraph.md5 b/ceremony__and__credits_8c_a35216b5bf26f8b1a3bb8d62aebe3289b_icgraph.md5 deleted file mode 100644 index f27e530f8..000000000 --- a/ceremony__and__credits_8c_a35216b5bf26f8b1a3bb8d62aebe3289b_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -66d8325753a52e4770539f0ecdded571 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ab6691db4ef21f0303d256890dab2934e_cgraph.map b/ceremony__and__credits_8c_a352ada8bb65e6a384f5a13910fccc038_cgraph.map similarity index 54% rename from ceremony__and__credits_8c_ab6691db4ef21f0303d256890dab2934e_cgraph.map rename to ceremony__and__credits_8c_a352ada8bb65e6a384f5a13910fccc038_cgraph.map index bc5ddf848..434202072 100644 --- a/ceremony__and__credits_8c_ab6691db4ef21f0303d256890dab2934e_cgraph.map +++ b/ceremony__and__credits_8c_a352ada8bb65e6a384f5a13910fccc038_cgraph.map @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a352ada8bb65e6a384f5a13910fccc038_cgraph.md5 b/ceremony__and__credits_8c_a352ada8bb65e6a384f5a13910fccc038_cgraph.md5 new file mode 100644 index 000000000..9f876043f --- /dev/null +++ b/ceremony__and__credits_8c_a352ada8bb65e6a384f5a13910fccc038_cgraph.md5 @@ -0,0 +1 @@ +981f31bcdb704755e14d8086dc75e0df \ No newline at end of file diff --git a/ceremony__and__credits_8h_a88d7471f0b4dcc1230eed17d227492fa_cgraph.svg b/ceremony__and__credits_8c_a352ada8bb65e6a384f5a13910fccc038_cgraph.svg similarity index 62% rename from ceremony__and__credits_8h_a88d7471f0b4dcc1230eed17d227492fa_cgraph.svg rename to ceremony__and__credits_8c_a352ada8bb65e6a384f5a13910fccc038_cgraph.svg index 308efc56e..f7e57d810 100644 --- a/ceremony__and__credits_8h_a88d7471f0b4dcc1230eed17d227492fa_cgraph.svg +++ b/ceremony__and__credits_8c_a352ada8bb65e6a384f5a13910fccc038_cgraph.svg @@ -46,9 +46,9 @@ @@ -58,17 +58,17 @@ var sectionId = 'dynsection-58'; Node1 - -func_80284418 + +func_80284418 Node2 - - -cutscene_event + + +cutscene_event @@ -76,17 +76,18 @@ var sectionId = 'dynsection-58'; Node1->Node2 - - + + Node3 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -94,17 +95,17 @@ var sectionId = 'dynsection-58'; Node1->Node3 - - + + Node10 - - -play_sound_podium + + +play_sound_podium @@ -112,8 +113,8 @@ var sectionId = 'dynsection-58'; Node1->Node10 - - + + @@ -121,17 +122,17 @@ var sectionId = 'dynsection-58'; Node3->Node2 - - + + Node4 - - -func_80282434 + + +func_80282C40 @@ -139,17 +140,17 @@ var sectionId = 'dynsection-58'; Node3->Node4 - - + + Node6 - - -func_80282C40 + + +move_point_along_spline @@ -157,17 +158,17 @@ var sectionId = 'dynsection-58'; Node3->Node6 - - + + Node8 - - -move_point_along_spline + + +reset_spline_wrap @@ -175,17 +176,17 @@ var sectionId = 'dynsection-58'; Node3->Node8 - - + + Node5 - - -reset_spline + + +func_80282BE4 @@ -193,17 +194,17 @@ var sectionId = 'dynsection-58'; Node4->Node5 - - + + Node7 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -211,17 +212,17 @@ var sectionId = 'dynsection-58'; Node6->Node7 - - + + Node9 - - -func_80282700 + + +reset_spline @@ -229,8 +230,8 @@ var sectionId = 'dynsection-58'; Node8->Node9 - - + + @@ -238,8 +239,8 @@ var sectionId = 'dynsection-58'; Node11 - -play_sound2 + +play_sound2 @@ -247,8 +248,8 @@ var sectionId = 'dynsection-58'; Node10->Node11 - - + + @@ -256,8 +257,8 @@ var sectionId = 'dynsection-58'; Node12 - -play_sound + +play_sound @@ -265,8 +266,8 @@ var sectionId = 'dynsection-58'; Node11->Node12 - - + + @@ -285,7 +286,7 @@ var sectionId = 'dynsection-58'; - + + + + + + +func_80284418 + + +Node1 + + +func_80284418 + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node3 + + + + + + + + +Node10 + + +play_sound_podium + + + + + +Node1->Node10 + + + + + + + + +Node3->Node2 + + + + + + + + +Node4 + + +func_80282C40 + + + + + +Node3->Node4 + + + + + + + + +Node6 + + +move_point_along_spline + + + + + +Node3->Node6 + + + + + + + + +Node8 + + +reset_spline_wrap + + + + + +Node3->Node8 + + + + + + + + +Node5 + + +func_80282BE4 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +evaluate_cubic_spline + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +reset_spline + + + + + +Node8->Node9 + + + + + + + + +Node11 + + +play_sound2 + + + + + +Node10->Node11 + + + + + + + + +Node12 + + +play_sound + + + + + +Node11->Node12 + + + + + + + + diff --git a/ceremony__and__credits_8c_a354e00bec9891d4f2e9c743e3fc10952_icgraph.md5 b/ceremony__and__credits_8c_a354e00bec9891d4f2e9c743e3fc10952_icgraph.md5 deleted file mode 100644 index f25cb1ad9..000000000 --- a/ceremony__and__credits_8c_a354e00bec9891d4f2e9c743e3fc10952_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -21ab627e42b1c43c020d3f5fee52461b \ No newline at end of file diff --git a/ceremony__and__credits_8c_a3667931c7687b8f6e7d5a56cdb724992_icgraph.md5 b/ceremony__and__credits_8c_a3667931c7687b8f6e7d5a56cdb724992_icgraph.md5 deleted file mode 100644 index 2cb3a8a10..000000000 --- a/ceremony__and__credits_8c_a3667931c7687b8f6e7d5a56cdb724992_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -fb226bd2c3c92b66ac15e5a688bf78cc \ No newline at end of file diff --git a/ceremony__and__credits_8c_a76ef7f5767dd2b3e68118897ed000b5f_cgraph.map b/ceremony__and__credits_8c_a36c210aff7392fa3279281a171070769_cgraph.map similarity index 61% rename from ceremony__and__credits_8c_a76ef7f5767dd2b3e68118897ed000b5f_cgraph.map rename to ceremony__and__credits_8c_a36c210aff7392fa3279281a171070769_cgraph.map index 6ec10a7f7..00fb55d8a 100644 --- a/ceremony__and__credits_8c_a76ef7f5767dd2b3e68118897ed000b5f_cgraph.map +++ b/ceremony__and__credits_8c_a36c210aff7392fa3279281a171070769_cgraph.map @@ -1,19 +1,19 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a36c210aff7392fa3279281a171070769_cgraph.md5 b/ceremony__and__credits_8c_a36c210aff7392fa3279281a171070769_cgraph.md5 new file mode 100644 index 000000000..857ff17c6 --- /dev/null +++ b/ceremony__and__credits_8c_a36c210aff7392fa3279281a171070769_cgraph.md5 @@ -0,0 +1 @@ +ccff75f130b688d2c5f1a44afb9ca06b \ No newline at end of file diff --git a/ceremony__and__credits_8h_a5cadb7d9d754e257993459a2dffd7b4f_cgraph.svg b/ceremony__and__credits_8c_a36c210aff7392fa3279281a171070769_cgraph.svg similarity index 66% rename from ceremony__and__credits_8h_a5cadb7d9d754e257993459a2dffd7b4f_cgraph.svg rename to ceremony__and__credits_8c_a36c210aff7392fa3279281a171070769_cgraph.svg index d98bcdacd..036cb7710 100644 --- a/ceremony__and__credits_8h_a5cadb7d9d754e257993459a2dffd7b4f_cgraph.svg +++ b/ceremony__and__credits_8c_a36c210aff7392fa3279281a171070769_cgraph.svg @@ -46,9 +46,9 @@ @@ -66,9 +66,10 @@ var sectionId = 'dynsection-67'; Node2 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -76,17 +77,17 @@ var sectionId = 'dynsection-67'; Node1->Node2 - - + + Node3 - - -cutscene_event + + +cutscene_event @@ -94,17 +95,17 @@ var sectionId = 'dynsection-67'; Node2->Node3 - - + + Node4 - - -func_80282434 + + +func_80282C40 @@ -112,17 +113,17 @@ var sectionId = 'dynsection-67'; Node2->Node4 - - + + Node6 - - -func_80282C40 + + +move_point_along_spline @@ -130,17 +131,17 @@ var sectionId = 'dynsection-67'; Node2->Node6 - - + + Node8 - - -move_point_along_spline + + +reset_spline_wrap @@ -148,17 +149,17 @@ var sectionId = 'dynsection-67'; Node2->Node8 - - + + Node5 - - -reset_spline + + +func_80282BE4 @@ -166,17 +167,17 @@ var sectionId = 'dynsection-67'; Node4->Node5 - - + + Node7 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -184,17 +185,17 @@ var sectionId = 'dynsection-67'; Node6->Node7 - - + + Node9 - - -func_80282700 + + +reset_spline @@ -202,8 +203,8 @@ var sectionId = 'dynsection-67'; Node8->Node9 - - + + @@ -222,7 +223,7 @@ var sectionId = 'dynsection-67'; - + + + + + + +func_802846B4 + + +Node1 + + +func_802846B4 + + + + + +Node2 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +cutscene_event + + + + + +Node2->Node3 + + + + + + + + +Node4 + + +func_80282C40 + + + + + +Node2->Node4 + + + + + + + + +Node6 + + +move_point_along_spline + + + + + +Node2->Node6 + + + + + + + + +Node8 + + +reset_spline_wrap + + + + + +Node2->Node8 + + + + + + + + +Node5 + + +func_80282BE4 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +evaluate_cubic_spline + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +reset_spline + + + + + +Node8->Node9 + + + + + + + + diff --git a/ceremony__and__credits_8c_a38651307a1475f9bbf4f6b080adae129_cgraph.map b/ceremony__and__credits_8c_a38651307a1475f9bbf4f6b080adae129_cgraph.map deleted file mode 100644 index 28ffdbd80..000000000 --- a/ceremony__and__credits_8c_a38651307a1475f9bbf4f6b080adae129_cgraph.map +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a38651307a1475f9bbf4f6b080adae129_cgraph.md5 b/ceremony__and__credits_8c_a38651307a1475f9bbf4f6b080adae129_cgraph.md5 deleted file mode 100644 index 0d1df4a91..000000000 --- a/ceremony__and__credits_8c_a38651307a1475f9bbf4f6b080adae129_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -109ca54040866f42b1312c46c8c34973 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a38651307a1475f9bbf4f6b080adae129_cgraph_org.svg b/ceremony__and__credits_8c_a38651307a1475f9bbf4f6b080adae129_cgraph_org.svg deleted file mode 100644 index 173f1e9ab..000000000 --- a/ceremony__and__credits_8c_a38651307a1475f9bbf4f6b080adae129_cgraph_org.svg +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - -func_80283F6C - - -Node1 - - -func_80283F6C - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282E58 - - - - - -Node1->Node3 - - - - - - - - -Node8 - - -func_80283ED0 - - - - - -Node1->Node8 - - - - - - - - -Node10 - - -func_80283EF8 - - - - - -Node1->Node10 - - - - - - - - -Node4 - - -func_80282C40 - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -move_point_along_spline - - - - - -Node3->Node6 - - - - - - - - -Node5 - - -func_80282BE4 - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282700 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -vec3f_copy_return_dupe - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -f32_lerp - - - - - -Node10->Node11 - - - - - - - - diff --git a/ceremony__and__credits_8c_a38651307a1475f9bbf4f6b080adae129_icgraph.md5 b/ceremony__and__credits_8c_a38651307a1475f9bbf4f6b080adae129_icgraph.md5 deleted file mode 100644 index 9302b327e..000000000 --- a/ceremony__and__credits_8c_a38651307a1475f9bbf4f6b080adae129_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -93367a5b95d5fb7892a104c6fd401c85 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a3869498d3e9bdc58a14a97859dc65048_icgraph.map b/ceremony__and__credits_8c_a3869498d3e9bdc58a14a97859dc65048_icgraph.map index 5839d0345..fd95ab538 100644 --- a/ceremony__and__credits_8c_a3869498d3e9bdc58a14a97859dc65048_icgraph.map +++ b/ceremony__and__credits_8c_a3869498d3e9bdc58a14a97859dc65048_icgraph.map @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a3869498d3e9bdc58a14a97859dc65048_icgraph.md5 b/ceremony__and__credits_8c_a3869498d3e9bdc58a14a97859dc65048_icgraph.md5 index fef04f2a1..2ad932217 100644 --- a/ceremony__and__credits_8c_a3869498d3e9bdc58a14a97859dc65048_icgraph.md5 +++ b/ceremony__and__credits_8c_a3869498d3e9bdc58a14a97859dc65048_icgraph.md5 @@ -1 +1 @@ -fcc6a607c68c7764067c9762113eb110 \ No newline at end of file +c5126ad6d2512a2f6d95ad15c4695405 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a3869498d3e9bdc58a14a97859dc65048_icgraph.svg b/ceremony__and__credits_8c_a3869498d3e9bdc58a14a97859dc65048_icgraph.svg index 36c9a2bf1..b9372c7e4 100644 --- a/ceremony__and__credits_8c_a3869498d3e9bdc58a14a97859dc65048_icgraph.svg +++ b/ceremony__and__credits_8c_a3869498d3e9bdc58a14a97859dc65048_icgraph.svg @@ -4,7 +4,7 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +reset_spline_wrap + + +Node1 + + +reset_spline_wrap + + + + + +Node2 + + +func_802847CC + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node3 + + + + + + + + +Node3->Node2 + + + + + + + + +Node4 + + +func_80283D2C + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_80283EA0 + + + + + +Node3->Node5 + + + + + + + + +Node7 + + +func_80284154 + + + + + +Node3->Node7 + + + + + + + + +Node8 + + +func_802842A8 + + + + + +Node3->Node8 + + + + + + + + +Node9 + + +func_802842D8 + + + + + +Node3->Node9 + + + + + + + + +Node10 + + +func_80284308 + + + + + +Node3->Node10 + + + + + + + + +Node11 + + +func_80284418 + + + + + +Node3->Node11 + + + + + + + + +Node12 + + +func_80284494 + + + + + +Node3->Node12 + + + + + + + + +Node13 + + +func_802844FC + + + + + +Node3->Node13 + + + + + + + + +Node14 + + +func_8028454C + + + + + +Node3->Node14 + + + + + + + + +Node15 + + +func_802845EC + + + + + +Node3->Node15 + + + + + + + + +Node17 + + +func_802846B4 + + + + + +Node3->Node17 + + + + + + + + +Node18 + + +func_802846E4 + + + + + +Node3->Node18 + + + + + + + + +Node6 + + +func_802840C8 + + + + + +Node5->Node6 + + + + + + + + +Node16 + + +func_80284648 + + + + + +Node15->Node16 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a4269d7e4669381ffbc040a829de5b016_icgraph_org.svg b/ceremony__and__credits_8c_a4269d7e4669381ffbc040a829de5b016_icgraph_org.svg new file mode 100644 index 000000000..bc12ff091 --- /dev/null +++ b/ceremony__and__credits_8c_a4269d7e4669381ffbc040a829de5b016_icgraph_org.svg @@ -0,0 +1,337 @@ + + + + + + +reset_spline_wrap + + +Node1 + + +reset_spline_wrap + + + + + +Node2 + + +func_802847CC + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node3 + + + + + + + + +Node3->Node2 + + + + + + + + +Node4 + + +func_80283D2C + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_80283EA0 + + + + + +Node3->Node5 + + + + + + + + +Node7 + + +func_80284154 + + + + + +Node3->Node7 + + + + + + + + +Node8 + + +func_802842A8 + + + + + +Node3->Node8 + + + + + + + + +Node9 + + +func_802842D8 + + + + + +Node3->Node9 + + + + + + + + +Node10 + + +func_80284308 + + + + + +Node3->Node10 + + + + + + + + +Node11 + + +func_80284418 + + + + + +Node3->Node11 + + + + + + + + +Node12 + + +func_80284494 + + + + + +Node3->Node12 + + + + + + + + +Node13 + + +func_802844FC + + + + + +Node3->Node13 + + + + + + + + +Node14 + + +func_8028454C + + + + + +Node3->Node14 + + + + + + + + +Node15 + + +func_802845EC + + + + + +Node3->Node15 + + + + + + + + +Node17 + + +func_802846B4 + + + + + +Node3->Node17 + + + + + + + + +Node18 + + +func_802846E4 + + + + + +Node3->Node18 + + + + + + + + +Node6 + + +func_802840C8 + + + + + +Node5->Node6 + + + + + + + + +Node16 + + +func_80284648 + + + + + +Node15->Node16 + + + + + + + + diff --git a/ceremony__and__credits_8c_a8c4ed8fc32136149d4bfdd982afd5833_cgraph.map b/ceremony__and__credits_8c_a42c0dc9afab7bfe1df893c45def7506c_cgraph.map similarity index 54% rename from ceremony__and__credits_8c_a8c4ed8fc32136149d4bfdd982afd5833_cgraph.map rename to ceremony__and__credits_8c_a42c0dc9afab7bfe1df893c45def7506c_cgraph.map index 7c272e707..341625235 100644 --- a/ceremony__and__credits_8c_a8c4ed8fc32136149d4bfdd982afd5833_cgraph.map +++ b/ceremony__and__credits_8c_a42c0dc9afab7bfe1df893c45def7506c_cgraph.map @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/ceremony__and__credits_8c_a42c0dc9afab7bfe1df893c45def7506c_cgraph.md5 b/ceremony__and__credits_8c_a42c0dc9afab7bfe1df893c45def7506c_cgraph.md5 new file mode 100644 index 000000000..d548c75d8 --- /dev/null +++ b/ceremony__and__credits_8c_a42c0dc9afab7bfe1df893c45def7506c_cgraph.md5 @@ -0,0 +1 @@ +815c15634f51869c5b31c7ab9a5a3776 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a8c4ed8fc32136149d4bfdd982afd5833_cgraph.svg b/ceremony__and__credits_8c_a42c0dc9afab7bfe1df893c45def7506c_cgraph.svg similarity index 70% rename from ceremony__and__credits_8c_a8c4ed8fc32136149d4bfdd982afd5833_cgraph.svg rename to ceremony__and__credits_8c_a42c0dc9afab7bfe1df893c45def7506c_cgraph.svg index 506e55389..2fdd2634a 100644 --- a/ceremony__and__credits_8c_a8c4ed8fc32136149d4bfdd982afd5833_cgraph.svg +++ b/ceremony__and__credits_8c_a42c0dc9afab7bfe1df893c45def7506c_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +func_802847CC + + +Node1 + + +func_802847CC + + + + + +Node2 + + +animation_apears_sliding +_borders + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +animation_disapears +_sliding_borders + + + + + +Node1->Node3 + + + + + + + + +Node4 + + +cutscene_event + + + + + +Node1->Node4 + + + + + + + + +Node5 + + +func_80280268 + + + + + +Node1->Node5 + + + + + + + + +Node6 + + +func_80283C78 + + + + + +Node1->Node6 + + + + + + + + +Node9 + + +func_80283CD0 + + + + + +Node1->Node9 + + + + + + + + +Node12 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node12 + + + + + + + + +Node17 + + +reset_spline_wrap + + + + + +Node1->Node17 + + + + + + + + +Node19 + + +play_sound_farewell + + + + + +Node1->Node19 + + + + + + + + +Node22 + + +play_sound_welcome + + + + + +Node1->Node22 + + + + + + + + +Node23 + + +wrap_func_80092C80 + + + + + +Node1->Node23 + + + + + + + + +Node7 + + +func_800C8EF8 + + + + + +Node6->Node7 + + + + + + + + +Node8 + + +func_800C3448 + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +func_800CA008 + + + + + +Node9->Node10 + + + + + + + + +Node10->Node8 + + + + + + + + +Node11 + + +func_800C36C4 + + + + + +Node10->Node11 + + + + + + + + +Node12->Node4 + + + + + + + + +Node13 + + +func_80282C40 + + + + + +Node12->Node13 + + + + + + + + +Node15 + + +move_point_along_spline + + + + + +Node12->Node15 + + + + + + + + +Node12->Node17 + + + + + + + + +Node14 + + +func_80282BE4 + + + + + +Node13->Node14 + + + + + + + + +Node16 + + +evaluate_cubic_spline + + + + + +Node15->Node16 + + + + + + + + +Node18 + + +reset_spline + + + + + +Node17->Node18 + + + + + + + + +Node20 + + +play_sound2 + + + + + +Node19->Node20 + + + + + + + + +Node21 + + +play_sound + + + + + +Node20->Node21 + + + + + + + + +Node22->Node20 + + + + + + + + +Node24 + + +func_80092C80 + + + + + +Node23->Node24 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a437caf83a0f86ebcc0c6df57f4959ef8_cgraph_org.svg b/ceremony__and__credits_8c_a437caf83a0f86ebcc0c6df57f4959ef8_cgraph_org.svg new file mode 100644 index 000000000..e645d094d --- /dev/null +++ b/ceremony__and__credits_8c_a437caf83a0f86ebcc0c6df57f4959ef8_cgraph_org.svg @@ -0,0 +1,474 @@ + + + + + + +func_802847CC + + +Node1 + + +func_802847CC + + + + + +Node2 + + +animation_apears_sliding +_borders + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +animation_disapears +_sliding_borders + + + + + +Node1->Node3 + + + + + + + + +Node4 + + +cutscene_event + + + + + +Node1->Node4 + + + + + + + + +Node5 + + +func_80280268 + + + + + +Node1->Node5 + + + + + + + + +Node6 + + +func_80283C78 + + + + + +Node1->Node6 + + + + + + + + +Node9 + + +func_80283CD0 + + + + + +Node1->Node9 + + + + + + + + +Node12 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node12 + + + + + + + + +Node17 + + +reset_spline_wrap + + + + + +Node1->Node17 + + + + + + + + +Node19 + + +play_sound_farewell + + + + + +Node1->Node19 + + + + + + + + +Node22 + + +play_sound_welcome + + + + + +Node1->Node22 + + + + + + + + +Node23 + + +wrap_func_80092C80 + + + + + +Node1->Node23 + + + + + + + + +Node7 + + +func_800C8EF8 + + + + + +Node6->Node7 + + + + + + + + +Node8 + + +func_800C3448 + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +func_800CA008 + + + + + +Node9->Node10 + + + + + + + + +Node10->Node8 + + + + + + + + +Node11 + + +func_800C36C4 + + + + + +Node10->Node11 + + + + + + + + +Node12->Node4 + + + + + + + + +Node13 + + +func_80282C40 + + + + + +Node12->Node13 + + + + + + + + +Node15 + + +move_point_along_spline + + + + + +Node12->Node15 + + + + + + + + +Node12->Node17 + + + + + + + + +Node14 + + +func_80282BE4 + + + + + +Node13->Node14 + + + + + + + + +Node16 + + +evaluate_cubic_spline + + + + + +Node15->Node16 + + + + + + + + +Node18 + + +reset_spline + + + + + +Node17->Node18 + + + + + + + + +Node20 + + +play_sound2 + + + + + +Node19->Node20 + + + + + + + + +Node21 + + +play_sound + + + + + +Node20->Node21 + + + + + + + + +Node22->Node20 + + + + + + + + +Node24 + + +func_80092C80 + + + + + +Node23->Node24 + + + + + + + + diff --git a/ceremony__and__credits_8c_a445c7add151b50866fad0aaa5cd54a68_icgraph.md5 b/ceremony__and__credits_8c_a445c7add151b50866fad0aaa5cd54a68_icgraph.md5 deleted file mode 100644 index 8ac22408d..000000000 --- a/ceremony__and__credits_8c_a445c7add151b50866fad0aaa5cd54a68_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -40f230981a5d82ccb5916b4870cb1ba7 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_cgraph.md5 b/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_cgraph.md5 deleted file mode 100644 index 4c8e6702a..000000000 --- a/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -f8a850a6b4233935a998967966351029 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_cgraph.svg b/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_cgraph.svg deleted file mode 100644 index 275e8659a..000000000 --- a/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_cgraph.svg +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - -func_80283C58 - - -Node1 - - -func_80283C58 - - - - - -Node2 - - -func_800CB14C - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_800C3448 - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_800C8EAC - - - - - -Node2->Node4 - - - - - - - - -Node5 - - -func_800C8EF8 - - - - - -Node2->Node5 - - - - - - - - -Node4->Node3 - - - - - - - - -Node5->Node3 - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_icgraph.md5 b/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_icgraph.md5 deleted file mode 100644 index 624001153..000000000 --- a/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -bdc9ac92ddc66b7292317f79ad3d288a \ No newline at end of file diff --git a/ceremony__and__credits_8h_a3ae4b8f20d07c2a55440b3490233f356_cgraph.map b/ceremony__and__credits_8c_a46bfbb2a1d5cd07b18503a41b4660a83_cgraph.map similarity index 61% rename from ceremony__and__credits_8h_a3ae4b8f20d07c2a55440b3490233f356_cgraph.map rename to ceremony__and__credits_8c_a46bfbb2a1d5cd07b18503a41b4660a83_cgraph.map index 563f1ab66..a7edf788c 100644 --- a/ceremony__and__credits_8h_a3ae4b8f20d07c2a55440b3490233f356_cgraph.map +++ b/ceremony__and__credits_8c_a46bfbb2a1d5cd07b18503a41b4660a83_cgraph.map @@ -1,19 +1,19 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a46bfbb2a1d5cd07b18503a41b4660a83_cgraph.md5 b/ceremony__and__credits_8c_a46bfbb2a1d5cd07b18503a41b4660a83_cgraph.md5 new file mode 100644 index 000000000..1b641de7a --- /dev/null +++ b/ceremony__and__credits_8c_a46bfbb2a1d5cd07b18503a41b4660a83_cgraph.md5 @@ -0,0 +1 @@ +c51d101f9fa9a8b2180faee9412b0a22 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a3ae4b8f20d07c2a55440b3490233f356_cgraph.svg b/ceremony__and__credits_8c_a46bfbb2a1d5cd07b18503a41b4660a83_cgraph.svg similarity index 66% rename from ceremony__and__credits_8h_a3ae4b8f20d07c2a55440b3490233f356_cgraph.svg rename to ceremony__and__credits_8c_a46bfbb2a1d5cd07b18503a41b4660a83_cgraph.svg index 52d4def5c..4f9fc5696 100644 --- a/ceremony__and__credits_8h_a3ae4b8f20d07c2a55440b3490233f356_cgraph.svg +++ b/ceremony__and__credits_8c_a46bfbb2a1d5cd07b18503a41b4660a83_cgraph.svg @@ -46,9 +46,9 @@ @@ -66,9 +66,10 @@ var sectionId = 'dynsection-49'; Node2 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -76,17 +77,17 @@ var sectionId = 'dynsection-49'; Node1->Node2 - - + + Node3 - - -cutscene_event + + +cutscene_event @@ -94,17 +95,17 @@ var sectionId = 'dynsection-49'; Node2->Node3 - - + + Node4 - - -func_80282434 + + +func_80282C40 @@ -112,17 +113,17 @@ var sectionId = 'dynsection-49'; Node2->Node4 - - + + Node6 - - -func_80282C40 + + +move_point_along_spline @@ -130,17 +131,17 @@ var sectionId = 'dynsection-49'; Node2->Node6 - - + + Node8 - - -move_point_along_spline + + +reset_spline_wrap @@ -148,17 +149,17 @@ var sectionId = 'dynsection-49'; Node2->Node8 - - + + Node5 - - -reset_spline + + +func_80282BE4 @@ -166,17 +167,17 @@ var sectionId = 'dynsection-49'; Node4->Node5 - - + + Node7 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -184,17 +185,17 @@ var sectionId = 'dynsection-49'; Node6->Node7 - - + + Node9 - - -func_80282700 + + +reset_spline @@ -202,8 +203,8 @@ var sectionId = 'dynsection-49'; Node8->Node9 - - + + @@ -222,7 +223,7 @@ var sectionId = 'dynsection-49'; - + + + + + + +func_80284154 + + +Node1 + + +func_80284154 + + + + + +Node2 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +cutscene_event + + + + + +Node2->Node3 + + + + + + + + +Node4 + + +func_80282C40 + + + + + +Node2->Node4 + + + + + + + + +Node6 + + +move_point_along_spline + + + + + +Node2->Node6 + + + + + + + + +Node8 + + +reset_spline_wrap + + + + + +Node2->Node8 + + + + + + + + +Node5 + + +func_80282BE4 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +evaluate_cubic_spline + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +reset_spline + + + + + +Node8->Node9 + + + + + + + + diff --git a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_cgraph.md5 b/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_cgraph.md5 deleted file mode 100644 index d385a4e25..000000000 --- a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -94ee6ba3c62999254e3de6b70b00db3b \ No newline at end of file diff --git a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_icgraph.md5 b/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_icgraph.md5 deleted file mode 100644 index 55c7ef139..000000000 --- a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -f102df91a37f6014a6033e17ffbd97f4 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a475c44bb8ffece78b1041a20e46de005_cgraph.md5 b/ceremony__and__credits_8c_a475c44bb8ffece78b1041a20e46de005_cgraph.md5 deleted file mode 100644 index 912a6567c..000000000 --- a/ceremony__and__credits_8c_a475c44bb8ffece78b1041a20e46de005_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -5365c877b7f0475f513124f39643e98d \ No newline at end of file diff --git a/ceremony__and__credits_8c_a475c44bb8ffece78b1041a20e46de005_cgraph_org.svg b/ceremony__and__credits_8c_a475c44bb8ffece78b1041a20e46de005_cgraph_org.svg deleted file mode 100644 index 8a2162476..000000000 --- a/ceremony__and__credits_8c_a475c44bb8ffece78b1041a20e46de005_cgraph_org.svg +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - -func_80282D90 - - -Node1 - - -func_80282D90 - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282434 - - - - - -Node1->Node3 - - - - - - - - -Node5 - - -func_80282C40 - - - - - -Node1->Node5 - - - - - - - - -Node7 - - -move_point_along_spline - - - - - -Node1->Node7 - - - - - - - - -Node4 - - -reset_spline - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -func_80282BE4 - - - - - -Node5->Node6 - - - - - - - - -Node8 - - -func_80282700 - - - - - -Node7->Node8 - - - - - - - - diff --git a/ceremony__and__credits_8c_a475c44bb8ffece78b1041a20e46de005_icgraph.md5 b/ceremony__and__credits_8c_a475c44bb8ffece78b1041a20e46de005_icgraph.md5 deleted file mode 100644 index 85aac2402..000000000 --- a/ceremony__and__credits_8c_a475c44bb8ffece78b1041a20e46de005_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -f0621ee36f6681ec7d7116327eac36f6 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a4a6457529772eb72fe5e0fd85793e4ca_cgraph.map b/ceremony__and__credits_8c_a4a6457529772eb72fe5e0fd85793e4ca_cgraph.map new file mode 100644 index 000000000..61cf92e6f --- /dev/null +++ b/ceremony__and__credits_8c_a4a6457529772eb72fe5e0fd85793e4ca_cgraph.map @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a4a6457529772eb72fe5e0fd85793e4ca_cgraph.md5 b/ceremony__and__credits_8c_a4a6457529772eb72fe5e0fd85793e4ca_cgraph.md5 new file mode 100644 index 000000000..da8f1c8f7 --- /dev/null +++ b/ceremony__and__credits_8c_a4a6457529772eb72fe5e0fd85793e4ca_cgraph.md5 @@ -0,0 +1 @@ +cea78bd78fcbd7a684de21d904f94584 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_cgraph.svg b/ceremony__and__credits_8c_a4a6457529772eb72fe5e0fd85793e4ca_cgraph.svg similarity index 57% rename from ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_cgraph.svg rename to ceremony__and__credits_8c_a4a6457529772eb72fe5e0fd85793e4ca_cgraph.svg index 40d0b0100..a40890362 100644 --- a/ceremony__and__credits_8c_a2852fa12f61b0e487abbeeebdd0419b6_cgraph.svg +++ b/ceremony__and__credits_8c_a4a6457529772eb72fe5e0fd85793e4ca_cgraph.svg @@ -4,7 +4,7 @@ - + - -func_80283FF4 + +lerp_player_two_in_camera Node1 - -func_80283FF4 + +lerp_player_two_in +_camera @@ -31,8 +32,8 @@ Node2 - -f32_lerp + +f32_lerp @@ -40,8 +41,8 @@ Node1->Node2 - - + + diff --git a/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_cgraph_org.svg b/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_cgraph_org.svg new file mode 100644 index 000000000..0c6d622c6 --- /dev/null +++ b/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_cgraph_org.svg @@ -0,0 +1,40 @@ + + + + + + +lerp_player_two_in_camera + + +Node1 + + +lerp_player_two_in +_camera + + + + + +Node2 + + +f32_lerp + + + + + +Node1->Node2 + + + + + + + + diff --git a/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_icgraph.map b/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_icgraph.map new file mode 100644 index 000000000..8be95abd6 --- /dev/null +++ b/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_icgraph.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_icgraph.md5 b/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_icgraph.md5 new file mode 100644 index 000000000..87c13ca96 --- /dev/null +++ b/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_icgraph.md5 @@ -0,0 +1 @@ +6d0b765a81ba7616876bf92e5c56acfa \ No newline at end of file diff --git a/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_icgraph.svg b/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_icgraph.svg new file mode 100644 index 000000000..01b8d5900 --- /dev/null +++ b/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_icgraph.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + +lerp_player_two_in_camera + + +Node1 + + +lerp_player_two_in +_camera + + + + + +Node2 + + +func_80283F6C + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_802840C8 + + + + + +Node2->Node3 + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_icgraph_org.svg b/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_icgraph_org.svg new file mode 100644 index 000000000..1c00cb6e9 --- /dev/null +++ b/ceremony__and__credits_8c_a4da2cf3db2dddcc3ca115d80cc6c6ae5_icgraph_org.svg @@ -0,0 +1,58 @@ + + + + + + +lerp_player_two_in_camera + + +Node1 + + +lerp_player_two_in +_camera + + + + + +Node2 + + +func_80283F6C + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_802840C8 + + + + + +Node2->Node3 + + + + + + + + diff --git a/ceremony__and__credits_8c_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.map b/ceremony__and__credits_8c_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.map new file mode 100644 index 000000000..a1b047150 --- /dev/null +++ b/ceremony__and__credits_8c_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.map @@ -0,0 +1,5 @@ + + + + + diff --git a/ceremony__and__credits_8c_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.md5 b/ceremony__and__credits_8c_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.md5 new file mode 100644 index 000000000..2a1fc4716 --- /dev/null +++ b/ceremony__and__credits_8c_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.md5 @@ -0,0 +1 @@ +c0dccb9340bf38c22a2f22f996cdced3 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_cgraph.svg b/ceremony__and__credits_8c_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.svg similarity index 61% rename from ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_cgraph.svg rename to ceremony__and__credits_8c_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.svg index aa049fbb3..a0733d8b6 100644 --- a/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_cgraph.svg +++ b/ceremony__and__credits_8c_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +evaluate_cubic_spline + + +Node1 + + +evaluate_cubic_spline + + + + + +Node2 + + +move_point_along_spline + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80282E58 + + + + + +Node2->Node3 + + + + + + + + +Node9 + + +move_cinematic_camera +_along_spline + + + + + +Node2->Node9 + + + + + + + + +Node4 + + +func_80283F6C + + + + + +Node3->Node4 + + + + + + + + +Node6 + + +func_80284068 + + + + + +Node3->Node6 + + + + + + + + +Node7 + + +func_802841E8 + + + + + +Node3->Node7 + + + + + + + + +Node5 + + +func_802840C8 + + + + + +Node4->Node5 + + + + + + + + +Node6->Node5 + + + + + + + + +Node8 + + +func_8028422C + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +func_80283D2C + + + + + +Node9->Node10 + + + + + + + + +Node11 + + +func_80283EA0 + + + + + +Node9->Node11 + + + + + + + + +Node12 + + +func_80284154 + + + + + +Node9->Node12 + + + + + + + + +Node13 + + +func_802842A8 + + + + + +Node9->Node13 + + + + + + + + +Node14 + + +func_802842D8 + + + + + +Node9->Node14 + + + + + + + + +Node15 + + +func_80284308 + + + + + +Node9->Node15 + + + + + + + + +Node16 + + +func_80284418 + + + + + +Node9->Node16 + + + + + + + + +Node17 + + +func_80284494 + + + + + +Node9->Node17 + + + + + + + + +Node18 + + +func_802844FC + + + + + +Node9->Node18 + + + + + + + + +Node19 + + +func_8028454C + + + + + +Node9->Node19 + + + + + + + + +Node20 + + +func_802845EC + + + + + +Node9->Node20 + + + + + + + + +Node22 + + +func_802846B4 + + + + + +Node9->Node22 + + + + + + + + +Node23 + + +func_802846E4 + + + + + +Node9->Node23 + + + + + + + + +Node24 + + +func_802847CC + + + + + +Node9->Node24 + + + + + + + + +Node11->Node5 + + + + + + + + +Node21 + + +func_80284648 + + + + + +Node20->Node21 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a53bc41b708fd9b7fb8e0b8c3a0ef32e3_icgraph_org.svg b/ceremony__and__credits_8c_a53bc41b708fd9b7fb8e0b8c3a0ef32e3_icgraph_org.svg new file mode 100644 index 000000000..225e7f6b3 --- /dev/null +++ b/ceremony__and__credits_8c_a53bc41b708fd9b7fb8e0b8c3a0ef32e3_icgraph_org.svg @@ -0,0 +1,454 @@ + + + + + + +evaluate_cubic_spline + + +Node1 + + +evaluate_cubic_spline + + + + + +Node2 + + +move_point_along_spline + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80282E58 + + + + + +Node2->Node3 + + + + + + + + +Node9 + + +move_cinematic_camera +_along_spline + + + + + +Node2->Node9 + + + + + + + + +Node4 + + +func_80283F6C + + + + + +Node3->Node4 + + + + + + + + +Node6 + + +func_80284068 + + + + + +Node3->Node6 + + + + + + + + +Node7 + + +func_802841E8 + + + + + +Node3->Node7 + + + + + + + + +Node5 + + +func_802840C8 + + + + + +Node4->Node5 + + + + + + + + +Node6->Node5 + + + + + + + + +Node8 + + +func_8028422C + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +func_80283D2C + + + + + +Node9->Node10 + + + + + + + + +Node11 + + +func_80283EA0 + + + + + +Node9->Node11 + + + + + + + + +Node12 + + +func_80284154 + + + + + +Node9->Node12 + + + + + + + + +Node13 + + +func_802842A8 + + + + + +Node9->Node13 + + + + + + + + +Node14 + + +func_802842D8 + + + + + +Node9->Node14 + + + + + + + + +Node15 + + +func_80284308 + + + + + +Node9->Node15 + + + + + + + + +Node16 + + +func_80284418 + + + + + +Node9->Node16 + + + + + + + + +Node17 + + +func_80284494 + + + + + +Node9->Node17 + + + + + + + + +Node18 + + +func_802844FC + + + + + +Node9->Node18 + + + + + + + + +Node19 + + +func_8028454C + + + + + +Node9->Node19 + + + + + + + + +Node20 + + +func_802845EC + + + + + +Node9->Node20 + + + + + + + + +Node22 + + +func_802846B4 + + + + + +Node9->Node22 + + + + + + + + +Node23 + + +func_802846E4 + + + + + +Node9->Node23 + + + + + + + + +Node24 + + +func_802847CC + + + + + +Node9->Node24 + + + + + + + + +Node11->Node5 + + + + + + + + +Node21 + + +func_80284648 + + + + + +Node20->Node21 + + + + + + + + diff --git a/ceremony__and__credits_8c_a54d0e7659526c6d13495a4d91c4e528e_cgraph.map b/ceremony__and__credits_8c_a54d0e7659526c6d13495a4d91c4e528e_cgraph.map new file mode 100644 index 000000000..9baa7ce6c --- /dev/null +++ b/ceremony__and__credits_8c_a54d0e7659526c6d13495a4d91c4e528e_cgraph.map @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/ceremony__and__credits_8c_a54d0e7659526c6d13495a4d91c4e528e_cgraph.md5 b/ceremony__and__credits_8c_a54d0e7659526c6d13495a4d91c4e528e_cgraph.md5 new file mode 100644 index 000000000..28cfc12d7 --- /dev/null +++ b/ceremony__and__credits_8c_a54d0e7659526c6d13495a4d91c4e528e_cgraph.md5 @@ -0,0 +1 @@ +28ed2b73117583cd596a3cced94d6b52 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a54d0e7659526c6d13495a4d91c4e528e_cgraph.svg b/ceremony__and__credits_8c_a54d0e7659526c6d13495a4d91c4e528e_cgraph.svg new file mode 100644 index 000000000..970c97ef8 --- /dev/null +++ b/ceremony__and__credits_8c_a54d0e7659526c6d13495a4d91c4e528e_cgraph.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + +aborting_cinematic_function + + +Node1 + + +aborting_cinematic +_function + + + + + +Node2 + + +coss + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +sins + + + + + +Node1->Node3 + + + + + + + + +Node4 + + +vec3f_copy_return_dupe + + + + + +Node1->Node4 + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a54d0e7659526c6d13495a4d91c4e528e_cgraph_org.svg b/ceremony__and__credits_8c_a54d0e7659526c6d13495a4d91c4e528e_cgraph_org.svg new file mode 100644 index 000000000..c6be45db6 --- /dev/null +++ b/ceremony__and__credits_8c_a54d0e7659526c6d13495a4d91c4e528e_cgraph_org.svg @@ -0,0 +1,76 @@ + + + + + + +aborting_cinematic_function + + +Node1 + + +aborting_cinematic +_function + + + + + +Node2 + + +coss + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +sins + + + + + +Node1->Node3 + + + + + + + + +Node4 + + +vec3f_copy_return_dupe + + + + + +Node1->Node4 + + + + + + + + diff --git a/ceremony__and__credits_8c_a55b4e78aa7b5e0205e1c2019aef610ff_cgraph.map b/ceremony__and__credits_8c_a55b4e78aa7b5e0205e1c2019aef610ff_cgraph.map new file mode 100644 index 000000000..84a9039ce --- /dev/null +++ b/ceremony__and__credits_8c_a55b4e78aa7b5e0205e1c2019aef610ff_cgraph.map @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a55b4e78aa7b5e0205e1c2019aef610ff_cgraph.md5 b/ceremony__and__credits_8c_a55b4e78aa7b5e0205e1c2019aef610ff_cgraph.md5 new file mode 100644 index 000000000..e578d7f31 --- /dev/null +++ b/ceremony__and__credits_8c_a55b4e78aa7b5e0205e1c2019aef610ff_cgraph.md5 @@ -0,0 +1 @@ +b698f129ecb036c0c6395d2284962310 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a55b4e78aa7b5e0205e1c2019aef610ff_cgraph.svg b/ceremony__and__credits_8c_a55b4e78aa7b5e0205e1c2019aef610ff_cgraph.svg new file mode 100644 index 000000000..caa158edf --- /dev/null +++ b/ceremony__and__credits_8c_a55b4e78aa7b5e0205e1c2019aef610ff_cgraph.svg @@ -0,0 +1,437 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +func_8028454C + + +Node1 + + +func_8028454C + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283CA8 + + + + + +Node1->Node3 + + + + + + + + +Node7 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node7 + + + + + + + + +Node14 + + +wrap_func_800CA0CC + + + + + +Node1->Node14 + + + + + + + + +Node16 + + +wrap_func_800CB134 + + + + + +Node1->Node16 + + + + + + + + +Node18 + + +wrap_func_80280FFC + + + + + +Node1->Node18 + + + + + + + + +Node4 + + +func_800CA008 + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_800C3448 + + + + + +Node4->Node5 + + + + + + + + +Node6 + + +func_800C36C4 + + + + + +Node4->Node6 + + + + + + + + +Node7->Node2 + + + + + + + + +Node8 + + +func_80282C40 + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +move_point_along_spline + + + + + +Node7->Node10 + + + + + + + + +Node12 + + +reset_spline_wrap + + + + + +Node7->Node12 + + + + + + + + +Node9 + + +func_80282BE4 + + + + + +Node8->Node9 + + + + + + + + +Node11 + + +evaluate_cubic_spline + + + + + +Node10->Node11 + + + + + + + + +Node13 + + +reset_spline + + + + + +Node12->Node13 + + + + + + + + +Node15 + + +func_800CA0CC + + + + + +Node14->Node15 + + + + + + + + +Node17 + + +func_800CB134 + + + + + +Node16->Node17 + + + + + + + + +Node19 + + +func_80280FFC + + + + + +Node18->Node19 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a55b4e78aa7b5e0205e1c2019aef610ff_cgraph_org.svg b/ceremony__and__credits_8c_a55b4e78aa7b5e0205e1c2019aef610ff_cgraph_org.svg new file mode 100644 index 000000000..1c70f9b17 --- /dev/null +++ b/ceremony__and__credits_8c_a55b4e78aa7b5e0205e1c2019aef610ff_cgraph_org.svg @@ -0,0 +1,355 @@ + + + + + + +func_8028454C + + +Node1 + + +func_8028454C + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283CA8 + + + + + +Node1->Node3 + + + + + + + + +Node7 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node7 + + + + + + + + +Node14 + + +wrap_func_800CA0CC + + + + + +Node1->Node14 + + + + + + + + +Node16 + + +wrap_func_800CB134 + + + + + +Node1->Node16 + + + + + + + + +Node18 + + +wrap_func_80280FFC + + + + + +Node1->Node18 + + + + + + + + +Node4 + + +func_800CA008 + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_800C3448 + + + + + +Node4->Node5 + + + + + + + + +Node6 + + +func_800C36C4 + + + + + +Node4->Node6 + + + + + + + + +Node7->Node2 + + + + + + + + +Node8 + + +func_80282C40 + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +move_point_along_spline + + + + + +Node7->Node10 + + + + + + + + +Node12 + + +reset_spline_wrap + + + + + +Node7->Node12 + + + + + + + + +Node9 + + +func_80282BE4 + + + + + +Node8->Node9 + + + + + + + + +Node11 + + +evaluate_cubic_spline + + + + + +Node10->Node11 + + + + + + + + +Node13 + + +reset_spline + + + + + +Node12->Node13 + + + + + + + + +Node15 + + +func_800CA0CC + + + + + +Node14->Node15 + + + + + + + + +Node17 + + +func_800CB134 + + + + + +Node16->Node17 + + + + + + + + +Node19 + + +func_80280FFC + + + + + +Node18->Node19 + + + + + + + + diff --git a/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_cgraph.md5 b/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_cgraph.md5 deleted file mode 100644 index c82dc003a..000000000 --- a/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -26caa84b4639a3fe8e5484d053dfe5a1 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_cgraph_org.svg b/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_cgraph_org.svg deleted file mode 100644 index cfe40f657..000000000 --- a/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_cgraph_org.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - -func_80283FF4 - - -Node1 - - -func_80283FF4 - - - - - -Node2 - - -f32_lerp - - - - - -Node1->Node2 - - - - - - - - diff --git a/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_icgraph.map b/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_icgraph.map deleted file mode 100644 index 499c42cb0..000000000 --- a/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_icgraph.map +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_icgraph.md5 b/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_icgraph.md5 deleted file mode 100644 index d7a53cd09..000000000 --- a/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -9f96c7af9459aef475eb9e9d13873edc \ No newline at end of file diff --git a/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_icgraph_org.svg b/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_icgraph_org.svg deleted file mode 100644 index 0d589c2fd..000000000 --- a/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_icgraph_org.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - -func_80283FF4 - - -Node1 - - -func_80283FF4 - - - - - -Node2 - - -func_80284068 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_802840C8 - - - - - -Node2->Node3 - - - - - - - - diff --git a/ceremony__and__credits_8c_ac7ae2d8ec7d1d4098ba712b75bb0632b_cgraph.map b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_cgraph.map similarity index 61% rename from ceremony__and__credits_8c_ac7ae2d8ec7d1d4098ba712b75bb0632b_cgraph.map rename to ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_cgraph.map index 4986f7597..d09f077df 100644 --- a/ceremony__and__credits_8c_ac7ae2d8ec7d1d4098ba712b75bb0632b_cgraph.map +++ b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_cgraph.map @@ -1,19 +1,19 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_cgraph.md5 b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_cgraph.md5 new file mode 100644 index 000000000..378724891 --- /dev/null +++ b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_cgraph.md5 @@ -0,0 +1 @@ +5383f18c78bed8af1b7ff68cc383d143 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ac7ae2d8ec7d1d4098ba712b75bb0632b_cgraph.svg b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_cgraph.svg similarity index 66% rename from ceremony__and__credits_8c_ac7ae2d8ec7d1d4098ba712b75bb0632b_cgraph.svg rename to ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_cgraph.svg index f9098d7b5..00d2b3b33 100644 --- a/ceremony__and__credits_8c_ac7ae2d8ec7d1d4098ba712b75bb0632b_cgraph.svg +++ b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_cgraph.svg @@ -46,9 +46,9 @@ @@ -66,9 +66,10 @@ var sectionId = 'dynsection-93'; Node2 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -76,17 +77,17 @@ var sectionId = 'dynsection-93'; Node1->Node2 - - + + Node3 - - -cutscene_event + + +cutscene_event @@ -94,17 +95,17 @@ var sectionId = 'dynsection-93'; Node2->Node3 - - + + Node4 - - -func_80282434 + + +func_80282C40 @@ -112,17 +113,17 @@ var sectionId = 'dynsection-93'; Node2->Node4 - - + + Node6 - - -func_80282C40 + + +move_point_along_spline @@ -130,17 +131,17 @@ var sectionId = 'dynsection-93'; Node2->Node6 - - + + Node8 - - -move_point_along_spline + + +reset_spline_wrap @@ -148,17 +149,17 @@ var sectionId = 'dynsection-93'; Node2->Node8 - - + + Node5 - - -reset_spline + + +func_80282BE4 @@ -166,17 +167,17 @@ var sectionId = 'dynsection-93'; Node4->Node5 - - + + Node7 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -184,17 +185,17 @@ var sectionId = 'dynsection-93'; Node6->Node7 - - + + Node9 - - -func_80282700 + + +reset_spline @@ -202,8 +203,8 @@ var sectionId = 'dynsection-93'; Node8->Node9 - - + + @@ -222,7 +223,7 @@ var sectionId = 'dynsection-93'; - + + + + + + +func_802845EC + + +Node1 + + +func_802845EC + + + + + +Node2 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +cutscene_event + + + + + +Node2->Node3 + + + + + + + + +Node4 + + +func_80282C40 + + + + + +Node2->Node4 + + + + + + + + +Node6 + + +move_point_along_spline + + + + + +Node2->Node6 + + + + + + + + +Node8 + + +reset_spline_wrap + + + + + +Node2->Node8 + + + + + + + + +Node5 + + +func_80282BE4 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +evaluate_cubic_spline + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +reset_spline + + + + + +Node8->Node9 + + + + + + + + diff --git a/ceremony__and__credits_8h_ab7144feed2691035495b6bc165845577_icgraph.map b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_icgraph.map similarity index 83% rename from ceremony__and__credits_8h_ab7144feed2691035495b6bc165845577_icgraph.map rename to ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_icgraph.map index 7742b808f..a1b6e5f45 100644 --- a/ceremony__and__credits_8h_ab7144feed2691035495b6bc165845577_icgraph.map +++ b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_icgraph.md5 b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_icgraph.md5 new file mode 100644 index 000000000..a0595de47 --- /dev/null +++ b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_icgraph.md5 @@ -0,0 +1 @@ +5d7e825d7dab3037b08c2d47c5b3be68 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ac7ae2d8ec7d1d4098ba712b75bb0632b_icgraph.svg b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_icgraph.svg similarity index 97% rename from ceremony__and__credits_8c_ac7ae2d8ec7d1d4098ba712b75bb0632b_icgraph.svg rename to ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_icgraph.svg index 2b57f6a7d..398ccc8b5 100644 --- a/ceremony__and__credits_8c_ac7ae2d8ec7d1d4098ba712b75bb0632b_icgraph.svg +++ b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_80284648 diff --git a/ceremony__and__credits_8h_ab7144feed2691035495b6bc165845577_icgraph_org.svg b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8h_ab7144feed2691035495b6bc165845577_icgraph_org.svg rename to ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_icgraph_org.svg index 0cb394a99..b77ae398c 100644 --- a/ceremony__and__credits_8h_ab7144feed2691035495b6bc165845577_icgraph_org.svg +++ b/ceremony__and__credits_8c_a583138e20e9d07630eb2c5b1942c38a0_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_80284648 diff --git a/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_cgraph.map b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_cgraph.map new file mode 100644 index 000000000..d5471e509 --- /dev/null +++ b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_cgraph.map @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_cgraph.md5 b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_cgraph.md5 new file mode 100644 index 000000000..3cf4434f1 --- /dev/null +++ b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_cgraph.md5 @@ -0,0 +1 @@ +8c33297e1cc43112223125239aa9d1e6 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_cgraph.svg b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_cgraph.svg new file mode 100644 index 000000000..bec3cc8df --- /dev/null +++ b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_cgraph.svg @@ -0,0 +1,237 @@ + + + + + + + + + + + +func_80282F44 + + +Node1 + + +func_80282F44 + + + + + +Node2 + + +adjust_s16_value_transition + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +apply_distance_angle +_y_and_angle_y_to_xz + + + + + +Node1->Node3 + + + + + + + + +Node5 + + +sins + + + + + +Node1->Node5 + + + + + + + + +Node6 + + +calculate_distance +_angle_y_and_angle_y_to_xz + + + + + +Node1->Node6 + + + + + + + + +Node10 + + +func_80282F00 + + + + + +Node1->Node10 + + + + + + + + +Node11 + + +vec3f_set_dupe + + + + + +Node1->Node11 + + + + + + + + +Node4 + + +coss + + + + + +Node3->Node4 + + + + + + + + +Node3->Node5 + + + + + + + + +Node7 + + +atan2s + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +sqrtf + + + + + +Node6->Node9 + + + + + + + + +Node8 + + +atan2_lookup + + + + + +Node7->Node8 + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_cgraph_org.svg b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_cgraph_org.svg new file mode 100644 index 000000000..126c36e88 --- /dev/null +++ b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_cgraph_org.svg @@ -0,0 +1,212 @@ + + + + + + +func_80282F44 + + +Node1 + + +func_80282F44 + + + + + +Node2 + + +adjust_s16_value_transition + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +apply_distance_angle +_y_and_angle_y_to_xz + + + + + +Node1->Node3 + + + + + + + + +Node5 + + +sins + + + + + +Node1->Node5 + + + + + + + + +Node6 + + +calculate_distance +_angle_y_and_angle_y_to_xz + + + + + +Node1->Node6 + + + + + + + + +Node10 + + +func_80282F00 + + + + + +Node1->Node10 + + + + + + + + +Node11 + + +vec3f_set_dupe + + + + + +Node1->Node11 + + + + + + + + +Node4 + + +coss + + + + + +Node3->Node4 + + + + + + + + +Node3->Node5 + + + + + + + + +Node7 + + +atan2s + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +sqrtf + + + + + +Node6->Node9 + + + + + + + + +Node8 + + +atan2_lookup + + + + + +Node7->Node8 + + + + + + + + diff --git a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_icgraph.map b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_icgraph.map similarity index 84% rename from ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_icgraph.map rename to ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_icgraph.map index 5e0aa9d18..4f1ea4ad3 100644 --- a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_icgraph.map +++ b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_icgraph.map @@ -1,11 +1,11 @@ - - - + + + - - - + + + @@ -17,6 +17,6 @@ - + diff --git a/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_icgraph.md5 b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_icgraph.md5 new file mode 100644 index 000000000..92fd10d6f --- /dev/null +++ b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_icgraph.md5 @@ -0,0 +1 @@ +dac44d97ca56e23f5cd365942ea68e1d \ No newline at end of file diff --git a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_icgraph.svg b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_icgraph.svg similarity index 86% rename from ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_icgraph.svg rename to ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_icgraph.svg index 55ef2477c..119f07645 100644 --- a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_icgraph.svg +++ b/ceremony__and__credits_8c_a5965534a688c03622d5066ad401fda97_icgraph.svg @@ -46,9 +46,9 @@ @@ -58,8 +58,8 @@ var sectionId = 'dynsection-24'; Node1 - -func_80282F44 + +func_80282F44 @@ -67,8 +67,8 @@ var sectionId = 'dynsection-24'; Node2 - -func_80283648 + +func_80283648 @@ -76,8 +76,8 @@ var sectionId = 'dynsection-24'; Node1->Node2 - - + + @@ -94,18 +94,18 @@ var sectionId = 'dynsection-24'; Node2->Node3 - - + + Node9 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -113,8 +113,8 @@ var sectionId = 'dynsection-24'; Node2->Node9 - - + + @@ -221,8 +221,8 @@ var sectionId = 'dynsection-24'; Node9->Node10 - - + + @@ -250,7 +250,7 @@ var sectionId = 'dynsection-24'; - + - + func_80282F44 Node1 - -func_80282F44 + +func_80282F44 @@ -21,8 +21,8 @@ Node2 - -func_80283648 + +func_80283648 @@ -30,8 +30,8 @@ Node1->Node2 - - + + @@ -48,18 +48,18 @@ Node2->Node3 - - + + Node9 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -67,8 +67,8 @@ Node2->Node9 - - + + @@ -175,8 +175,8 @@ Node9->Node10 - - + + diff --git a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_cgraph.map b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_cgraph.map similarity index 61% rename from ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_cgraph.map rename to ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_cgraph.map index 50788e556..ad50f3751 100644 --- a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_cgraph.map +++ b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_cgraph.map @@ -1,19 +1,19 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_cgraph.md5 b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_cgraph.md5 new file mode 100644 index 000000000..60aeccca3 --- /dev/null +++ b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_cgraph.md5 @@ -0,0 +1 @@ +b0a13066745e23ae7332ec8d8f9aa6cb \ No newline at end of file diff --git a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_cgraph.svg b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_cgraph.svg similarity index 66% rename from ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_cgraph.svg rename to ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_cgraph.svg index d503821a5..56b9a3901 100644 --- a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_cgraph.svg +++ b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_cgraph.svg @@ -46,9 +46,9 @@ @@ -66,9 +66,10 @@ var sectionId = 'dynsection-34'; Node2 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -76,17 +77,17 @@ var sectionId = 'dynsection-34'; Node1->Node2 - - + + Node3 - - -cutscene_event + + +cutscene_event @@ -94,17 +95,17 @@ var sectionId = 'dynsection-34'; Node2->Node3 - - + + Node4 - - -func_80282434 + + +func_80282C40 @@ -112,17 +113,17 @@ var sectionId = 'dynsection-34'; Node2->Node4 - - + + Node6 - - -func_80282C40 + + +move_point_along_spline @@ -130,17 +131,17 @@ var sectionId = 'dynsection-34'; Node2->Node6 - - + + Node8 - - -move_point_along_spline + + +reset_spline_wrap @@ -148,17 +149,17 @@ var sectionId = 'dynsection-34'; Node2->Node8 - - + + Node5 - - -reset_spline + + +func_80282BE4 @@ -166,17 +167,17 @@ var sectionId = 'dynsection-34'; Node4->Node5 - - + + Node7 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -184,17 +185,17 @@ var sectionId = 'dynsection-34'; Node6->Node7 - - + + Node9 - - -func_80282700 + + +reset_spline @@ -202,8 +203,8 @@ var sectionId = 'dynsection-34'; Node8->Node9 - - + + @@ -222,7 +223,7 @@ var sectionId = 'dynsection-34'; - + + + + + + +func_80283EA0 + + +Node1 + + +func_80283EA0 + + + + + +Node2 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +cutscene_event + + + + + +Node2->Node3 + + + + + + + + +Node4 + + +func_80282C40 + + + + + +Node2->Node4 + + + + + + + + +Node6 + + +move_point_along_spline + + + + + +Node2->Node6 + + + + + + + + +Node8 + + +reset_spline_wrap + + + + + +Node2->Node8 + + + + + + + + +Node5 + + +func_80282BE4 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +evaluate_cubic_spline + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +reset_spline + + + + + +Node8->Node9 + + + + + + + + diff --git a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_icgraph.map b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_icgraph.map similarity index 83% rename from ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_icgraph.map rename to ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_icgraph.map index e7a97fbf0..c64070f40 100644 --- a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_icgraph.map +++ b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_icgraph.md5 b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_icgraph.md5 new file mode 100644 index 000000000..ec1087962 --- /dev/null +++ b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_icgraph.md5 @@ -0,0 +1 @@ +c702473fa65599bb6268b358d0a9623f \ No newline at end of file diff --git a/ceremony__and__credits_8c_a7a216126878b2029dc1e0472ec183146_icgraph.svg b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_icgraph.svg similarity index 97% rename from ceremony__and__credits_8c_a7a216126878b2029dc1e0472ec183146_icgraph.svg rename to ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_icgraph.svg index 3baa4dc17..e97eba4ad 100644 --- a/ceremony__and__credits_8c_a7a216126878b2029dc1e0472ec183146_icgraph.svg +++ b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_802840C8 diff --git a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_icgraph_org.svg b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_icgraph_org.svg rename to ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_icgraph_org.svg index 2b313b5e2..9b8ded2a7 100644 --- a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_icgraph_org.svg +++ b/ceremony__and__credits_8c_a598d7e9cbfc49eaecaaffb02eb4f6ed6_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_802840C8 diff --git a/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_cgraph.md5 b/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_cgraph.md5 deleted file mode 100644 index 0cc539d11..000000000 --- a/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -e6c79cc5b43f8b8a9db8ea4602148f97 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_icgraph.map b/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_icgraph.map deleted file mode 100644 index 02234df0c..000000000 --- a/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_icgraph.map +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_icgraph.md5 b/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_icgraph.md5 deleted file mode 100644 index 1c1ee3074..000000000 --- a/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -aed3bb17bc272a919c17e7003c18f131 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_icgraph.svg b/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_icgraph.svg deleted file mode 100644 index 81dda6c22..000000000 --- a/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_icgraph.svg +++ /dev/null @@ -1,418 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -func_80282434 - - -Node1 - - -func_80282434 - - - - - -Node2 - - -func_80282D90 - - - - - -Node1->Node2 - - - - - - - - -Node18 - - -func_802847CC - - - - - -Node1->Node18 - - - - - - - - -Node3 - - -func_80283D2C - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_80283EA0 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80284154 - - - - - -Node2->Node6 - - - - - - - - -Node7 - - -func_802842A8 - - - - - -Node2->Node7 - - - - - - - - -Node8 - - -func_802842D8 - - - - - -Node2->Node8 - - - - - - - - -Node9 - - -func_80284308 - - - - - -Node2->Node9 - - - - - - - - -Node10 - - -func_80284418 - - - - - -Node2->Node10 - - - - - - - - -Node11 - - -func_80284494 - - - - - -Node2->Node11 - - - - - - - - -Node12 - - -func_802844FC - - - - - -Node2->Node12 - - - - - - - - -Node13 - - -func_8028454C - - - - - -Node2->Node13 - - - - - - - - -Node14 - - -func_802845EC - - - - - -Node2->Node14 - - - - - - - - -Node16 - - -func_802846B4 - - - - - -Node2->Node16 - - - - - - - - -Node17 - - -func_802846E4 - - - - - -Node2->Node17 - - - - - - - - -Node2->Node18 - - - - - - - - -Node5 - - -func_802840C8 - - - - - -Node4->Node5 - - - - - - - - -Node15 - - -func_80284648 - - - - - -Node14->Node15 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_icgraph_org.svg b/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_icgraph_org.svg deleted file mode 100644 index 0bbf30c2b..000000000 --- a/ceremony__and__credits_8c_a59bfe3f39f361b44af0efbca96d28689_icgraph_org.svg +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - -func_80282434 - - -Node1 - - -func_80282434 - - - - - -Node2 - - -func_80282D90 - - - - - -Node1->Node2 - - - - - - - - -Node18 - - -func_802847CC - - - - - -Node1->Node18 - - - - - - - - -Node3 - - -func_80283D2C - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_80283EA0 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80284154 - - - - - -Node2->Node6 - - - - - - - - -Node7 - - -func_802842A8 - - - - - -Node2->Node7 - - - - - - - - -Node8 - - -func_802842D8 - - - - - -Node2->Node8 - - - - - - - - -Node9 - - -func_80284308 - - - - - -Node2->Node9 - - - - - - - - -Node10 - - -func_80284418 - - - - - -Node2->Node10 - - - - - - - - -Node11 - - -func_80284494 - - - - - -Node2->Node11 - - - - - - - - -Node12 - - -func_802844FC - - - - - -Node2->Node12 - - - - - - - - -Node13 - - -func_8028454C - - - - - -Node2->Node13 - - - - - - - - -Node14 - - -func_802845EC - - - - - -Node2->Node14 - - - - - - - - -Node16 - - -func_802846B4 - - - - - -Node2->Node16 - - - - - - - - -Node17 - - -func_802846E4 - - - - - -Node2->Node17 - - - - - - - - -Node2->Node18 - - - - - - - - -Node5 - - -func_802840C8 - - - - - -Node4->Node5 - - - - - - - - -Node15 - - -func_80284648 - - - - - -Node14->Node15 - - - - - - - - diff --git a/ceremony__and__credits_8c_a5a8c0e6c40c5088dfe20cec021261b13_icgraph.map b/ceremony__and__credits_8c_a5a8c0e6c40c5088dfe20cec021261b13_icgraph.map deleted file mode 100644 index e49c73bd3..000000000 --- a/ceremony__and__credits_8c_a5a8c0e6c40c5088dfe20cec021261b13_icgraph.map +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a5a8c0e6c40c5088dfe20cec021261b13_icgraph.md5 b/ceremony__and__credits_8c_a5a8c0e6c40c5088dfe20cec021261b13_icgraph.md5 deleted file mode 100644 index 47af40295..000000000 --- a/ceremony__and__credits_8c_a5a8c0e6c40c5088dfe20cec021261b13_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -2a7697c4d1b3fc29e463edb4ba9168ce \ No newline at end of file diff --git a/ceremony__and__credits_8c_a5a8c0e6c40c5088dfe20cec021261b13_icgraph.svg b/ceremony__and__credits_8c_a5a8c0e6c40c5088dfe20cec021261b13_icgraph.svg deleted file mode 100644 index 82e6107c4..000000000 --- a/ceremony__and__credits_8c_a5a8c0e6c40c5088dfe20cec021261b13_icgraph.svg +++ /dev/null @@ -1,562 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -cutscene_event - - -Node1 - - -cutscene_event - - - - - -Node2 - - -func_80282D90 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80283D2C - - - - - -Node1->Node3 - - - - - - - - -Node5 - - -func_802840C8 - - - - - -Node1->Node5 - - - - - - - - -Node9 - - -func_80284308 - - - - - -Node1->Node9 - - - - - - - - -Node10 - - -func_80284418 - - - - - -Node1->Node10 - - - - - - - - -Node11 - - -func_80284494 - - - - - -Node1->Node11 - - - - - - - - -Node12 - - -func_802844FC - - - - - -Node1->Node12 - - - - - - - - -Node13 - - -func_8028454C - - - - - -Node1->Node13 - - - - - - - - -Node15 - - -func_80284648 - - - - - -Node1->Node15 - - - - - - - - -Node18 - - -func_802847CC - - - - - -Node1->Node18 - - - - - - - - -Node19 - - -func_80283F6C - - - - - -Node1->Node19 - - - - - - - - -Node20 - - -func_80284068 - - - - - -Node1->Node20 - - - - - - - - -Node21 - - -func_8028422C - - - - - -Node1->Node21 - - - - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_80283EA0 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80284154 - - - - - -Node2->Node6 - - - - - - - - -Node7 - - -func_802842A8 - - - - - -Node2->Node7 - - - - - - - - -Node8 - - -func_802842D8 - - - - - -Node2->Node8 - - - - - - - - -Node2->Node9 - - - - - - - - -Node2->Node10 - - - - - - - - -Node2->Node11 - - - - - - - - -Node2->Node12 - - - - - - - - -Node2->Node13 - - - - - - - - -Node14 - - -func_802845EC - - - - - -Node2->Node14 - - - - - - - - -Node16 - - -func_802846B4 - - - - - -Node2->Node16 - - - - - - - - -Node17 - - -func_802846E4 - - - - - -Node2->Node17 - - - - - - - - -Node2->Node18 - - - - - - - - -Node4->Node5 - - - - - - - - -Node14->Node15 - - - - - - - - -Node19->Node5 - - - - - - - - -Node20->Node5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a5a8c0e6c40c5088dfe20cec021261b13_icgraph_org.svg b/ceremony__and__credits_8c_a5a8c0e6c40c5088dfe20cec021261b13_icgraph_org.svg deleted file mode 100644 index 0df07f1ac..000000000 --- a/ceremony__and__credits_8c_a5a8c0e6c40c5088dfe20cec021261b13_icgraph_org.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - -cutscene_event - - -Node1 - - -cutscene_event - - - - - -Node2 - - -func_80282D90 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80283D2C - - - - - -Node1->Node3 - - - - - - - - -Node5 - - -func_802840C8 - - - - - -Node1->Node5 - - - - - - - - -Node9 - - -func_80284308 - - - - - -Node1->Node9 - - - - - - - - -Node10 - - -func_80284418 - - - - - -Node1->Node10 - - - - - - - - -Node11 - - -func_80284494 - - - - - -Node1->Node11 - - - - - - - - -Node12 - - -func_802844FC - - - - - -Node1->Node12 - - - - - - - - -Node13 - - -func_8028454C - - - - - -Node1->Node13 - - - - - - - - -Node15 - - -func_80284648 - - - - - -Node1->Node15 - - - - - - - - -Node18 - - -func_802847CC - - - - - -Node1->Node18 - - - - - - - - -Node19 - - -func_80283F6C - - - - - -Node1->Node19 - - - - - - - - -Node20 - - -func_80284068 - - - - - -Node1->Node20 - - - - - - - - -Node21 - - -func_8028422C - - - - - -Node1->Node21 - - - - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_80283EA0 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80284154 - - - - - -Node2->Node6 - - - - - - - - -Node7 - - -func_802842A8 - - - - - -Node2->Node7 - - - - - - - - -Node8 - - -func_802842D8 - - - - - -Node2->Node8 - - - - - - - - -Node2->Node9 - - - - - - - - -Node2->Node10 - - - - - - - - -Node2->Node11 - - - - - - - - -Node2->Node12 - - - - - - - - -Node2->Node13 - - - - - - - - -Node14 - - -func_802845EC - - - - - -Node2->Node14 - - - - - - - - -Node16 - - -func_802846B4 - - - - - -Node2->Node16 - - - - - - - - -Node17 - - -func_802846E4 - - - - - -Node2->Node17 - - - - - - - - -Node2->Node18 - - - - - - - - -Node4->Node5 - - - - - - - - -Node14->Node15 - - - - - - - - -Node19->Node5 - - - - - - - - -Node20->Node5 - - - - - - - - diff --git a/ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_cgraph.map b/ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_cgraph.map similarity index 100% rename from ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_cgraph.map rename to ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_cgraph.map diff --git a/ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_cgraph.md5 b/ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_cgraph.md5 similarity index 100% rename from ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_cgraph.md5 rename to ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_cgraph.md5 diff --git a/ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_cgraph.svg b/ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_cgraph.svg similarity index 100% rename from ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_cgraph.svg rename to ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_cgraph.svg diff --git a/ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_cgraph_org.svg b/ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_cgraph_org.svg similarity index 100% rename from ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_cgraph_org.svg rename to ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_cgraph_org.svg diff --git a/ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_icgraph.map b/ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_icgraph.map similarity index 83% rename from ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_icgraph.map rename to ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_icgraph.map index b9dc28543..4adec1846 100644 --- a/ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_icgraph.map +++ b/ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_icgraph.md5 b/ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_icgraph.md5 new file mode 100644 index 000000000..32167a179 --- /dev/null +++ b/ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_icgraph.md5 @@ -0,0 +1 @@ +d523c2e7e479a9b5fe1bdec51f96a39c \ No newline at end of file diff --git a/ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_icgraph.svg b/ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_icgraph.svg similarity index 97% rename from ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_icgraph.svg rename to ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_icgraph.svg index a4844fb03..0a68e6103 100644 --- a/ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_icgraph.svg +++ b/ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_802847CC diff --git a/ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_icgraph_org.svg b/ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_icgraph_org.svg rename to ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_icgraph_org.svg index b5ae5551d..b8aeedebe 100644 --- a/ceremony__and__credits_8c_a8c2697bcfe0f85e1711816b96b456174_icgraph_org.svg +++ b/ceremony__and__credits_8c_a5aeb665c7d0cbf2ac9ebcc8756a377bf_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_802847CC diff --git a/ceremony__and__credits_8c_a5d335be843841aa3956aa0c78f3579f9_cgraph.md5 b/ceremony__and__credits_8c_a5d335be843841aa3956aa0c78f3579f9_cgraph.md5 deleted file mode 100644 index b08f202d6..000000000 --- a/ceremony__and__credits_8c_a5d335be843841aa3956aa0c78f3579f9_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -4436ec2608f1bec23f07fdd8b5b0087d \ No newline at end of file diff --git a/ceremony__and__credits_8c_a5d335be843841aa3956aa0c78f3579f9_icgraph.md5 b/ceremony__and__credits_8c_a5d335be843841aa3956aa0c78f3579f9_icgraph.md5 deleted file mode 100644 index 68282d6ea..000000000 --- a/ceremony__and__credits_8c_a5d335be843841aa3956aa0c78f3579f9_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -e8f4943a771cd357b6325990e4eec6a3 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ad5a771123a6ef89e6b602b18ce6e49cd_cgraph.map b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_cgraph.map similarity index 64% rename from ceremony__and__credits_8c_ad5a771123a6ef89e6b602b18ce6e49cd_cgraph.map rename to ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_cgraph.map index 0bb15611a..a2db59824 100644 --- a/ceremony__and__credits_8c_ad5a771123a6ef89e6b602b18ce6e49cd_cgraph.map +++ b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_cgraph.map @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_cgraph.md5 b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_cgraph.md5 new file mode 100644 index 000000000..14c7148ae --- /dev/null +++ b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_cgraph.md5 @@ -0,0 +1 @@ +b267efabc54a1bd3a861dd2260e80f2d \ No newline at end of file diff --git a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_cgraph.svg b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_cgraph.svg similarity index 63% rename from ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_cgraph.svg rename to ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_cgraph.svg index 9a23ec1ed..091361890 100644 --- a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_cgraph.svg +++ b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + - -func_80283ED0 + +copy_player_two_in_camera Node1 - -func_80283ED0 + +copy_player_two_in +_camera @@ -31,8 +32,8 @@ Node2 - -vec3f_copy_return_dupe + +vec3f_copy_return_dupe @@ -40,8 +41,8 @@ Node1->Node2 - - + + diff --git a/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_cgraph_org.svg b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_cgraph_org.svg new file mode 100644 index 000000000..a02066af1 --- /dev/null +++ b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_cgraph_org.svg @@ -0,0 +1,40 @@ + + + + + + +copy_player_two_in_camera + + +Node1 + + +copy_player_two_in +_camera + + + + + +Node2 + + +vec3f_copy_return_dupe + + + + + +Node1->Node2 + + + + + + + + diff --git a/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_icgraph.map b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_icgraph.map new file mode 100644 index 000000000..fd0a2127c --- /dev/null +++ b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_icgraph.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_icgraph.md5 b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_icgraph.md5 new file mode 100644 index 000000000..773014ec5 --- /dev/null +++ b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_icgraph.md5 @@ -0,0 +1 @@ +62e4c1e3bb5140aeff66554c355fb55a \ No newline at end of file diff --git a/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_icgraph.svg b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_icgraph.svg similarity index 56% rename from ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_icgraph.svg rename to ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_icgraph.svg index 1940f7185..fa804ef3c 100644 --- a/ceremony__and__credits_8c_a5800cd04e82249c22593d17a6bf10072_icgraph.svg +++ b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_icgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + - -func_80283FF4 + +copy_player_two_in_camera Node1 - -func_80283FF4 + +copy_player_two_in +_camera Node2 - - -func_80284068 + + +func_80283F6C @@ -40,17 +41,17 @@ Node1->Node2 - - + + Node3 - - -func_802840C8 + + +func_802840C8 @@ -58,8 +59,8 @@ Node2->Node3 - - + + diff --git a/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_icgraph_org.svg b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_icgraph_org.svg new file mode 100644 index 000000000..11bb02c1d --- /dev/null +++ b/ceremony__and__credits_8c_a5d706ee8903537504e267bab68d8f48a_icgraph_org.svg @@ -0,0 +1,58 @@ + + + + + + +copy_player_two_in_camera + + +Node1 + + +copy_player_two_in +_camera + + + + + +Node2 + + +func_80283F6C + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_802840C8 + + + + + +Node2->Node3 + + + + + + + + diff --git a/ceremony__and__credits_8c_a613423133809fea0257cb7107f32f2c0_cgraph.map b/ceremony__and__credits_8c_a613423133809fea0257cb7107f32f2c0_cgraph.map new file mode 100644 index 000000000..9d047a60a --- /dev/null +++ b/ceremony__and__credits_8c_a613423133809fea0257cb7107f32f2c0_cgraph.map @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a613423133809fea0257cb7107f32f2c0_cgraph.md5 b/ceremony__and__credits_8c_a613423133809fea0257cb7107f32f2c0_cgraph.md5 new file mode 100644 index 000000000..a708083ba --- /dev/null +++ b/ceremony__and__credits_8c_a613423133809fea0257cb7107f32f2c0_cgraph.md5 @@ -0,0 +1 @@ +5157844d13929838888bc5f05066a8bd \ No newline at end of file diff --git a/ceremony__and__credits_8h_afa8939a10094c8d1064e5838c34e7962_cgraph.svg b/ceremony__and__credits_8c_a613423133809fea0257cb7107f32f2c0_cgraph.svg similarity index 53% rename from ceremony__and__credits_8h_afa8939a10094c8d1064e5838c34e7962_cgraph.svg rename to ceremony__and__credits_8c_a613423133809fea0257cb7107f32f2c0_cgraph.svg index 114597445..99028c9bc 100644 --- a/ceremony__and__credits_8h_afa8939a10094c8d1064e5838c34e7962_cgraph.svg +++ b/ceremony__and__credits_8c_a613423133809fea0257cb7107f32f2c0_cgraph.svg @@ -4,7 +4,7 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -func_802847CC - - -Node1 - - -func_802847CC - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80280268 - - - - - -Node1->Node3 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node1->Node4 - - - - - - - - -Node6 - - -func_80282D90 - - - - - -Node1->Node6 - - - - - - - - -Node11 - - -func_802839B4 - - - - - -Node1->Node11 - - - - - - - - -Node12 - - -func_802839CC - - - - - -Node1->Node12 - - - - - - - - -Node13 - - -func_802839E0 - - - - - -Node1->Node13 - - - - - - - - -Node15 - - -func_80283C78 - - - - - -Node1->Node15 - - - - - - - - -Node18 - - -func_80283CD0 - - - - - -Node1->Node18 - - - - - - - - -Node21 - - -play_sound_farewell - - - - - -Node1->Node21 - - - - - - - - -Node24 - - -play_sound_welcome - - - - - -Node1->Node24 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node6->Node2 - - - - - - - - -Node6->Node4 - - - - - - - - -Node7 - - -func_80282C40 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -move_point_along_spline - - - - - -Node6->Node9 - - - - - - - - -Node8 - - -func_80282BE4 - - - - - -Node7->Node8 - - - - - - - - -Node10 - - -func_80282700 - - - - - -Node9->Node10 - - - - - - - - -Node14 - - -func_80092C80 - - - - - -Node13->Node14 - - - - - - - - -Node16 - - -func_800C8EF8 - - - - - -Node15->Node16 - - - - - - - - -Node17 - - -func_800C3448 - - - - - -Node16->Node17 - - - - - - - - -Node19 - - -func_800CA008 - - - - - -Node18->Node19 - - - - - - - - -Node19->Node17 - - - - - - - - -Node20 - - -func_800C36C4 - - - - - -Node19->Node20 - - - - - - - - -Node22 - - -play_sound2 - - - - - -Node21->Node22 - - - - - - - - -Node23 - - -play_sound - - - - - -Node22->Node23 - - - - - - - - -Node24->Node22 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a660fba86a90850e23820a49fb13f434b_cgraph_org.svg b/ceremony__and__credits_8c_a660fba86a90850e23820a49fb13f434b_cgraph_org.svg deleted file mode 100644 index 809054ca6..000000000 --- a/ceremony__and__credits_8c_a660fba86a90850e23820a49fb13f434b_cgraph_org.svg +++ /dev/null @@ -1,471 +0,0 @@ - - - - - - -func_802847CC - - -Node1 - - -func_802847CC - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80280268 - - - - - -Node1->Node3 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node1->Node4 - - - - - - - - -Node6 - - -func_80282D90 - - - - - -Node1->Node6 - - - - - - - - -Node11 - - -func_802839B4 - - - - - -Node1->Node11 - - - - - - - - -Node12 - - -func_802839CC - - - - - -Node1->Node12 - - - - - - - - -Node13 - - -func_802839E0 - - - - - -Node1->Node13 - - - - - - - - -Node15 - - -func_80283C78 - - - - - -Node1->Node15 - - - - - - - - -Node18 - - -func_80283CD0 - - - - - -Node1->Node18 - - - - - - - - -Node21 - - -play_sound_farewell - - - - - -Node1->Node21 - - - - - - - - -Node24 - - -play_sound_welcome - - - - - -Node1->Node24 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node6->Node2 - - - - - - - - -Node6->Node4 - - - - - - - - -Node7 - - -func_80282C40 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -move_point_along_spline - - - - - -Node6->Node9 - - - - - - - - -Node8 - - -func_80282BE4 - - - - - -Node7->Node8 - - - - - - - - -Node10 - - -func_80282700 - - - - - -Node9->Node10 - - - - - - - - -Node14 - - -func_80092C80 - - - - - -Node13->Node14 - - - - - - - - -Node16 - - -func_800C8EF8 - - - - - -Node15->Node16 - - - - - - - - -Node17 - - -func_800C3448 - - - - - -Node16->Node17 - - - - - - - - -Node19 - - -func_800CA008 - - - - - -Node18->Node19 - - - - - - - - -Node19->Node17 - - - - - - - - -Node20 - - -func_800C36C4 - - - - - -Node19->Node20 - - - - - - - - -Node22 - - -play_sound2 - - - - - -Node21->Node22 - - - - - - - - -Node23 - - -play_sound - - - - - -Node22->Node23 - - - - - - - - -Node24->Node22 - - - - - - - - diff --git a/ceremony__and__credits_8c_a68fa22f20a6d3dd42df1cd19a8ab1485_cgraph.md5 b/ceremony__and__credits_8c_a68fa22f20a6d3dd42df1cd19a8ab1485_cgraph.md5 deleted file mode 100644 index 93fde5fda..000000000 --- a/ceremony__and__credits_8c_a68fa22f20a6d3dd42df1cd19a8ab1485_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -7a5fdd6670e09de243c32998f82b78ab \ No newline at end of file diff --git a/ceremony__and__credits_8c_a693bf9a662aba46021ba1c1148f90730_cgraph.map b/ceremony__and__credits_8c_a693bf9a662aba46021ba1c1148f90730_cgraph.map deleted file mode 100644 index f27c07c81..000000000 --- a/ceremony__and__credits_8c_a693bf9a662aba46021ba1c1148f90730_cgraph.map +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a693bf9a662aba46021ba1c1148f90730_cgraph.md5 b/ceremony__and__credits_8c_a693bf9a662aba46021ba1c1148f90730_cgraph.md5 deleted file mode 100644 index b41bbd6df..000000000 --- a/ceremony__and__credits_8c_a693bf9a662aba46021ba1c1148f90730_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -695813dae0834c6220ef5f43abebd7f0 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a693bf9a662aba46021ba1c1148f90730_cgraph_org.svg b/ceremony__and__credits_8c_a693bf9a662aba46021ba1c1148f90730_cgraph_org.svg deleted file mode 100644 index 942f81423..000000000 --- a/ceremony__and__credits_8c_a693bf9a662aba46021ba1c1148f90730_cgraph_org.svg +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - -func_80284494 - - -Node1 - - -func_80284494 - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node1->Node3 - - - - - - - - -Node10 - - -func_80283968 - - - - - -Node1->Node10 - - - - - - - - -Node12 - - -play_sound_fish_2 - - - - - -Node1->Node12 - - - - - - - - -Node3->Node2 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node3->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node3->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -func_8028100C - - - - - -Node10->Node11 - - - - - - - - -Node13 - - -play_sound2 - - - - - -Node12->Node13 - - - - - - - - -Node14 - - -play_sound - - - - - -Node13->Node14 - - - - - - - - diff --git a/ceremony__and__credits_8c_a6b0e70e8074ff954655bd980b95b5b91_cgraph.map b/ceremony__and__credits_8c_a6b0e70e8074ff954655bd980b95b5b91_cgraph.map deleted file mode 100644 index 1dab52994..000000000 --- a/ceremony__and__credits_8c_a6b0e70e8074ff954655bd980b95b5b91_cgraph.map +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a6b0e70e8074ff954655bd980b95b5b91_cgraph.md5 b/ceremony__and__credits_8c_a6b0e70e8074ff954655bd980b95b5b91_cgraph.md5 deleted file mode 100644 index f99b1d7df..000000000 --- a/ceremony__and__credits_8c_a6b0e70e8074ff954655bd980b95b5b91_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -553fb60a777cd4a8aa5a9840b759e748 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a6b0e70e8074ff954655bd980b95b5b91_cgraph_org.svg b/ceremony__and__credits_8c_a6b0e70e8074ff954655bd980b95b5b91_cgraph_org.svg deleted file mode 100644 index 1664967b7..000000000 --- a/ceremony__and__credits_8c_a6b0e70e8074ff954655bd980b95b5b91_cgraph_org.svg +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - -func_80284068 - - -Node1 - - -func_80284068 - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282E58 - - - - - -Node1->Node3 - - - - - - - - -Node8 - - -func_80283FCC - - - - - -Node1->Node8 - - - - - - - - -Node10 - - -func_80283FF4 - - - - - -Node1->Node10 - - - - - - - - -Node4 - - -func_80282C40 - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -move_point_along_spline - - - - - -Node3->Node6 - - - - - - - - -Node5 - - -func_80282BE4 - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282700 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -vec3f_copy_return_dupe - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -f32_lerp - - - - - -Node10->Node11 - - - - - - - - diff --git a/ceremony__and__credits_8c_a6b0e70e8074ff954655bd980b95b5b91_icgraph.md5 b/ceremony__and__credits_8c_a6b0e70e8074ff954655bd980b95b5b91_icgraph.md5 deleted file mode 100644 index d53aa924e..000000000 --- a/ceremony__and__credits_8c_a6b0e70e8074ff954655bd980b95b5b91_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -376d8d6e88bf52841759704cfba9a017 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a6f5a7286d158ca76a91f016bd162cbd5_cgraph.md5 b/ceremony__and__credits_8c_a6f5a7286d158ca76a91f016bd162cbd5_cgraph.md5 deleted file mode 100644 index c0d7442b7..000000000 --- a/ceremony__and__credits_8c_a6f5a7286d158ca76a91f016bd162cbd5_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -8e1b6c11a93f74ec110df3beb6184d56 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a6f5a7286d158ca76a91f016bd162cbd5_cgraph_org.svg b/ceremony__and__credits_8c_a6f5a7286d158ca76a91f016bd162cbd5_cgraph_org.svg deleted file mode 100644 index aeae66884..000000000 --- a/ceremony__and__credits_8c_a6f5a7286d158ca76a91f016bd162cbd5_cgraph_org.svg +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -func_802842A8 - - -Node1 - - -func_802842A8 - - - - - -Node2 - - -func_80282D90 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -cutscene_event - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node2->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node2->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - diff --git a/ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_icgraph.md5 b/ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_icgraph.md5 deleted file mode 100644 index 453158207..000000000 --- a/ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -7bfd2839f2a2bf6fc085435b98f9012d \ No newline at end of file diff --git a/ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_cgraph.map b/ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_cgraph.map similarity index 100% rename from ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_cgraph.map rename to ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_cgraph.map diff --git a/ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_cgraph.md5 b/ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_cgraph.md5 similarity index 100% rename from ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_cgraph.md5 rename to ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_cgraph.md5 diff --git a/ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_cgraph.svg b/ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_cgraph.svg similarity index 100% rename from ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_cgraph.svg rename to ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_cgraph.svg diff --git a/ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_cgraph_org.svg b/ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_cgraph_org.svg similarity index 100% rename from ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_cgraph_org.svg rename to ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_cgraph_org.svg diff --git a/ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_icgraph.map b/ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_icgraph.map similarity index 80% rename from ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_icgraph.map rename to ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_icgraph.map index 0946f5f21..0ba090a96 100644 --- a/ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_icgraph.map +++ b/ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_icgraph.map @@ -1,7 +1,7 @@ - + - + diff --git a/ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_icgraph.md5 b/ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_icgraph.md5 new file mode 100644 index 000000000..6b3616a29 --- /dev/null +++ b/ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_icgraph.md5 @@ -0,0 +1 @@ +97df4a92b85d4f6dfecfad5cac478044 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_icgraph.svg b/ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_icgraph.svg similarity index 96% rename from ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_icgraph.svg rename to ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_icgraph.svg index 58a047f89..2cfd8bda9 100644 --- a/ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_icgraph.svg +++ b/ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_80283D2C @@ -48,7 +48,7 @@ Node3 - + func_8028454C diff --git a/ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_icgraph_org.svg b/ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_icgraph_org.svg similarity index 94% rename from ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_icgraph_org.svg rename to ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_icgraph_org.svg index 763f39bca..9f8379ebf 100644 --- a/ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_icgraph_org.svg +++ b/ceremony__and__credits_8c_a72ad272b5de6f38ab2faf41fffdb2e45_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_80283D2C @@ -38,7 +38,7 @@ Node3 - + func_8028454C diff --git a/ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_cgraph.map b/ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_cgraph.map similarity index 100% rename from ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_cgraph.map rename to ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_cgraph.map diff --git a/ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_cgraph.md5 b/ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_cgraph.md5 similarity index 100% rename from ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_cgraph.md5 rename to ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_cgraph.md5 diff --git a/ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_cgraph.svg b/ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_cgraph.svg similarity index 100% rename from ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_cgraph.svg rename to ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_cgraph.svg diff --git a/ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_cgraph_org.svg b/ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_cgraph_org.svg similarity index 100% rename from ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_cgraph_org.svg rename to ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_cgraph_org.svg diff --git a/ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_icgraph.map b/ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_icgraph.map similarity index 83% rename from ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_icgraph.map rename to ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_icgraph.map index a8d292006..3482a6e0e 100644 --- a/ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_icgraph.map +++ b/ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_icgraph.md5 b/ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_icgraph.md5 new file mode 100644 index 000000000..bd6733253 --- /dev/null +++ b/ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_icgraph.md5 @@ -0,0 +1 @@ +cfaf7c1855dec93f14d7302ca0ca691b \ No newline at end of file diff --git a/ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_icgraph.svg b/ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_icgraph.svg similarity index 97% rename from ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_icgraph.svg rename to ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_icgraph.svg index 1f1aa28bb..5d4f6340f 100644 --- a/ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_icgraph.svg +++ b/ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_80283D2C diff --git a/ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_icgraph_org.svg b/ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_icgraph_org.svg rename to ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_icgraph_org.svg index 9eb18e16d..b96f1a75c 100644 --- a/ceremony__and__credits_8c_a90150ca36915577e9cecb99c0e864068_icgraph_org.svg +++ b/ceremony__and__credits_8c_a75436c8967694b11f39882d716cbd74f_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_80283D2C diff --git a/ceremony__and__credits_8c_a76ef7f5767dd2b3e68118897ed000b5f_cgraph.md5 b/ceremony__and__credits_8c_a76ef7f5767dd2b3e68118897ed000b5f_cgraph.md5 deleted file mode 100644 index fff6a4e95..000000000 --- a/ceremony__and__credits_8c_a76ef7f5767dd2b3e68118897ed000b5f_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -f45a357bd273d3061f3f0f157ac3acc0 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a76ef7f5767dd2b3e68118897ed000b5f_cgraph_org.svg b/ceremony__and__credits_8c_a76ef7f5767dd2b3e68118897ed000b5f_cgraph_org.svg deleted file mode 100644 index b17324f01..000000000 --- a/ceremony__and__credits_8c_a76ef7f5767dd2b3e68118897ed000b5f_cgraph_org.svg +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -func_802846B4 - - -Node1 - - -func_802846B4 - - - - - -Node2 - - -func_80282D90 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -cutscene_event - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node2->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node2->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - diff --git a/ceremony__and__credits_8c_a784511c1e6f15bf6f16127d64bb41aa8_cgraph.map b/ceremony__and__credits_8c_a784511c1e6f15bf6f16127d64bb41aa8_cgraph.map new file mode 100644 index 000000000..8f215b7ea --- /dev/null +++ b/ceremony__and__credits_8c_a784511c1e6f15bf6f16127d64bb41aa8_cgraph.map @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/ceremony__and__credits_8c_a784511c1e6f15bf6f16127d64bb41aa8_cgraph.md5 b/ceremony__and__credits_8c_a784511c1e6f15bf6f16127d64bb41aa8_cgraph.md5 new file mode 100644 index 000000000..39921cc40 --- /dev/null +++ b/ceremony__and__credits_8c_a784511c1e6f15bf6f16127d64bb41aa8_cgraph.md5 @@ -0,0 +1 @@ +d6702b7dedeaccbda50cc4a9e8d497b3 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a5d609baca0b8599441aa11970473a7d3_cgraph.svg b/ceremony__and__credits_8c_a784511c1e6f15bf6f16127d64bb41aa8_cgraph.svg similarity index 61% rename from ceremony__and__credits_8h_a5d609baca0b8599441aa11970473a7d3_cgraph.svg rename to ceremony__and__credits_8c_a784511c1e6f15bf6f16127d64bb41aa8_cgraph.svg index 2fbb16faa..6f041a8a7 100644 --- a/ceremony__and__credits_8h_a5d609baca0b8599441aa11970473a7d3_cgraph.svg +++ b/ceremony__and__credits_8c_a784511c1e6f15bf6f16127d64bb41aa8_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +func_802840C8 + + +Node1 + + +func_802840C8 + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283C14 + + + + + +Node1->Node3 + + + + + + + + +Node6 + + +func_80283EA0 + + + + + +Node1->Node6 + + + + + + + + +Node14 + + +func_80283F6C + + + + + +Node1->Node14 + + + + + + + + +Node20 + + +func_80284068 + + + + + +Node1->Node20 + + + + + + + + +Node4 + + +func_800C8EF8 + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_800C3448 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +move_cinematic_camera +_along_spline + + + + + +Node6->Node7 + + + + + + + + +Node7->Node2 + + + + + + + + +Node8 + + +func_80282C40 + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +move_point_along_spline + + + + + +Node7->Node10 + + + + + + + + +Node12 + + +reset_spline_wrap + + + + + +Node7->Node12 + + + + + + + + +Node9 + + +func_80282BE4 + + + + + +Node8->Node9 + + + + + + + + +Node11 + + +evaluate_cubic_spline + + + + + +Node10->Node11 + + + + + + + + +Node13 + + +reset_spline + + + + + +Node12->Node13 + + + + + + + + +Node14->Node2 + + + + + + + + +Node15 + + +copy_player_two_in +_camera + + + + + +Node14->Node15 + + + + + + + + +Node17 + + +func_80282E58 + + + + + +Node14->Node17 + + + + + + + + +Node18 + + +lerp_player_two_in +_camera + + + + + +Node14->Node18 + + + + + + + + +Node16 + + +vec3f_copy_return_dupe + + + + + +Node15->Node16 + + + + + + + + +Node17->Node8 + + + + + + + + +Node17->Node10 + + + + + + + + +Node19 + + +f32_lerp + + + + + +Node18->Node19 + + + + + + + + +Node20->Node2 + + + + + + + + +Node20->Node17 + + + + + + + + +Node21 + + +copy_player_three_in +_camera + + + + + +Node20->Node21 + + + + + + + + +Node22 + + +lerp_player_three_in +_camera + + + + + +Node20->Node22 + + + + + + + + +Node21->Node16 + + + + + + + + +Node22->Node19 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a7b0d27953238e49f22d83b83caa64e11_cgraph_org.svg b/ceremony__and__credits_8c_a7b0d27953238e49f22d83b83caa64e11_cgraph_org.svg new file mode 100644 index 000000000..8a013db27 --- /dev/null +++ b/ceremony__and__credits_8c_a7b0d27953238e49f22d83b83caa64e11_cgraph_org.svg @@ -0,0 +1,476 @@ + + + + + + +func_802840C8 + + +Node1 + + +func_802840C8 + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283C14 + + + + + +Node1->Node3 + + + + + + + + +Node6 + + +func_80283EA0 + + + + + +Node1->Node6 + + + + + + + + +Node14 + + +func_80283F6C + + + + + +Node1->Node14 + + + + + + + + +Node20 + + +func_80284068 + + + + + +Node1->Node20 + + + + + + + + +Node4 + + +func_800C8EF8 + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_800C3448 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +move_cinematic_camera +_along_spline + + + + + +Node6->Node7 + + + + + + + + +Node7->Node2 + + + + + + + + +Node8 + + +func_80282C40 + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +move_point_along_spline + + + + + +Node7->Node10 + + + + + + + + +Node12 + + +reset_spline_wrap + + + + + +Node7->Node12 + + + + + + + + +Node9 + + +func_80282BE4 + + + + + +Node8->Node9 + + + + + + + + +Node11 + + +evaluate_cubic_spline + + + + + +Node10->Node11 + + + + + + + + +Node13 + + +reset_spline + + + + + +Node12->Node13 + + + + + + + + +Node14->Node2 + + + + + + + + +Node15 + + +copy_player_two_in +_camera + + + + + +Node14->Node15 + + + + + + + + +Node17 + + +func_80282E58 + + + + + +Node14->Node17 + + + + + + + + +Node18 + + +lerp_player_two_in +_camera + + + + + +Node14->Node18 + + + + + + + + +Node16 + + +vec3f_copy_return_dupe + + + + + +Node15->Node16 + + + + + + + + +Node17->Node8 + + + + + + + + +Node17->Node10 + + + + + + + + +Node19 + + +f32_lerp + + + + + +Node18->Node19 + + + + + + + + +Node20->Node2 + + + + + + + + +Node20->Node17 + + + + + + + + +Node21 + + +copy_player_three_in +_camera + + + + + +Node20->Node21 + + + + + + + + +Node22 + + +lerp_player_three_in +_camera + + + + + +Node20->Node22 + + + + + + + + +Node21->Node16 + + + + + + + + +Node22->Node19 + + + + + + + + diff --git a/ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_cgraph.map b/ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_cgraph.map similarity index 100% rename from ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_cgraph.map rename to ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_cgraph.map diff --git a/ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_cgraph.md5 b/ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_cgraph.md5 similarity index 100% rename from ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_cgraph.md5 rename to ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_cgraph.md5 diff --git a/ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_cgraph.svg b/ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_cgraph.svg similarity index 100% rename from ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_cgraph.svg rename to ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_cgraph.svg diff --git a/ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_cgraph_org.svg b/ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_cgraph_org.svg similarity index 100% rename from ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_cgraph_org.svg rename to ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_cgraph_org.svg diff --git a/ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_icgraph.map b/ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_icgraph.map similarity index 83% rename from ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_icgraph.map rename to ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_icgraph.map index 4d3fb6286..428e50e85 100644 --- a/ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_icgraph.map +++ b/ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_icgraph.md5 b/ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_icgraph.md5 new file mode 100644 index 000000000..6caad2f34 --- /dev/null +++ b/ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_icgraph.md5 @@ -0,0 +1 @@ +0fbfaa81016ffd3e13445b7aff5236d6 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_icgraph.svg b/ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_icgraph.svg similarity index 97% rename from ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_icgraph.svg rename to ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_icgraph.svg index 7a7d83e5b..da717ff5a 100644 --- a/ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_icgraph.svg +++ b/ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_80284494 diff --git a/ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_icgraph_org.svg b/ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_icgraph_org.svg rename to ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_icgraph_org.svg index 728114cbe..bdf35f1dd 100644 --- a/ceremony__and__credits_8c_ac661f244c2ab6af57476141f35936e0c_icgraph_org.svg +++ b/ceremony__and__credits_8c_a7e1018d866769bd39b629afff086adec_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_80284494 diff --git a/ceremony__and__credits_8c_a80ba2265bcd93cfd62df730d0c82d6a9_cgraph.md5 b/ceremony__and__credits_8c_a80ba2265bcd93cfd62df730d0c82d6a9_cgraph.md5 deleted file mode 100644 index 2db38c08a..000000000 --- a/ceremony__and__credits_8c_a80ba2265bcd93cfd62df730d0c82d6a9_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -1522f843612501a269acef7bce8bebc4 \ No newline at end of file diff --git a/ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_cgraph.map b/ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_cgraph.map similarity index 100% rename from ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_cgraph.map rename to ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_cgraph.map diff --git a/ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_cgraph.md5 b/ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_cgraph.md5 similarity index 100% rename from ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_cgraph.md5 rename to ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_cgraph.md5 diff --git a/ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_cgraph.svg b/ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_cgraph.svg similarity index 100% rename from ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_cgraph.svg rename to ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_cgraph.svg diff --git a/ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_cgraph_org.svg b/ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_cgraph_org.svg similarity index 100% rename from ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_cgraph_org.svg rename to ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_cgraph_org.svg diff --git a/ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_icgraph.map b/ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_icgraph.map similarity index 84% rename from ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_icgraph.map rename to ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_icgraph.map index ecb2f95e0..b297d6cca 100644 --- a/ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_icgraph.map +++ b/ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_icgraph.md5 b/ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_icgraph.md5 new file mode 100644 index 000000000..ec84c4cdd --- /dev/null +++ b/ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_icgraph.md5 @@ -0,0 +1 @@ +b03bb0b899d14264caf1d554877bcf83 \ No newline at end of file diff --git a/ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_icgraph.svg b/ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_icgraph.svg similarity index 97% rename from ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_icgraph.svg rename to ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_icgraph.svg index 312b63cf3..3d4d85081 100644 --- a/ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_icgraph.svg +++ b/ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_80283D2C diff --git a/ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_icgraph_org.svg b/ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_icgraph_org.svg rename to ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_icgraph_org.svg index 3594b73bf..cc61abed8 100644 --- a/ceremony__and__credits_8c_adae3f4abd4e0289e0d9ab9c961c4abb5_icgraph_org.svg +++ b/ceremony__and__credits_8c_a82a53bd72763879bcf6a52bb2e3d36f8_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_80283D2C diff --git a/ceremony__and__credits_8c_a8935b9d0429d95b9c52b0e53fb66622d_cgraph.map b/ceremony__and__credits_8c_a8935b9d0429d95b9c52b0e53fb66622d_cgraph.map deleted file mode 100644 index 911e9e2c3..000000000 --- a/ceremony__and__credits_8c_a8935b9d0429d95b9c52b0e53fb66622d_cgraph.map +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a8935b9d0429d95b9c52b0e53fb66622d_cgraph.md5 b/ceremony__and__credits_8c_a8935b9d0429d95b9c52b0e53fb66622d_cgraph.md5 deleted file mode 100644 index 7fb364995..000000000 --- a/ceremony__and__credits_8c_a8935b9d0429d95b9c52b0e53fb66622d_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -31000a2bcc0192c510eb4a518f7891d6 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a8935b9d0429d95b9c52b0e53fb66622d_cgraph.svg b/ceremony__and__credits_8c_a8935b9d0429d95b9c52b0e53fb66622d_cgraph.svg deleted file mode 100644 index d01fdb455..000000000 --- a/ceremony__and__credits_8c_a8935b9d0429d95b9c52b0e53fb66622d_cgraph.svg +++ /dev/null @@ -1,499 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -func_80283D2C - - -Node1 - - -func_80283D2C - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node1->Node3 - - - - - - - - -Node10 - - -func_80283994 - - - - - -Node1->Node10 - - - - - - - - -Node12 - - -func_80283A34 - - - - - -Node1->Node12 - - - - - - - - -Node14 - - -func_80283BF0 - - - - - -Node1->Node14 - - - - - - - - -Node17 - - -func_80283CA8 - - - - - -Node1->Node17 - - - - - - - - -Node20 - - -play_sound_balloon_pop - - - - - -Node1->Node20 - - - - - - - - -Node3->Node2 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node3->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node3->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -func_80280FFC - - - - - -Node10->Node11 - - - - - - - - -Node13 - - -func_800CA0CC - - - - - -Node12->Node13 - - - - - - - - -Node15 - - -func_800C8EF8 - - - - - -Node14->Node15 - - - - - - - - -Node16 - - -func_800C3448 - - - - - -Node15->Node16 - - - - - - - - -Node18 - - -func_800CA008 - - - - - -Node17->Node18 - - - - - - - - -Node18->Node16 - - - - - - - - -Node19 - - -func_800C36C4 - - - - - -Node18->Node19 - - - - - - - - -Node21 - - -play_sound2 - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -play_sound - - - - - -Node21->Node22 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a8935b9d0429d95b9c52b0e53fb66622d_cgraph_org.svg b/ceremony__and__credits_8c_a8935b9d0429d95b9c52b0e53fb66622d_cgraph_org.svg deleted file mode 100644 index 964324459..000000000 --- a/ceremony__and__credits_8c_a8935b9d0429d95b9c52b0e53fb66622d_cgraph_org.svg +++ /dev/null @@ -1,417 +0,0 @@ - - - - - - -func_80283D2C - - -Node1 - - -func_80283D2C - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node1->Node3 - - - - - - - - -Node10 - - -func_80283994 - - - - - -Node1->Node10 - - - - - - - - -Node12 - - -func_80283A34 - - - - - -Node1->Node12 - - - - - - - - -Node14 - - -func_80283BF0 - - - - - -Node1->Node14 - - - - - - - - -Node17 - - -func_80283CA8 - - - - - -Node1->Node17 - - - - - - - - -Node20 - - -play_sound_balloon_pop - - - - - -Node1->Node20 - - - - - - - - -Node3->Node2 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node3->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node3->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -func_80280FFC - - - - - -Node10->Node11 - - - - - - - - -Node13 - - -func_800CA0CC - - - - - -Node12->Node13 - - - - - - - - -Node15 - - -func_800C8EF8 - - - - - -Node14->Node15 - - - - - - - - -Node16 - - -func_800C3448 - - - - - -Node15->Node16 - - - - - - - - -Node18 - - -func_800CA008 - - - - - -Node17->Node18 - - - - - - - - -Node18->Node16 - - - - - - - - -Node19 - - -func_800C36C4 - - - - - -Node18->Node19 - - - - - - - - -Node21 - - -play_sound2 - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -play_sound - - - - - -Node21->Node22 - - - - - - - - diff --git a/ceremony__and__credits_8h_a214c424f6bb093ce14806b0c1942a035_cgraph.map b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_cgraph.map similarity index 80% rename from ceremony__and__credits_8h_a214c424f6bb093ce14806b0c1942a035_cgraph.map rename to ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_cgraph.map index 36e9a5819..229b7fb2c 100644 --- a/ceremony__and__credits_8h_a214c424f6bb093ce14806b0c1942a035_cgraph.map +++ b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_cgraph.map @@ -1,15 +1,15 @@ - + - + - - - - + + + + diff --git a/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_cgraph.md5 b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_cgraph.md5 new file mode 100644 index 000000000..e9b0d8b04 --- /dev/null +++ b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_cgraph.md5 @@ -0,0 +1 @@ +3abc7d131963793d7e688d502c8adba0 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a5d335be843841aa3956aa0c78f3579f9_cgraph.svg b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_cgraph.svg similarity index 87% rename from ceremony__and__credits_8c_a5d335be843841aa3956aa0c78f3579f9_cgraph.svg rename to ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_cgraph.svg index 696a8a8a9..7870044e6 100644 --- a/ceremony__and__credits_8c_a5d335be843841aa3956aa0c78f3579f9_cgraph.svg +++ b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_cgraph.svg @@ -46,9 +46,9 @@ @@ -66,7 +66,7 @@ var sectionId = 'dynsection-83'; Node2 - + func_80282E58 @@ -120,7 +120,7 @@ var sectionId = 'dynsection-83'; Node5 - + move_point_along_spline @@ -139,8 +139,8 @@ var sectionId = 'dynsection-83'; Node4 - -func_80282BE4 + +func_80282BE4 @@ -148,17 +148,17 @@ var sectionId = 'dynsection-83'; Node3->Node4 - - + + Node6 - - -func_80282700 + + +evaluate_cubic_spline @@ -166,8 +166,8 @@ var sectionId = 'dynsection-83'; Node5->Node6 - - + + @@ -186,7 +186,7 @@ var sectionId = 'dynsection-83'; - + - + func_802841E8 @@ -20,7 +20,7 @@ Node2 - + func_80282E58 @@ -74,7 +74,7 @@ Node5 - + move_point_along_spline @@ -93,8 +93,8 @@ Node4 - -func_80282BE4 + +func_80282BE4 @@ -102,17 +102,17 @@ Node3->Node4 - - + + Node6 - - -func_80282700 + + +evaluate_cubic_spline @@ -120,8 +120,8 @@ Node5->Node6 - - + + diff --git a/ceremony__and__credits_8h_a214c424f6bb093ce14806b0c1942a035_icgraph.map b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_icgraph.map similarity index 83% rename from ceremony__and__credits_8h_a214c424f6bb093ce14806b0c1942a035_icgraph.map rename to ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_icgraph.map index 45c2cef7f..90a1d3150 100644 --- a/ceremony__and__credits_8h_a214c424f6bb093ce14806b0c1942a035_icgraph.map +++ b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_icgraph.md5 b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_icgraph.md5 new file mode 100644 index 000000000..887d9712c --- /dev/null +++ b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_icgraph.md5 @@ -0,0 +1 @@ +4f57605aafb7ecb40364761a843366d3 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a5d335be843841aa3956aa0c78f3579f9_icgraph.svg b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_icgraph.svg similarity index 97% rename from ceremony__and__credits_8c_a5d335be843841aa3956aa0c78f3579f9_icgraph.svg rename to ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_icgraph.svg index 42dc66b6f..2475c992c 100644 --- a/ceremony__and__credits_8c_a5d335be843841aa3956aa0c78f3579f9_icgraph.svg +++ b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_8028422C diff --git a/ceremony__and__credits_8h_a214c424f6bb093ce14806b0c1942a035_icgraph_org.svg b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8h_a214c424f6bb093ce14806b0c1942a035_icgraph_org.svg rename to ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_icgraph_org.svg index af80c7250..b391662b2 100644 --- a/ceremony__and__credits_8h_a214c424f6bb093ce14806b0c1942a035_icgraph_org.svg +++ b/ceremony__and__credits_8c_a8a1ae697b7ee1c5d4485e0789dceb041_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_8028422C diff --git a/ceremony__and__credits_8c_a8a70f0c3e8d20b0a6acbb30b8f0d75a1_cgraph.map b/ceremony__and__credits_8c_a8a70f0c3e8d20b0a6acbb30b8f0d75a1_cgraph.map new file mode 100644 index 000000000..9ab9f8fea --- /dev/null +++ b/ceremony__and__credits_8c_a8a70f0c3e8d20b0a6acbb30b8f0d75a1_cgraph.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/ceremony__and__credits_8c_a8a70f0c3e8d20b0a6acbb30b8f0d75a1_cgraph.md5 b/ceremony__and__credits_8c_a8a70f0c3e8d20b0a6acbb30b8f0d75a1_cgraph.md5 new file mode 100644 index 000000000..6ac09bf1d --- /dev/null +++ b/ceremony__and__credits_8c_a8a70f0c3e8d20b0a6acbb30b8f0d75a1_cgraph.md5 @@ -0,0 +1 @@ +fd7e935974875ec01d806049373399bb \ No newline at end of file diff --git a/ceremony__and__credits_8h_afc633ff6f8e0f121158b337fed3d1885_cgraph.svg b/ceremony__and__credits_8c_a8a70f0c3e8d20b0a6acbb30b8f0d75a1_cgraph.svg similarity index 65% rename from ceremony__and__credits_8h_afc633ff6f8e0f121158b337fed3d1885_cgraph.svg rename to ceremony__and__credits_8c_a8a70f0c3e8d20b0a6acbb30b8f0d75a1_cgraph.svg index 8b97eadc3..c62460255 100644 --- a/ceremony__and__credits_8h_afc633ff6f8e0f121158b337fed3d1885_cgraph.svg +++ b/ceremony__and__credits_8c_a8a70f0c3e8d20b0a6acbb30b8f0d75a1_cgraph.svg @@ -4,8 +4,8 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -func_80282700 - - -Node1 - - -func_80282700 - - - - - -Node2 - - -move_point_along_spline - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node2->Node3 - - - - - - - - -Node20 - - -func_80282E58 - - - - - -Node2->Node20 - - - - - - - - -Node4 - - -func_80283D2C - - - - - -Node3->Node4 - - - - - - - - -Node5 - - -func_80283EA0 - - - - - -Node3->Node5 - - - - - - - - -Node7 - - -func_80284154 - - - - - -Node3->Node7 - - - - - - - - -Node8 - - -func_802842A8 - - - - - -Node3->Node8 - - - - - - - - -Node9 - - -func_802842D8 - - - - - -Node3->Node9 - - - - - - - - -Node10 - - -func_80284308 - - - - - -Node3->Node10 - - - - - - - - -Node11 - - -func_80284418 - - - - - -Node3->Node11 - - - - - - - - -Node12 - - -func_80284494 - - - - - -Node3->Node12 - - - - - - - - -Node13 - - -func_802844FC - - - - - -Node3->Node13 - - - - - - - - -Node14 - - -func_8028454C - - - - - -Node3->Node14 - - - - - - - - -Node15 - - -func_802845EC - - - - - -Node3->Node15 - - - - - - - - -Node17 - - -func_802846B4 - - - - - -Node3->Node17 - - - - - - - - -Node18 - - -func_802846E4 - - - - - -Node3->Node18 - - - - - - - - -Node19 - - -func_802847CC - - - - - -Node3->Node19 - - - - - - - - -Node6 - - -func_802840C8 - - - - - -Node5->Node6 - - - - - - - - -Node16 - - -func_80284648 - - - - - -Node15->Node16 - - - - - - - - -Node21 - - -func_80283F6C - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -func_80284068 - - - - - -Node20->Node22 - - - - - - - - -Node23 - - -func_802841E8 - - - - - -Node20->Node23 - - - - - - - - -Node21->Node6 - - - - - - - - -Node22->Node6 - - - - - - - - -Node24 - - -func_8028422C - - - - - -Node23->Node24 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a91bb0c91f83f609dc208775a0446f2b8_icgraph_org.svg b/ceremony__and__credits_8c_a91bb0c91f83f609dc208775a0446f2b8_icgraph_org.svg deleted file mode 100644 index bc5fbe5b1..000000000 --- a/ceremony__and__credits_8c_a91bb0c91f83f609dc208775a0446f2b8_icgraph_org.svg +++ /dev/null @@ -1,453 +0,0 @@ - - - - - - -func_80282700 - - -Node1 - - -func_80282700 - - - - - -Node2 - - -move_point_along_spline - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node2->Node3 - - - - - - - - -Node20 - - -func_80282E58 - - - - - -Node2->Node20 - - - - - - - - -Node4 - - -func_80283D2C - - - - - -Node3->Node4 - - - - - - - - -Node5 - - -func_80283EA0 - - - - - -Node3->Node5 - - - - - - - - -Node7 - - -func_80284154 - - - - - -Node3->Node7 - - - - - - - - -Node8 - - -func_802842A8 - - - - - -Node3->Node8 - - - - - - - - -Node9 - - -func_802842D8 - - - - - -Node3->Node9 - - - - - - - - -Node10 - - -func_80284308 - - - - - -Node3->Node10 - - - - - - - - -Node11 - - -func_80284418 - - - - - -Node3->Node11 - - - - - - - - -Node12 - - -func_80284494 - - - - - -Node3->Node12 - - - - - - - - -Node13 - - -func_802844FC - - - - - -Node3->Node13 - - - - - - - - -Node14 - - -func_8028454C - - - - - -Node3->Node14 - - - - - - - - -Node15 - - -func_802845EC - - - - - -Node3->Node15 - - - - - - - - -Node17 - - -func_802846B4 - - - - - -Node3->Node17 - - - - - - - - -Node18 - - -func_802846E4 - - - - - -Node3->Node18 - - - - - - - - -Node19 - - -func_802847CC - - - - - -Node3->Node19 - - - - - - - - -Node6 - - -func_802840C8 - - - - - -Node5->Node6 - - - - - - - - -Node16 - - -func_80284648 - - - - - -Node15->Node16 - - - - - - - - -Node21 - - -func_80283F6C - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -func_80284068 - - - - - -Node20->Node22 - - - - - - - - -Node23 - - -func_802841E8 - - - - - -Node20->Node23 - - - - - - - - -Node21->Node6 - - - - - - - - -Node22->Node6 - - - - - - - - -Node24 - - -func_8028422C - - - - - -Node23->Node24 - - - - - - - - diff --git a/ceremony__and__credits_8c_a950912b13d637ed9d974f5389b14c03e_icgraph.md5 b/ceremony__and__credits_8c_a950912b13d637ed9d974f5389b14c03e_icgraph.md5 deleted file mode 100644 index 8b3b6e49a..000000000 --- a/ceremony__and__credits_8c_a950912b13d637ed9d974f5389b14c03e_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -114aa4ef5bf243282593e0aac17ae857 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_cgraph.map b/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_cgraph.map deleted file mode 100644 index 894cfb3e4..000000000 --- a/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_cgraph.map +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_cgraph.md5 b/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_cgraph.md5 deleted file mode 100644 index 8055f6054..000000000 --- a/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -f9adc948ebf4b8da4a718e3e16a4d18c \ No newline at end of file diff --git a/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_cgraph_org.svg b/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_cgraph_org.svg deleted file mode 100644 index 3b02a1596..000000000 --- a/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_cgraph_org.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - -transition_sliding_borders - - -Node1 - - -transition_sliding -_borders - - - - - -Node2 - - -set_transition_colour -_fade_alpha_ending - - - - - -Node1->Node2 - - - - - - - - diff --git a/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_icgraph.md5 b/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_icgraph.md5 deleted file mode 100644 index 1b7daf009..000000000 --- a/ceremony__and__credits_8c_a95f780b3400179205a22494827db1fc9_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -a116314a5da2a55358179e397f0f1778 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a988a9c78f6290f3213f9f9aa821f70ab_cgraph.md5 b/ceremony__and__credits_8c_a988a9c78f6290f3213f9f9aa821f70ab_cgraph.md5 deleted file mode 100644 index 656d637e0..000000000 --- a/ceremony__and__credits_8c_a988a9c78f6290f3213f9f9aa821f70ab_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -4e3a27c7acfd50267605bbde5614b2e1 \ No newline at end of file diff --git a/ceremony__and__credits_8h_afbc1e7fe172e367689fc810eed01ffd5_cgraph.map b/ceremony__and__credits_8c_a990cb95bbc950ac5a4ac44d372d17b57_cgraph.map similarity index 61% rename from ceremony__and__credits_8h_afbc1e7fe172e367689fc810eed01ffd5_cgraph.map rename to ceremony__and__credits_8c_a990cb95bbc950ac5a4ac44d372d17b57_cgraph.map index 791b5573d..4c96f0906 100644 --- a/ceremony__and__credits_8h_afbc1e7fe172e367689fc810eed01ffd5_cgraph.map +++ b/ceremony__and__credits_8c_a990cb95bbc950ac5a4ac44d372d17b57_cgraph.map @@ -1,19 +1,19 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a990cb95bbc950ac5a4ac44d372d17b57_cgraph.md5 b/ceremony__and__credits_8c_a990cb95bbc950ac5a4ac44d372d17b57_cgraph.md5 new file mode 100644 index 000000000..625a8de30 --- /dev/null +++ b/ceremony__and__credits_8c_a990cb95bbc950ac5a4ac44d372d17b57_cgraph.md5 @@ -0,0 +1 @@ +f9c6da5ba92e667ee0ad6251c9556733 \ No newline at end of file diff --git a/ceremony__and__credits_8h_afbc1e7fe172e367689fc810eed01ffd5_cgraph.svg b/ceremony__and__credits_8c_a990cb95bbc950ac5a4ac44d372d17b57_cgraph.svg similarity index 66% rename from ceremony__and__credits_8h_afbc1e7fe172e367689fc810eed01ffd5_cgraph.svg rename to ceremony__and__credits_8c_a990cb95bbc950ac5a4ac44d372d17b57_cgraph.svg index ff4c4d4b7..41e0a60b0 100644 --- a/ceremony__and__credits_8h_afbc1e7fe172e367689fc810eed01ffd5_cgraph.svg +++ b/ceremony__and__credits_8c_a990cb95bbc950ac5a4ac44d372d17b57_cgraph.svg @@ -46,9 +46,9 @@ @@ -66,9 +66,10 @@ var sectionId = 'dynsection-56'; Node2 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -76,17 +77,17 @@ var sectionId = 'dynsection-56'; Node1->Node2 - - + + Node3 - - -cutscene_event + + +cutscene_event @@ -94,17 +95,17 @@ var sectionId = 'dynsection-56'; Node2->Node3 - - + + Node4 - - -func_80282434 + + +func_80282C40 @@ -112,17 +113,17 @@ var sectionId = 'dynsection-56'; Node2->Node4 - - + + Node6 - - -func_80282C40 + + +move_point_along_spline @@ -130,17 +131,17 @@ var sectionId = 'dynsection-56'; Node2->Node6 - - + + Node8 - - -move_point_along_spline + + +reset_spline_wrap @@ -148,17 +149,17 @@ var sectionId = 'dynsection-56'; Node2->Node8 - - + + Node5 - - -reset_spline + + +func_80282BE4 @@ -166,17 +167,17 @@ var sectionId = 'dynsection-56'; Node4->Node5 - - + + Node7 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -184,17 +185,17 @@ var sectionId = 'dynsection-56'; Node6->Node7 - - + + Node9 - - -func_80282700 + + +reset_spline @@ -202,8 +203,8 @@ var sectionId = 'dynsection-56'; Node8->Node9 - - + + @@ -222,7 +223,7 @@ var sectionId = 'dynsection-56'; - + + + + + + +func_802842D8 + + +Node1 + + +func_802842D8 + + + + + +Node2 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +cutscene_event + + + + + +Node2->Node3 + + + + + + + + +Node4 + + +func_80282C40 + + + + + +Node2->Node4 + + + + + + + + +Node6 + + +move_point_along_spline + + + + + +Node2->Node6 + + + + + + + + +Node8 + + +reset_spline_wrap + + + + + +Node2->Node8 + + + + + + + + +Node5 + + +func_80282BE4 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +evaluate_cubic_spline + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +reset_spline + + + + + +Node8->Node9 + + + + + + + + diff --git a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_cgraph.md5 b/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_cgraph.md5 deleted file mode 100644 index c0475c523..000000000 --- a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -d2ae4139dacbb7f22d797ac29b282ef1 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_icgraph.map b/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_icgraph.map deleted file mode 100644 index 44761a918..000000000 --- a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_icgraph.map +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_icgraph.md5 b/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_icgraph.md5 deleted file mode 100644 index 9dc223300..000000000 --- a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -8dc089d599e868e5eafcea3415d83d10 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_icgraph.svg b/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_icgraph.svg deleted file mode 100644 index 9818f52f8..000000000 --- a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_icgraph.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - -func_802839E0 - - -Node1 - - -func_802839E0 - - - - - -Node2 - - -func_802847CC - - - - - -Node1->Node2 - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_icgraph_org.svg b/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_icgraph_org.svg deleted file mode 100644 index 41eda8eda..000000000 --- a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_icgraph_org.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - -func_802839E0 - - -Node1 - - -func_802839E0 - - - - - -Node2 - - -func_802847CC - - - - - -Node1->Node2 - - - - - - - - diff --git a/ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_cgraph.map b/ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_cgraph.map similarity index 100% rename from ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_cgraph.map rename to ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_cgraph.map diff --git a/ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_cgraph.md5 b/ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_cgraph.md5 similarity index 100% rename from ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_cgraph.md5 rename to ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_cgraph.md5 diff --git a/ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_cgraph.svg b/ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_cgraph.svg similarity index 100% rename from ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_cgraph.svg rename to ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_cgraph.svg diff --git a/ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_cgraph_org.svg b/ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_cgraph_org.svg similarity index 100% rename from ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_cgraph_org.svg rename to ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_cgraph_org.svg diff --git a/ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_icgraph.map b/ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_icgraph.map similarity index 84% rename from ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_icgraph.map rename to ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_icgraph.map index d938d645a..fdda2cb25 100644 --- a/ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_icgraph.map +++ b/ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_icgraph.md5 b/ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_icgraph.md5 new file mode 100644 index 000000000..8a708ea65 --- /dev/null +++ b/ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_icgraph.md5 @@ -0,0 +1 @@ +70b96b98e2a72d370c872c152938a569 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_icgraph.svg b/ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_icgraph.svg similarity index 97% rename from ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_icgraph.svg rename to ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_icgraph.svg index f682787bf..9bbda2ca0 100644 --- a/ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_icgraph.svg +++ b/ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_80284308 diff --git a/ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_icgraph_org.svg b/ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_icgraph_org.svg rename to ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_icgraph_org.svg index e72610a07..ed1a0348c 100644 --- a/ceremony__and__credits_8c_a3c0048f05d0ab42096bce97bee472e6d_icgraph_org.svg +++ b/ceremony__and__credits_8c_a996f34d88effe7d5d2e53faa7663c179_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_80284308 diff --git a/ceremony__and__credits_8c_a9a5464dc7eb131131ff3e736f25ed7af_icgraph.md5 b/ceremony__and__credits_8c_a9a5464dc7eb131131ff3e736f25ed7af_icgraph.md5 deleted file mode 100644 index 78e50be27..000000000 --- a/ceremony__and__credits_8c_a9a5464dc7eb131131ff3e736f25ed7af_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -bfb2299ab7d9aed2644bcb5a1e1ea354 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a9ae521bfa6531f7444a6d34a64f183d7_cgraph.map b/ceremony__and__credits_8c_a9a9522ad2f4b6f86754e76260f0917bf_cgraph.map similarity index 58% rename from ceremony__and__credits_8c_a9ae521bfa6531f7444a6d34a64f183d7_cgraph.map rename to ceremony__and__credits_8c_a9a9522ad2f4b6f86754e76260f0917bf_cgraph.map index a971314bb..a920c4378 100644 --- a/ceremony__and__credits_8c_a9ae521bfa6531f7444a6d34a64f183d7_cgraph.map +++ b/ceremony__and__credits_8c_a9a9522ad2f4b6f86754e76260f0917bf_cgraph.map @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + diff --git a/ceremony__and__credits_8c_a9a9522ad2f4b6f86754e76260f0917bf_cgraph.md5 b/ceremony__and__credits_8c_a9a9522ad2f4b6f86754e76260f0917bf_cgraph.md5 new file mode 100644 index 000000000..1af8a3327 --- /dev/null +++ b/ceremony__and__credits_8c_a9a9522ad2f4b6f86754e76260f0917bf_cgraph.md5 @@ -0,0 +1 @@ +72c2b473e5f30af19ad0f38402288ee3 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a9ae521bfa6531f7444a6d34a64f183d7_cgraph.svg b/ceremony__and__credits_8c_a9a9522ad2f4b6f86754e76260f0917bf_cgraph.svg similarity index 64% rename from ceremony__and__credits_8c_a9ae521bfa6531f7444a6d34a64f183d7_cgraph.svg rename to ceremony__and__credits_8c_a9a9522ad2f4b6f86754e76260f0917bf_cgraph.svg index 8a23bc848..88fddcc7d 100644 --- a/ceremony__and__credits_8c_a9ae521bfa6531f7444a6d34a64f183d7_cgraph.svg +++ b/ceremony__and__credits_8c_a9a9522ad2f4b6f86754e76260f0917bf_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -func_8028454C - - -Node1 - - -func_8028454C - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node1->Node3 - - - - - - - - -Node10 - - -func_80283994 - - - - - -Node1->Node10 - - - - - - - - -Node12 - - -func_80283A34 - - - - - -Node1->Node12 - - - - - - - - -Node14 - - -func_80283C38 - - - - - -Node1->Node14 - - - - - - - - -Node16 - - -func_80283CA8 - - - - - -Node1->Node16 - - - - - - - - -Node3->Node2 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node3->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node3->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -func_80280FFC - - - - - -Node10->Node11 - - - - - - - - -Node13 - - -func_800CA0CC - - - - - -Node12->Node13 - - - - - - - - -Node15 - - -func_800CB134 - - - - - -Node14->Node15 - - - - - - - - -Node17 - - -func_800CA008 - - - - - -Node16->Node17 - - - - - - - - -Node18 - - -func_800C3448 - - - - - -Node17->Node18 - - - - - - - - -Node19 - - -func_800C36C4 - - - - - -Node17->Node19 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_aa0abfaaaac858423f5d7c3ced671cb71_cgraph_org.svg b/ceremony__and__credits_8c_aa0abfaaaac858423f5d7c3ced671cb71_cgraph_org.svg deleted file mode 100644 index 0700c6ab5..000000000 --- a/ceremony__and__credits_8c_aa0abfaaaac858423f5d7c3ced671cb71_cgraph_org.svg +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - -func_8028454C - - -Node1 - - -func_8028454C - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node1->Node3 - - - - - - - - -Node10 - - -func_80283994 - - - - - -Node1->Node10 - - - - - - - - -Node12 - - -func_80283A34 - - - - - -Node1->Node12 - - - - - - - - -Node14 - - -func_80283C38 - - - - - -Node1->Node14 - - - - - - - - -Node16 - - -func_80283CA8 - - - - - -Node1->Node16 - - - - - - - - -Node3->Node2 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node3->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node3->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -func_80280FFC - - - - - -Node10->Node11 - - - - - - - - -Node13 - - -func_800CA0CC - - - - - -Node12->Node13 - - - - - - - - -Node15 - - -func_800CB134 - - - - - -Node14->Node15 - - - - - - - - -Node17 - - -func_800CA008 - - - - - -Node16->Node17 - - - - - - - - -Node18 - - -func_800C3448 - - - - - -Node17->Node18 - - - - - - - - -Node19 - - -func_800C36C4 - - - - - -Node17->Node19 - - - - - - - - diff --git a/ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_icgraph.md5 b/ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_icgraph.md5 deleted file mode 100644 index d8ea0f70e..000000000 --- a/ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -bea7034927ac2bebcdb4e07791c07b98 \ No newline at end of file diff --git a/ceremony__and__credits_8c_aa5674b65ed7c1ed7f3a4b00eed1c77b5_cgraph.md5 b/ceremony__and__credits_8c_aa5674b65ed7c1ed7f3a4b00eed1c77b5_cgraph.md5 deleted file mode 100644 index 11d6f3c0f..000000000 --- a/ceremony__and__credits_8c_aa5674b65ed7c1ed7f3a4b00eed1c77b5_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -9b78ef7b417414d192a62ed9def0ee1a \ No newline at end of file diff --git a/ceremony__and__credits_8c_aa5674b65ed7c1ed7f3a4b00eed1c77b5_icgraph.md5 b/ceremony__and__credits_8c_aa5674b65ed7c1ed7f3a4b00eed1c77b5_icgraph.md5 deleted file mode 100644 index d8f5e7413..000000000 --- a/ceremony__and__credits_8c_aa5674b65ed7c1ed7f3a4b00eed1c77b5_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -3c2b6f6bc738161acc481abcf23e5755 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_cgraph.map b/ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_cgraph.map similarity index 100% rename from ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_cgraph.map rename to ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_cgraph.map diff --git a/ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_cgraph.md5 b/ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_cgraph.md5 similarity index 100% rename from ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_cgraph.md5 rename to ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_cgraph.md5 diff --git a/ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_cgraph.svg b/ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_cgraph.svg similarity index 100% rename from ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_cgraph.svg rename to ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_cgraph.svg diff --git a/ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_cgraph_org.svg b/ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_cgraph_org.svg similarity index 100% rename from ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_cgraph_org.svg rename to ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_cgraph_org.svg diff --git a/ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_icgraph.map b/ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_icgraph.map similarity index 84% rename from ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_icgraph.map rename to ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_icgraph.map index bd1133440..ae9b7603b 100644 --- a/ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_icgraph.map +++ b/ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_icgraph.map @@ -1,11 +1,11 @@ - - - + + + - - - + + + @@ -17,6 +17,6 @@ - + diff --git a/ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_icgraph.md5 b/ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_icgraph.md5 new file mode 100644 index 000000000..055296eab --- /dev/null +++ b/ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_icgraph.md5 @@ -0,0 +1 @@ +237264455d59537373b26232263f10a9 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_icgraph.svg b/ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_icgraph.svg similarity index 86% rename from ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_icgraph.svg rename to ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_icgraph.svg index ab033a329..6a584ab63 100644 --- a/ceremony__and__credits_8c_a71a7e40d7f6084529c8acc1706ea427c_icgraph.svg +++ b/ceremony__and__credits_8c_aab9248c3326f8c807db81c730ae8dc08_icgraph.svg @@ -46,9 +46,9 @@ @@ -58,8 +58,8 @@ var sectionId = 'dynsection-32'; Node1 - -func_8028336C + +func_8028336C @@ -67,8 +67,8 @@ var sectionId = 'dynsection-32'; Node2 - -func_80283648 + +func_80283648 @@ -76,8 +76,8 @@ var sectionId = 'dynsection-32'; Node1->Node2 - - + + @@ -94,18 +94,18 @@ var sectionId = 'dynsection-32'; Node2->Node3 - - + + Node9 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -113,8 +113,8 @@ var sectionId = 'dynsection-32'; Node2->Node9 - - + + @@ -221,8 +221,8 @@ var sectionId = 'dynsection-32'; Node9->Node10 - - + + @@ -250,7 +250,7 @@ var sectionId = 'dynsection-32'; - + - + func_8028336C Node1 - -func_8028336C + +func_8028336C @@ -21,8 +21,8 @@ Node2 - -func_80283648 + +func_80283648 @@ -30,8 +30,8 @@ Node1->Node2 - - + + @@ -48,18 +48,18 @@ Node2->Node3 - - + + Node9 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -67,8 +67,8 @@ Node2->Node9 - - + + @@ -175,8 +175,8 @@ Node9->Node10 - - + + diff --git a/ceremony__and__credits_8c_aad9f12c3c7ed839c56dba00c01d51351_icgraph.map b/ceremony__and__credits_8c_aad9f12c3c7ed839c56dba00c01d51351_icgraph.map new file mode 100644 index 000000000..db74b1654 --- /dev/null +++ b/ceremony__and__credits_8c_aad9f12c3c7ed839c56dba00c01d51351_icgraph.map @@ -0,0 +1,5 @@ + + + + + diff --git a/ceremony__and__credits_8c_aad9f12c3c7ed839c56dba00c01d51351_icgraph.md5 b/ceremony__and__credits_8c_aad9f12c3c7ed839c56dba00c01d51351_icgraph.md5 new file mode 100644 index 000000000..f50c0ce0a --- /dev/null +++ b/ceremony__and__credits_8c_aad9f12c3c7ed839c56dba00c01d51351_icgraph.md5 @@ -0,0 +1 @@ +abe342b8df29223acc1eac0cc2f7cd3b \ No newline at end of file diff --git a/ceremony__and__credits_8c_a3667931c7687b8f6e7d5a56cdb724992_icgraph.svg b/ceremony__and__credits_8c_aad9f12c3c7ed839c56dba00c01d51351_icgraph.svg similarity index 61% rename from ceremony__and__credits_8c_a3667931c7687b8f6e7d5a56cdb724992_icgraph.svg rename to ceremony__and__credits_8c_aad9f12c3c7ed839c56dba00c01d51351_icgraph.svg index 061ca48fc..b7a4c55ff 100644 --- a/ceremony__and__credits_8c_a3667931c7687b8f6e7d5a56cdb724992_icgraph.svg +++ b/ceremony__and__credits_8c_aad9f12c3c7ed839c56dba00c01d51351_icgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + - -func_802839CC + +animation_apears_sliding_borders Node1 - -func_802839CC + +animation_apears_sliding +_borders Node2 - - -func_802847CC + + +func_802847CC @@ -40,8 +41,8 @@ Node1->Node2 - - + + diff --git a/ceremony__and__credits_8c_aad9f12c3c7ed839c56dba00c01d51351_icgraph_org.svg b/ceremony__and__credits_8c_aad9f12c3c7ed839c56dba00c01d51351_icgraph_org.svg new file mode 100644 index 000000000..177b6ab51 --- /dev/null +++ b/ceremony__and__credits_8c_aad9f12c3c7ed839c56dba00c01d51351_icgraph_org.svg @@ -0,0 +1,40 @@ + + + + + + +animation_apears_sliding_borders + + +Node1 + + +animation_apears_sliding +_borders + + + + + +Node2 + + +func_802847CC + + + + + +Node1->Node2 + + + + + + + + diff --git a/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph.map b/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph.map index 1f529b598..8d8dbb8be 100644 --- a/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph.map +++ b/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph.map @@ -1,13 +1,13 @@ - - - - - + + + + + - - - + + + @@ -19,6 +19,6 @@ - + diff --git a/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph.md5 b/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph.md5 index a2732e4d2..2dcf8d3f2 100644 --- a/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph.md5 +++ b/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph.md5 @@ -1 +1 @@ -2f0e28dcf21d47fc243ec41bbec7543d \ No newline at end of file +5bf4a9583443c008b334cddb49208a5d \ No newline at end of file diff --git a/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph.svg b/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph.svg index ebdef1bd8..c482963e4 100644 --- a/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph.svg +++ b/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph.svg @@ -46,9 +46,9 @@ @@ -58,17 +58,17 @@ var sectionId = 'dynsection-30'; Node1 - -func_80283330 + +func_80283330 Node2 - - -func_8028336C + + +func_8028336C @@ -76,8 +76,8 @@ var sectionId = 'dynsection-30'; Node1->Node2 - - + + @@ -85,8 +85,8 @@ var sectionId = 'dynsection-30'; Node3 - -func_80283648 + +func_80283648 @@ -94,8 +94,8 @@ var sectionId = 'dynsection-30'; Node2->Node3 - - + + @@ -112,18 +112,18 @@ var sectionId = 'dynsection-30'; Node3->Node4 - - + + Node10 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -131,8 +131,8 @@ var sectionId = 'dynsection-30'; Node3->Node10 - - + + @@ -239,8 +239,8 @@ var sectionId = 'dynsection-30'; Node10->Node11 - - + + diff --git a/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph_org.svg b/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph_org.svg index 9903ff014..f33fb03cb 100644 --- a/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph_org.svg +++ b/ceremony__and__credits_8c_aafff841e73ad73aaa15a74bcedc90f13_icgraph_org.svg @@ -4,25 +4,25 @@ - + func_80283330 Node1 - -func_80283330 + +func_80283330 Node2 - - -func_8028336C + + +func_8028336C @@ -30,8 +30,8 @@ Node1->Node2 - - + + @@ -39,8 +39,8 @@ Node3 - -func_80283648 + +func_80283648 @@ -48,8 +48,8 @@ Node2->Node3 - - + + @@ -66,18 +66,18 @@ Node3->Node4 - - + + Node10 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -85,8 +85,8 @@ Node3->Node10 - - + + @@ -193,8 +193,8 @@ Node10->Node11 - - + + diff --git a/ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_icgraph.md5 b/ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_icgraph.md5 deleted file mode 100644 index 5a9a292c4..000000000 --- a/ceremony__and__credits_8c_ab64911743d554132599339ef3370bf99_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -77b73ac6e8e3a525c440beb14b1f8d3d \ No newline at end of file diff --git a/ceremony__and__credits_8c_ab664b56d18180a79a13f096c390cfcde_icgraph.md5 b/ceremony__and__credits_8c_ab664b56d18180a79a13f096c390cfcde_icgraph.md5 deleted file mode 100644 index 5e6763121..000000000 --- a/ceremony__and__credits_8c_ab664b56d18180a79a13f096c390cfcde_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -dfa8f63bb765c2ee7fcabbf4d86cd0cf \ No newline at end of file diff --git a/ceremony__and__credits_8c_ab6691db4ef21f0303d256890dab2934e_cgraph.md5 b/ceremony__and__credits_8c_ab6691db4ef21f0303d256890dab2934e_cgraph.md5 deleted file mode 100644 index 505ca14a2..000000000 --- a/ceremony__and__credits_8c_ab6691db4ef21f0303d256890dab2934e_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -eb3ac8d17a6fd58a8fa6aaf2dcc2d601 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ab6691db4ef21f0303d256890dab2934e_cgraph_org.svg b/ceremony__and__credits_8c_ab6691db4ef21f0303d256890dab2934e_cgraph_org.svg deleted file mode 100644 index af82721d6..000000000 --- a/ceremony__and__credits_8c_ab6691db4ef21f0303d256890dab2934e_cgraph_org.svg +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - -func_80284418 - - -Node1 - - -func_80284418 - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node1->Node3 - - - - - - - - -Node10 - - -play_sound_podium - - - - - -Node1->Node10 - - - - - - - - -Node3->Node2 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node3->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node3->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -play_sound2 - - - - - -Node10->Node11 - - - - - - - - -Node12 - - -play_sound - - - - - -Node11->Node12 - - - - - - - - diff --git a/ceremony__and__credits_8c_aa5674b65ed7c1ed7f3a4b00eed1c77b5_cgraph.map b/ceremony__and__credits_8c_ab9e9504b33825d83b125f6ff4d58b677_cgraph.map similarity index 77% rename from ceremony__and__credits_8c_aa5674b65ed7c1ed7f3a4b00eed1c77b5_cgraph.map rename to ceremony__and__credits_8c_ab9e9504b33825d83b125f6ff4d58b677_cgraph.map index aa0a312bb..b6f8df6f5 100644 --- a/ceremony__and__credits_8c_aa5674b65ed7c1ed7f3a4b00eed1c77b5_cgraph.map +++ b/ceremony__and__credits_8c_ab9e9504b33825d83b125f6ff4d58b677_cgraph.map @@ -2,10 +2,10 @@ - + - - - - + + + + diff --git a/ceremony__and__credits_8c_ab9e9504b33825d83b125f6ff4d58b677_cgraph.md5 b/ceremony__and__credits_8c_ab9e9504b33825d83b125f6ff4d58b677_cgraph.md5 new file mode 100644 index 000000000..e58ad419d --- /dev/null +++ b/ceremony__and__credits_8c_ab9e9504b33825d83b125f6ff4d58b677_cgraph.md5 @@ -0,0 +1 @@ +3daebe7764ded90dac6e2fc59b429221 \ No newline at end of file diff --git a/ceremony__and__credits_8h_ae937ec79b1dcf01e1fd000f5cad8917e_cgraph.svg b/ceremony__and__credits_8c_ab9e9504b33825d83b125f6ff4d58b677_cgraph.svg similarity index 78% rename from ceremony__and__credits_8h_ae937ec79b1dcf01e1fd000f5cad8917e_cgraph.svg rename to ceremony__and__credits_8c_ab9e9504b33825d83b125f6ff4d58b677_cgraph.svg index 285bbec0e..fcdb3a8e1 100644 --- a/ceremony__and__credits_8h_ae937ec79b1dcf01e1fd000f5cad8917e_cgraph.svg +++ b/ceremony__and__credits_8c_ab9e9504b33825d83b125f6ff4d58b677_cgraph.svg @@ -4,8 +4,8 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -func_802840C8 - - -Node1 - - -func_802840C8 - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80283C14 - - - - - -Node1->Node3 - - - - - - - - -Node6 - - -func_80283EA0 - - - - - -Node1->Node6 - - - - - - - - -Node14 - - -func_80283F6C - - - - - -Node1->Node14 - - - - - - - - -Node20 - - -func_80284068 - - - - - -Node1->Node20 - - - - - - - - -Node4 - - -func_800C8EF8 - - - - - -Node3->Node4 - - - - - - - - -Node5 - - -func_800C3448 - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282D90 - - - - - -Node6->Node7 - - - - - - - - -Node7->Node2 - - - - - - - - -Node8 - - -func_80282434 - - - - - -Node7->Node8 - - - - - - - - -Node10 - - -func_80282C40 - - - - - -Node7->Node10 - - - - - - - - -Node12 - - -move_point_along_spline - - - - - -Node7->Node12 - - - - - - - - -Node9 - - -reset_spline - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -func_80282BE4 - - - - - -Node10->Node11 - - - - - - - - -Node13 - - -func_80282700 - - - - - -Node12->Node13 - - - - - - - - -Node14->Node2 - - - - - - - - -Node15 - - -func_80282E58 - - - - - -Node14->Node15 - - - - - - - - -Node16 - - -func_80283ED0 - - - - - -Node14->Node16 - - - - - - - - -Node18 - - -func_80283EF8 - - - - - -Node14->Node18 - - - - - - - - -Node15->Node10 - - - - - - - - -Node15->Node12 - - - - - - - - -Node17 - - -vec3f_copy_return_dupe - - - - - -Node16->Node17 - - - - - - - - -Node19 - - -f32_lerp - - - - - -Node18->Node19 - - - - - - - - -Node20->Node2 - - - - - - - - -Node20->Node15 - - - - - - - - -Node21 - - -func_80283FCC - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -func_80283FF4 - - - - - -Node20->Node22 - - - - - - - - -Node21->Node17 - - - - - - - - -Node22->Node19 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_acc03328fb9aab7ca6beb3033035f598c_cgraph_org.svg b/ceremony__and__credits_8c_acc03328fb9aab7ca6beb3033035f598c_cgraph_org.svg deleted file mode 100644 index 3adab409c..000000000 --- a/ceremony__and__credits_8c_acc03328fb9aab7ca6beb3033035f598c_cgraph_org.svg +++ /dev/null @@ -1,471 +0,0 @@ - - - - - - -func_802840C8 - - -Node1 - - -func_802840C8 - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80283C14 - - - - - -Node1->Node3 - - - - - - - - -Node6 - - -func_80283EA0 - - - - - -Node1->Node6 - - - - - - - - -Node14 - - -func_80283F6C - - - - - -Node1->Node14 - - - - - - - - -Node20 - - -func_80284068 - - - - - -Node1->Node20 - - - - - - - - -Node4 - - -func_800C8EF8 - - - - - -Node3->Node4 - - - - - - - - -Node5 - - -func_800C3448 - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282D90 - - - - - -Node6->Node7 - - - - - - - - -Node7->Node2 - - - - - - - - -Node8 - - -func_80282434 - - - - - -Node7->Node8 - - - - - - - - -Node10 - - -func_80282C40 - - - - - -Node7->Node10 - - - - - - - - -Node12 - - -move_point_along_spline - - - - - -Node7->Node12 - - - - - - - - -Node9 - - -reset_spline - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -func_80282BE4 - - - - - -Node10->Node11 - - - - - - - - -Node13 - - -func_80282700 - - - - - -Node12->Node13 - - - - - - - - -Node14->Node2 - - - - - - - - -Node15 - - -func_80282E58 - - - - - -Node14->Node15 - - - - - - - - -Node16 - - -func_80283ED0 - - - - - -Node14->Node16 - - - - - - - - -Node18 - - -func_80283EF8 - - - - - -Node14->Node18 - - - - - - - - -Node15->Node10 - - - - - - - - -Node15->Node12 - - - - - - - - -Node17 - - -vec3f_copy_return_dupe - - - - - -Node16->Node17 - - - - - - - - -Node19 - - -f32_lerp - - - - - -Node18->Node19 - - - - - - - - -Node20->Node2 - - - - - - - - -Node20->Node15 - - - - - - - - -Node21 - - -func_80283FCC - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -func_80283FF4 - - - - - -Node20->Node22 - - - - - - - - -Node21->Node17 - - - - - - - - -Node22->Node19 - - - - - - - - diff --git a/ceremony__and__credits_8c_ad0ef64539319c68313beebf1fb1a4a91_icgraph.md5 b/ceremony__and__credits_8c_ad0ef64539319c68313beebf1fb1a4a91_icgraph.md5 deleted file mode 100644 index cf54f194c..000000000 --- a/ceremony__and__credits_8c_ad0ef64539319c68313beebf1fb1a4a91_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -75b725ea92ba616af6772b8198d38890 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_cgraph.map b/ceremony__and__credits_8c_ad207fcbe629b0245fce52069b74ed767_cgraph.map similarity index 51% rename from ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_cgraph.map rename to ceremony__and__credits_8c_ad207fcbe629b0245fce52069b74ed767_cgraph.map index b81625110..bc10cd7ac 100644 --- a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_cgraph.map +++ b/ceremony__and__credits_8c_ad207fcbe629b0245fce52069b74ed767_cgraph.map @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/ceremony__and__credits_8c_ad207fcbe629b0245fce52069b74ed767_cgraph.md5 b/ceremony__and__credits_8c_ad207fcbe629b0245fce52069b74ed767_cgraph.md5 new file mode 100644 index 000000000..d4fe54153 --- /dev/null +++ b/ceremony__and__credits_8c_ad207fcbe629b0245fce52069b74ed767_cgraph.md5 @@ -0,0 +1 @@ +e8c73f3ff2ff5be7df6a4c32cccb5a9b \ No newline at end of file diff --git a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_cgraph.svg b/ceremony__and__credits_8c_ad207fcbe629b0245fce52069b74ed767_cgraph.svg similarity index 70% rename from ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_cgraph.svg rename to ceremony__and__credits_8c_ad207fcbe629b0245fce52069b74ed767_cgraph.svg index eba120d80..ecbbacc49 100644 --- a/ceremony__and__credits_8c_a99108f25fd1065f4069e3b95c4c7db73_cgraph.svg +++ b/ceremony__and__credits_8c_ad207fcbe629b0245fce52069b74ed767_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + - - - -func_80283FCC - - -Node1 - - -func_80283FCC - - - - - -Node2 - - -func_80284068 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_802840C8 - - - - - -Node2->Node3 - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_ad5a771123a6ef89e6b602b18ce6e49cd_icgraph_org.svg b/ceremony__and__credits_8c_ad5a771123a6ef89e6b602b18ce6e49cd_icgraph_org.svg deleted file mode 100644 index 4328ee129..000000000 --- a/ceremony__and__credits_8c_ad5a771123a6ef89e6b602b18ce6e49cd_icgraph_org.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - -func_80283FCC - - -Node1 - - -func_80283FCC - - - - - -Node2 - - -func_80284068 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_802840C8 - - - - - -Node2->Node3 - - - - - - - - diff --git a/ceremony__and__credits_8c_ad7eaa744a487416940013f05c90a2cd0_icgraph.map b/ceremony__and__credits_8c_ad7eaa744a487416940013f05c90a2cd0_icgraph.map index 748089341..41fe3bc52 100644 --- a/ceremony__and__credits_8c_ad7eaa744a487416940013f05c90a2cd0_icgraph.map +++ b/ceremony__and__credits_8c_ad7eaa744a487416940013f05c90a2cd0_icgraph.map @@ -1,73 +1,73 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_ad7eaa744a487416940013f05c90a2cd0_icgraph.md5 b/ceremony__and__credits_8c_ad7eaa744a487416940013f05c90a2cd0_icgraph.md5 index 3b65c7326..6b5defd29 100644 --- a/ceremony__and__credits_8c_ad7eaa744a487416940013f05c90a2cd0_icgraph.md5 +++ b/ceremony__and__credits_8c_ad7eaa744a487416940013f05c90a2cd0_icgraph.md5 @@ -1 +1 @@ -042708480a312499c68c269c856edd16 \ No newline at end of file +7c12255908eb5981ac71fb39b7ab7aad \ No newline at end of file diff --git a/ceremony__and__credits_8c_ad7eaa744a487416940013f05c90a2cd0_icgraph.svg b/ceremony__and__credits_8c_ad7eaa744a487416940013f05c90a2cd0_icgraph.svg index 0d6ef1421..f398ba28c 100644 --- a/ceremony__and__credits_8c_ad7eaa744a487416940013f05c90a2cd0_icgraph.svg +++ b/ceremony__and__credits_8c_ad7eaa744a487416940013f05c90a2cd0_icgraph.svg @@ -4,7 +4,7 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +wrap_func_800CB14C + + +Node1 + + +wrap_func_800CB14C + + + + + +Node2 + + +func_800CB14C + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_800C3448 + + + + + +Node2->Node3 + + + + + + + + +Node4 + + +func_800C8EAC + + + + + +Node2->Node4 + + + + + + + + +Node5 + + +func_800C8EF8 + + + + + +Node2->Node5 + + + + + + + + +Node4->Node3 + + + + + + + + +Node5->Node3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_cgraph_org.svg b/ceremony__and__credits_8c_adf46bb9c06b61e3ec855348683c51608_cgraph_org.svg similarity index 53% rename from ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_cgraph_org.svg rename to ceremony__and__credits_8c_adf46bb9c06b61e3ec855348683c51608_cgraph_org.svg index 05b098b20..27566e983 100644 --- a/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_cgraph_org.svg +++ b/ceremony__and__credits_8c_adf46bb9c06b61e3ec855348683c51608_cgraph_org.svg @@ -3,17 +3,17 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + -func_80283C58 +wrap_func_800CB14C Node1 - -func_80283C58 + +wrap_func_800CB14C @@ -21,8 +21,8 @@ Node2 - -func_800CB14C + +func_800CB14C @@ -30,8 +30,8 @@ Node1->Node2 - - + + @@ -39,8 +39,8 @@ Node3 - -func_800C3448 + +func_800C3448 @@ -48,8 +48,8 @@ Node2->Node3 - - + + @@ -57,8 +57,8 @@ Node4 - -func_800C8EAC + +func_800C8EAC @@ -66,8 +66,8 @@ Node2->Node4 - - + + @@ -75,8 +75,8 @@ Node5 - -func_800C8EF8 + +func_800C8EF8 @@ -84,8 +84,8 @@ Node2->Node5 - - + + @@ -93,8 +93,8 @@ Node4->Node3 - - + + @@ -102,8 +102,8 @@ Node5->Node3 - - + + diff --git a/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_icgraph.map b/ceremony__and__credits_8c_adf46bb9c06b61e3ec855348683c51608_icgraph.map similarity index 79% rename from ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_icgraph.map rename to ceremony__and__credits_8c_adf46bb9c06b61e3ec855348683c51608_icgraph.map index 7d2ef279c..b20db26e1 100644 --- a/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_icgraph.map +++ b/ceremony__and__credits_8c_adf46bb9c06b61e3ec855348683c51608_icgraph.map @@ -1,13 +1,13 @@ - - - - - - + + + + + + - - - + + + @@ -19,6 +19,6 @@ - + diff --git a/ceremony__and__credits_8c_adf46bb9c06b61e3ec855348683c51608_icgraph.md5 b/ceremony__and__credits_8c_adf46bb9c06b61e3ec855348683c51608_icgraph.md5 new file mode 100644 index 000000000..d96b934a0 --- /dev/null +++ b/ceremony__and__credits_8c_adf46bb9c06b61e3ec855348683c51608_icgraph.md5 @@ -0,0 +1 @@ +5fd25af0867d80fe40890ba338280cda \ No newline at end of file diff --git a/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_icgraph.svg b/ceremony__and__credits_8c_adf46bb9c06b61e3ec855348683c51608_icgraph.svg similarity index 83% rename from ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_icgraph.svg rename to ceremony__and__credits_8c_adf46bb9c06b61e3ec855348683c51608_icgraph.svg index 752493cf5..f5be21610 100644 --- a/ceremony__and__credits_8c_a445e8065f08ba8f9cd2377e5d0a501fb_icgraph.svg +++ b/ceremony__and__credits_8c_adf46bb9c06b61e3ec855348683c51608_icgraph.svg @@ -3,7 +3,7 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + @@ -46,29 +46,29 @@ -func_80283C58 +wrap_func_800CB14C Node1 - -func_80283C58 + +wrap_func_800CB14C Node2 - - -play_cutscene + + +play_cutscene @@ -76,8 +76,8 @@ var sectionId = 'dynsection-57'; Node1->Node2 - - + + @@ -85,8 +85,8 @@ var sectionId = 'dynsection-57'; Node3 - -func_80283648 + +func_80283648 @@ -94,8 +94,8 @@ var sectionId = 'dynsection-57'; Node2->Node3 - - + + @@ -112,18 +112,18 @@ var sectionId = 'dynsection-57'; Node3->Node4 - - + + Node10 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -131,8 +131,8 @@ var sectionId = 'dynsection-57'; Node3->Node10 - - + + @@ -239,8 +239,8 @@ var sectionId = 'dynsection-57'; Node10->Node11 - - + + @@ -268,7 +268,7 @@ var sectionId = 'dynsection-57'; - + - - + + -func_80283C58 +wrap_func_800CB14C Node1 - -func_80283C58 + +wrap_func_800CB14C Node2 - - -play_cutscene + + +play_cutscene @@ -30,8 +30,8 @@ Node1->Node2 - - + + @@ -39,8 +39,8 @@ Node3 - -func_80283648 + +func_80283648 @@ -48,8 +48,8 @@ Node2->Node3 - - + + @@ -66,18 +66,18 @@ Node3->Node4 - - + + Node10 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -85,8 +85,8 @@ Node3->Node10 - - + + @@ -193,8 +193,8 @@ Node10->Node11 - - + + diff --git a/ceremony__and__credits_8c_ae001a8ab1d24d01092ded4c2f8bfedce_cgraph.map b/ceremony__and__credits_8c_ae001a8ab1d24d01092ded4c2f8bfedce_cgraph.map deleted file mode 100644 index 57620c472..000000000 --- a/ceremony__and__credits_8c_ae001a8ab1d24d01092ded4c2f8bfedce_cgraph.map +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/ceremony__and__credits_8c_ae001a8ab1d24d01092ded4c2f8bfedce_cgraph.md5 b/ceremony__and__credits_8c_ae001a8ab1d24d01092ded4c2f8bfedce_cgraph.md5 deleted file mode 100644 index 354119a90..000000000 --- a/ceremony__and__credits_8c_ae001a8ab1d24d01092ded4c2f8bfedce_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -39bacaaf869003d5be16dee7af30de91 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ae001a8ab1d24d01092ded4c2f8bfedce_icgraph.md5 b/ceremony__and__credits_8c_ae001a8ab1d24d01092ded4c2f8bfedce_icgraph.md5 deleted file mode 100644 index 18a543fc1..000000000 --- a/ceremony__and__credits_8c_ae001a8ab1d24d01092ded4c2f8bfedce_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -7cfc6f8d6f6a502d629e496f304f17a0 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ae3866ca0928eaaa4f9b3258e49ae8295_cgraph.md5 b/ceremony__and__credits_8c_ae3866ca0928eaaa4f9b3258e49ae8295_cgraph.md5 deleted file mode 100644 index ab1d79bf4..000000000 --- a/ceremony__and__credits_8c_ae3866ca0928eaaa4f9b3258e49ae8295_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -dc586e35cdb849c70bf00fb09cfa6747 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ae3866ca0928eaaa4f9b3258e49ae8295_icgraph.md5 b/ceremony__and__credits_8c_ae3866ca0928eaaa4f9b3258e49ae8295_icgraph.md5 deleted file mode 100644 index 779f0d6aa..000000000 --- a/ceremony__and__credits_8c_ae3866ca0928eaaa4f9b3258e49ae8295_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -403c32232f9ea8aa33f72bf3f2962414 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_icgraph.md5 b/ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_icgraph.md5 deleted file mode 100644 index f9d381441..000000000 --- a/ceremony__and__credits_8c_ae491b7ab147c4bef215fd3a6f5e8f5dc_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -b37eaba014ed05069e82e20600f64a78 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ae68f2b462a9b90f0a251c466859df0c7_cgraph.map b/ceremony__and__credits_8c_ae68f2b462a9b90f0a251c466859df0c7_cgraph.map index f4505c679..0d81bff3a 100644 --- a/ceremony__and__credits_8c_ae68f2b462a9b90f0a251c466859df0c7_cgraph.map +++ b/ceremony__and__credits_8c_ae68f2b462a9b90f0a251c466859df0c7_cgraph.map @@ -1,58 +1,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_ae68f2b462a9b90f0a251c466859df0c7_cgraph.md5 b/ceremony__and__credits_8c_ae68f2b462a9b90f0a251c466859df0c7_cgraph.md5 index 5e1bbcb59..17e778e51 100644 --- a/ceremony__and__credits_8c_ae68f2b462a9b90f0a251c466859df0c7_cgraph.md5 +++ b/ceremony__and__credits_8c_ae68f2b462a9b90f0a251c466859df0c7_cgraph.md5 @@ -1 +1 @@ -d33cd311af17d72957a474f3f51c46d7 \ No newline at end of file +30a830c81bac1f09884286ea07bc391b \ No newline at end of file diff --git a/ceremony__and__credits_8c_ae68f2b462a9b90f0a251c466859df0c7_cgraph.svg b/ceremony__and__credits_8c_ae68f2b462a9b90f0a251c466859df0c7_cgraph.svg index 2535cc80f..5ceac1d57 100644 --- a/ceremony__and__credits_8c_ae68f2b462a9b90f0a251c466859df0c7_cgraph.svg +++ b/ceremony__and__credits_8c_ae68f2b462a9b90f0a251c466859df0c7_cgraph.svg @@ -4,7 +4,7 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -move_point_along_spline - - -Node1 - - -move_point_along_spline - - - - - -Node2 - - -func_80282D90 - - - - - -Node1->Node2 - - - - - - - - -Node19 - - -func_80282E58 - - - - - -Node1->Node19 - - - - - - - - -Node3 - - -func_80283D2C - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_80283EA0 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80284154 - - - - - -Node2->Node6 - - - - - - - - -Node7 - - -func_802842A8 - - - - - -Node2->Node7 - - - - - - - - -Node8 - - -func_802842D8 - - - - - -Node2->Node8 - - - - - - - - -Node9 - - -func_80284308 - - - - - -Node2->Node9 - - - - - - - - -Node10 - - -func_80284418 - - - - - -Node2->Node10 - - - - - - - - -Node11 - - -func_80284494 - - - - - -Node2->Node11 - - - - - - - - -Node12 - - -func_802844FC - - - - - -Node2->Node12 - - - - - - - - -Node13 - - -func_8028454C - - - - - -Node2->Node13 - - - - - - - - -Node14 - - -func_802845EC - - - - - -Node2->Node14 - - - - - - - - -Node16 - - -func_802846B4 - - - - - -Node2->Node16 - - - - - - - - -Node17 - - -func_802846E4 - - - - - -Node2->Node17 - - - - - - - - -Node18 - - -func_802847CC - - - - - -Node2->Node18 - - - - - - - - -Node5 - - -func_802840C8 - - - - - -Node4->Node5 - - - - - - - - -Node15 - - -func_80284648 - - - - - -Node14->Node15 - - - - - - - - -Node20 - - -func_80283F6C - - - - - -Node19->Node20 - - - - - - - - -Node21 - - -func_80284068 - - - - - -Node19->Node21 - - - - - - - - -Node22 - - -func_802841E8 - - - - - -Node19->Node22 - - - - - - - - -Node20->Node5 - - - - - - - - -Node21->Node5 - - - - - - - - -Node23 - - -func_8028422C - - - - - -Node22->Node23 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_af65dda3bde550db84829813b6ce6d41f_icgraph_org.svg b/ceremony__and__credits_8c_af65dda3bde550db84829813b6ce6d41f_icgraph_org.svg deleted file mode 100644 index 604583d3b..000000000 --- a/ceremony__and__credits_8c_af65dda3bde550db84829813b6ce6d41f_icgraph_org.svg +++ /dev/null @@ -1,435 +0,0 @@ - - - - - - -move_point_along_spline - - -Node1 - - -move_point_along_spline - - - - - -Node2 - - -func_80282D90 - - - - - -Node1->Node2 - - - - - - - - -Node19 - - -func_80282E58 - - - - - -Node1->Node19 - - - - - - - - -Node3 - - -func_80283D2C - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_80283EA0 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80284154 - - - - - -Node2->Node6 - - - - - - - - -Node7 - - -func_802842A8 - - - - - -Node2->Node7 - - - - - - - - -Node8 - - -func_802842D8 - - - - - -Node2->Node8 - - - - - - - - -Node9 - - -func_80284308 - - - - - -Node2->Node9 - - - - - - - - -Node10 - - -func_80284418 - - - - - -Node2->Node10 - - - - - - - - -Node11 - - -func_80284494 - - - - - -Node2->Node11 - - - - - - - - -Node12 - - -func_802844FC - - - - - -Node2->Node12 - - - - - - - - -Node13 - - -func_8028454C - - - - - -Node2->Node13 - - - - - - - - -Node14 - - -func_802845EC - - - - - -Node2->Node14 - - - - - - - - -Node16 - - -func_802846B4 - - - - - -Node2->Node16 - - - - - - - - -Node17 - - -func_802846E4 - - - - - -Node2->Node17 - - - - - - - - -Node18 - - -func_802847CC - - - - - -Node2->Node18 - - - - - - - - -Node5 - - -func_802840C8 - - - - - -Node4->Node5 - - - - - - - - -Node15 - - -func_80284648 - - - - - -Node14->Node15 - - - - - - - - -Node20 - - -func_80283F6C - - - - - -Node19->Node20 - - - - - - - - -Node21 - - -func_80284068 - - - - - -Node19->Node21 - - - - - - - - -Node22 - - -func_802841E8 - - - - - -Node19->Node22 - - - - - - - - -Node20->Node5 - - - - - - - - -Node21->Node5 - - - - - - - - -Node23 - - -func_8028422C - - - - - -Node22->Node23 - - - - - - - - diff --git a/ceremony__and__credits_8c_acba1b21673f5fc3347ccdaed0c7971d3_cgraph.map b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_cgraph.map similarity index 63% rename from ceremony__and__credits_8c_acba1b21673f5fc3347ccdaed0c7971d3_cgraph.map rename to ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_cgraph.map index 10f53a7b7..9036fe39e 100644 --- a/ceremony__and__credits_8c_acba1b21673f5fc3347ccdaed0c7971d3_cgraph.map +++ b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_cgraph.map @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_cgraph.md5 b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_cgraph.md5 new file mode 100644 index 000000000..c02a98ec6 --- /dev/null +++ b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_cgraph.md5 @@ -0,0 +1 @@ +9d618cc9acd1693b274ac9cfe4152256 \ No newline at end of file diff --git a/ceremony__and__credits_8c_ad5a771123a6ef89e6b602b18ce6e49cd_cgraph.svg b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_cgraph.svg similarity index 63% rename from ceremony__and__credits_8c_ad5a771123a6ef89e6b602b18ce6e49cd_cgraph.svg rename to ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_cgraph.svg index f3099e2b9..6509fe5f2 100644 --- a/ceremony__and__credits_8c_ad5a771123a6ef89e6b602b18ce6e49cd_cgraph.svg +++ b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + - -func_80283FCC + +copy_player_three_in_camera Node1 - -func_80283FCC + +copy_player_three_in +_camera @@ -31,8 +32,8 @@ Node2 - -vec3f_copy_return_dupe + +vec3f_copy_return_dupe @@ -40,8 +41,8 @@ Node1->Node2 - - + + diff --git a/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_cgraph_org.svg b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_cgraph_org.svg new file mode 100644 index 000000000..f62d2fd72 --- /dev/null +++ b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_cgraph_org.svg @@ -0,0 +1,40 @@ + + + + + + +copy_player_three_in_camera + + +Node1 + + +copy_player_three_in +_camera + + + + + +Node2 + + +vec3f_copy_return_dupe + + + + + +Node1->Node2 + + + + + + + + diff --git a/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_icgraph.map b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_icgraph.map new file mode 100644 index 000000000..6b16c8549 --- /dev/null +++ b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_icgraph.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_icgraph.md5 b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_icgraph.md5 new file mode 100644 index 000000000..d398e5ca3 --- /dev/null +++ b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_icgraph.md5 @@ -0,0 +1 @@ +74c53e6b3fc65d9352d90c9306cf0866 \ No newline at end of file diff --git a/ceremony__and__credits_8c_acba1b21673f5fc3347ccdaed0c7971d3_icgraph.svg b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_icgraph.svg similarity index 56% rename from ceremony__and__credits_8c_acba1b21673f5fc3347ccdaed0c7971d3_icgraph.svg rename to ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_icgraph.svg index f1ee26f3d..aedd2f005 100644 --- a/ceremony__and__credits_8c_acba1b21673f5fc3347ccdaed0c7971d3_icgraph.svg +++ b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_icgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + - -func_80283ED0 + +copy_player_three_in_camera Node1 - -func_80283ED0 + +copy_player_three_in +_camera Node2 - - -func_80283F6C + + +func_80284068 @@ -40,17 +41,17 @@ Node1->Node2 - - + + Node3 - - -func_802840C8 + + +func_802840C8 @@ -58,8 +59,8 @@ Node2->Node3 - - + + diff --git a/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_icgraph_org.svg b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_icgraph_org.svg new file mode 100644 index 000000000..46b3f44ea --- /dev/null +++ b/ceremony__and__credits_8c_af7a1a2054e6f94f51aa530e619c674aa_icgraph_org.svg @@ -0,0 +1,58 @@ + + + + + + +copy_player_three_in_camera + + +Node1 + + +copy_player_three_in +_camera + + + + + +Node2 + + +func_80284068 + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_802840C8 + + + + + +Node2->Node3 + + + + + + + + diff --git a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_cgraph.map b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_cgraph.map similarity index 91% rename from ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_cgraph.map rename to ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_cgraph.map index f54f722b6..244c57bc6 100644 --- a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_cgraph.map +++ b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_cgraph.map @@ -2,11 +2,11 @@ - + - + - + diff --git a/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_cgraph.md5 b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_cgraph.md5 new file mode 100644 index 000000000..6bfaaaebc --- /dev/null +++ b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_cgraph.md5 @@ -0,0 +1 @@ +5c08d15e81170b0c87fabaa6aeb4b8aa \ No newline at end of file diff --git a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_cgraph.svg b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_cgraph.svg similarity index 97% rename from ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_cgraph.svg rename to ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_cgraph.svg index 5270cae22..11b071475 100644 --- a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_cgraph.svg +++ b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_cgraph.svg @@ -48,7 +48,7 @@ Node5 - + func_80283B6C @@ -66,7 +66,7 @@ Node3 - + func_80282EAC @@ -84,7 +84,7 @@ Node4 - + func_802830B4 diff --git a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_cgraph_org.svg b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_cgraph_org.svg similarity index 97% rename from ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_cgraph_org.svg rename to ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_cgraph_org.svg index 80cc5e55f..7cf3496c8 100644 --- a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_cgraph_org.svg +++ b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_cgraph_org.svg @@ -38,7 +38,7 @@ Node5 - + func_80283B6C @@ -56,7 +56,7 @@ Node3 - + func_80282EAC @@ -74,7 +74,7 @@ Node4 - + func_802830B4 diff --git a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_icgraph.map b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_icgraph.map similarity index 83% rename from ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_icgraph.map rename to ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_icgraph.map index 0fbb0274d..26d31850c 100644 --- a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_icgraph.map +++ b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_icgraph.md5 b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_icgraph.md5 new file mode 100644 index 000000000..6707d4b74 --- /dev/null +++ b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_icgraph.md5 @@ -0,0 +1 @@ +c16816e1fb97fa3045f6ff8fc1e067fb \ No newline at end of file diff --git a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_icgraph.svg b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_icgraph.svg similarity index 97% rename from ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_icgraph.svg rename to ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_icgraph.svg index b2daaff1e..26f6d1227 100644 --- a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_icgraph.svg +++ b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_80284648 diff --git a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_icgraph_org.svg b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_icgraph_org.svg rename to ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_icgraph_org.svg index f606dc5d8..c53a37563 100644 --- a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_icgraph_org.svg +++ b/ceremony__and__credits_8c_af7c9d3f6d74811705fa49a08c7fb222e_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_80284648 diff --git a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_cgraph.map b/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_cgraph.map deleted file mode 100644 index b34922a64..000000000 --- a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_cgraph.map +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_cgraph.md5 b/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_cgraph.md5 deleted file mode 100644 index 7b54d9794..000000000 --- a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -653757ebc9a936b13c00d4e5a4806db8 \ No newline at end of file diff --git a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_cgraph.svg b/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_cgraph.svg deleted file mode 100644 index 7f575cc3f..000000000 --- a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_cgraph.svg +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - - - - - - -func_80282F44 - - -Node1 - - -func_80282F44 - - - - - -Node2 - - -func_80282364 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282454 - - - - - -Node1->Node3 - - - - - - - - -Node7 - - -func_80282504 - - - - - -Node1->Node7 - - - - - - - - -Node9 - - -sins - - - - - -Node1->Node9 - - - - - - - - -Node10 - - -func_80282F00 - - - - - -Node1->Node10 - - - - - - - - -Node11 - - -vec3f_set_dupe - - - - - -Node1->Node11 - - - - - - - - -Node4 - - -atan2s - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -sqrtf - - - - - -Node3->Node6 - - - - - - - - -Node5 - - -atan2_lookup - - - - - -Node4->Node5 - - - - - - - - -Node8 - - -coss - - - - - -Node7->Node8 - - - - - - - - -Node7->Node9 - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_cgraph_org.svg b/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_cgraph_org.svg deleted file mode 100644 index 2cb5d0326..000000000 --- a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_cgraph_org.svg +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - -func_80282F44 - - -Node1 - - -func_80282F44 - - - - - -Node2 - - -func_80282364 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282454 - - - - - -Node1->Node3 - - - - - - - - -Node7 - - -func_80282504 - - - - - -Node1->Node7 - - - - - - - - -Node9 - - -sins - - - - - -Node1->Node9 - - - - - - - - -Node10 - - -func_80282F00 - - - - - -Node1->Node10 - - - - - - - - -Node11 - - -vec3f_set_dupe - - - - - -Node1->Node11 - - - - - - - - -Node4 - - -atan2s - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -sqrtf - - - - - -Node3->Node6 - - - - - - - - -Node5 - - -atan2_lookup - - - - - -Node4->Node5 - - - - - - - - -Node8 - - -coss - - - - - -Node7->Node8 - - - - - - - - -Node7->Node9 - - - - - - - - diff --git a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_icgraph.md5 b/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_icgraph.md5 deleted file mode 100644 index a5bd09aca..000000000 --- a/ceremony__and__credits_8c_af9d1604b8e6bf6cb9f8b5a8283e3a964_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -8686ebe11edc5621cf416f2c7e87e8c9 \ No newline at end of file diff --git a/ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_cgraph.map b/ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_cgraph.map similarity index 100% rename from ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_cgraph.map rename to ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_cgraph.map diff --git a/ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_cgraph.md5 b/ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_cgraph.md5 similarity index 100% rename from ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_cgraph.md5 rename to ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_cgraph.md5 diff --git a/ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_cgraph.svg b/ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_cgraph.svg similarity index 100% rename from ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_cgraph.svg rename to ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_cgraph.svg diff --git a/ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_cgraph_org.svg b/ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_cgraph_org.svg similarity index 100% rename from ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_cgraph_org.svg rename to ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_cgraph_org.svg diff --git a/ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_icgraph.map b/ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_icgraph.map similarity index 80% rename from ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_icgraph.map rename to ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_icgraph.map index 7f3624ef5..cdb8438f2 100644 --- a/ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_icgraph.map +++ b/ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_icgraph.map @@ -1,7 +1,7 @@ - + - + diff --git a/ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_icgraph.md5 b/ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_icgraph.md5 new file mode 100644 index 000000000..cd6d6b4a1 --- /dev/null +++ b/ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_icgraph.md5 @@ -0,0 +1 @@ +70465cc914b55c98a38821b7196f941b \ No newline at end of file diff --git a/ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_icgraph.svg b/ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_icgraph.svg similarity index 96% rename from ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_icgraph.svg rename to ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_icgraph.svg index 657acdc96..dbf6446cd 100644 --- a/ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_icgraph.svg +++ b/ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_8028461C @@ -48,7 +48,7 @@ Node3 - + func_80284648 diff --git a/ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_icgraph_org.svg b/ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_icgraph_org.svg similarity index 94% rename from ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_icgraph_org.svg rename to ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_icgraph_org.svg index acc27c978..9a3f21f19 100644 --- a/ceremony__and__credits_8c_aa0fb7194ede2c52669c116b741243ba2_icgraph_org.svg +++ b/ceremony__and__credits_8c_afc7ecb2ba6018ae3a7c60cc87adbe8b5_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_8028461C @@ -38,7 +38,7 @@ Node3 - + func_80284648 diff --git a/ceremony__and__credits_8c_a8d54f6924bb2c0a8cddfcdf94c8cfe56_cgraph.map b/ceremony__and__credits_8c_afd4e1538000b2bdc1bf39d253cd5af30_cgraph.map similarity index 54% rename from ceremony__and__credits_8c_a8d54f6924bb2c0a8cddfcdf94c8cfe56_cgraph.map rename to ceremony__and__credits_8c_afd4e1538000b2bdc1bf39d253cd5af30_cgraph.map index 8fac01101..29bb281b7 100644 --- a/ceremony__and__credits_8c_a8d54f6924bb2c0a8cddfcdf94c8cfe56_cgraph.map +++ b/ceremony__and__credits_8c_afd4e1538000b2bdc1bf39d253cd5af30_cgraph.map @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/ceremony__and__credits_8c_afd4e1538000b2bdc1bf39d253cd5af30_cgraph.md5 b/ceremony__and__credits_8c_afd4e1538000b2bdc1bf39d253cd5af30_cgraph.md5 new file mode 100644 index 000000000..2a806a78b --- /dev/null +++ b/ceremony__and__credits_8c_afd4e1538000b2bdc1bf39d253cd5af30_cgraph.md5 @@ -0,0 +1 @@ +4f6e891f94690094d791b8dbe0c52532 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a8d54f6924bb2c0a8cddfcdf94c8cfe56_cgraph.svg b/ceremony__and__credits_8c_afd4e1538000b2bdc1bf39d253cd5af30_cgraph.svg similarity index 70% rename from ceremony__and__credits_8c_a8d54f6924bb2c0a8cddfcdf94c8cfe56_cgraph.svg rename to ceremony__and__credits_8c_afd4e1538000b2bdc1bf39d253cd5af30_cgraph.svg index 27ffea227..f6bb8b29b 100644 --- a/ceremony__and__credits_8c_a8d54f6924bb2c0a8cddfcdf94c8cfe56_cgraph.svg +++ b/ceremony__and__credits_8c_afd4e1538000b2bdc1bf39d253cd5af30_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +func_80283D2C + + +Node1 + + +func_80283D2C + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283BF0 + + + + + +Node1->Node3 + + + + + + + + +Node6 + + +func_80283CA8 + + + + + +Node1->Node6 + + + + + + + + +Node9 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node9 + + + + + + + + +Node16 + + +play_sound_balloon_pop + + + + + +Node1->Node16 + + + + + + + + +Node19 + + +wrap_func_800CA0CC + + + + + +Node1->Node19 + + + + + + + + +Node21 + + +wrap_func_80280FFC + + + + + +Node1->Node21 + + + + + + + + +Node4 + + +func_800C8EF8 + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_800C3448 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +func_800CA008 + + + + + +Node6->Node7 + + + + + + + + +Node7->Node5 + + + + + + + + +Node8 + + +func_800C36C4 + + + + + +Node7->Node8 + + + + + + + + +Node9->Node2 + + + + + + + + +Node10 + + +func_80282C40 + + + + + +Node9->Node10 + + + + + + + + +Node12 + + +move_point_along_spline + + + + + +Node9->Node12 + + + + + + + + +Node14 + + +reset_spline_wrap + + + + + +Node9->Node14 + + + + + + + + +Node11 + + +func_80282BE4 + + + + + +Node10->Node11 + + + + + + + + +Node13 + + +evaluate_cubic_spline + + + + + +Node12->Node13 + + + + + + + + +Node15 + + +reset_spline + + + + + +Node14->Node15 + + + + + + + + +Node17 + + +play_sound2 + + + + + +Node16->Node17 + + + + + + + + +Node18 + + +play_sound + + + + + +Node17->Node18 + + + + + + + + +Node20 + + +func_800CA0CC + + + + + +Node19->Node20 + + + + + + + + +Node22 + + +func_80280FFC + + + + + +Node21->Node22 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8c_aff512a83bcf648cbc9086b9b8eab28c3_cgraph_org.svg b/ceremony__and__credits_8c_aff512a83bcf648cbc9086b9b8eab28c3_cgraph_org.svg new file mode 100644 index 000000000..29f9fafeb --- /dev/null +++ b/ceremony__and__credits_8c_aff512a83bcf648cbc9086b9b8eab28c3_cgraph_org.svg @@ -0,0 +1,418 @@ + + + + + + +func_80283D2C + + +Node1 + + +func_80283D2C + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283BF0 + + + + + +Node1->Node3 + + + + + + + + +Node6 + + +func_80283CA8 + + + + + +Node1->Node6 + + + + + + + + +Node9 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node9 + + + + + + + + +Node16 + + +play_sound_balloon_pop + + + + + +Node1->Node16 + + + + + + + + +Node19 + + +wrap_func_800CA0CC + + + + + +Node1->Node19 + + + + + + + + +Node21 + + +wrap_func_80280FFC + + + + + +Node1->Node21 + + + + + + + + +Node4 + + +func_800C8EF8 + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_800C3448 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +func_800CA008 + + + + + +Node6->Node7 + + + + + + + + +Node7->Node5 + + + + + + + + +Node8 + + +func_800C36C4 + + + + + +Node7->Node8 + + + + + + + + +Node9->Node2 + + + + + + + + +Node10 + + +func_80282C40 + + + + + +Node9->Node10 + + + + + + + + +Node12 + + +move_point_along_spline + + + + + +Node9->Node12 + + + + + + + + +Node14 + + +reset_spline_wrap + + + + + +Node9->Node14 + + + + + + + + +Node11 + + +func_80282BE4 + + + + + +Node10->Node11 + + + + + + + + +Node13 + + +evaluate_cubic_spline + + + + + +Node12->Node13 + + + + + + + + +Node15 + + +reset_spline + + + + + +Node14->Node15 + + + + + + + + +Node17 + + +play_sound2 + + + + + +Node16->Node17 + + + + + + + + +Node18 + + +play_sound + + + + + +Node17->Node18 + + + + + + + + +Node20 + + +func_800CA0CC + + + + + +Node19->Node20 + + + + + + + + +Node22 + + +func_80280FFC + + + + + +Node21->Node22 + + + + + + + + diff --git a/ceremony__and__credits_8h.html b/ceremony__and__credits_8h.html index 79ec91008..5a4dd7aa4 100644 --- a/ceremony__and__credits_8h.html +++ b/ceremony__and__credits_8h.html @@ -107,6 +107,7 @@ $(function(){initNavTree('ceremony__and__credits_8h.html',''); initResizable(tru
ceremony_and_credits.h File Reference
@@ -148,6 +149,13 @@ Data Structures struct  Cutscene   + + + + + +

+Typedefs

typedef void(* CameraEvent) (CinematicCamera *c)
 
typedef CameraEvent CutsceneShot
 
@@ -170,170 +178,170 @@ Functions - - - - + + + + - - - - - - + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + +

Functions

void init_cinematic_camera (void)
 
void func_80282048 (void)
 
void func_80282050 (Vec3f, Vec3f, s16)
 
void func_802820F8 (Vec3f, Vec3f, s16)
 
void rotate_y_vec3f (Vec3f, Vec3f, s16)
 
void rotate_x_vec3f (Vec3f, Vec3f, s16)
 
s32 f32_lerp (f32 *, f32, f32)
 
s32 func_80282200 (Vec3s, s16, s16)
 
s32 set_transition_colour_fade_alpha_ending (f32 *, f32, f32)
 
s32 func_80282364 (s16 *, s16, s16)
 
s32 ease_out_transition (s16 *, s16, s16)
 
s32 adjust_f32_value_transition (f32 *, f32, f32)
 
s32 adjust_s16_value_transition (s16 *, s16, s16)
 
void reset_spline (void)
 
void func_80282434 (struct CinematicCamera *)
 
void func_80282454 (Vec3f, Vec3f, f32 *, s16 *, s16 *)
 
void func_80282504 (Vec3f, Vec3f, f32, s16, s16)
 
void func_802825C8 (Vec3f, Vec3f, Vec3f, Vec3s)
 
void func_80282700 (f32, Vec3f, f32 *, f32[], f32[], f32[], f32[])
 
void reset_spline_wrap (CinematicCamera *)
 
void calculate_distance_angle_y_and_angle_y_to_xz (Vec3f, Vec3f, f32 *, s16 *, s16 *)
 
void apply_distance_angle_y_and_angle_y_to_xz (Vec3f, Vec3f, f32, s16, s16)
 
void aborting_cinematic_function (Vec3f, Vec3f, Vec3f, Vec3s)
 
void evaluate_cubic_spline (f32, Vec3f, f32 *, f32[], f32[], f32[], f32[])
 
s32 move_point_along_spline (Vec3f, f32 *, struct struct_80283430[], s16 *, f32 *)
 
void func_80282BE4 (struct struct_80283430 *, s8, u8, s8, Vec3s, s32)
 
void func_80282C40 (struct struct_80283430 *, struct struct_80282C40 *, s32)
 
s32 func_80282D90 (struct CinematicCamera *, struct struct_80286A04 *, struct struct_80286A04 *, s32)
 
void func_80282E58 (struct CinematicCamera *, struct struct_80282C40 *, s32)
 
void func_80282EAC (s32, struct CinematicCamera *, s16, s16, s16)
 
s32 move_cinematic_camera_along_spline (CinematicCamera *, struct struct_80286A04 *, struct struct_80286A04 *, s32)
 
void func_80282E58 (CinematicCamera *, struct struct_80282C40 *, s32)
 
void func_80282EAC (s32, CinematicCamera *, s16, s16, s16)
 
void func_80282F00 (s16 *, s16)
 
void func_80282F44 (s32, struct CinematicCamera *, Camera *)
 
void func_802830B4 (struct CinematicCamera *, s16, s16, s16)
 
void func_80283100 (struct CinematicCamera *, f32 *)
 
void func_80282F44 (s32, CinematicCamera *, Camera *)
 
void func_802830B4 (CinematicCamera *, s16, s16, s16)
 
void func_80283100 (CinematicCamera *, f32 *)
 
void func_80283240 (s16)
 
s32 cutscene_event (CameraEvent event, struct CinematicCamera *, s16, s16)
 
s32 cutscene_event (CameraEvent event, CinematicCamera *, s16, s16)
 
s32 func_80283330 (s32)
 
s32 func_8028336C (struct CinematicCamera *, Camera *)
 
s32 func_80283428 (void)
 
void func_80283968 (struct CinematicCamera *)
 
void func_80283994 (struct CinematicCamera *)
 
void func_802839B4 (struct CinematicCamera *)
 
void func_802839CC (struct CinematicCamera *)
 
void func_802839E0 (struct CinematicCamera *)
 
void play_sound_welcome (struct CinematicCamera *)
 
void func_80283A34 (struct CinematicCamera *)
 
void play_sound_congratulation (struct CinematicCamera *)
 
void play_sound_balloon_pop (struct CinematicCamera *)
 
void play_sound_fish (struct CinematicCamera *)
 
void play_sound_fish_2 (struct CinematicCamera *)
 
void play_sound_shoot_trophy (struct CinematicCamera *)
 
void play_sound_podium (struct CinematicCamera *)
 
void play_sound_trophy (struct CinematicCamera *)
 
void func_80283A54 (struct CinematicCamera *)
 
void func_80283A7C (struct CinematicCamera *)
 
void func_80283B6C (struct CinematicCamera *)
 
void func_80283BA4 (struct CinematicCamera *)
 
void func_80283BF0 (struct CinematicCamera *)
 
void func_80283C14 (struct CinematicCamera *)
 
void func_80283C38 (struct CinematicCamera *)
 
void func_80283C58 (struct CinematicCamera *)
 
void func_80283C78 (struct CinematicCamera *)
 
void func_80283CA8 (struct CinematicCamera *)
 
void func_80283CD0 (struct CinematicCamera *)
 
void play_sound_farewell (struct CinematicCamera *)
 
void func_80283D2C (struct CinematicCamera *)
 
void func_80283EA0 (struct CinematicCamera *)
 
void func_80283ED0 (struct CinematicCamera *)
 
void func_80283EF8 (struct CinematicCamera *)
 
void func_80283F6C (struct CinematicCamera *)
 
void func_80283FCC (struct CinematicCamera *)
 
void func_80283FF4 (struct CinematicCamera *)
 
void func_80284068 (struct CinematicCamera *)
 
void func_802840C8 (struct CinematicCamera *)
 
void func_80284154 (struct CinematicCamera *)
 
void func_80284184 (struct CinematicCamera *)
 
void func_802841E8 (struct CinematicCamera *)
 
void func_8028422C (struct CinematicCamera *)
 
void func_802842A8 (struct CinematicCamera *)
 
void func_802842D8 (struct CinematicCamera *)
 
void func_80284308 (struct CinematicCamera *)
 
void func_80284418 (struct CinematicCamera *)
 
void func_80284494 (struct CinematicCamera *)
 
void func_802844FC (struct CinematicCamera *)
 
void func_8028454C (struct CinematicCamera *)
 
void func_802845EC (struct CinematicCamera *)
 
void func_8028461C (struct CinematicCamera *)
 
void func_80284648 (struct CinematicCamera *)
 
s32 func_8028336C (CinematicCamera *, Camera *)
 
s32 cinematic_stub (void)
 
void wrap_func_8028100C (CinematicCamera *)
 
void wrap_func_80280FFC (CinematicCamera *)
 
void animation_apears_sliding_borders (CinematicCamera *)
 
void animation_disapears_sliding_borders (CinematicCamera *)
 
void wrap_func_80092C80 (CinematicCamera *)
 
void play_sound_welcome (CinematicCamera *)
 
void wrap_func_800CA0CC (CinematicCamera *)
 
void play_sound_congratulation (CinematicCamera *)
 
void play_sound_balloon_pop (CinematicCamera *)
 
void play_sound_fish (CinematicCamera *)
 
void play_sound_fish_2 (CinematicCamera *)
 
void play_sound_shoot_trophy (CinematicCamera *)
 
void play_sound_podium (CinematicCamera *)
 
void play_sound_trophy (CinematicCamera *)
 
void func_80283A54 (CinematicCamera *)
 
void func_80283A7C (CinematicCamera *)
 
void func_80283B6C (CinematicCamera *)
 
void func_80283BA4 (CinematicCamera *)
 
void func_80283BF0 (CinematicCamera *)
 
void func_80283C14 (CinematicCamera *)
 
void wrap_func_800CB134 (CinematicCamera *)
 
void wrap_func_800CB14C (CinematicCamera *)
 
void func_80283C78 (CinematicCamera *)
 
void func_80283CA8 (CinematicCamera *)
 
void func_80283CD0 (CinematicCamera *)
 
void play_sound_farewell (CinematicCamera *)
 
void func_80283D2C (CinematicCamera *)
 
void func_80283EA0 (CinematicCamera *)
 
void copy_player_two_in_camera (CinematicCamera *)
 
void lerp_player_two_in_camera (CinematicCamera *)
 
void func_80283F6C (CinematicCamera *)
 
void copy_player_three_in_camera (CinematicCamera *)
 
void lerp_player_three_in_camera (CinematicCamera *)
 
void func_80284068 (CinematicCamera *)
 
void func_802840C8 (CinematicCamera *)
 
void func_80284154 (CinematicCamera *)
 
void func_80284184 (CinematicCamera *)
 
void func_802841E8 (CinematicCamera *)
 
void func_8028422C (CinematicCamera *)
 
void func_802842A8 (CinematicCamera *)
 
void func_802842D8 (CinematicCamera *)
 
void func_80284308 (CinematicCamera *)
 
void func_80284418 (CinematicCamera *)
 
void func_80284494 (CinematicCamera *)
 
void func_802844FC (CinematicCamera *)
 
void func_8028454C (CinematicCamera *)
 
void func_802845EC (CinematicCamera *)
 
void func_8028461C (CinematicCamera *)
 
void func_80284648 (CinematicCamera *)
 
void func_802846AC (void)
 
void func_802846B4 (struct CinematicCamera *)
 
void func_802846E4 (struct CinematicCamera *)
 
void func_802847CC (struct CinematicCamera *)
 
void play_cutscene (struct CinematicCamera *)
 
void transition_sliding_borders (void)
 
void func_802846B4 (CinematicCamera *)
 
void func_802846E4 (CinematicCamera *)
 
void func_802847CC (CinematicCamera *)
 
void play_cutscene (CinematicCamera *)
 
void ceremony_transition_sliding_borders (void)
 
@@ -345,12 +353,12 @@ Variables - - + + - - + + @@ -365,8 +373,8 @@ Variables - - + + @@ -382,28 +390,40 @@ Variables + + + + + + + + + + + + @@ -431,14 +451,372 @@ Variables - - + +

Variables

 
f32 D_802856B4
 
f32 D_802856B8
 
f32 gOrderedSizeSlidingBorders
 
f32 D_802856BC
 
f32 D_802856C0
 
f32 gSizeSlidingBorders
 
s32 D_802856C4
 
s32 D_802856C8 []
 
s32 D_802876DC
 
struct CinematicCamera D_802876E0
 
CinematicCamera D_802876E0
 
struct struct_80283431 D_80287750 []
 
struct struct_80283430 D_80287818 []
s8 D_80287B20
 
struct struct_80282C40 D_802856DC []
 Camera rail spline animation.
 
struct struct_80282C40 D_80285718 []
 spline animation
 
struct struct_80282C40 D_80285754 []
 spline animation
 
struct struct_80282C40 D_80285784 []
 spline animation
 
struct struct_80282C40 D_802857B4 []
 spline animation
 
struct struct_80282C40 D_802857CC []
 spline animation
 
struct struct_80282C40 D_802857F0 []
 spline animation
 
struct struct_80282C40 D_80285850 []
 spline animation
 
struct struct_80282C40 D_802858B0 []
 spline animation
 
struct struct_80282C40 D_802858C8 []
 spline animation
 
struct struct_80282C40 D_80285910 []
 spline animation
 
struct struct_80282C40 D_80285928 []
 spline animation
 
struct struct_80282C40 D_80285940 []
 
 
struct struct_80282C40 D_80285C74 []
 
struct Cutscene D_80285D10 []
 
struct Cutscene gCutScene []
 
s16 D_80285D14
 
+

Typedef Documentation

+ +

◆ CameraEvent

+ +
+
+ + + + +
typedef void(* CameraEvent) (CinematicCamera *c)
+
+ +
+
+ +

◆ CutsceneShot

+ +
+
+ + + + +
typedef CameraEvent CutsceneShot
+
+ +
+

Function Documentation

- -

◆ cutscene_event()

+ +

◆ aborting_cinematic_function()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + +
void aborting_cinematic_function (Vec3f arg0,
Vec3f arg1,
Vec3f arg2,
Vec3s arg3 )
+
+
+Here is the call graph for this function:
+
+
+
+ +
+
+ +

◆ adjust_f32_value_transition()

+ +
+
+ + + + + + + + + + + + + + + + +
s32 adjust_f32_value_transition (f32 * var,
f32 dest,
f32 speed_factor )
+
+
+Here is the caller graph for this function:
+
+
+
+ +
+
+ +

◆ adjust_s16_value_transition()

+ +
+
+ + + + + + + + + + + + + + + + +
s32 adjust_s16_value_transition (s16 * var,
s16 goal,
s16 speed_factor )
+
+
+Here is the caller graph for this function:
+
+
+
+ +
+
+ +

◆ animation_apears_sliding_borders()

+ +
+
+ + + + + + + +
void animation_apears_sliding_borders (CinematicCamera * )
+
+ +
+
+ +

◆ animation_disapears_sliding_borders()

+ +
+
+ + + + + + + +
void animation_disapears_sliding_borders (CinematicCamera * )
+
+ +
+
+ +

◆ apply_distance_angle_y_and_angle_y_to_xz()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
void apply_distance_angle_y_and_angle_y_to_xz (Vec3f vec1,
Vec3f vec2,
f32 coef,
s16 angleYToXZ,
s16 angleY )
+
+
+Here is the call graph for this function:
+
+
+
+
+Here is the caller graph for this function:
+
+
+
+ +
+
+ +

◆ calculate_distance_angle_y_and_angle_y_to_xz()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
void calculate_distance_angle_y_and_angle_y_to_xz (Vec3f vec1,
Vec3f vec2,
f32 * distance,
s16 * angleYToXZ,
s16 * angleY )
+
+
+Here is the call graph for this function:
+
+
+
+
+Here is the caller graph for this function:
+
+
+
+ +
+
+ +

◆ ceremony_transition_sliding_borders()

+ +
+
+ + + + + + + +
void ceremony_transition_sliding_borders (void )
+
+

Scene transition

+

Sliding black borders that open horizontally to display scene. Used at the beginning of award ceremony and throughout credits.

+
+Here is the call graph for this function:
+
+
+
+
+Here is the caller graph for this function:
+
+
+
+ +
+
+ +

◆ cinematic_stub()

+ +
+
+ + + + + + + +
s32 cinematic_stub (void )
+
+
+Here is the caller graph for this function:
+
+
+
+ +
+
+ +

◆ copy_player_three_in_camera()

+ +
+
+ + + + + + + +
void copy_player_three_in_camera (CinematicCamera * camera)
+
+
+Here is the call graph for this function:
+
+
+
+
+Here is the caller graph for this function:
+
+
+
+ +
+
+ +

◆ copy_player_two_in_camera()

+ +
+
+ + + + + + + +
void copy_player_two_in_camera (CinematicCamera * camera)
+
+
+Here is the call graph for this function:
+
+
+
+
+Here is the caller graph for this function:
+
+
+
+ +
+
+ +

◆ cutscene_event()

@@ -446,12 +824,12 @@ Variables s32 cutscene_event ( - CameraEvent event, + CameraEvent event, - struct CinematicCamera * camera, + CinematicCamera * camera, @@ -469,7 +847,84 @@ Variables
Here is the caller graph for this function:
-
+
+
+ +
+
+ +

◆ ease_out_transition()

+ +
+
+ + + + + + + + + + + + + + + + +
s32 ease_out_transition (s16 * var,
s16 dest,
s16 speed_factor )
+
+ +
+
+ +

◆ evaluate_cubic_spline()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void evaluate_cubic_spline (f32 arg0,
Vec3f point,
f32 * arg2,
f32 controlPoints1[],
f32 controlPoints2[],
f32 controlPoints3[],
f32 controlPoints4[] )
+
+
+Here is the caller graph for this function:
+
+
@@ -501,7 +956,7 @@ Here is the caller graph for this function:
Here is the caller graph for this function:
-
+
@@ -538,321 +993,6 @@ Here is the caller graph for this function:
-
- - -

◆ func_80282050()

- -
-
- - - - - - - - - - - - - - - - -
void func_80282050 (Vec3f dest,
Vec3f src,
s16 angle )
-
-
-Here is the call graph for this function:
-
-
-
- -
-
- -

◆ func_802820F8()

- -
-
- - - - - - - - - - - - - - - - -
void func_802820F8 (Vec3f dest,
Vec3f src,
s16 angle )
-
-
-Here is the call graph for this function:
-
-
-
- -
-
- -

◆ func_80282200()

- -
-
- - - - - - - - - - - - - - - - -
s32 func_80282200 (Vec3s arg0,
s16 arg1,
s16 arg2 )
-
- -
-
- -

◆ func_80282364()

- -
-
- - - - - - - - - - - - - - - - -
s32 func_80282364 (s16 * arg0,
s16 arg1,
s16 arg2 )
-
-
-Here is the caller graph for this function:
-
-
-
- -
-
- -

◆ func_80282434()

- -
-
- - - - - - - -
void func_80282434 (struct CinematicCamera * )
-
- -
-
- -

◆ func_80282454()

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
void func_80282454 (Vec3f arg0,
Vec3f arg1,
f32 * distance,
s16 * arg3,
s16 * arg4 )
-
-
-Here is the call graph for this function:
-
-
-
-
-Here is the caller graph for this function:
-
-
-
- -
-
- -

◆ func_80282504()

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
void func_80282504 (Vec3f arg0,
Vec3f arg1,
f32 arg2,
s16 arg3,
s16 arg4 )
-
-
-Here is the call graph for this function:
-
-
-
-
-Here is the caller graph for this function:
-
-
-
- -
-
- -

◆ func_802825C8()

- -
-
- - - - - - - - - - - - - - - - - - - - - -
void func_802825C8 (Vec3f arg0,
Vec3f arg1,
Vec3f arg2,
Vec3s arg3 )
-
-
-Here is the call graph for this function:
-
-
-
- -
-
- -

◆ func_80282700()

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void func_80282700 (f32 arg0,
Vec3f arg1,
f32 * arg2,
f32 arg3[],
f32 arg4[],
f32 arg5[],
f32 arg6[] )
-
-
-Here is the caller graph for this function:
-
-
-
-
@@ -937,50 +1077,8 @@ Here is the caller graph for this function: - -

◆ func_80282D90()

- -
-
- - - - - - - - - - - - - - - - - - - - - -
s32 func_80282D90 (struct CinematicCamera * camera,
struct struct_80286A04 * arg1,
struct struct_80286A04 * arg2,
s32 arg3 )
-
-
Todo
Cast to normal Camera? Or from CinematicCamera?
-
-Here is the call graph for this function:
-
-
-
-
-Here is the caller graph for this function:
-
-
-
- -
-
- -

◆ func_80282E58()

+ +

◆ func_80282E58()

@@ -988,7 +1086,7 @@ Here is the caller graph for this function:
void func_80282E58 ( - struct CinematicCamera * camera, + CinematicCamera * camera, @@ -1005,18 +1103,18 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
- -

◆ func_80282EAC()

+ +

◆ func_80282EAC()

@@ -1029,7 +1127,7 @@ Here is the caller graph for this function:
- struct CinematicCamera * arg1, + CinematicCamera * arg1, @@ -1051,7 +1149,7 @@ Here is the caller graph for this function:
Here is the caller graph for this function:
-
+
@@ -1082,8 +1180,8 @@ Here is the caller graph for this function: - -

◆ func_80282F44()

+ +

◆ func_80282F44()

@@ -1096,7 +1194,7 @@ Here is the caller graph for this function:
- struct CinematicCamera * arg1, + CinematicCamera * arg1, @@ -1108,18 +1206,18 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
- -

◆ func_802830B4()

+ +

◆ func_802830B4()

@@ -1127,7 +1225,7 @@ Here is the caller graph for this function:
void func_802830B4 ( - struct CinematicCamera * arg0, + CinematicCamera * arg0, @@ -1149,13 +1247,13 @@ Here is the caller graph for this function:
Here is the caller graph for this function:
-
+
- -

◆ func_80283100()

+ +

◆ func_80283100()

@@ -1163,7 +1261,7 @@ Here is the caller graph for this function:
void func_80283100 ( - struct CinematicCamera * arg0, + CinematicCamera * arg0, @@ -1175,12 +1273,12 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
@@ -1234,8 +1332,8 @@ Here is the caller graph for this function: - -

◆ func_8028336C()

+ +

◆ func_8028336C()

@@ -1243,7 +1341,7 @@ Here is the caller graph for this function:
s32 func_8028336C ( - struct CinematicCamera * , + CinematicCamera * , @@ -1253,28 +1351,6 @@ Here is the caller graph for this function:
-
- - -

◆ func_80283428()

- -
-
- - - - - - - -
s32 func_80283428 (void )
-
-
-Here is the caller graph for this function:
-
-
-
-
@@ -1304,110 +1380,8 @@ Here is the caller graph for this function: - -

◆ func_80283968()

- -
-
- - - - - - - -
void func_80283968 (struct CinematicCamera * )
-
- -
-
- -

◆ func_80283994()

- -
-
- - - - - - - -
void func_80283994 (struct CinematicCamera * )
-
- -
-
- -

◆ func_802839B4()

- -
-
- - - - - - - -
void func_802839B4 (struct CinematicCamera * )
-
- -
-
- -

◆ func_802839CC()

- -
-
- - - - - - - -
void func_802839CC (struct CinematicCamera * )
-
- -
-
- -

◆ func_802839E0()

- -
-
- - - - - - - -
void func_802839E0 (struct CinematicCamera * )
-
- -
-
- -

◆ func_80283A34()

- -
-
- - - - - - - -
void func_80283A34 (struct CinematicCamera * )
-
- -
-
- -

◆ func_80283A54()

+ +

◆ func_80283A54()

@@ -1415,7 +1389,7 @@ Here is the caller graph for this function:
void func_80283A54 ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -1423,8 +1397,8 @@ Here is the caller graph for this function:
- -

◆ func_80283A7C()

+ +

◆ func_80283A7C()

@@ -1432,7 +1406,7 @@ Here is the caller graph for this function:
void func_80283A7C ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -1440,8 +1414,8 @@ Here is the caller graph for this function:
- -

◆ func_80283B6C()

+ +

◆ func_80283B6C()

@@ -1449,7 +1423,7 @@ Here is the caller graph for this function:
void func_80283B6C ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -1457,8 +1431,8 @@ Here is the caller graph for this function:
- -

◆ func_80283BA4()

+ +

◆ func_80283BA4()

@@ -1466,7 +1440,7 @@ Here is the caller graph for this function:
void func_80283BA4 ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -1474,8 +1448,8 @@ Here is the caller graph for this function:
- -

◆ func_80283BF0()

+ +

◆ func_80283BF0()

@@ -1483,7 +1457,7 @@ Here is the caller graph for this function:
void func_80283BF0 ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -1491,8 +1465,8 @@ Here is the caller graph for this function:
- -

◆ func_80283C14()

+ +

◆ func_80283C14()

@@ -1500,7 +1474,7 @@ Here is the caller graph for this function:
void func_80283C14 ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -1508,42 +1482,8 @@ Here is the caller graph for this function:
- -

◆ func_80283C38()

- -
-
- - - - - - - -
void func_80283C38 (struct CinematicCamera * )
-
- -
-
- -

◆ func_80283C58()

- -
-
- - - - - - - -
void func_80283C58 (struct CinematicCamera * )
-
- -
-
- -

◆ func_80283C78()

+ +

◆ func_80283C78()

@@ -1551,7 +1491,7 @@ Here is the caller graph for this function:
void func_80283C78 ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -1559,8 +1499,8 @@ Here is the caller graph for this function:
- -

◆ func_80283CA8()

+ +

◆ func_80283CA8()

@@ -1568,7 +1508,7 @@ Here is the caller graph for this function:
void func_80283CA8 ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -1576,8 +1516,8 @@ Here is the caller graph for this function:
- -

◆ func_80283CD0()

+ +

◆ func_80283CD0()

@@ -1585,7 +1525,7 @@ Here is the caller graph for this function:
void func_80283CD0 ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -1593,8 +1533,8 @@ Here is the caller graph for this function:
- -

◆ func_80283D2C()

+ +

◆ func_80283D2C()

@@ -1602,7 +1542,7 @@ Here is the caller graph for this function:
void func_80283D2C ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -1610,13 +1550,13 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
- -

◆ func_80283EA0()

+ +

◆ func_80283EA0()

@@ -1624,7 +1564,7 @@ Here is the call graph for this function:
void func_80283EA0 ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -1632,72 +1572,18 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
- -

◆ func_80283ED0()

- -
-
- - - - - - - -
void func_80283ED0 (struct CinematicCamera * camera)
-
-
-Here is the call graph for this function:
-
-
-
-
-Here is the caller graph for this function:
-
-
-
- -
-
- -

◆ func_80283EF8()

- -
-
- - - - - - - -
void func_80283EF8 (struct CinematicCamera * camera)
-
-
-Here is the call graph for this function:
-
-
-
-
-Here is the caller graph for this function:
-
-
-
- -
-
- -

◆ func_80283F6C()

+ +

◆ func_80283F6C()

@@ -1705,7 +1591,7 @@ Here is the caller graph for this function:
void func_80283F6C ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -1713,72 +1599,18 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
- -

◆ func_80283FCC()

- -
-
- - - - - - - -
void func_80283FCC (struct CinematicCamera * camera)
-
-
-Here is the call graph for this function:
-
-
-
-
-Here is the caller graph for this function:
-
-
-
- -
-
- -

◆ func_80283FF4()

- -
-
- - - - - - - -
void func_80283FF4 (struct CinematicCamera * camera)
-
-
-Here is the call graph for this function:
-
-
-
-
-Here is the caller graph for this function:
-
-
-
- -
-
- -

◆ func_80284068()

+ +

◆ func_80284068()

@@ -1786,7 +1618,7 @@ Here is the caller graph for this function:
void func_80284068 ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -1794,18 +1626,18 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
- -

◆ func_802840C8()

+ +

◆ func_802840C8()

@@ -1813,7 +1645,7 @@ Here is the caller graph for this function:
void func_802840C8 ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -1821,13 +1653,13 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
- -

◆ func_80284154()

+ +

◆ func_80284154()

@@ -1835,7 +1667,7 @@ Here is the call graph for this function:
void func_80284154 ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -1843,13 +1675,13 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
- -

◆ func_80284184()

+ +

◆ func_80284184()

@@ -1857,7 +1689,7 @@ Here is the call graph for this function:
void func_80284184 ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -1865,18 +1697,18 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
- -

◆ func_802841E8()

+ +

◆ func_802841E8()

@@ -1884,7 +1716,7 @@ Here is the caller graph for this function:
void func_802841E8 ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -1892,18 +1724,18 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
- -

◆ func_8028422C()

+ +

◆ func_8028422C()

@@ -1911,7 +1743,7 @@ Here is the caller graph for this function:
void func_8028422C ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -1919,13 +1751,13 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
- -

◆ func_802842A8()

+ +

◆ func_802842A8()

@@ -1933,7 +1765,7 @@ Here is the call graph for this function:
void func_802842A8 ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -1941,13 +1773,13 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
- -

◆ func_802842D8()

+ +

◆ func_802842D8()

@@ -1955,7 +1787,7 @@ Here is the call graph for this function:
void func_802842D8 ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -1963,13 +1795,13 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
- -

◆ func_80284308()

+ +

◆ func_80284308()

@@ -1977,7 +1809,7 @@ Here is the call graph for this function:
void func_80284308 ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -1985,13 +1817,13 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
- -

◆ func_80284418()

+ +

◆ func_80284418()

@@ -1999,7 +1831,7 @@ Here is the call graph for this function:
void func_80284418 ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -2007,13 +1839,13 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
- -

◆ func_80284494()

+ +

◆ func_80284494()

@@ -2021,7 +1853,7 @@ Here is the call graph for this function:
void func_80284494 ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -2029,13 +1861,13 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
- -

◆ func_802844FC()

+ +

◆ func_802844FC()

@@ -2043,7 +1875,7 @@ Here is the call graph for this function:
void func_802844FC ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -2051,13 +1883,13 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
- -

◆ func_8028454C()

+ +

◆ func_8028454C()

@@ -2065,7 +1897,7 @@ Here is the call graph for this function:
void func_8028454C ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -2073,13 +1905,13 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
- -

◆ func_802845EC()

+ +

◆ func_802845EC()

@@ -2087,7 +1919,7 @@ Here is the call graph for this function:
void func_802845EC ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -2095,18 +1927,18 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
- -

◆ func_8028461C()

+ +

◆ func_8028461C()

@@ -2114,7 +1946,7 @@ Here is the caller graph for this function:
void func_8028461C ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -2122,18 +1954,18 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
- -

◆ func_80284648()

+ +

◆ func_80284648()

@@ -2141,7 +1973,7 @@ Here is the caller graph for this function:
void func_80284648 ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -2149,7 +1981,7 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
@@ -2171,8 +2003,8 @@ Here is the call graph for this function: - -

◆ func_802846B4()

+ +

◆ func_802846B4()

@@ -2180,7 +2012,7 @@ Here is the call graph for this function:
void func_802846B4 ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -2188,13 +2020,13 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
- -

◆ func_802846E4()

+ +

◆ func_802846E4()

@@ -2202,22 +2034,22 @@ Here is the call graph for this function:
void func_802846E4 ( - struct CinematicCamera * camera) + CinematicCamera * camera)
-
Todo
What does this even do?
+
Todo
What does this even do?
Here is the call graph for this function:
-
+
- -

◆ func_802847CC()

+ +

◆ func_802847CC()

@@ -2225,7 +2057,7 @@ Here is the call graph for this function:
void func_802847CC ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -2233,7 +2065,7 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
@@ -2260,7 +2092,102 @@ Here is the call graph for this function:
Here is the caller graph for this function:
-
+
+
+ + + + +

◆ lerp_player_three_in_camera()

+ +
+
+ + + + + + + +
void lerp_player_three_in_camera (CinematicCamera * camera)
+
+
+Here is the call graph for this function:
+
+
+
+
+Here is the caller graph for this function:
+
+
+
+ +
+
+ +

◆ lerp_player_two_in_camera()

+ +
+
+ + + + + + + +
void lerp_player_two_in_camera (CinematicCamera * camera)
+
+
+Here is the call graph for this function:
+
+
+
+
+Here is the caller graph for this function:
+
+
+
+ +
+
+ +

◆ move_cinematic_camera_along_spline()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + +
s32 move_cinematic_camera_along_spline (CinematicCamera * camera,
struct struct_80286A04 * arg1,
struct struct_80286A04 * arg2,
s32 arg3 )
+
+
+Here is the call graph for this function:
+
+
+
+
+Here is the caller graph for this function:
+
+
@@ -2274,7 +2201,7 @@ Here is the caller graph for this function:
s32 move_point_along_spline ( - Vec3f p, + Vec3f point, @@ -2307,7 +2234,7 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
@@ -2317,8 +2244,8 @@ Here is the caller graph for this function: - -

◆ play_cutscene()

+ +

◆ play_cutscene()

@@ -2326,7 +2253,7 @@ Here is the caller graph for this function:
void play_cutscene ( - struct CinematicCamera * camera) + CinematicCamera * camera) @@ -2335,18 +2262,18 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
- -

◆ play_sound_balloon_pop()

+ +

◆ play_sound_balloon_pop()

@@ -2354,7 +2281,7 @@ Here is the caller graph for this function:
void play_sound_balloon_pop ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -2362,8 +2289,8 @@ Here is the caller graph for this function:
- -

◆ play_sound_congratulation()

+ +

◆ play_sound_congratulation()

@@ -2371,7 +2298,7 @@ Here is the caller graph for this function:
void play_sound_congratulation ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -2379,8 +2306,8 @@ Here is the caller graph for this function:
- -

◆ play_sound_farewell()

+ +

◆ play_sound_farewell()

@@ -2388,7 +2315,7 @@ Here is the caller graph for this function:
void play_sound_farewell ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -2396,8 +2323,8 @@ Here is the caller graph for this function:
- -

◆ play_sound_fish()

+ +

◆ play_sound_fish()

@@ -2405,7 +2332,7 @@ Here is the caller graph for this function:
void play_sound_fish ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -2413,8 +2340,8 @@ Here is the caller graph for this function:
- -

◆ play_sound_fish_2()

+ +

◆ play_sound_fish_2()

@@ -2422,7 +2349,7 @@ Here is the caller graph for this function:
void play_sound_fish_2 ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -2430,8 +2357,8 @@ Here is the caller graph for this function:
- -

◆ play_sound_podium()

+ +

◆ play_sound_podium()

@@ -2439,7 +2366,7 @@ Here is the caller graph for this function:
void play_sound_podium ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -2447,8 +2374,8 @@ Here is the caller graph for this function:
- -

◆ play_sound_shoot_trophy()

+ +

◆ play_sound_shoot_trophy()

@@ -2456,7 +2383,7 @@ Here is the caller graph for this function:
void play_sound_shoot_trophy ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -2464,8 +2391,8 @@ Here is the caller graph for this function:
- -

◆ play_sound_trophy()

+ +

◆ play_sound_trophy()

@@ -2473,7 +2400,7 @@ Here is the caller graph for this function:
void play_sound_trophy ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -2481,8 +2408,8 @@ Here is the caller graph for this function:
- -

◆ play_sound_welcome()

+ +

◆ play_sound_welcome()

@@ -2490,7 +2417,7 @@ Here is the caller graph for this function:
void play_sound_welcome ( - struct CinematicCamera * ) + CinematicCamera * ) @@ -2520,62 +2447,81 @@ Here is the caller graph for this function:
- -

◆ set_transition_colour_fade_alpha_ending()

+ +

◆ reset_spline_wrap()

- + - - - - + - - - - - -
s32 set_transition_colour_fade_alpha_ending void reset_spline_wrap (f32 * arg0,
CinematicCamera * ) f32 arg1,
f32 arg2 )
-
-Here is the caller graph for this function:
-
-
-
- -

◆ transition_sliding_borders()

+ +

◆ rotate_x_vec3f()

- + - + + + + + + + + + +
void transition_sliding_borders void rotate_x_vec3f (void )Vec3f dest,
Vec3f src,
s16 angle )
-

Scene transition

-

Sliding black borders that open horizontally to display scene. Used at the beginning of award ceremony and throughout credits.

Here is the call graph for this function:
-
+
+ +
+
+ +

◆ rotate_y_vec3f()

+ +
+
+ + + + + + + + + + + + + + + + +
void rotate_y_vec3f (Vec3f dest,
Vec3f src,
s16 angle )
+
-Here is the caller graph for this function:
+Here is the call graph for this function:
-
+
@@ -2597,7 +2543,7 @@ Here is the caller graph for this function:
Here is the caller graph for this function:
-
+
@@ -2623,7 +2569,7 @@ Here is the caller graph for this function:
Here is the caller graph for this function:
-
+
@@ -2659,7 +2605,7 @@ Here is the caller graph for this function:
Here is the caller graph for this function:
-
+
@@ -2681,7 +2627,7 @@ Here is the caller graph for this function:
Here is the caller graph for this function:
-
+
@@ -2736,6 +2682,108 @@ Here is the caller graph for this function:
+
+ + +

◆ wrap_func_80092C80()

+ +
+
+ + + + + + + +
void wrap_func_80092C80 (CinematicCamera * )
+
+ +
+
+ +

◆ wrap_func_800CA0CC()

+ +
+
+ + + + + + + +
void wrap_func_800CA0CC (CinematicCamera * )
+
+ +
+
+ +

◆ wrap_func_800CB134()

+ +
+
+ + + + + + + +
void wrap_func_800CB134 (CinematicCamera * )
+
+ +
+
+ +

◆ wrap_func_800CB14C()

+ +
+
+ + + + + + + +
void wrap_func_800CB14C (CinematicCamera * )
+
+ +
+
+ +

◆ wrap_func_80280FFC()

+ +
+
+ + + + + + + +
void wrap_func_80280FFC (CinematicCamera * )
+
+ +
+
+ +

◆ wrap_func_8028100C()

+ +
+
+ + + + + + + +
void wrap_func_8028100C (CinematicCamera * )
+
+

Variable Documentation

@@ -2825,28 +2873,6 @@ Here is the caller graph for this function:
-
- - -

◆ D_802856B8

- -
-
- - - - - -
- - - - -
f32 D_802856B8
-
-extern
-
-
@@ -2869,28 +2895,6 @@ Here is the caller graph for this function:
-
- - -

◆ D_802856C0

- -
-
- - - - - -
- - - - -
f32 D_802856C0
-
-extern
-
-
@@ -2957,6 +2961,8 @@ Here is the caller graph for this function:
+

Camera rail spline animation.

+
@@ -2979,6 +2985,8 @@ Here is the caller graph for this function:
+

spline animation

+
@@ -3001,6 +3009,8 @@ Here is the caller graph for this function:
+

spline animation

+
@@ -3023,6 +3033,8 @@ Here is the caller graph for this function:
+

spline animation

+
@@ -3045,6 +3057,8 @@ Here is the caller graph for this function:
+

spline animation

+
@@ -3067,6 +3081,8 @@ Here is the caller graph for this function:
+

spline animation

+
@@ -3089,6 +3105,8 @@ Here is the caller graph for this function:
+

spline animation

+
@@ -3111,6 +3129,8 @@ Here is the caller graph for this function:
+

spline animation

+
@@ -3133,6 +3153,8 @@ Here is the caller graph for this function:
+

spline animation

+
@@ -3155,6 +3177,8 @@ Here is the caller graph for this function:
+

spline animation

+
@@ -3177,6 +3201,8 @@ Here is the caller graph for this function:
+

spline animation

+
@@ -3199,6 +3225,8 @@ Here is the caller graph for this function:
+

spline animation

+
@@ -3485,28 +3513,6 @@ Here is the caller graph for this function:
-
- - -

◆ D_80285D10

- -
-
- - - - - -
- - - - -
struct Cutscene D_80285D10[]
-
-extern
-
-
@@ -3597,8 +3603,8 @@ Here is the caller graph for this function: - -

◆ D_802876E0

+ +

◆ D_802876E0

@@ -3607,7 +3613,7 @@ Here is the caller graph for this function:
- +
struct CinematicCamera D_802876E0CinematicCamera D_802876E0
@@ -3727,6 +3733,28 @@ Here is the caller graph for this function:
+
+ + +

◆ gCutScene

+ +
+
+ + + + + +
+ + + + +
struct Cutscene gCutScene[]
+
+extern
+
+
@@ -3749,6 +3777,50 @@ Here is the caller graph for this function:
+
+ + +

◆ gOrderedSizeSlidingBorders

+ +
+
+ + + + + +
+ + + + +
f32 gOrderedSizeSlidingBorders
+
+extern
+
+ +
+
+ +

◆ gSizeSlidingBorders

+ +
+
+ + + + + +
+ + + + +
f32 gSizeSlidingBorders
+
+extern
+
+
diff --git a/ceremony__and__credits_8h.js b/ceremony__and__credits_8h.js index e3681e693..3c556009a 100644 --- a/ceremony__and__credits_8h.js +++ b/ceremony__and__credits_8h.js @@ -9,105 +9,105 @@ var ceremony__and__credits_8h = [ "struct_80286A04", "structstruct__80286A04.html", "structstruct__80286A04" ], [ "CutsceneSplinePoint", "structCutsceneSplinePoint.html", "structCutsceneSplinePoint" ], [ "Cutscene", "structCutscene.html", "structCutscene" ], - [ "cutscene_event", "ceremony__and__credits_8h.html#a800d9a3d845808c36544bd3aa48c2509", null ], + [ "CameraEvent", "ceremony__and__credits_8h.html#a16ada5ce4ea7a29f7c61541481215af0", null ], + [ "CutsceneShot", "ceremony__and__credits_8h.html#a25230c5365692f85c8116f544fdce1cd", null ], + [ "aborting_cinematic_function", "ceremony__and__credits_8h.html#a691bce59eaac103f57c4be0d078a637f", null ], + [ "adjust_f32_value_transition", "ceremony__and__credits_8h.html#af9a6ee40298fd2c746c812fca4bfc9a2", null ], + [ "adjust_s16_value_transition", "ceremony__and__credits_8h.html#aa762dee8606cc7a2419828e3dbf965b8", null ], + [ "animation_apears_sliding_borders", "ceremony__and__credits_8h.html#aed9412b9ef5b83bd962791788e2dc0a1", null ], + [ "animation_disapears_sliding_borders", "ceremony__and__credits_8h.html#a11232af906064ef40228b67bddd78afb", null ], + [ "apply_distance_angle_y_and_angle_y_to_xz", "ceremony__and__credits_8h.html#a1230d72222e9036a0c668bc322260b48", null ], + [ "calculate_distance_angle_y_and_angle_y_to_xz", "ceremony__and__credits_8h.html#af633434383d8a6139e8a4b6123e53d22", null ], + [ "ceremony_transition_sliding_borders", "ceremony__and__credits_8h.html#a513e36d3f7a9dd44fdb8aae694e2ee16", null ], + [ "cinematic_stub", "ceremony__and__credits_8h.html#a9db32a1fc62cd4c19e38fb90019e81e9", null ], + [ "copy_player_three_in_camera", "ceremony__and__credits_8h.html#a2480c1fbc267ca14a4f8cd05fc238a88", null ], + [ "copy_player_two_in_camera", "ceremony__and__credits_8h.html#a979d6972bcdcd0ee0ec96b0b1d2863c9", null ], + [ "cutscene_event", "ceremony__and__credits_8h.html#afe854b6842be4b1196351a2f4adb5b98", null ], + [ "ease_out_transition", "ceremony__and__credits_8h.html#a2ea0ee64ed58b17499a0a7845410525d", null ], + [ "evaluate_cubic_spline", "ceremony__and__credits_8h.html#aea05f618f158918d416b886c83d08c7d", null ], [ "f32_lerp", "ceremony__and__credits_8h.html#aa747046d3ad377102209e71bcaff80ec", null ], [ "func_80282040", "ceremony__and__credits_8h.html#a8b971351adcc1d2c95e16bd3e532b548", null ], [ "func_80282048", "ceremony__and__credits_8h.html#aac8e36ebff1fe7be634bbfe8fabb10eb", null ], - [ "func_80282050", "ceremony__and__credits_8h.html#a5b5078ecbc00b3e707b46f5c0caf82a8", null ], - [ "func_802820F8", "ceremony__and__credits_8h.html#ae08b4086488efefe52ee0fff0437d38d", null ], - [ "func_80282200", "ceremony__and__credits_8h.html#a6c49e723a1756550d87fbc0c664ffa70", null ], - [ "func_80282364", "ceremony__and__credits_8h.html#ad73dea8a54188a8695d5343533a19b4c", null ], - [ "func_80282434", "ceremony__and__credits_8h.html#a84b098af51d734db58aa7663b3b08622", null ], - [ "func_80282454", "ceremony__and__credits_8h.html#a5d609baca0b8599441aa11970473a7d3", null ], - [ "func_80282504", "ceremony__and__credits_8h.html#a960a67dce7fe6ef9b3ef789360283c8a", null ], - [ "func_802825C8", "ceremony__and__credits_8h.html#a18dc536cdef5ec9455acd9e156302ab4", null ], - [ "func_80282700", "ceremony__and__credits_8h.html#ab9691bdb09bfc4edfc6e23fec67d595e", null ], [ "func_80282BE4", "ceremony__and__credits_8h.html#a82dd1a6cc40fd13c3f5524c4c70cd0ce", null ], [ "func_80282C40", "ceremony__and__credits_8h.html#a9bb1fb7b81e707241135b8c0ab2f239c", null ], - [ "func_80282D90", "ceremony__and__credits_8h.html#ae18e22cbc81270341ae4191c62fff685", null ], - [ "func_80282E58", "ceremony__and__credits_8h.html#ae937ec79b1dcf01e1fd000f5cad8917e", null ], - [ "func_80282EAC", "ceremony__and__credits_8h.html#a489c27ee61f7d3305219e3bb126ccac0", null ], + [ "func_80282E58", "ceremony__and__credits_8h.html#a9d417fb03317b9e39298c29d83721b3b", null ], + [ "func_80282EAC", "ceremony__and__credits_8h.html#afca0f099f0a0e3b8d1a7ca16f6141a1d", null ], [ "func_80282F00", "ceremony__and__credits_8h.html#a3614b83dda963f2c00f9ecb224136896", null ], - [ "func_80282F44", "ceremony__and__credits_8h.html#ad3afd04407940953b02b54a21c302a11", null ], - [ "func_802830B4", "ceremony__and__credits_8h.html#ab40e24b7c3206e15fb6107b341b96093", null ], - [ "func_80283100", "ceremony__and__credits_8h.html#afc633ff6f8e0f121158b337fed3d1885", null ], + [ "func_80282F44", "ceremony__and__credits_8h.html#ab37d8664c4febf536b7227d47c860172", null ], + [ "func_802830B4", "ceremony__and__credits_8h.html#acac600762778bbef78c13c95818a4af1", null ], + [ "func_80283100", "ceremony__and__credits_8h.html#a2ef256e67fc0c13ebb420455694ab51d", null ], [ "func_80283240", "ceremony__and__credits_8h.html#a89aa8030d80f6fcbbfbb2ca712ccd3ea", null ], [ "func_80283330", "ceremony__and__credits_8h.html#a978c756b7640fe6e57c13f1561b7b349", null ], - [ "func_8028336C", "ceremony__and__credits_8h.html#a627a0fc9f631d29f8a1ed8f3a99d3c1d", null ], - [ "func_80283428", "ceremony__and__credits_8h.html#ad0ef64539319c68313beebf1fb1a4a91", null ], + [ "func_8028336C", "ceremony__and__credits_8h.html#aa944c8c4d881bf0234bbaf62778902e5", null ], [ "func_80283648", "ceremony__and__credits_8h.html#a675480a570163beac5af4db3f65580a6", null ], - [ "func_80283968", "ceremony__and__credits_8h.html#a50461337c771049916f48f523159b62e", null ], - [ "func_80283994", "ceremony__and__credits_8h.html#ac2413c46cd1372abb73a7bafcd1038e0", null ], - [ "func_802839B4", "ceremony__and__credits_8h.html#ab707496a85b860e4b7d12880fec4a354", null ], - [ "func_802839CC", "ceremony__and__credits_8h.html#af09a21d7e502deeae142a51df2ecd2ca", null ], - [ "func_802839E0", "ceremony__and__credits_8h.html#a931fb45240e78c22434ca8c3d6d877ec", null ], - [ "func_80283A34", "ceremony__and__credits_8h.html#ac128d12afa7d1e0918066e3822157b4a", null ], - [ "func_80283A54", "ceremony__and__credits_8h.html#aad836b58149ccf6297b2f40d7e343306", null ], - [ "func_80283A7C", "ceremony__and__credits_8h.html#a220077b8be997f96efb6bc0ab6e540bb", null ], - [ "func_80283B6C", "ceremony__and__credits_8h.html#a0586204c058df30f9080aaccc9bd69aa", null ], - [ "func_80283BA4", "ceremony__and__credits_8h.html#aea670e049d18122a6ccccb9b46827f6a", null ], - [ "func_80283BF0", "ceremony__and__credits_8h.html#a8c34c45bc103948305194c8fe7555d0b", null ], - [ "func_80283C14", "ceremony__and__credits_8h.html#aef6eec9d95dd52388fca31a1d9e6fc5f", null ], - [ "func_80283C38", "ceremony__and__credits_8h.html#ac294d6dbad72b3ef72ac50261a40b0aa", null ], - [ "func_80283C58", "ceremony__and__credits_8h.html#aec3610afcf46679b213b78061f020705", null ], - [ "func_80283C78", "ceremony__and__credits_8h.html#a55bc2d0364c23e549fd107d65c6627d5", null ], - [ "func_80283CA8", "ceremony__and__credits_8h.html#a712b42a7ba4724baf76284f98de3b521", null ], - [ "func_80283CD0", "ceremony__and__credits_8h.html#aee058637cdf1d839cd118fd077ec69fd", null ], - [ "func_80283D2C", "ceremony__and__credits_8h.html#a0b863565d76a6d742c7931b87243f024", null ], - [ "func_80283EA0", "ceremony__and__credits_8h.html#a6fb5dd2644ace31647e1c6d3ecd26e72", null ], - [ "func_80283ED0", "ceremony__and__credits_8h.html#ae28c502c84063ef3b6de989719031975", null ], - [ "func_80283EF8", "ceremony__and__credits_8h.html#aad71a531354f6e0d97304f14fc5afc11", null ], - [ "func_80283F6C", "ceremony__and__credits_8h.html#afa8939a10094c8d1064e5838c34e7962", null ], - [ "func_80283FCC", "ceremony__and__credits_8h.html#a4b12f198e9855072fa948c5f5358c12f", null ], - [ "func_80283FF4", "ceremony__and__credits_8h.html#a5b9b04822c1f6b89c03a3424b9b32196", null ], - [ "func_80284068", "ceremony__and__credits_8h.html#a1e0cc9dadad511ca406072337abe2fe3", null ], - [ "func_802840C8", "ceremony__and__credits_8h.html#a9d01eec98084c96661cef17abb331ceb", null ], - [ "func_80284154", "ceremony__and__credits_8h.html#a3ae4b8f20d07c2a55440b3490233f356", null ], - [ "func_80284184", "ceremony__and__credits_8h.html#a0a12b9b889d2d46a70fb8203eaba4a84", null ], - [ "func_802841E8", "ceremony__and__credits_8h.html#a214c424f6bb093ce14806b0c1942a035", null ], - [ "func_8028422C", "ceremony__and__credits_8h.html#a76aff5ae3bc2aa83c632cc3d3332cf16", null ], - [ "func_802842A8", "ceremony__and__credits_8h.html#a4d89778267057d479a8080dd9a7573cd", null ], - [ "func_802842D8", "ceremony__and__credits_8h.html#afbc1e7fe172e367689fc810eed01ffd5", null ], - [ "func_80284308", "ceremony__and__credits_8h.html#ac4b07b25457ea54a41807bfcb755739b", null ], - [ "func_80284418", "ceremony__and__credits_8h.html#a88d7471f0b4dcc1230eed17d227492fa", null ], - [ "func_80284494", "ceremony__and__credits_8h.html#afcb29d3890b6831c11ce66ef8fedc708", null ], - [ "func_802844FC", "ceremony__and__credits_8h.html#afcdcb326de7f3514c78322b9b9b6362c", null ], - [ "func_8028454C", "ceremony__and__credits_8h.html#abb4115c475f405ca165d3be4c0a0d0b8", null ], - [ "func_802845EC", "ceremony__and__credits_8h.html#ab7144feed2691035495b6bc165845577", null ], - [ "func_8028461C", "ceremony__and__credits_8h.html#a2ee5713b2ace180a49981a669e6367b1", null ], - [ "func_80284648", "ceremony__and__credits_8h.html#ad5299c71cd701399285317c15aea9a66", null ], + [ "func_80283A54", "ceremony__and__credits_8h.html#a00ac795104f667a1650e2672e3e90214", null ], + [ "func_80283A7C", "ceremony__and__credits_8h.html#afe6bccd207b9524ad4722aab3f958c96", null ], + [ "func_80283B6C", "ceremony__and__credits_8h.html#ae25b6ca2e8d1c7fa9fbf099ef3b610f0", null ], + [ "func_80283BA4", "ceremony__and__credits_8h.html#a8f227fdc918982f99823d3836adde127", null ], + [ "func_80283BF0", "ceremony__and__credits_8h.html#a2a0956cc49513c6c8a2a49a7d9a7966f", null ], + [ "func_80283C14", "ceremony__and__credits_8h.html#a9da88a0b8cdabdd7a070a0d25277a0ba", null ], + [ "func_80283C78", "ceremony__and__credits_8h.html#a5ce0e3d8b3f9d8404ed205e7821df310", null ], + [ "func_80283CA8", "ceremony__and__credits_8h.html#adca16fcbb69f5cf7f9a5d6eb9ba37e7c", null ], + [ "func_80283CD0", "ceremony__and__credits_8h.html#a30b371a7a11b2c0d6665aed6fe934cd5", null ], + [ "func_80283D2C", "ceremony__and__credits_8h.html#a7b1fa42380d98cdd68af978c90946125", null ], + [ "func_80283EA0", "ceremony__and__credits_8h.html#afcb431c39e0d5e9a605d34ca51303964", null ], + [ "func_80283F6C", "ceremony__and__credits_8h.html#a16d037a1a99bd5b242bb37344a6b0e01", null ], + [ "func_80284068", "ceremony__and__credits_8h.html#a991079ad2acfd2f1c2f6a239f39a32bf", null ], + [ "func_802840C8", "ceremony__and__credits_8h.html#a258ed9f6eff6d05fa015cf38cac0e8a5", null ], + [ "func_80284154", "ceremony__and__credits_8h.html#add0eecce8facd7966a34271f1cb81b7e", null ], + [ "func_80284184", "ceremony__and__credits_8h.html#a41018ab0e406762fd175f1fb2dde4c79", null ], + [ "func_802841E8", "ceremony__and__credits_8h.html#a66261cad5d8fffb3739fb8f7fd6554f3", null ], + [ "func_8028422C", "ceremony__and__credits_8h.html#adefba1cdc3c8467b983a2bf983402078", null ], + [ "func_802842A8", "ceremony__and__credits_8h.html#a91c9611cb8eff624c39c8570e977e6fb", null ], + [ "func_802842D8", "ceremony__and__credits_8h.html#a962c73610661594729d6bfd9a6b3be68", null ], + [ "func_80284308", "ceremony__and__credits_8h.html#a89f8f4ca98c8afd52a9197cf15e788a4", null ], + [ "func_80284418", "ceremony__and__credits_8h.html#ad919912299ca2cdf204b88d0e2b492d4", null ], + [ "func_80284494", "ceremony__and__credits_8h.html#acc211a0cb08ba00ee06e5c4b99517d8f", null ], + [ "func_802844FC", "ceremony__and__credits_8h.html#ae81bae8764d578913b6470da3f4a9f10", null ], + [ "func_8028454C", "ceremony__and__credits_8h.html#a2564dbb280a8e392731a826a51508b1b", null ], + [ "func_802845EC", "ceremony__and__credits_8h.html#a3738a1770efaf8e99f582c92b5adc2c3", null ], + [ "func_8028461C", "ceremony__and__credits_8h.html#a5eff88145d1095565fd7ae1b0fc4f861", null ], + [ "func_80284648", "ceremony__and__credits_8h.html#a78282bb528d177164c3f23ffc0d568ce", null ], [ "func_802846AC", "ceremony__and__credits_8h.html#ad9d252fdceed19419fcb2c1ec98ac3d1", null ], - [ "func_802846B4", "ceremony__and__credits_8h.html#a5cadb7d9d754e257993459a2dffd7b4f", null ], - [ "func_802846E4", "ceremony__and__credits_8h.html#adb8b89509eba2211d2c279aa662f2d70", null ], - [ "func_802847CC", "ceremony__and__credits_8h.html#a54ef49394d29e8af84096a9c3a8fcc4e", null ], + [ "func_802846B4", "ceremony__and__credits_8h.html#ab2f9e2dc7dcc89e89a6f831153be8b8e", null ], + [ "func_802846E4", "ceremony__and__credits_8h.html#ad8aba525036323f4e292e63fb2a356d0", null ], + [ "func_802847CC", "ceremony__and__credits_8h.html#a3cdfcb763229af7dfb845056af746039", null ], [ "init_cinematic_camera", "ceremony__and__credits_8h.html#a0cfc0497fcbdbeed3cd13dfcf3607547", null ], + [ "lerp_player_three_in_camera", "ceremony__and__credits_8h.html#a07a13cfc9d22bc0f0fe982c456bfe335", null ], + [ "lerp_player_two_in_camera", "ceremony__and__credits_8h.html#ab319d631f0487dc81b1b43a38c3fb1ca", null ], + [ "move_cinematic_camera_along_spline", "ceremony__and__credits_8h.html#aed3de13c998fe611bf7b7cee101d73b2", null ], [ "move_point_along_spline", "ceremony__and__credits_8h.html#a555406a43bcc3730a375b81ca3616b52", null ], - [ "play_cutscene", "ceremony__and__credits_8h.html#a3aec6aac2db4813def828253dff1ffb0", null ], - [ "play_sound_balloon_pop", "ceremony__and__credits_8h.html#a57c8953888a5d8c66b9c62641f9da689", null ], - [ "play_sound_congratulation", "ceremony__and__credits_8h.html#acc1fe7421554921236959625733228a3", null ], - [ "play_sound_farewell", "ceremony__and__credits_8h.html#af41c929710cbddd06aad5c867ed1a816", null ], - [ "play_sound_fish", "ceremony__and__credits_8h.html#ac2cbe3897b07c6a9dc6c1d9e5135797f", null ], - [ "play_sound_fish_2", "ceremony__and__credits_8h.html#a0f0f0f5aa3ecef1356dd9aef4acc6570", null ], - [ "play_sound_podium", "ceremony__and__credits_8h.html#a487ea7166e9f7c522b8181bdc64ba4c9", null ], - [ "play_sound_shoot_trophy", "ceremony__and__credits_8h.html#a4cf58fded821b82019099687a0f3263f", null ], - [ "play_sound_trophy", "ceremony__and__credits_8h.html#ab2de60f992374f16335987b49f46cbf8", null ], - [ "play_sound_welcome", "ceremony__and__credits_8h.html#aaf817c90c0a80b05c9791deb64f540d1", null ], + [ "play_cutscene", "ceremony__and__credits_8h.html#a5b5ed72310520791870bbf9bd3fe930e", null ], + [ "play_sound_balloon_pop", "ceremony__and__credits_8h.html#a0a569925b78ea6d66189490741a5f1f0", null ], + [ "play_sound_congratulation", "ceremony__and__credits_8h.html#a7acef5f9cd068403e77b24805894cc97", null ], + [ "play_sound_farewell", "ceremony__and__credits_8h.html#a2afaa9b1b8b4cce71b367001ccf886eb", null ], + [ "play_sound_fish", "ceremony__and__credits_8h.html#a4b3601209ef47d86271ef596c008d4f8", null ], + [ "play_sound_fish_2", "ceremony__and__credits_8h.html#acadb678a64cb76a55728305aeda087a8", null ], + [ "play_sound_podium", "ceremony__and__credits_8h.html#a135bc63f5dda675e152390cde029b4e1", null ], + [ "play_sound_shoot_trophy", "ceremony__and__credits_8h.html#aaec8de7e590095436499e099271855da", null ], + [ "play_sound_trophy", "ceremony__and__credits_8h.html#ad5d1f4c9cc70f1f5d6dd4bddd3da2bf4", null ], + [ "play_sound_welcome", "ceremony__and__credits_8h.html#a19d5cfea522aad458b3179d05078e7a0", null ], [ "reset_spline", "ceremony__and__credits_8h.html#ad7eaa744a487416940013f05c90a2cd0", null ], - [ "set_transition_colour_fade_alpha_ending", "ceremony__and__credits_8h.html#a18322e45b940a90a29cd29c571616ef8", null ], - [ "transition_sliding_borders", "ceremony__and__credits_8h.html#a95f780b3400179205a22494827db1fc9", null ], + [ "reset_spline_wrap", "ceremony__and__credits_8h.html#a088020592819471789cd98bb0412bba2", null ], + [ "rotate_x_vec3f", "ceremony__and__credits_8h.html#a7456ffcd48b2c0ce1cf34715c3ad09ad", null ], + [ "rotate_y_vec3f", "ceremony__and__credits_8h.html#ab60d9a4e301ab79558c18aabe242d95b", null ], [ "vec3f_clear", "ceremony__and__credits_8h.html#a625312794610f67255112bf852fc4098", null ], [ "vec3f_copy_return_dupe", "ceremony__and__credits_8h.html#a87fedba25d342ac77a029e45d6d8ccb8", null ], [ "vec3f_set_dupe", "ceremony__and__credits_8h.html#a01254d9598b38a49d92b95ba99dec06f", null ], [ "vec3s_clear", "ceremony__and__credits_8h.html#ad429f770b9ea2a6d21dab8839924a2ed", null ], [ "vec3s_copy_dupe", "ceremony__and__credits_8h.html#a256ebb46259882750b0cb38893ba26ff", null ], [ "vec3s_set_dupe", "ceremony__and__credits_8h.html#aff58613578d9aaed654ff5c0d89eca50", null ], + [ "wrap_func_80092C80", "ceremony__and__credits_8h.html#a88357d575c85bec4ed3a3d68810b4526", null ], + [ "wrap_func_800CA0CC", "ceremony__and__credits_8h.html#afc2019833412d0d0040c82fa1969a019", null ], + [ "wrap_func_800CB134", "ceremony__and__credits_8h.html#a3820ad4259b92626a9ec152d079cb636", null ], + [ "wrap_func_800CB14C", "ceremony__and__credits_8h.html#a181b1fb4ef54eb20121df19bfb7e039a", null ], + [ "wrap_func_80280FFC", "ceremony__and__credits_8h.html#a6e77421d4cfe4f95d32606b7d9721a67", null ], + [ "wrap_func_8028100C", "ceremony__and__credits_8h.html#a0a26a11c2cf8af5c07f50559903c76ce", null ], [ "D_80283FCC", "ceremony__and__credits_8h.html#a69c2507b42aa5cce73b7d0538580e1ee", null ], [ "D_80283FF4", "ceremony__and__credits_8h.html#af9538a294ee19b1604137c0aa6adfc56", null ], [ "D_802856B0", "ceremony__and__credits_8h.html#a90b71c3f885a7d2ca209c2d710d37255", null ], [ "D_802856B4", "ceremony__and__credits_8h.html#a9f23246e6469d5a406755f02a96b4c5e", null ], - [ "D_802856B8", "ceremony__and__credits_8h.html#a7a3282ca55775c8dd9d99fd6b97cad99", null ], [ "D_802856BC", "ceremony__and__credits_8h.html#a09d05c4f13230c6e07b8a43dad3a2a59", null ], - [ "D_802856C0", "ceremony__and__credits_8h.html#a422d5154df4ea85909873949b06ef114", null ], [ "D_802856C4", "ceremony__and__credits_8h.html#a0f90b69b7866d17451bccba643391157", null ], [ "D_802856C8", "ceremony__and__credits_8h.html#af409ba693a2e15a3dfa59a23659b8d78", null ], [ "D_802856DC", "ceremony__and__credits_8h.html#aa541fc201d6e5afd3fea4d074c5db77a", null ], @@ -135,18 +135,20 @@ var ceremony__and__credits_8h = [ "D_80285BA8", "ceremony__and__credits_8h.html#ab8e84b386e5747e32983d868c15073be", null ], [ "D_80285C38", "ceremony__and__credits_8h.html#aeecbc0801f7140ebd3d6299c73c2a862", null ], [ "D_80285C74", "ceremony__and__credits_8h.html#a06c90172d5b2ac28a3dc1fc564e02feb", null ], - [ "D_80285D10", "ceremony__and__credits_8h.html#aa1b48925254b2625d381adcf03af043a", null ], [ "D_80285D14", "ceremony__and__credits_8h.html#a88a63327f5d3d15a4e2d39ec2a66909c", null ], [ "D_802876D4", "ceremony__and__credits_8h.html#aafc5182e9771a62fbc69feec223c5579", null ], [ "D_802876D8", "ceremony__and__credits_8h.html#a7f2f482d5fded6b1ffa153e9f0502019", null ], [ "D_802876DC", "ceremony__and__credits_8h.html#af416b1f15fb96b9e7782ea43479fb102", null ], - [ "D_802876E0", "ceremony__and__credits_8h.html#a148884b4f55eda8db622fd8ae4b1b73e", null ], + [ "D_802876E0", "ceremony__and__credits_8h.html#aea394add4c9214deadc2b58b3eedaabd", null ], [ "D_80287750", "ceremony__and__credits_8h.html#a2bb31358f1ae4bcbd2c26827a0705039", null ], [ "D_80287818", "ceremony__and__credits_8h.html#a81bbd6acf6e0b2c89b6130dac630b3b8", null ], [ "D_80287998", "ceremony__and__credits_8h.html#aa7ed6cd289d8acf8e1a1a3e8e891ec32", null ], [ "D_80287B1E", "ceremony__and__credits_8h.html#af67d4dc7e1b9e9e331291a7c0d6d9ff6", null ], [ "D_80287B20", "ceremony__and__credits_8h.html#ae0b2c2988791af51d7038ee4244b0992", null ], + [ "gCutScene", "ceremony__and__credits_8h.html#af8f1dc93204108709dd06e0ddc184b9e", null ], [ "gCutsceneShotTimer", "ceremony__and__credits_8h.html#a08e9dc3c81aee6cb8532ff8091549f18", null ], + [ "gOrderedSizeSlidingBorders", "ceremony__and__credits_8h.html#ac2eab0eb884b237d68cb96975e088834", null ], + [ "gSizeSlidingBorders", "ceremony__and__credits_8h.html#a786899947d5ad3746ef7b09cb81f7118", null ], [ "sCutsceneShot", "ceremony__and__credits_8h.html#a956b3f48a385d8c138bb35ae9847c992", null ], [ "sCutsceneSplineSegment", "ceremony__and__credits_8h.html#af891ee7c37f3086d9b5a380683a01225", null ], [ "sCutsceneSplineSegmentProgress", "ceremony__and__credits_8h.html#a002b453fed030382e4c7db29878fc373", null ] diff --git a/ceremony__and__credits_8h_a01254d9598b38a49d92b95ba99dec06f_icgraph.map b/ceremony__and__credits_8h_a01254d9598b38a49d92b95ba99dec06f_icgraph.map index 42f22aab4..b3a14d096 100644 --- a/ceremony__and__credits_8h_a01254d9598b38a49d92b95ba99dec06f_icgraph.map +++ b/ceremony__and__credits_8h_a01254d9598b38a49d92b95ba99dec06f_icgraph.map @@ -1,17 +1,17 @@ - - - - - - - - - + + + + + + + + + - - - + + + @@ -23,18 +23,18 @@ - + - - - - - - + + + + + + - + - + diff --git a/ceremony__and__credits_8h_a01254d9598b38a49d92b95ba99dec06f_icgraph.md5 b/ceremony__and__credits_8h_a01254d9598b38a49d92b95ba99dec06f_icgraph.md5 index 19467b48a..69ab53756 100644 --- a/ceremony__and__credits_8h_a01254d9598b38a49d92b95ba99dec06f_icgraph.md5 +++ b/ceremony__and__credits_8h_a01254d9598b38a49d92b95ba99dec06f_icgraph.md5 @@ -1 +1 @@ -6d1deeb3dad8b5bf0b08d981ce7bbd4a \ No newline at end of file +8f7615243890119d79d65b89adea30c7 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a01254d9598b38a49d92b95ba99dec06f_icgraph.svg b/ceremony__and__credits_8h_a01254d9598b38a49d92b95ba99dec06f_icgraph.svg index 3edcb662c..a24c009a2 100644 --- a/ceremony__and__credits_8h_a01254d9598b38a49d92b95ba99dec06f_icgraph.svg +++ b/ceremony__and__credits_8h_a01254d9598b38a49d92b95ba99dec06f_icgraph.svg @@ -4,7 +4,7 @@ - + - -func_80283EF8 + +lerp_player_three_in_camera Node1 - -func_80283EF8 + +lerp_player_three_in +_camera @@ -31,8 +32,8 @@ Node2 - -f32_lerp + +f32_lerp @@ -40,8 +41,8 @@ Node1->Node2 - - + + diff --git a/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_cgraph_org.svg b/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_cgraph_org.svg new file mode 100644 index 000000000..ad87c0a41 --- /dev/null +++ b/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_cgraph_org.svg @@ -0,0 +1,40 @@ + + + + + + +lerp_player_three_in_camera + + +Node1 + + +lerp_player_three_in +_camera + + + + + +Node2 + + +f32_lerp + + + + + +Node1->Node2 + + + + + + + + diff --git a/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_icgraph.map b/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_icgraph.map new file mode 100644 index 000000000..c40d9721c --- /dev/null +++ b/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_icgraph.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_icgraph.md5 b/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_icgraph.md5 new file mode 100644 index 000000000..9f2036117 --- /dev/null +++ b/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_icgraph.md5 @@ -0,0 +1 @@ +ed4900060c4adea747f60fe317c7a961 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_icgraph.svg b/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_icgraph.svg new file mode 100644 index 000000000..d6f24f7b2 --- /dev/null +++ b/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_icgraph.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + +lerp_player_three_in_camera + + +Node1 + + +lerp_player_three_in +_camera + + + + + +Node2 + + +func_80284068 + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_802840C8 + + + + + +Node2->Node3 + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_icgraph_org.svg b/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_icgraph_org.svg new file mode 100644 index 000000000..c26bf6075 --- /dev/null +++ b/ceremony__and__credits_8h_a07a13cfc9d22bc0f0fe982c456bfe335_icgraph_org.svg @@ -0,0 +1,58 @@ + + + + + + +lerp_player_three_in_camera + + +Node1 + + +lerp_player_three_in +_camera + + + + + +Node2 + + +func_80284068 + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_802840C8 + + + + + +Node2->Node3 + + + + + + + + diff --git a/ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_icgraph.md5 b/ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_icgraph.md5 deleted file mode 100644 index ece501aef..000000000 --- a/ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -0286a730a0b0f65779eb4ef025bf6d80 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a0b863565d76a6d742c7931b87243f024_cgraph.map b/ceremony__and__credits_8h_a0b863565d76a6d742c7931b87243f024_cgraph.map deleted file mode 100644 index 911e9e2c3..000000000 --- a/ceremony__and__credits_8h_a0b863565d76a6d742c7931b87243f024_cgraph.map +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_a0b863565d76a6d742c7931b87243f024_cgraph.md5 b/ceremony__and__credits_8h_a0b863565d76a6d742c7931b87243f024_cgraph.md5 deleted file mode 100644 index 7fb364995..000000000 --- a/ceremony__and__credits_8h_a0b863565d76a6d742c7931b87243f024_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -31000a2bcc0192c510eb4a518f7891d6 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a0b863565d76a6d742c7931b87243f024_cgraph.svg b/ceremony__and__credits_8h_a0b863565d76a6d742c7931b87243f024_cgraph.svg deleted file mode 100644 index 0f1a8205e..000000000 --- a/ceremony__and__credits_8h_a0b863565d76a6d742c7931b87243f024_cgraph.svg +++ /dev/null @@ -1,499 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -func_80283D2C - - -Node1 - - -func_80283D2C - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node1->Node3 - - - - - - - - -Node10 - - -func_80283994 - - - - - -Node1->Node10 - - - - - - - - -Node12 - - -func_80283A34 - - - - - -Node1->Node12 - - - - - - - - -Node14 - - -func_80283BF0 - - - - - -Node1->Node14 - - - - - - - - -Node17 - - -func_80283CA8 - - - - - -Node1->Node17 - - - - - - - - -Node20 - - -play_sound_balloon_pop - - - - - -Node1->Node20 - - - - - - - - -Node3->Node2 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node3->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node3->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -func_80280FFC - - - - - -Node10->Node11 - - - - - - - - -Node13 - - -func_800CA0CC - - - - - -Node12->Node13 - - - - - - - - -Node15 - - -func_800C8EF8 - - - - - -Node14->Node15 - - - - - - - - -Node16 - - -func_800C3448 - - - - - -Node15->Node16 - - - - - - - - -Node18 - - -func_800CA008 - - - - - -Node17->Node18 - - - - - - - - -Node18->Node16 - - - - - - - - -Node19 - - -func_800C36C4 - - - - - -Node18->Node19 - - - - - - - - -Node21 - - -play_sound2 - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -play_sound - - - - - -Node21->Node22 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_a0b863565d76a6d742c7931b87243f024_cgraph_org.svg b/ceremony__and__credits_8h_a0b863565d76a6d742c7931b87243f024_cgraph_org.svg deleted file mode 100644 index 964324459..000000000 --- a/ceremony__and__credits_8h_a0b863565d76a6d742c7931b87243f024_cgraph_org.svg +++ /dev/null @@ -1,417 +0,0 @@ - - - - - - -func_80283D2C - - -Node1 - - -func_80283D2C - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node1->Node3 - - - - - - - - -Node10 - - -func_80283994 - - - - - -Node1->Node10 - - - - - - - - -Node12 - - -func_80283A34 - - - - - -Node1->Node12 - - - - - - - - -Node14 - - -func_80283BF0 - - - - - -Node1->Node14 - - - - - - - - -Node17 - - -func_80283CA8 - - - - - -Node1->Node17 - - - - - - - - -Node20 - - -play_sound_balloon_pop - - - - - -Node1->Node20 - - - - - - - - -Node3->Node2 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node3->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node3->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -func_80280FFC - - - - - -Node10->Node11 - - - - - - - - -Node13 - - -func_800CA0CC - - - - - -Node12->Node13 - - - - - - - - -Node15 - - -func_800C8EF8 - - - - - -Node14->Node15 - - - - - - - - -Node16 - - -func_800C3448 - - - - - -Node15->Node16 - - - - - - - - -Node18 - - -func_800CA008 - - - - - -Node17->Node18 - - - - - - - - -Node18->Node16 - - - - - - - - -Node19 - - -func_800C36C4 - - - - - -Node18->Node19 - - - - - - - - -Node21 - - -play_sound2 - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -play_sound - - - - - -Node21->Node22 - - - - - - - - diff --git a/ceremony__and__credits_8h_a0cfc0497fcbdbeed3cd13dfcf3607547_icgraph.map b/ceremony__and__credits_8h_a0cfc0497fcbdbeed3cd13dfcf3607547_icgraph.map index 0e1c9af56..7d4ca1efa 100644 --- a/ceremony__and__credits_8h_a0cfc0497fcbdbeed3cd13dfcf3607547_icgraph.map +++ b/ceremony__and__credits_8h_a0cfc0497fcbdbeed3cd13dfcf3607547_icgraph.map @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a0cfc0497fcbdbeed3cd13dfcf3607547_icgraph.md5 b/ceremony__and__credits_8h_a0cfc0497fcbdbeed3cd13dfcf3607547_icgraph.md5 index b5c53198f..bff72967e 100644 --- a/ceremony__and__credits_8h_a0cfc0497fcbdbeed3cd13dfcf3607547_icgraph.md5 +++ b/ceremony__and__credits_8h_a0cfc0497fcbdbeed3cd13dfcf3607547_icgraph.md5 @@ -1 +1 @@ -e816655ec076b4d80d346f73665873bd \ No newline at end of file +f386d2cdd6a0bc9b9a60ed01980f1b13 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a0cfc0497fcbdbeed3cd13dfcf3607547_icgraph.svg b/ceremony__and__credits_8h_a0cfc0497fcbdbeed3cd13dfcf3607547_icgraph.svg index ee767a6fb..c70c9bf0b 100644 --- a/ceremony__and__credits_8h_a0cfc0497fcbdbeed3cd13dfcf3607547_icgraph.svg +++ b/ceremony__and__credits_8h_a0cfc0497fcbdbeed3cd13dfcf3607547_icgraph.svg @@ -4,7 +4,7 @@ - + - -func_80283FCC + +copy_player_three_in_camera Node1 - -func_80283FCC + +copy_player_three_in +_camera @@ -31,8 +32,8 @@ Node2 - -vec3f_copy_return_dupe + +vec3f_copy_return_dupe @@ -40,8 +41,8 @@ Node1->Node2 - - + + diff --git a/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_cgraph_org.svg b/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_cgraph_org.svg new file mode 100644 index 000000000..f62d2fd72 --- /dev/null +++ b/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_cgraph_org.svg @@ -0,0 +1,40 @@ + + + + + + +copy_player_three_in_camera + + +Node1 + + +copy_player_three_in +_camera + + + + + +Node2 + + +vec3f_copy_return_dupe + + + + + +Node1->Node2 + + + + + + + + diff --git a/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_icgraph.map b/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_icgraph.map new file mode 100644 index 000000000..6b16c8549 --- /dev/null +++ b/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_icgraph.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_icgraph.md5 b/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_icgraph.md5 new file mode 100644 index 000000000..d398e5ca3 --- /dev/null +++ b/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_icgraph.md5 @@ -0,0 +1 @@ +74c53e6b3fc65d9352d90c9306cf0866 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a9142d17aaf7cefa09b66aa82ef143f22_icgraph.svg b/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_icgraph.svg similarity index 56% rename from ceremony__and__credits_8c_a9142d17aaf7cefa09b66aa82ef143f22_icgraph.svg rename to ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_icgraph.svg index cc4e01d68..aedd2f005 100644 --- a/ceremony__and__credits_8c_a9142d17aaf7cefa09b66aa82ef143f22_icgraph.svg +++ b/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_icgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + - -func_80283EF8 + +copy_player_three_in_camera Node1 - -func_80283EF8 + +copy_player_three_in +_camera Node2 - - -func_80283F6C + + +func_80284068 @@ -40,17 +41,17 @@ Node1->Node2 - - + + Node3 - - -func_802840C8 + + +func_802840C8 @@ -58,8 +59,8 @@ Node2->Node3 - - + + diff --git a/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_icgraph_org.svg b/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_icgraph_org.svg new file mode 100644 index 000000000..46b3f44ea --- /dev/null +++ b/ceremony__and__credits_8h_a2480c1fbc267ca14a4f8cd05fc238a88_icgraph_org.svg @@ -0,0 +1,58 @@ + + + + + + +copy_player_three_in_camera + + +Node1 + + +copy_player_three_in +_camera + + + + + +Node2 + + +func_80284068 + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_802840C8 + + + + + +Node2->Node3 + + + + + + + + diff --git a/ceremony__and__credits_8h_a2564dbb280a8e392731a826a51508b1b_cgraph.map b/ceremony__and__credits_8h_a2564dbb280a8e392731a826a51508b1b_cgraph.map new file mode 100644 index 000000000..84a9039ce --- /dev/null +++ b/ceremony__and__credits_8h_a2564dbb280a8e392731a826a51508b1b_cgraph.map @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a2564dbb280a8e392731a826a51508b1b_cgraph.md5 b/ceremony__and__credits_8h_a2564dbb280a8e392731a826a51508b1b_cgraph.md5 new file mode 100644 index 000000000..e578d7f31 --- /dev/null +++ b/ceremony__and__credits_8h_a2564dbb280a8e392731a826a51508b1b_cgraph.md5 @@ -0,0 +1 @@ +b698f129ecb036c0c6395d2284962310 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a2564dbb280a8e392731a826a51508b1b_cgraph.svg b/ceremony__and__credits_8h_a2564dbb280a8e392731a826a51508b1b_cgraph.svg new file mode 100644 index 000000000..978c7bcc5 --- /dev/null +++ b/ceremony__and__credits_8h_a2564dbb280a8e392731a826a51508b1b_cgraph.svg @@ -0,0 +1,437 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +func_8028454C + + +Node1 + + +func_8028454C + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283CA8 + + + + + +Node1->Node3 + + + + + + + + +Node7 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node7 + + + + + + + + +Node14 + + +wrap_func_800CA0CC + + + + + +Node1->Node14 + + + + + + + + +Node16 + + +wrap_func_800CB134 + + + + + +Node1->Node16 + + + + + + + + +Node18 + + +wrap_func_80280FFC + + + + + +Node1->Node18 + + + + + + + + +Node4 + + +func_800CA008 + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_800C3448 + + + + + +Node4->Node5 + + + + + + + + +Node6 + + +func_800C36C4 + + + + + +Node4->Node6 + + + + + + + + +Node7->Node2 + + + + + + + + +Node8 + + +func_80282C40 + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +move_point_along_spline + + + + + +Node7->Node10 + + + + + + + + +Node12 + + +reset_spline_wrap + + + + + +Node7->Node12 + + + + + + + + +Node9 + + +func_80282BE4 + + + + + +Node8->Node9 + + + + + + + + +Node11 + + +evaluate_cubic_spline + + + + + +Node10->Node11 + + + + + + + + +Node13 + + +reset_spline + + + + + +Node12->Node13 + + + + + + + + +Node15 + + +func_800CA0CC + + + + + +Node14->Node15 + + + + + + + + +Node17 + + +func_800CB134 + + + + + +Node16->Node17 + + + + + + + + +Node19 + + +func_80280FFC + + + + + +Node18->Node19 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a2564dbb280a8e392731a826a51508b1b_cgraph_org.svg b/ceremony__and__credits_8h_a2564dbb280a8e392731a826a51508b1b_cgraph_org.svg new file mode 100644 index 000000000..1c70f9b17 --- /dev/null +++ b/ceremony__and__credits_8h_a2564dbb280a8e392731a826a51508b1b_cgraph_org.svg @@ -0,0 +1,355 @@ + + + + + + +func_8028454C + + +Node1 + + +func_8028454C + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283CA8 + + + + + +Node1->Node3 + + + + + + + + +Node7 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node7 + + + + + + + + +Node14 + + +wrap_func_800CA0CC + + + + + +Node1->Node14 + + + + + + + + +Node16 + + +wrap_func_800CB134 + + + + + +Node1->Node16 + + + + + + + + +Node18 + + +wrap_func_80280FFC + + + + + +Node1->Node18 + + + + + + + + +Node4 + + +func_800CA008 + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_800C3448 + + + + + +Node4->Node5 + + + + + + + + +Node6 + + +func_800C36C4 + + + + + +Node4->Node6 + + + + + + + + +Node7->Node2 + + + + + + + + +Node8 + + +func_80282C40 + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +move_point_along_spline + + + + + +Node7->Node10 + + + + + + + + +Node12 + + +reset_spline_wrap + + + + + +Node7->Node12 + + + + + + + + +Node9 + + +func_80282BE4 + + + + + +Node8->Node9 + + + + + + + + +Node11 + + +evaluate_cubic_spline + + + + + +Node10->Node11 + + + + + + + + +Node13 + + +reset_spline + + + + + +Node12->Node13 + + + + + + + + +Node15 + + +func_800CA0CC + + + + + +Node14->Node15 + + + + + + + + +Node17 + + +func_800CB134 + + + + + +Node16->Node17 + + + + + + + + +Node19 + + +func_80280FFC + + + + + +Node18->Node19 + + + + + + + + diff --git a/ceremony__and__credits_8h_a258ed9f6eff6d05fa015cf38cac0e8a5_cgraph.map b/ceremony__and__credits_8h_a258ed9f6eff6d05fa015cf38cac0e8a5_cgraph.map new file mode 100644 index 000000000..ddccfce07 --- /dev/null +++ b/ceremony__and__credits_8h_a258ed9f6eff6d05fa015cf38cac0e8a5_cgraph.map @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a258ed9f6eff6d05fa015cf38cac0e8a5_cgraph.md5 b/ceremony__and__credits_8h_a258ed9f6eff6d05fa015cf38cac0e8a5_cgraph.md5 new file mode 100644 index 000000000..b6fa8e0fb --- /dev/null +++ b/ceremony__and__credits_8h_a258ed9f6eff6d05fa015cf38cac0e8a5_cgraph.md5 @@ -0,0 +1 @@ +e0600bc7e66df79be99c39ae3cb993ea \ No newline at end of file diff --git a/ceremony__and__credits_8h_a258ed9f6eff6d05fa015cf38cac0e8a5_cgraph.svg b/ceremony__and__credits_8h_a258ed9f6eff6d05fa015cf38cac0e8a5_cgraph.svg new file mode 100644 index 000000000..f2bb3ea40 --- /dev/null +++ b/ceremony__and__credits_8h_a258ed9f6eff6d05fa015cf38cac0e8a5_cgraph.svg @@ -0,0 +1,558 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +func_802840C8 + + +Node1 + + +func_802840C8 + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283C14 + + + + + +Node1->Node3 + + + + + + + + +Node6 + + +func_80283EA0 + + + + + +Node1->Node6 + + + + + + + + +Node14 + + +func_80283F6C + + + + + +Node1->Node14 + + + + + + + + +Node20 + + +func_80284068 + + + + + +Node1->Node20 + + + + + + + + +Node4 + + +func_800C8EF8 + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_800C3448 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +move_cinematic_camera +_along_spline + + + + + +Node6->Node7 + + + + + + + + +Node7->Node2 + + + + + + + + +Node8 + + +func_80282C40 + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +move_point_along_spline + + + + + +Node7->Node10 + + + + + + + + +Node12 + + +reset_spline_wrap + + + + + +Node7->Node12 + + + + + + + + +Node9 + + +func_80282BE4 + + + + + +Node8->Node9 + + + + + + + + +Node11 + + +evaluate_cubic_spline + + + + + +Node10->Node11 + + + + + + + + +Node13 + + +reset_spline + + + + + +Node12->Node13 + + + + + + + + +Node14->Node2 + + + + + + + + +Node15 + + +copy_player_two_in +_camera + + + + + +Node14->Node15 + + + + + + + + +Node17 + + +func_80282E58 + + + + + +Node14->Node17 + + + + + + + + +Node18 + + +lerp_player_two_in +_camera + + + + + +Node14->Node18 + + + + + + + + +Node16 + + +vec3f_copy_return_dupe + + + + + +Node15->Node16 + + + + + + + + +Node17->Node8 + + + + + + + + +Node17->Node10 + + + + + + + + +Node19 + + +f32_lerp + + + + + +Node18->Node19 + + + + + + + + +Node20->Node2 + + + + + + + + +Node20->Node17 + + + + + + + + +Node21 + + +copy_player_three_in +_camera + + + + + +Node20->Node21 + + + + + + + + +Node22 + + +lerp_player_three_in +_camera + + + + + +Node20->Node22 + + + + + + + + +Node21->Node16 + + + + + + + + +Node22->Node19 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a258ed9f6eff6d05fa015cf38cac0e8a5_cgraph_org.svg b/ceremony__and__credits_8h_a258ed9f6eff6d05fa015cf38cac0e8a5_cgraph_org.svg new file mode 100644 index 000000000..8a013db27 --- /dev/null +++ b/ceremony__and__credits_8h_a258ed9f6eff6d05fa015cf38cac0e8a5_cgraph_org.svg @@ -0,0 +1,476 @@ + + + + + + +func_802840C8 + + +Node1 + + +func_802840C8 + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283C14 + + + + + +Node1->Node3 + + + + + + + + +Node6 + + +func_80283EA0 + + + + + +Node1->Node6 + + + + + + + + +Node14 + + +func_80283F6C + + + + + +Node1->Node14 + + + + + + + + +Node20 + + +func_80284068 + + + + + +Node1->Node20 + + + + + + + + +Node4 + + +func_800C8EF8 + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_800C3448 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +move_cinematic_camera +_along_spline + + + + + +Node6->Node7 + + + + + + + + +Node7->Node2 + + + + + + + + +Node8 + + +func_80282C40 + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +move_point_along_spline + + + + + +Node7->Node10 + + + + + + + + +Node12 + + +reset_spline_wrap + + + + + +Node7->Node12 + + + + + + + + +Node9 + + +func_80282BE4 + + + + + +Node8->Node9 + + + + + + + + +Node11 + + +evaluate_cubic_spline + + + + + +Node10->Node11 + + + + + + + + +Node13 + + +reset_spline + + + + + +Node12->Node13 + + + + + + + + +Node14->Node2 + + + + + + + + +Node15 + + +copy_player_two_in +_camera + + + + + +Node14->Node15 + + + + + + + + +Node17 + + +func_80282E58 + + + + + +Node14->Node17 + + + + + + + + +Node18 + + +lerp_player_two_in +_camera + + + + + +Node14->Node18 + + + + + + + + +Node16 + + +vec3f_copy_return_dupe + + + + + +Node15->Node16 + + + + + + + + +Node17->Node8 + + + + + + + + +Node17->Node10 + + + + + + + + +Node19 + + +f32_lerp + + + + + +Node18->Node19 + + + + + + + + +Node20->Node2 + + + + + + + + +Node20->Node17 + + + + + + + + +Node21 + + +copy_player_three_in +_camera + + + + + +Node20->Node21 + + + + + + + + +Node22 + + +lerp_player_three_in +_camera + + + + + +Node20->Node22 + + + + + + + + +Node21->Node16 + + + + + + + + +Node22->Node19 + + + + + + + + diff --git a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_cgraph.md5 b/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_cgraph.md5 deleted file mode 100644 index d385a4e25..000000000 --- a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -94ee6ba3c62999254e3de6b70b00db3b \ No newline at end of file diff --git a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_icgraph.md5 b/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_icgraph.md5 deleted file mode 100644 index 55c7ef139..000000000 --- a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -f102df91a37f6014a6033e17ffbd97f4 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a2ef256e67fc0c13ebb420455694ab51d_cgraph.map b/ceremony__and__credits_8h_a2ef256e67fc0c13ebb420455694ab51d_cgraph.map new file mode 100644 index 000000000..9ab9f8fea --- /dev/null +++ b/ceremony__and__credits_8h_a2ef256e67fc0c13ebb420455694ab51d_cgraph.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/ceremony__and__credits_8h_a2ef256e67fc0c13ebb420455694ab51d_cgraph.md5 b/ceremony__and__credits_8h_a2ef256e67fc0c13ebb420455694ab51d_cgraph.md5 new file mode 100644 index 000000000..6ac09bf1d --- /dev/null +++ b/ceremony__and__credits_8h_a2ef256e67fc0c13ebb420455694ab51d_cgraph.md5 @@ -0,0 +1 @@ +fd7e935974875ec01d806049373399bb \ No newline at end of file diff --git a/ceremony__and__credits_8c_ac22f6416838dbdaa29b7d41bf3f749f5_cgraph.svg b/ceremony__and__credits_8h_a2ef256e67fc0c13ebb420455694ab51d_cgraph.svg similarity index 65% rename from ceremony__and__credits_8c_ac22f6416838dbdaa29b7d41bf3f749f5_cgraph.svg rename to ceremony__and__credits_8h_a2ef256e67fc0c13ebb420455694ab51d_cgraph.svg index 8b97eadc3..c62460255 100644 --- a/ceremony__and__credits_8c_ac22f6416838dbdaa29b7d41bf3f749f5_cgraph.svg +++ b/ceremony__and__credits_8h_a2ef256e67fc0c13ebb420455694ab51d_cgraph.svg @@ -4,8 +4,8 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +func_802847CC + + +Node1 + + +func_802847CC + + + + + +Node2 + + +animation_apears_sliding +_borders + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +animation_disapears +_sliding_borders + + + + + +Node1->Node3 + + + + + + + + +Node4 + + +cutscene_event + + + + + +Node1->Node4 + + + + + + + + +Node5 + + +func_80280268 + + + + + +Node1->Node5 + + + + + + + + +Node6 + + +func_80283C78 + + + + + +Node1->Node6 + + + + + + + + +Node9 + + +func_80283CD0 + + + + + +Node1->Node9 + + + + + + + + +Node12 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node12 + + + + + + + + +Node17 + + +reset_spline_wrap + + + + + +Node1->Node17 + + + + + + + + +Node19 + + +play_sound_farewell + + + + + +Node1->Node19 + + + + + + + + +Node22 + + +play_sound_welcome + + + + + +Node1->Node22 + + + + + + + + +Node23 + + +wrap_func_80092C80 + + + + + +Node1->Node23 + + + + + + + + +Node7 + + +func_800C8EF8 + + + + + +Node6->Node7 + + + + + + + + +Node8 + + +func_800C3448 + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +func_800CA008 + + + + + +Node9->Node10 + + + + + + + + +Node10->Node8 + + + + + + + + +Node11 + + +func_800C36C4 + + + + + +Node10->Node11 + + + + + + + + +Node12->Node4 + + + + + + + + +Node13 + + +func_80282C40 + + + + + +Node12->Node13 + + + + + + + + +Node15 + + +move_point_along_spline + + + + + +Node12->Node15 + + + + + + + + +Node12->Node17 + + + + + + + + +Node14 + + +func_80282BE4 + + + + + +Node13->Node14 + + + + + + + + +Node16 + + +evaluate_cubic_spline + + + + + +Node15->Node16 + + + + + + + + +Node18 + + +reset_spline + + + + + +Node17->Node18 + + + + + + + + +Node20 + + +play_sound2 + + + + + +Node19->Node20 + + + + + + + + +Node21 + + +play_sound + + + + + +Node20->Node21 + + + + + + + + +Node22->Node20 + + + + + + + + +Node24 + + +func_80092C80 + + + + + +Node23->Node24 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a3cdfcb763229af7dfb845056af746039_cgraph_org.svg b/ceremony__and__credits_8h_a3cdfcb763229af7dfb845056af746039_cgraph_org.svg new file mode 100644 index 000000000..e645d094d --- /dev/null +++ b/ceremony__and__credits_8h_a3cdfcb763229af7dfb845056af746039_cgraph_org.svg @@ -0,0 +1,474 @@ + + + + + + +func_802847CC + + +Node1 + + +func_802847CC + + + + + +Node2 + + +animation_apears_sliding +_borders + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +animation_disapears +_sliding_borders + + + + + +Node1->Node3 + + + + + + + + +Node4 + + +cutscene_event + + + + + +Node1->Node4 + + + + + + + + +Node5 + + +func_80280268 + + + + + +Node1->Node5 + + + + + + + + +Node6 + + +func_80283C78 + + + + + +Node1->Node6 + + + + + + + + +Node9 + + +func_80283CD0 + + + + + +Node1->Node9 + + + + + + + + +Node12 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node12 + + + + + + + + +Node17 + + +reset_spline_wrap + + + + + +Node1->Node17 + + + + + + + + +Node19 + + +play_sound_farewell + + + + + +Node1->Node19 + + + + + + + + +Node22 + + +play_sound_welcome + + + + + +Node1->Node22 + + + + + + + + +Node23 + + +wrap_func_80092C80 + + + + + +Node1->Node23 + + + + + + + + +Node7 + + +func_800C8EF8 + + + + + +Node6->Node7 + + + + + + + + +Node8 + + +func_800C3448 + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +func_800CA008 + + + + + +Node9->Node10 + + + + + + + + +Node10->Node8 + + + + + + + + +Node11 + + +func_800C36C4 + + + + + +Node10->Node11 + + + + + + + + +Node12->Node4 + + + + + + + + +Node13 + + +func_80282C40 + + + + + +Node12->Node13 + + + + + + + + +Node15 + + +move_point_along_spline + + + + + +Node12->Node15 + + + + + + + + +Node12->Node17 + + + + + + + + +Node14 + + +func_80282BE4 + + + + + +Node13->Node14 + + + + + + + + +Node16 + + +evaluate_cubic_spline + + + + + +Node15->Node16 + + + + + + + + +Node18 + + +reset_spline + + + + + +Node17->Node18 + + + + + + + + +Node20 + + +play_sound2 + + + + + +Node19->Node20 + + + + + + + + +Node21 + + +play_sound + + + + + +Node20->Node21 + + + + + + + + +Node22->Node20 + + + + + + + + +Node24 + + +func_80092C80 + + + + + +Node23->Node24 + + + + + + + + diff --git a/ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_cgraph.map b/ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_cgraph.map similarity index 100% rename from ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_cgraph.map rename to ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_cgraph.map diff --git a/ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_cgraph.md5 b/ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_cgraph.md5 similarity index 100% rename from ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_cgraph.md5 rename to ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_cgraph.md5 diff --git a/ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_cgraph.svg b/ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_cgraph.svg similarity index 100% rename from ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_cgraph.svg rename to ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_cgraph.svg diff --git a/ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_cgraph_org.svg b/ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_cgraph_org.svg similarity index 100% rename from ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_cgraph_org.svg rename to ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_cgraph_org.svg diff --git a/ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_icgraph.map b/ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_icgraph.map similarity index 83% rename from ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_icgraph.map rename to ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_icgraph.map index 85352e607..1260ad4be 100644 --- a/ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_icgraph.map +++ b/ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_icgraph.md5 b/ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_icgraph.md5 new file mode 100644 index 000000000..470c7439d --- /dev/null +++ b/ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_icgraph.md5 @@ -0,0 +1 @@ +9bfde5434271c4073fdc20a98d7f5e9c \ No newline at end of file diff --git a/ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_icgraph.svg b/ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_icgraph.svg similarity index 97% rename from ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_icgraph.svg rename to ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_icgraph.svg index 8fabbc319..bed2acf2c 100644 --- a/ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_icgraph.svg +++ b/ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_8028422C diff --git a/ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_icgraph_org.svg b/ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_icgraph_org.svg rename to ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_icgraph_org.svg index 579f2307c..1630b8888 100644 --- a/ceremony__and__credits_8h_a0a12b9b889d2d46a70fb8203eaba4a84_icgraph_org.svg +++ b/ceremony__and__credits_8h_a41018ab0e406762fd175f1fb2dde4c79_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_8028422C diff --git a/ceremony__and__credits_8h_a489c27ee61f7d3305219e3bb126ccac0_icgraph.md5 b/ceremony__and__credits_8h_a489c27ee61f7d3305219e3bb126ccac0_icgraph.md5 deleted file mode 100644 index 5e6763121..000000000 --- a/ceremony__and__credits_8h_a489c27ee61f7d3305219e3bb126ccac0_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -dfa8f63bb765c2ee7fcabbf4d86cd0cf \ No newline at end of file diff --git a/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_cgraph.md5 b/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_cgraph.md5 deleted file mode 100644 index 958c72637..000000000 --- a/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -4a60edbf35535ee13690f9b5b9dbcc46 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_cgraph_org.svg b/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_cgraph_org.svg deleted file mode 100644 index f0253cea7..000000000 --- a/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_cgraph_org.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - -func_80283FCC - - -Node1 - - -func_80283FCC - - - - - -Node2 - - -vec3f_copy_return_dupe - - - - - -Node1->Node2 - - - - - - - - diff --git a/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_icgraph.map b/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_icgraph.map deleted file mode 100644 index 835217dac..000000000 --- a/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_icgraph.map +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_icgraph.md5 b/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_icgraph.md5 deleted file mode 100644 index d301c85ad..000000000 --- a/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -37df88acbe1ad33166a5179328c2d1cf \ No newline at end of file diff --git a/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_icgraph.svg b/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_icgraph.svg deleted file mode 100644 index e962d9839..000000000 --- a/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_icgraph.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - -func_80283FCC - - -Node1 - - -func_80283FCC - - - - - -Node2 - - -func_80284068 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_802840C8 - - - - - -Node2->Node3 - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_icgraph_org.svg b/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_icgraph_org.svg deleted file mode 100644 index 4328ee129..000000000 --- a/ceremony__and__credits_8h_a4b12f198e9855072fa948c5f5358c12f_icgraph_org.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - -func_80283FCC - - -Node1 - - -func_80283FCC - - - - - -Node2 - - -func_80284068 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_802840C8 - - - - - -Node2->Node3 - - - - - - - - diff --git a/ceremony__and__credits_8h_a4d89778267057d479a8080dd9a7573cd_cgraph.md5 b/ceremony__and__credits_8h_a4d89778267057d479a8080dd9a7573cd_cgraph.md5 deleted file mode 100644 index c0d7442b7..000000000 --- a/ceremony__and__credits_8h_a4d89778267057d479a8080dd9a7573cd_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -8e1b6c11a93f74ec110df3beb6184d56 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a4d89778267057d479a8080dd9a7573cd_cgraph_org.svg b/ceremony__and__credits_8h_a4d89778267057d479a8080dd9a7573cd_cgraph_org.svg deleted file mode 100644 index aeae66884..000000000 --- a/ceremony__and__credits_8h_a4d89778267057d479a8080dd9a7573cd_cgraph_org.svg +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -func_802842A8 - - -Node1 - - -func_802842A8 - - - - - -Node2 - - -func_80282D90 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -cutscene_event - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node2->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node2->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - diff --git a/ceremony__and__credits_8h_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.map b/ceremony__and__credits_8h_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.map new file mode 100644 index 000000000..a1b047150 --- /dev/null +++ b/ceremony__and__credits_8h_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.map @@ -0,0 +1,5 @@ + + + + + diff --git a/ceremony__and__credits_8h_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.md5 b/ceremony__and__credits_8h_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.md5 new file mode 100644 index 000000000..2a1fc4716 --- /dev/null +++ b/ceremony__and__credits_8h_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.md5 @@ -0,0 +1 @@ +c0dccb9340bf38c22a2f22f996cdced3 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a95f780b3400179205a22494827db1fc9_cgraph.svg b/ceremony__and__credits_8h_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.svg similarity index 61% rename from ceremony__and__credits_8h_a95f780b3400179205a22494827db1fc9_cgraph.svg rename to ceremony__and__credits_8h_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.svg index aa049fbb3..a0733d8b6 100644 --- a/ceremony__and__credits_8h_a95f780b3400179205a22494827db1fc9_cgraph.svg +++ b/ceremony__and__credits_8h_a513e36d3f7a9dd44fdb8aae694e2ee16_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -func_802847CC - - -Node1 - - -func_802847CC - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80280268 - - - - - -Node1->Node3 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node1->Node4 - - - - - - - - -Node6 - - -func_80282D90 - - - - - -Node1->Node6 - - - - - - - - -Node11 - - -func_802839B4 - - - - - -Node1->Node11 - - - - - - - - -Node12 - - -func_802839CC - - - - - -Node1->Node12 - - - - - - - - -Node13 - - -func_802839E0 - - - - - -Node1->Node13 - - - - - - - - -Node15 - - -func_80283C78 - - - - - -Node1->Node15 - - - - - - - - -Node18 - - -func_80283CD0 - - - - - -Node1->Node18 - - - - - - - - -Node21 - - -play_sound_farewell - - - - - -Node1->Node21 - - - - - - - - -Node24 - - -play_sound_welcome - - - - - -Node1->Node24 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node6->Node2 - - - - - - - - -Node6->Node4 - - - - - - - - -Node7 - - -func_80282C40 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -move_point_along_spline - - - - - -Node6->Node9 - - - - - - - - -Node8 - - -func_80282BE4 - - - - - -Node7->Node8 - - - - - - - - -Node10 - - -func_80282700 - - - - - -Node9->Node10 - - - - - - - - -Node14 - - -func_80092C80 - - - - - -Node13->Node14 - - - - - - - - -Node16 - - -func_800C8EF8 - - - - - -Node15->Node16 - - - - - - - - -Node17 - - -func_800C3448 - - - - - -Node16->Node17 - - - - - - - - -Node19 - - -func_800CA008 - - - - - -Node18->Node19 - - - - - - - - -Node19->Node17 - - - - - - - - -Node20 - - -func_800C36C4 - - - - - -Node19->Node20 - - - - - - - - -Node22 - - -play_sound2 - - - - - -Node21->Node22 - - - - - - - - -Node23 - - -play_sound - - - - - -Node22->Node23 - - - - - - - - -Node24->Node22 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_a54ef49394d29e8af84096a9c3a8fcc4e_cgraph_org.svg b/ceremony__and__credits_8h_a54ef49394d29e8af84096a9c3a8fcc4e_cgraph_org.svg deleted file mode 100644 index 809054ca6..000000000 --- a/ceremony__and__credits_8h_a54ef49394d29e8af84096a9c3a8fcc4e_cgraph_org.svg +++ /dev/null @@ -1,471 +0,0 @@ - - - - - - -func_802847CC - - -Node1 - - -func_802847CC - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80280268 - - - - - -Node1->Node3 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node1->Node4 - - - - - - - - -Node6 - - -func_80282D90 - - - - - -Node1->Node6 - - - - - - - - -Node11 - - -func_802839B4 - - - - - -Node1->Node11 - - - - - - - - -Node12 - - -func_802839CC - - - - - -Node1->Node12 - - - - - - - - -Node13 - - -func_802839E0 - - - - - -Node1->Node13 - - - - - - - - -Node15 - - -func_80283C78 - - - - - -Node1->Node15 - - - - - - - - -Node18 - - -func_80283CD0 - - - - - -Node1->Node18 - - - - - - - - -Node21 - - -play_sound_farewell - - - - - -Node1->Node21 - - - - - - - - -Node24 - - -play_sound_welcome - - - - - -Node1->Node24 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node6->Node2 - - - - - - - - -Node6->Node4 - - - - - - - - -Node7 - - -func_80282C40 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -move_point_along_spline - - - - - -Node6->Node9 - - - - - - - - -Node8 - - -func_80282BE4 - - - - - -Node7->Node8 - - - - - - - - -Node10 - - -func_80282700 - - - - - -Node9->Node10 - - - - - - - - -Node14 - - -func_80092C80 - - - - - -Node13->Node14 - - - - - - - - -Node16 - - -func_800C8EF8 - - - - - -Node15->Node16 - - - - - - - - -Node17 - - -func_800C3448 - - - - - -Node16->Node17 - - - - - - - - -Node19 - - -func_800CA008 - - - - - -Node18->Node19 - - - - - - - - -Node19->Node17 - - - - - - - - -Node20 - - -func_800C36C4 - - - - - -Node19->Node20 - - - - - - - - -Node22 - - -play_sound2 - - - - - -Node21->Node22 - - - - - - - - -Node23 - - -play_sound - - - - - -Node22->Node23 - - - - - - - - -Node24->Node22 - - - - - - - - diff --git a/ceremony__and__credits_8h_a555406a43bcc3730a375b81ca3616b52_cgraph.map b/ceremony__and__credits_8h_a555406a43bcc3730a375b81ca3616b52_cgraph.map index c8e55924c..ba2edafc0 100644 --- a/ceremony__and__credits_8h_a555406a43bcc3730a375b81ca3616b52_cgraph.map +++ b/ceremony__and__credits_8h_a555406a43bcc3730a375b81ca3616b52_cgraph.map @@ -1,5 +1,5 @@ - - + + diff --git a/ceremony__and__credits_8h_a555406a43bcc3730a375b81ca3616b52_cgraph.md5 b/ceremony__and__credits_8h_a555406a43bcc3730a375b81ca3616b52_cgraph.md5 index bbf2a77c3..b53dcae6b 100644 --- a/ceremony__and__credits_8h_a555406a43bcc3730a375b81ca3616b52_cgraph.md5 +++ b/ceremony__and__credits_8h_a555406a43bcc3730a375b81ca3616b52_cgraph.md5 @@ -1 +1 @@ -2624d62ff707a13ce9d651a38f0ca749 \ No newline at end of file +eb8971919b505202f99bf92417a0fca0 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a555406a43bcc3730a375b81ca3616b52_cgraph.svg b/ceremony__and__credits_8h_a555406a43bcc3730a375b81ca3616b52_cgraph.svg index 82eb401ed..d7b5acf82 100644 --- a/ceremony__and__credits_8h_a555406a43bcc3730a375b81ca3616b52_cgraph.svg +++ b/ceremony__and__credits_8h_a555406a43bcc3730a375b81ca3616b52_cgraph.svg @@ -4,8 +4,8 @@ - + - - - -func_80282050 - - -Node1 - - -func_80282050 - - - - - -Node2 - - -coss - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -sins - - - - - -Node1->Node3 - - - - - - - - -Node4 - - -vec3f_copy_return_dupe - - - - - -Node1->Node4 - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_a5b5078ecbc00b3e707b46f5c0caf82a8_cgraph_org.svg b/ceremony__and__credits_8h_a5b5078ecbc00b3e707b46f5c0caf82a8_cgraph_org.svg deleted file mode 100644 index f4586bbc9..000000000 --- a/ceremony__and__credits_8h_a5b5078ecbc00b3e707b46f5c0caf82a8_cgraph_org.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - -func_80282050 - - -Node1 - - -func_80282050 - - - - - -Node2 - - -coss - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -sins - - - - - -Node1->Node3 - - - - - - - - -Node4 - - -vec3f_copy_return_dupe - - - - - -Node1->Node4 - - - - - - - - diff --git a/ceremony__and__credits_8h_a5b5ed72310520791870bbf9bd3fe930e_cgraph.map b/ceremony__and__credits_8h_a5b5ed72310520791870bbf9bd3fe930e_cgraph.map new file mode 100644 index 000000000..61cf92e6f --- /dev/null +++ b/ceremony__and__credits_8h_a5b5ed72310520791870bbf9bd3fe930e_cgraph.map @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a5b5ed72310520791870bbf9bd3fe930e_cgraph.md5 b/ceremony__and__credits_8h_a5b5ed72310520791870bbf9bd3fe930e_cgraph.md5 new file mode 100644 index 000000000..da8f1c8f7 --- /dev/null +++ b/ceremony__and__credits_8h_a5b5ed72310520791870bbf9bd3fe930e_cgraph.md5 @@ -0,0 +1 @@ +cea78bd78fcbd7a684de21d904f94584 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a3aec6aac2db4813def828253dff1ffb0_cgraph.svg b/ceremony__and__credits_8h_a5b5ed72310520791870bbf9bd3fe930e_cgraph.svg similarity index 57% rename from ceremony__and__credits_8h_a3aec6aac2db4813def828253dff1ffb0_cgraph.svg rename to ceremony__and__credits_8h_a5b5ed72310520791870bbf9bd3fe930e_cgraph.svg index 22256f5ee..c99e1c347 100644 --- a/ceremony__and__credits_8h_a3aec6aac2db4813def828253dff1ffb0_cgraph.svg +++ b/ceremony__and__credits_8h_a5b5ed72310520791870bbf9bd3fe930e_cgraph.svg @@ -4,7 +4,7 @@ - + - - - -func_80283FF4 - - -Node1 - - -func_80283FF4 - - - - - -Node2 - - -func_80284068 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_802840C8 - - - - - -Node2->Node3 - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_a5b9b04822c1f6b89c03a3424b9b32196_icgraph_org.svg b/ceremony__and__credits_8h_a5b9b04822c1f6b89c03a3424b9b32196_icgraph_org.svg deleted file mode 100644 index 0d589c2fd..000000000 --- a/ceremony__and__credits_8h_a5b9b04822c1f6b89c03a3424b9b32196_icgraph_org.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - -func_80283FF4 - - -Node1 - - -func_80283FF4 - - - - - -Node2 - - -func_80284068 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_802840C8 - - - - - -Node2->Node3 - - - - - - - - diff --git a/ceremony__and__credits_8h_a5cadb7d9d754e257993459a2dffd7b4f_cgraph.md5 b/ceremony__and__credits_8h_a5cadb7d9d754e257993459a2dffd7b4f_cgraph.md5 deleted file mode 100644 index fff6a4e95..000000000 --- a/ceremony__and__credits_8h_a5cadb7d9d754e257993459a2dffd7b4f_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -f45a357bd273d3061f3f0f157ac3acc0 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a5cadb7d9d754e257993459a2dffd7b4f_cgraph_org.svg b/ceremony__and__credits_8h_a5cadb7d9d754e257993459a2dffd7b4f_cgraph_org.svg deleted file mode 100644 index b17324f01..000000000 --- a/ceremony__and__credits_8h_a5cadb7d9d754e257993459a2dffd7b4f_cgraph_org.svg +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -func_802846B4 - - -Node1 - - -func_802846B4 - - - - - -Node2 - - -func_80282D90 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -cutscene_event - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node2->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node2->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - diff --git a/ceremony__and__credits_8h_a5d609baca0b8599441aa11970473a7d3_cgraph.map b/ceremony__and__credits_8h_a5d609baca0b8599441aa11970473a7d3_cgraph.map deleted file mode 100644 index 9ef5aea3f..000000000 --- a/ceremony__and__credits_8h_a5d609baca0b8599441aa11970473a7d3_cgraph.map +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/ceremony__and__credits_8h_a5d609baca0b8599441aa11970473a7d3_cgraph.md5 b/ceremony__and__credits_8h_a5d609baca0b8599441aa11970473a7d3_cgraph.md5 deleted file mode 100644 index ec67608ce..000000000 --- a/ceremony__and__credits_8h_a5d609baca0b8599441aa11970473a7d3_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -4ef7bbb66b17fac67165d1a85e752f54 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a5d609baca0b8599441aa11970473a7d3_icgraph.md5 b/ceremony__and__credits_8h_a5d609baca0b8599441aa11970473a7d3_icgraph.md5 deleted file mode 100644 index 93aea1dfa..000000000 --- a/ceremony__and__credits_8h_a5d609baca0b8599441aa11970473a7d3_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -1a4ece331af695256055f6776244f089 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_cgraph.map b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_cgraph.map similarity index 91% rename from ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_cgraph.map rename to ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_cgraph.map index f54f722b6..244c57bc6 100644 --- a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_cgraph.map +++ b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_cgraph.map @@ -2,11 +2,11 @@ - + - + - + diff --git a/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_cgraph.md5 b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_cgraph.md5 new file mode 100644 index 000000000..6bfaaaebc --- /dev/null +++ b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_cgraph.md5 @@ -0,0 +1 @@ +5c08d15e81170b0c87fabaa6aeb4b8aa \ No newline at end of file diff --git a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_cgraph.svg b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_cgraph.svg similarity index 97% rename from ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_cgraph.svg rename to ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_cgraph.svg index 5270cae22..11b071475 100644 --- a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_cgraph.svg +++ b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_cgraph.svg @@ -48,7 +48,7 @@ Node5 - + func_80283B6C @@ -66,7 +66,7 @@ Node3 - + func_80282EAC @@ -84,7 +84,7 @@ Node4 - + func_802830B4 diff --git a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_cgraph_org.svg b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_cgraph_org.svg similarity index 97% rename from ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_cgraph_org.svg rename to ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_cgraph_org.svg index 80cc5e55f..7cf3496c8 100644 --- a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_cgraph_org.svg +++ b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_cgraph_org.svg @@ -38,7 +38,7 @@ Node5 - + func_80283B6C @@ -56,7 +56,7 @@ Node3 - + func_80282EAC @@ -74,7 +74,7 @@ Node4 - + func_802830B4 diff --git a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_icgraph.map b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_icgraph.map similarity index 83% rename from ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_icgraph.map rename to ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_icgraph.map index 0fbb0274d..26d31850c 100644 --- a/ceremony__and__credits_8c_a46e9d4bf03ad62c81936b3beaf956749_icgraph.map +++ b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_icgraph.md5 b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_icgraph.md5 new file mode 100644 index 000000000..6707d4b74 --- /dev/null +++ b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_icgraph.md5 @@ -0,0 +1 @@ +c16816e1fb97fa3045f6ff8fc1e067fb \ No newline at end of file diff --git a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_icgraph.svg b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_icgraph.svg similarity index 97% rename from ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_icgraph.svg rename to ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_icgraph.svg index b2daaff1e..26f6d1227 100644 --- a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_icgraph.svg +++ b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + func_80284648 diff --git a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_icgraph_org.svg b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_icgraph_org.svg rename to ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_icgraph_org.svg index f606dc5d8..c53a37563 100644 --- a/ceremony__and__credits_8h_a2ee5713b2ace180a49981a669e6367b1_icgraph_org.svg +++ b/ceremony__and__credits_8h_a5eff88145d1095565fd7ae1b0fc4f861_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_80284648 diff --git a/ceremony__and__credits_8h_a625312794610f67255112bf852fc4098_icgraph.map b/ceremony__and__credits_8h_a625312794610f67255112bf852fc4098_icgraph.map index 5839d0345..fd95ab538 100644 --- a/ceremony__and__credits_8h_a625312794610f67255112bf852fc4098_icgraph.map +++ b/ceremony__and__credits_8h_a625312794610f67255112bf852fc4098_icgraph.map @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a625312794610f67255112bf852fc4098_icgraph.md5 b/ceremony__and__credits_8h_a625312794610f67255112bf852fc4098_icgraph.md5 index fef04f2a1..2ad932217 100644 --- a/ceremony__and__credits_8h_a625312794610f67255112bf852fc4098_icgraph.md5 +++ b/ceremony__and__credits_8h_a625312794610f67255112bf852fc4098_icgraph.md5 @@ -1 +1 @@ -fcc6a607c68c7764067c9762113eb110 \ No newline at end of file +c5126ad6d2512a2f6d95ad15c4695405 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a625312794610f67255112bf852fc4098_icgraph.svg b/ceremony__and__credits_8h_a625312794610f67255112bf852fc4098_icgraph.svg index a7851665f..724640c40 100644 --- a/ceremony__and__credits_8h_a625312794610f67255112bf852fc4098_icgraph.svg +++ b/ceremony__and__credits_8h_a625312794610f67255112bf852fc4098_icgraph.svg @@ -4,7 +4,7 @@ - + + + + +aborting_cinematic_function + + +Node1 + + +aborting_cinematic +_function + + + + + +Node2 + + +coss + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +sins + + + + + +Node1->Node3 + + + + + + + + +Node4 + + +vec3f_copy_return_dupe + + + + + +Node1->Node4 + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a691bce59eaac103f57c4be0d078a637f_cgraph_org.svg b/ceremony__and__credits_8h_a691bce59eaac103f57c4be0d078a637f_cgraph_org.svg new file mode 100644 index 000000000..c6be45db6 --- /dev/null +++ b/ceremony__and__credits_8h_a691bce59eaac103f57c4be0d078a637f_cgraph_org.svg @@ -0,0 +1,76 @@ + + + + + + +aborting_cinematic_function + + +Node1 + + +aborting_cinematic +_function + + + + + +Node2 + + +coss + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +sins + + + + + +Node1->Node3 + + + + + + + + +Node4 + + +vec3f_copy_return_dupe + + + + + +Node1->Node4 + + + + + + + + diff --git a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_cgraph.md5 b/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_cgraph.md5 deleted file mode 100644 index 8fae23f10..000000000 --- a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -3af5396cc2f7e3b517360ee669f7d812 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_cgraph_org.svg b/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_cgraph_org.svg deleted file mode 100644 index cc826489f..000000000 --- a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_cgraph_org.svg +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -func_80283EA0 - - -Node1 - - -func_80283EA0 - - - - - -Node2 - - -func_80282D90 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -cutscene_event - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node2->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node2->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - diff --git a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_icgraph.md5 b/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_icgraph.md5 deleted file mode 100644 index 327665361..000000000 --- a/ceremony__and__credits_8h_a6fb5dd2644ace31647e1c6d3ecd26e72_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -34ef23b37bd4ce5251f76d1f3de513f9 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a9aeeec8d5bf59b2b7e624955f4a7720e_cgraph.map b/ceremony__and__credits_8h_a7456ffcd48b2c0ce1cf34715c3ad09ad_cgraph.map similarity index 58% rename from ceremony__and__credits_8c_a9aeeec8d5bf59b2b7e624955f4a7720e_cgraph.map rename to ceremony__and__credits_8h_a7456ffcd48b2c0ce1cf34715c3ad09ad_cgraph.map index 29ca4f9ac..5ba7d4663 100644 --- a/ceremony__and__credits_8c_a9aeeec8d5bf59b2b7e624955f4a7720e_cgraph.map +++ b/ceremony__and__credits_8h_a7456ffcd48b2c0ce1cf34715c3ad09ad_cgraph.map @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + diff --git a/ceremony__and__credits_8h_a7456ffcd48b2c0ce1cf34715c3ad09ad_cgraph.md5 b/ceremony__and__credits_8h_a7456ffcd48b2c0ce1cf34715c3ad09ad_cgraph.md5 new file mode 100644 index 000000000..968d6591c --- /dev/null +++ b/ceremony__and__credits_8h_a7456ffcd48b2c0ce1cf34715c3ad09ad_cgraph.md5 @@ -0,0 +1 @@ +e187ab8e69abcc6df207b58fc4596a01 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a9aeeec8d5bf59b2b7e624955f4a7720e_cgraph.svg b/ceremony__and__credits_8h_a7456ffcd48b2c0ce1cf34715c3ad09ad_cgraph.svg similarity index 64% rename from ceremony__and__credits_8c_a9aeeec8d5bf59b2b7e624955f4a7720e_cgraph.svg rename to ceremony__and__credits_8h_a7456ffcd48b2c0ce1cf34715c3ad09ad_cgraph.svg index cd56fcba9..93654659d 100644 --- a/ceremony__and__credits_8c_a9aeeec8d5bf59b2b7e624955f4a7720e_cgraph.svg +++ b/ceremony__and__credits_8h_a7456ffcd48b2c0ce1cf34715c3ad09ad_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +func_80283D2C + + +Node1 + + +func_80283D2C + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283BF0 + + + + + +Node1->Node3 + + + + + + + + +Node6 + + +func_80283CA8 + + + + + +Node1->Node6 + + + + + + + + +Node9 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node9 + + + + + + + + +Node16 + + +play_sound_balloon_pop + + + + + +Node1->Node16 + + + + + + + + +Node19 + + +wrap_func_800CA0CC + + + + + +Node1->Node19 + + + + + + + + +Node21 + + +wrap_func_80280FFC + + + + + +Node1->Node21 + + + + + + + + +Node4 + + +func_800C8EF8 + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_800C3448 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +func_800CA008 + + + + + +Node6->Node7 + + + + + + + + +Node7->Node5 + + + + + + + + +Node8 + + +func_800C36C4 + + + + + +Node7->Node8 + + + + + + + + +Node9->Node2 + + + + + + + + +Node10 + + +func_80282C40 + + + + + +Node9->Node10 + + + + + + + + +Node12 + + +move_point_along_spline + + + + + +Node9->Node12 + + + + + + + + +Node14 + + +reset_spline_wrap + + + + + +Node9->Node14 + + + + + + + + +Node11 + + +func_80282BE4 + + + + + +Node10->Node11 + + + + + + + + +Node13 + + +evaluate_cubic_spline + + + + + +Node12->Node13 + + + + + + + + +Node15 + + +reset_spline + + + + + +Node14->Node15 + + + + + + + + +Node17 + + +play_sound2 + + + + + +Node16->Node17 + + + + + + + + +Node18 + + +play_sound + + + + + +Node17->Node18 + + + + + + + + +Node20 + + +func_800CA0CC + + + + + +Node19->Node20 + + + + + + + + +Node22 + + +func_80280FFC + + + + + +Node21->Node22 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a7b1fa42380d98cdd68af978c90946125_cgraph_org.svg b/ceremony__and__credits_8h_a7b1fa42380d98cdd68af978c90946125_cgraph_org.svg new file mode 100644 index 000000000..29f9fafeb --- /dev/null +++ b/ceremony__and__credits_8h_a7b1fa42380d98cdd68af978c90946125_cgraph_org.svg @@ -0,0 +1,418 @@ + + + + + + +func_80283D2C + + +Node1 + + +func_80283D2C + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283BF0 + + + + + +Node1->Node3 + + + + + + + + +Node6 + + +func_80283CA8 + + + + + +Node1->Node6 + + + + + + + + +Node9 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node9 + + + + + + + + +Node16 + + +play_sound_balloon_pop + + + + + +Node1->Node16 + + + + + + + + +Node19 + + +wrap_func_800CA0CC + + + + + +Node1->Node19 + + + + + + + + +Node21 + + +wrap_func_80280FFC + + + + + +Node1->Node21 + + + + + + + + +Node4 + + +func_800C8EF8 + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +func_800C3448 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +func_800CA008 + + + + + +Node6->Node7 + + + + + + + + +Node7->Node5 + + + + + + + + +Node8 + + +func_800C36C4 + + + + + +Node7->Node8 + + + + + + + + +Node9->Node2 + + + + + + + + +Node10 + + +func_80282C40 + + + + + +Node9->Node10 + + + + + + + + +Node12 + + +move_point_along_spline + + + + + +Node9->Node12 + + + + + + + + +Node14 + + +reset_spline_wrap + + + + + +Node9->Node14 + + + + + + + + +Node11 + + +func_80282BE4 + + + + + +Node10->Node11 + + + + + + + + +Node13 + + +evaluate_cubic_spline + + + + + +Node12->Node13 + + + + + + + + +Node15 + + +reset_spline + + + + + +Node14->Node15 + + + + + + + + +Node17 + + +play_sound2 + + + + + +Node16->Node17 + + + + + + + + +Node18 + + +play_sound + + + + + +Node17->Node18 + + + + + + + + +Node20 + + +func_800CA0CC + + + + + +Node19->Node20 + + + + + + + + +Node22 + + +func_80280FFC + + + + + +Node21->Node22 + + + + + + + + diff --git a/ceremony__and__credits_8h_a800d9a3d845808c36544bd3aa48c2509_icgraph.map b/ceremony__and__credits_8h_a800d9a3d845808c36544bd3aa48c2509_icgraph.map deleted file mode 100644 index e49c73bd3..000000000 --- a/ceremony__and__credits_8h_a800d9a3d845808c36544bd3aa48c2509_icgraph.map +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_a800d9a3d845808c36544bd3aa48c2509_icgraph.md5 b/ceremony__and__credits_8h_a800d9a3d845808c36544bd3aa48c2509_icgraph.md5 deleted file mode 100644 index 47af40295..000000000 --- a/ceremony__and__credits_8h_a800d9a3d845808c36544bd3aa48c2509_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -2a7697c4d1b3fc29e463edb4ba9168ce \ No newline at end of file diff --git a/ceremony__and__credits_8h_a800d9a3d845808c36544bd3aa48c2509_icgraph.svg b/ceremony__and__credits_8h_a800d9a3d845808c36544bd3aa48c2509_icgraph.svg deleted file mode 100644 index c8dfcc8fa..000000000 --- a/ceremony__and__credits_8h_a800d9a3d845808c36544bd3aa48c2509_icgraph.svg +++ /dev/null @@ -1,562 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -cutscene_event - - -Node1 - - -cutscene_event - - - - - -Node2 - - -func_80282D90 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80283D2C - - - - - -Node1->Node3 - - - - - - - - -Node5 - - -func_802840C8 - - - - - -Node1->Node5 - - - - - - - - -Node9 - - -func_80284308 - - - - - -Node1->Node9 - - - - - - - - -Node10 - - -func_80284418 - - - - - -Node1->Node10 - - - - - - - - -Node11 - - -func_80284494 - - - - - -Node1->Node11 - - - - - - - - -Node12 - - -func_802844FC - - - - - -Node1->Node12 - - - - - - - - -Node13 - - -func_8028454C - - - - - -Node1->Node13 - - - - - - - - -Node15 - - -func_80284648 - - - - - -Node1->Node15 - - - - - - - - -Node18 - - -func_802847CC - - - - - -Node1->Node18 - - - - - - - - -Node19 - - -func_80283F6C - - - - - -Node1->Node19 - - - - - - - - -Node20 - - -func_80284068 - - - - - -Node1->Node20 - - - - - - - - -Node21 - - -func_8028422C - - - - - -Node1->Node21 - - - - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_80283EA0 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80284154 - - - - - -Node2->Node6 - - - - - - - - -Node7 - - -func_802842A8 - - - - - -Node2->Node7 - - - - - - - - -Node8 - - -func_802842D8 - - - - - -Node2->Node8 - - - - - - - - -Node2->Node9 - - - - - - - - -Node2->Node10 - - - - - - - - -Node2->Node11 - - - - - - - - -Node2->Node12 - - - - - - - - -Node2->Node13 - - - - - - - - -Node14 - - -func_802845EC - - - - - -Node2->Node14 - - - - - - - - -Node16 - - -func_802846B4 - - - - - -Node2->Node16 - - - - - - - - -Node17 - - -func_802846E4 - - - - - -Node2->Node17 - - - - - - - - -Node2->Node18 - - - - - - - - -Node4->Node5 - - - - - - - - -Node14->Node15 - - - - - - - - -Node19->Node5 - - - - - - - - -Node20->Node5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_a800d9a3d845808c36544bd3aa48c2509_icgraph_org.svg b/ceremony__and__credits_8h_a800d9a3d845808c36544bd3aa48c2509_icgraph_org.svg deleted file mode 100644 index 0df07f1ac..000000000 --- a/ceremony__and__credits_8h_a800d9a3d845808c36544bd3aa48c2509_icgraph_org.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - -cutscene_event - - -Node1 - - -cutscene_event - - - - - -Node2 - - -func_80282D90 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80283D2C - - - - - -Node1->Node3 - - - - - - - - -Node5 - - -func_802840C8 - - - - - -Node1->Node5 - - - - - - - - -Node9 - - -func_80284308 - - - - - -Node1->Node9 - - - - - - - - -Node10 - - -func_80284418 - - - - - -Node1->Node10 - - - - - - - - -Node11 - - -func_80284494 - - - - - -Node1->Node11 - - - - - - - - -Node12 - - -func_802844FC - - - - - -Node1->Node12 - - - - - - - - -Node13 - - -func_8028454C - - - - - -Node1->Node13 - - - - - - - - -Node15 - - -func_80284648 - - - - - -Node1->Node15 - - - - - - - - -Node18 - - -func_802847CC - - - - - -Node1->Node18 - - - - - - - - -Node19 - - -func_80283F6C - - - - - -Node1->Node19 - - - - - - - - -Node20 - - -func_80284068 - - - - - -Node1->Node20 - - - - - - - - -Node21 - - -func_8028422C - - - - - -Node1->Node21 - - - - - - - - -Node2->Node3 - - - - - - - - -Node4 - - -func_80283EA0 - - - - - -Node2->Node4 - - - - - - - - -Node6 - - -func_80284154 - - - - - -Node2->Node6 - - - - - - - - -Node7 - - -func_802842A8 - - - - - -Node2->Node7 - - - - - - - - -Node8 - - -func_802842D8 - - - - - -Node2->Node8 - - - - - - - - -Node2->Node9 - - - - - - - - -Node2->Node10 - - - - - - - - -Node2->Node11 - - - - - - - - -Node2->Node12 - - - - - - - - -Node2->Node13 - - - - - - - - -Node14 - - -func_802845EC - - - - - -Node2->Node14 - - - - - - - - -Node16 - - -func_802846B4 - - - - - -Node2->Node16 - - - - - - - - -Node17 - - -func_802846E4 - - - - - -Node2->Node17 - - - - - - - - -Node2->Node18 - - - - - - - - -Node4->Node5 - - - - - - - - -Node14->Node15 - - - - - - - - -Node19->Node5 - - - - - - - - -Node20->Node5 - - - - - - - - diff --git a/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph.map b/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph.map index 85ddbcaab..82d0238b9 100644 --- a/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph.map +++ b/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph.map @@ -1,51 +1,51 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph.md5 b/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph.md5 index 7e7ce38f0..ebd5129ae 100644 --- a/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph.md5 +++ b/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph.md5 @@ -1 +1 @@ -e7ff38892a64b7f979f9547735d02d69 \ No newline at end of file +f61e05b687253896cc44ca764fda9cc0 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph.svg b/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph.svg index 8c9080f3d..c0fa58dd3 100644 --- a/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph.svg +++ b/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph.svg @@ -46,9 +46,9 @@ @@ -58,8 +58,8 @@ var sectionId = 'dynsection-13'; Node1 - -func_80282BE4 + +func_80282BE4 @@ -67,8 +67,8 @@ var sectionId = 'dynsection-13'; Node2 - -func_80282C40 + +func_80282C40 @@ -76,17 +76,17 @@ var sectionId = 'dynsection-13'; Node1->Node2 - - + + Node3 - - -func_80282D90 + + +func_80282E58 @@ -94,35 +94,36 @@ var sectionId = 'dynsection-13'; Node2->Node3 - - + + - - -Node20 - - -func_80282E58 + + +Node9 + + +move_cinematic_camera +_along_spline - - -Node2->Node20 - - - + + +Node2->Node9 + + + Node4 - - -func_80283D2C + + +func_80283F6C @@ -130,368 +131,368 @@ var sectionId = 'dynsection-13'; Node3->Node4 - - - - - - - -Node5 - - -func_80283EA0 - - - - - -Node3->Node5 - - - - - - - - -Node7 - - -func_80284154 - - - - - -Node3->Node7 - - - - - - - - -Node8 - - -func_802842A8 - - - - - -Node3->Node8 - - - - - - - - -Node9 - - -func_802842D8 - - - - - -Node3->Node9 - - - - - - - - -Node10 - - -func_80284308 - - - - - -Node3->Node10 - - - - - - - - -Node11 - - -func_80284418 - - - - - -Node3->Node11 - - - - - - - - -Node12 - - -func_80284494 - - - - - -Node3->Node12 - - - - - - - - -Node13 - - -func_802844FC - - - - - -Node3->Node13 - - - - - - - - -Node14 - - -func_8028454C - - - - - -Node3->Node14 - - - - - - - - -Node15 - - -func_802845EC - - - - - -Node3->Node15 - - - - - - - - -Node17 - - -func_802846B4 - - - - - -Node3->Node17 - - - - - - - - -Node18 - - -func_802846E4 - - - - - -Node3->Node18 - - - - - - - - -Node19 - - -func_802847CC - - - - - -Node3->Node19 - - - + + Node6 - - -func_802840C8 + + +func_80284068 - - -Node5->Node6 - - - + + +Node3->Node6 + + + + + + + + +Node7 + + +func_802841E8 + + + + + +Node3->Node7 + + + + + + + + +Node5 + + +func_802840C8 + + + + + +Node4->Node5 + + + + + + + + +Node6->Node5 + + + + + + + + +Node8 + + +func_8028422C + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +func_80283D2C + + + + + +Node9->Node10 + + + + + + + + +Node11 + + +func_80283EA0 + + + + + +Node9->Node11 + + + + + + + + +Node12 + + +func_80284154 + + + + + +Node9->Node12 + + + + + + + + +Node13 + + +func_802842A8 + + + + + +Node9->Node13 + + + + + + + + +Node14 + + +func_802842D8 + + + + + +Node9->Node14 + + + + + + + + +Node15 + + +func_80284308 + + + + + +Node9->Node15 + + + Node16 - - -func_80284648 + + +func_80284418 - - -Node15->Node16 - - - + + +Node9->Node16 + + + - - -Node21 - + + +Node17 + + +func_80284494 + + + + + +Node9->Node17 + + + + + + + + +Node18 + + +func_802844FC + + + + + +Node9->Node18 + + + + + + + + +Node19 + -func_80283F6C +func_8028454C - - -Node20->Node21 - - - + + +Node9->Node19 + + + + + + + + +Node20 + + +func_802845EC + + + + + +Node9->Node20 + + + Node22 - - -func_80284068 + + +func_802846B4 - - -Node20->Node22 - - - + + +Node9->Node22 + + + Node23 - - -func_802841E8 + + +func_802846E4 - - -Node20->Node23 - - - - - - - - -Node21->Node6 - - - - - - - - -Node22->Node6 - - - + + +Node9->Node23 + + + Node24 - - -func_8028422C + + +func_802847CC - - -Node23->Node24 - - - + + +Node9->Node24 + + + + + + + + +Node11->Node5 + + + + + + + + +Node21 + + +func_80284648 + + + + + +Node20->Node21 + + + diff --git a/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph_org.svg b/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph_org.svg index cb294947f..05a4d2b71 100644 --- a/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph_org.svg +++ b/ceremony__and__credits_8h_a82dd1a6cc40fd13c3f5524c4c70cd0ce_icgraph_org.svg @@ -4,16 +4,16 @@ - + func_80282BE4 Node1 - -func_80282BE4 + +func_80282BE4 @@ -21,8 +21,8 @@ Node2 - -func_80282C40 + +func_80282C40 @@ -30,17 +30,17 @@ Node1->Node2 - - + + Node3 - - -func_80282D90 + + +func_80282E58 @@ -48,35 +48,36 @@ Node2->Node3 - - + + - - -Node20 - - -func_80282E58 + + +Node9 + + +move_cinematic_camera +_along_spline - - -Node2->Node20 - - - + + +Node2->Node9 + + + Node4 - - -func_80283D2C + + +func_80283F6C @@ -84,368 +85,368 @@ Node3->Node4 - - - - - - - -Node5 - - -func_80283EA0 - - - - - -Node3->Node5 - - - - - - - - -Node7 - - -func_80284154 - - - - - -Node3->Node7 - - - - - - - - -Node8 - - -func_802842A8 - - - - - -Node3->Node8 - - - - - - - - -Node9 - - -func_802842D8 - - - - - -Node3->Node9 - - - - - - - - -Node10 - - -func_80284308 - - - - - -Node3->Node10 - - - - - - - - -Node11 - - -func_80284418 - - - - - -Node3->Node11 - - - - - - - - -Node12 - - -func_80284494 - - - - - -Node3->Node12 - - - - - - - - -Node13 - - -func_802844FC - - - - - -Node3->Node13 - - - - - - - - -Node14 - - -func_8028454C - - - - - -Node3->Node14 - - - - - - - - -Node15 - - -func_802845EC - - - - - -Node3->Node15 - - - - - - - - -Node17 - - -func_802846B4 - - - - - -Node3->Node17 - - - - - - - - -Node18 - - -func_802846E4 - - - - - -Node3->Node18 - - - - - - - - -Node19 - - -func_802847CC - - - - - -Node3->Node19 - - - + + Node6 - - -func_802840C8 + + +func_80284068 - - -Node5->Node6 - - - + + +Node3->Node6 + + + + + + + + +Node7 + + +func_802841E8 + + + + + +Node3->Node7 + + + + + + + + +Node5 + + +func_802840C8 + + + + + +Node4->Node5 + + + + + + + + +Node6->Node5 + + + + + + + + +Node8 + + +func_8028422C + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +func_80283D2C + + + + + +Node9->Node10 + + + + + + + + +Node11 + + +func_80283EA0 + + + + + +Node9->Node11 + + + + + + + + +Node12 + + +func_80284154 + + + + + +Node9->Node12 + + + + + + + + +Node13 + + +func_802842A8 + + + + + +Node9->Node13 + + + + + + + + +Node14 + + +func_802842D8 + + + + + +Node9->Node14 + + + + + + + + +Node15 + + +func_80284308 + + + + + +Node9->Node15 + + + Node16 - - -func_80284648 + + +func_80284418 - - -Node15->Node16 - - - + + +Node9->Node16 + + + - - -Node21 - + + +Node17 + + +func_80284494 + + + + + +Node9->Node17 + + + + + + + + +Node18 + + +func_802844FC + + + + + +Node9->Node18 + + + + + + + + +Node19 + -func_80283F6C +func_8028454C - - -Node20->Node21 - - - + + +Node9->Node19 + + + + + + + + +Node20 + + +func_802845EC + + + + + +Node9->Node20 + + + Node22 - - -func_80284068 + + +func_802846B4 - - -Node20->Node22 - - - + + +Node9->Node22 + + + Node23 - - -func_802841E8 + + +func_802846E4 - - -Node20->Node23 - - - - - - - - -Node21->Node6 - - - - - - - - -Node22->Node6 - - - + + +Node9->Node23 + + + Node24 - - -func_8028422C + + +func_802847CC - - -Node23->Node24 - - - + + +Node9->Node24 + + + + + + + + +Node11->Node5 + + + + + + + + +Node21 + + +func_80284648 + + + + + +Node20->Node21 + + + diff --git a/ceremony__and__credits_8h_a87fedba25d342ac77a029e45d6d8ccb8_icgraph.map b/ceremony__and__credits_8h_a87fedba25d342ac77a029e45d6d8ccb8_icgraph.map index c2cfb104d..ee4052e77 100644 --- a/ceremony__and__credits_8h_a87fedba25d342ac77a029e45d6d8ccb8_icgraph.map +++ b/ceremony__and__credits_8h_a87fedba25d342ac77a029e45d6d8ccb8_icgraph.map @@ -1,39 +1,39 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a87fedba25d342ac77a029e45d6d8ccb8_icgraph.md5 b/ceremony__and__credits_8h_a87fedba25d342ac77a029e45d6d8ccb8_icgraph.md5 index 1e0fb47e3..8850780b0 100644 --- a/ceremony__and__credits_8h_a87fedba25d342ac77a029e45d6d8ccb8_icgraph.md5 +++ b/ceremony__and__credits_8h_a87fedba25d342ac77a029e45d6d8ccb8_icgraph.md5 @@ -1 +1 @@ -15a19fb43248569f54002380edf4c079 \ No newline at end of file +6c1de94a8fdf142fd9d01eb0223e097c \ No newline at end of file diff --git a/ceremony__and__credits_8h_a87fedba25d342ac77a029e45d6d8ccb8_icgraph.svg b/ceremony__and__credits_8h_a87fedba25d342ac77a029e45d6d8ccb8_icgraph.svg index 405c9bad7..77ce71102 100644 --- a/ceremony__and__credits_8h_a87fedba25d342ac77a029e45d6d8ccb8_icgraph.svg +++ b/ceremony__and__credits_8h_a87fedba25d342ac77a029e45d6d8ccb8_icgraph.svg @@ -4,7 +4,7 @@ - + - -func_80283ED0 + +copy_player_two_in_camera Node1 - -func_80283ED0 + +copy_player_two_in +_camera @@ -31,8 +32,8 @@ Node2 - -vec3f_copy_return_dupe + +vec3f_copy_return_dupe @@ -40,8 +41,8 @@ Node1->Node2 - - + + diff --git a/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_cgraph_org.svg b/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_cgraph_org.svg new file mode 100644 index 000000000..a02066af1 --- /dev/null +++ b/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_cgraph_org.svg @@ -0,0 +1,40 @@ + + + + + + +copy_player_two_in_camera + + +Node1 + + +copy_player_two_in +_camera + + + + + +Node2 + + +vec3f_copy_return_dupe + + + + + +Node1->Node2 + + + + + + + + diff --git a/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_icgraph.map b/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_icgraph.map new file mode 100644 index 000000000..fd0a2127c --- /dev/null +++ b/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_icgraph.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_icgraph.md5 b/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_icgraph.md5 new file mode 100644 index 000000000..773014ec5 --- /dev/null +++ b/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_icgraph.md5 @@ -0,0 +1 @@ +62e4c1e3bb5140aeff66554c355fb55a \ No newline at end of file diff --git a/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_icgraph.svg b/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_icgraph.svg new file mode 100644 index 000000000..fa804ef3c --- /dev/null +++ b/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_icgraph.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + +copy_player_two_in_camera + + +Node1 + + +copy_player_two_in +_camera + + + + + +Node2 + + +func_80283F6C + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_802840C8 + + + + + +Node2->Node3 + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_icgraph_org.svg b/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_icgraph_org.svg new file mode 100644 index 000000000..11bb02c1d --- /dev/null +++ b/ceremony__and__credits_8h_a979d6972bcdcd0ee0ec96b0b1d2863c9_icgraph_org.svg @@ -0,0 +1,58 @@ + + + + + + +copy_player_two_in_camera + + +Node1 + + +copy_player_two_in +_camera + + + + + +Node2 + + +func_80283F6C + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_802840C8 + + + + + +Node2->Node3 + + + + + + + + diff --git a/ceremony__and__credits_8h_a991079ad2acfd2f1c2f6a239f39a32bf_cgraph.map b/ceremony__and__credits_8h_a991079ad2acfd2f1c2f6a239f39a32bf_cgraph.map new file mode 100644 index 000000000..87b649fd5 --- /dev/null +++ b/ceremony__and__credits_8h_a991079ad2acfd2f1c2f6a239f39a32bf_cgraph.map @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a991079ad2acfd2f1c2f6a239f39a32bf_cgraph.md5 b/ceremony__and__credits_8h_a991079ad2acfd2f1c2f6a239f39a32bf_cgraph.md5 new file mode 100644 index 000000000..4e5844f34 --- /dev/null +++ b/ceremony__and__credits_8h_a991079ad2acfd2f1c2f6a239f39a32bf_cgraph.md5 @@ -0,0 +1 @@ +714ee169009759cfa9ec4ed847159423 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a1e0cc9dadad511ca406072337abe2fe3_cgraph.svg b/ceremony__and__credits_8h_a991079ad2acfd2f1c2f6a239f39a32bf_cgraph.svg similarity index 53% rename from ceremony__and__credits_8h_a1e0cc9dadad511ca406072337abe2fe3_cgraph.svg rename to ceremony__and__credits_8h_a991079ad2acfd2f1c2f6a239f39a32bf_cgraph.svg index 2ed14de35..cd9e72378 100644 --- a/ceremony__and__credits_8h_a1e0cc9dadad511ca406072337abe2fe3_cgraph.svg +++ b/ceremony__and__credits_8h_a991079ad2acfd2f1c2f6a239f39a32bf_cgraph.svg @@ -4,7 +4,7 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -func_802840C8 - - -Node1 - - -func_802840C8 - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80283C14 - - - - - -Node1->Node3 - - - - - - - - -Node6 - - -func_80283EA0 - - - - - -Node1->Node6 - - - - - - - - -Node14 - - -func_80283F6C - - - - - -Node1->Node14 - - - - - - - - -Node20 - - -func_80284068 - - - - - -Node1->Node20 - - - - - - - - -Node4 - - -func_800C8EF8 - - - - - -Node3->Node4 - - - - - - - - -Node5 - - -func_800C3448 - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282D90 - - - - - -Node6->Node7 - - - - - - - - -Node7->Node2 - - - - - - - - -Node8 - - -func_80282434 - - - - - -Node7->Node8 - - - - - - - - -Node10 - - -func_80282C40 - - - - - -Node7->Node10 - - - - - - - - -Node12 - - -move_point_along_spline - - - - - -Node7->Node12 - - - - - - - - -Node9 - - -reset_spline - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -func_80282BE4 - - - - - -Node10->Node11 - - - - - - - - -Node13 - - -func_80282700 - - - - - -Node12->Node13 - - - - - - - - -Node14->Node2 - - - - - - - - -Node15 - - -func_80282E58 - - - - - -Node14->Node15 - - - - - - - - -Node16 - - -func_80283ED0 - - - - - -Node14->Node16 - - - - - - - - -Node18 - - -func_80283EF8 - - - - - -Node14->Node18 - - - - - - - - -Node15->Node10 - - - - - - - - -Node15->Node12 - - - - - - - - -Node17 - - -vec3f_copy_return_dupe - - - - - -Node16->Node17 - - - - - - - - -Node19 - - -f32_lerp - - - - - -Node18->Node19 - - - - - - - - -Node20->Node2 - - - - - - - - -Node20->Node15 - - - - - - - - -Node21 - - -func_80283FCC - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -func_80283FF4 - - - - - -Node20->Node22 - - - - - - - - -Node21->Node17 - - - - - - - - -Node22->Node19 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_a9d01eec98084c96661cef17abb331ceb_cgraph_org.svg b/ceremony__and__credits_8h_a9d01eec98084c96661cef17abb331ceb_cgraph_org.svg deleted file mode 100644 index 3adab409c..000000000 --- a/ceremony__and__credits_8h_a9d01eec98084c96661cef17abb331ceb_cgraph_org.svg +++ /dev/null @@ -1,471 +0,0 @@ - - - - - - -func_802840C8 - - -Node1 - - -func_802840C8 - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80283C14 - - - - - -Node1->Node3 - - - - - - - - -Node6 - - -func_80283EA0 - - - - - -Node1->Node6 - - - - - - - - -Node14 - - -func_80283F6C - - - - - -Node1->Node14 - - - - - - - - -Node20 - - -func_80284068 - - - - - -Node1->Node20 - - - - - - - - -Node4 - - -func_800C8EF8 - - - - - -Node3->Node4 - - - - - - - - -Node5 - - -func_800C3448 - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282D90 - - - - - -Node6->Node7 - - - - - - - - -Node7->Node2 - - - - - - - - -Node8 - - -func_80282434 - - - - - -Node7->Node8 - - - - - - - - -Node10 - - -func_80282C40 - - - - - -Node7->Node10 - - - - - - - - -Node12 - - -move_point_along_spline - - - - - -Node7->Node12 - - - - - - - - -Node9 - - -reset_spline - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -func_80282BE4 - - - - - -Node10->Node11 - - - - - - - - -Node13 - - -func_80282700 - - - - - -Node12->Node13 - - - - - - - - -Node14->Node2 - - - - - - - - -Node15 - - -func_80282E58 - - - - - -Node14->Node15 - - - - - - - - -Node16 - - -func_80283ED0 - - - - - -Node14->Node16 - - - - - - - - -Node18 - - -func_80283EF8 - - - - - -Node14->Node18 - - - - - - - - -Node15->Node10 - - - - - - - - -Node15->Node12 - - - - - - - - -Node17 - - -vec3f_copy_return_dupe - - - - - -Node16->Node17 - - - - - - - - -Node19 - - -f32_lerp - - - - - -Node18->Node19 - - - - - - - - -Node20->Node2 - - - - - - - - -Node20->Node15 - - - - - - - - -Node21 - - -func_80283FCC - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -func_80283FF4 - - - - - -Node20->Node22 - - - - - - - - -Node21->Node17 - - - - - - - - -Node22->Node19 - - - - - - - - diff --git a/ceremony__and__credits_8h_ae937ec79b1dcf01e1fd000f5cad8917e_cgraph.map b/ceremony__and__credits_8h_a9d417fb03317b9e39298c29d83721b3b_cgraph.map similarity index 77% rename from ceremony__and__credits_8h_ae937ec79b1dcf01e1fd000f5cad8917e_cgraph.map rename to ceremony__and__credits_8h_a9d417fb03317b9e39298c29d83721b3b_cgraph.map index aa0a312bb..b6f8df6f5 100644 --- a/ceremony__and__credits_8h_ae937ec79b1dcf01e1fd000f5cad8917e_cgraph.map +++ b/ceremony__and__credits_8h_a9d417fb03317b9e39298c29d83721b3b_cgraph.map @@ -2,10 +2,10 @@ - + - - - - + + + +
diff --git a/ceremony__and__credits_8h_a9d417fb03317b9e39298c29d83721b3b_cgraph.md5 b/ceremony__and__credits_8h_a9d417fb03317b9e39298c29d83721b3b_cgraph.md5 new file mode 100644 index 000000000..e58ad419d --- /dev/null +++ b/ceremony__and__credits_8h_a9d417fb03317b9e39298c29d83721b3b_cgraph.md5 @@ -0,0 +1 @@ +3daebe7764ded90dac6e2fc59b429221 \ No newline at end of file diff --git a/ceremony__and__credits_8c_aa5674b65ed7c1ed7f3a4b00eed1c77b5_cgraph.svg b/ceremony__and__credits_8h_a9d417fb03317b9e39298c29d83721b3b_cgraph.svg similarity index 78% rename from ceremony__and__credits_8c_aa5674b65ed7c1ed7f3a4b00eed1c77b5_cgraph.svg rename to ceremony__and__credits_8h_a9d417fb03317b9e39298c29d83721b3b_cgraph.svg index 285bbec0e..fcdb3a8e1 100644 --- a/ceremony__and__credits_8c_aa5674b65ed7c1ed7f3a4b00eed1c77b5_cgraph.svg +++ b/ceremony__and__credits_8h_a9d417fb03317b9e39298c29d83721b3b_cgraph.svg @@ -4,8 +4,8 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +cinematic_stub + + +Node1 + + +cinematic_stub + + + + + +Node2 + + +func_80283648 + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +credits_loop + + + + + +Node2->Node3 + + + + + + + + +Node9 + + +update_camera_podium +_ceremony + + + + + +Node2->Node9 + + + + + + + + +Node4 + + +game_state_handler + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +thread5_game_loop + + + + + +Node4->Node5 + + + + + + + + +Node6 + + +thread3_video + + + + + +Node5->Node6 + + + + + + + + +Node7 + + +thread1_idle + + + + + +Node6->Node7 + + + + + + + + +Node8 + + +main_func + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +podium_ceremony_loop + + + + + +Node9->Node10 + + + + + + + + +Node10->Node4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_a9db32a1fc62cd4c19e38fb90019e81e9_icgraph_org.svg b/ceremony__and__credits_8h_a9db32a1fc62cd4c19e38fb90019e81e9_icgraph_org.svg new file mode 100644 index 000000000..700fbc236 --- /dev/null +++ b/ceremony__and__credits_8h_a9db32a1fc62cd4c19e38fb90019e81e9_icgraph_org.svg @@ -0,0 +1,193 @@ + + + + + + +cinematic_stub + + +Node1 + + +cinematic_stub + + + + + +Node2 + + +func_80283648 + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +credits_loop + + + + + +Node2->Node3 + + + + + + + + +Node9 + + +update_camera_podium +_ceremony + + + + + +Node2->Node9 + + + + + + + + +Node4 + + +game_state_handler + + + + + +Node3->Node4 + + + + + + + + +Node5 + + +thread5_game_loop + + + + + +Node4->Node5 + + + + + + + + +Node6 + + +thread3_video + + + + + +Node5->Node6 + + + + + + + + +Node7 + + +thread1_idle + + + + + +Node6->Node7 + + + + + + + + +Node8 + + +main_func + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +podium_ceremony_loop + + + + + +Node9->Node10 + + + + + + + + +Node10->Node4 + + + + + + + + diff --git a/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph.map b/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph.map index 54c6cf6bf..c990c8c63 100644 --- a/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph.map +++ b/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph.map @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph.md5 b/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph.md5 index a0384e853..9a54f5575 100644 --- a/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph.md5 +++ b/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph.md5 @@ -1 +1 @@ -75659a6744f09c6eb7780d25a0d95eeb \ No newline at end of file +04af8a4f624093aca331d80524e51e61 \ No newline at end of file diff --git a/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph.svg b/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph.svg index 64ce60d41..9d713b76e 100644 --- a/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph.svg +++ b/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph.svg @@ -4,8 +4,8 @@ - + - + f32_lerp Node1 - -f32_lerp + +f32_lerp Node2 - - -func_80283EF8 + + +func_80284184 @@ -40,53 +40,55 @@ Node1->Node2 - - + + - - -Node5 - - -func_80283FF4 + + +Node4 + + +lerp_player_three_in +_camera - - -Node1->Node5 - - - + + +Node1->Node4 + + + Node7 - - -func_80284184 + + +lerp_player_two_in +_camera - + Node1->Node7 - - - + + + Node3 - - -func_80283F6C + + +func_8028422C @@ -94,35 +96,35 @@ Node2->Node3 - - + + - - -Node4 - - -func_802840C8 + + +Node5 + + +func_80284068 - - -Node3->Node4 - - - + + +Node4->Node5 + + + Node6 - - -func_80284068 + + +func_802840C8 @@ -130,35 +132,35 @@ Node5->Node6 - - - - - - - -Node6->Node4 - - - + + Node8 - - -func_8028422C + + +func_80283F6C - + Node7->Node8 - - - + + + + + + + + +Node8->Node6 + + + diff --git a/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph_org.svg b/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph_org.svg index abc88c110..eb2bcb970 100644 --- a/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph_org.svg +++ b/ceremony__and__credits_8h_aa747046d3ad377102209e71bcaff80ec_icgraph_org.svg @@ -4,25 +4,25 @@ - - + + f32_lerp Node1 - -f32_lerp + +f32_lerp Node2 - - -func_80283EF8 + + +func_80284184 @@ -30,53 +30,55 @@ Node1->Node2 - - + + - - -Node5 - - -func_80283FF4 + + +Node4 + + +lerp_player_three_in +_camera - - -Node1->Node5 - - - + + +Node1->Node4 + + + Node7 - - -func_80284184 + + +lerp_player_two_in +_camera - + Node1->Node7 - - - + + + Node3 - - -func_80283F6C + + +func_8028422C @@ -84,35 +86,35 @@ Node2->Node3 - - + + - - -Node4 - - -func_802840C8 + + +Node5 + + +func_80284068 - - -Node3->Node4 - - - + + +Node4->Node5 + + + Node6 - - -func_80284068 + + +func_802840C8 @@ -120,35 +122,35 @@ Node5->Node6 - - - - - - - -Node6->Node4 - - - + + Node8 - - -func_8028422C + + +func_80283F6C - + Node7->Node8 - - - + + + + + + + + +Node8->Node6 + + + diff --git a/ceremony__and__credits_8h_ad73dea8a54188a8695d5343533a19b4c_icgraph.map b/ceremony__and__credits_8h_aa762dee8606cc7a2419828e3dbf965b8_icgraph.map similarity index 75% rename from ceremony__and__credits_8h_ad73dea8a54188a8695d5343533a19b4c_icgraph.map rename to ceremony__and__credits_8h_aa762dee8606cc7a2419828e3dbf965b8_icgraph.map index 5bc4d04c4..31d41df4f 100644 --- a/ceremony__and__credits_8h_ad73dea8a54188a8695d5343533a19b4c_icgraph.map +++ b/ceremony__and__credits_8h_aa762dee8606cc7a2419828e3dbf965b8_icgraph.map @@ -1,15 +1,15 @@ - - - - - - - - + + + + + + + + - - - + + + @@ -21,7 +21,7 @@ - + - + diff --git a/ceremony__and__credits_8h_aa762dee8606cc7a2419828e3dbf965b8_icgraph.md5 b/ceremony__and__credits_8h_aa762dee8606cc7a2419828e3dbf965b8_icgraph.md5 new file mode 100644 index 000000000..6607ce450 --- /dev/null +++ b/ceremony__and__credits_8h_aa762dee8606cc7a2419828e3dbf965b8_icgraph.md5 @@ -0,0 +1 @@ +45d22281673fed329d06504a5a53f586 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a354e00bec9891d4f2e9c743e3fc10952_icgraph.svg b/ceremony__and__credits_8h_aa762dee8606cc7a2419828e3dbf965b8_icgraph.svg similarity index 80% rename from ceremony__and__credits_8c_a354e00bec9891d4f2e9c743e3fc10952_icgraph.svg rename to ceremony__and__credits_8h_aa762dee8606cc7a2419828e3dbf965b8_icgraph.svg index 1ca6b6454..ca429a8c2 100644 --- a/ceremony__and__credits_8c_a354e00bec9891d4f2e9c743e3fc10952_icgraph.svg +++ b/ceremony__and__credits_8h_aa762dee8606cc7a2419828e3dbf965b8_icgraph.svg @@ -3,7 +3,7 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + @@ -46,29 +46,29 @@ -func_80282364 +adjust_s16_value_transition Node1 - -func_80282364 + +adjust_s16_value_transition Node2 - - -func_80282F44 + + +func_80282F44 @@ -76,17 +76,17 @@ var sectionId = 'dynsection-5'; Node1->Node2 - - + + Node12 - - -func_80283100 + + +func_80283100 @@ -94,8 +94,8 @@ var sectionId = 'dynsection-5'; Node1->Node12 - - + + @@ -103,8 +103,8 @@ var sectionId = 'dynsection-5'; Node3 - -func_80283648 + +func_80283648 @@ -112,8 +112,8 @@ var sectionId = 'dynsection-5'; Node2->Node3 - - + + @@ -130,18 +130,18 @@ var sectionId = 'dynsection-5'; Node3->Node4 - - + + Node10 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -149,8 +149,8 @@ var sectionId = 'dynsection-5'; Node3->Node10 - - + + @@ -257,8 +257,8 @@ var sectionId = 'dynsection-5'; Node10->Node11 - - + + @@ -275,8 +275,8 @@ var sectionId = 'dynsection-5'; Node12->Node3 - - + + @@ -295,7 +295,7 @@ var sectionId = 'dynsection-5'; - + - - + + -func_80282364 +adjust_s16_value_transition Node1 - -func_80282364 + +adjust_s16_value_transition Node2 - - -func_80282F44 + + +func_80282F44 @@ -30,17 +30,17 @@ Node1->Node2 - - + + Node12 - - -func_80283100 + + +func_80283100 @@ -48,8 +48,8 @@ Node1->Node12 - - + + @@ -57,8 +57,8 @@ Node3 - -func_80283648 + +func_80283648 @@ -66,8 +66,8 @@ Node2->Node3 - - + + @@ -84,18 +84,18 @@ Node3->Node4 - - + + Node10 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -103,8 +103,8 @@ Node3->Node10 - - + + @@ -211,8 +211,8 @@ Node10->Node11 - - + + @@ -229,8 +229,8 @@ Node12->Node3 - - + + diff --git a/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_cgraph.md5 b/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_cgraph.md5 deleted file mode 100644 index ab668a06b..000000000 --- a/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -8d6b5bcedbc67401f339be77a6dd0183 \ No newline at end of file diff --git a/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_cgraph_org.svg b/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_cgraph_org.svg deleted file mode 100644 index 9245066cf..000000000 --- a/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_cgraph_org.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - -func_80283EF8 - - -Node1 - - -func_80283EF8 - - - - - -Node2 - - -f32_lerp - - - - - -Node1->Node2 - - - - - - - - diff --git a/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_icgraph.map b/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_icgraph.map deleted file mode 100644 index 3ef8fc868..000000000 --- a/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_icgraph.map +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_icgraph.md5 b/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_icgraph.md5 deleted file mode 100644 index f708c65ca..000000000 --- a/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -1caad02ae333971b6f82f2955cbd39fb \ No newline at end of file diff --git a/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_icgraph.svg b/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_icgraph.svg deleted file mode 100644 index cc4e01d68..000000000 --- a/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_icgraph.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - -func_80283EF8 - - -Node1 - - -func_80283EF8 - - - - - -Node2 - - -func_80283F6C - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_802840C8 - - - - - -Node2->Node3 - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_icgraph_org.svg b/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_icgraph_org.svg deleted file mode 100644 index 2f0192514..000000000 --- a/ceremony__and__credits_8h_aad71a531354f6e0d97304f14fc5afc11_icgraph_org.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - -func_80283EF8 - - -Node1 - - -func_80283EF8 - - - - - -Node2 - - -func_80283F6C - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_802840C8 - - - - - -Node2->Node3 - - - - - - - - diff --git a/ceremony__and__credits_8h_a5cadb7d9d754e257993459a2dffd7b4f_cgraph.map b/ceremony__and__credits_8h_ab2f9e2dc7dcc89e89a6f831153be8b8e_cgraph.map similarity index 61% rename from ceremony__and__credits_8h_a5cadb7d9d754e257993459a2dffd7b4f_cgraph.map rename to ceremony__and__credits_8h_ab2f9e2dc7dcc89e89a6f831153be8b8e_cgraph.map index 6ec10a7f7..00fb55d8a 100644 --- a/ceremony__and__credits_8h_a5cadb7d9d754e257993459a2dffd7b4f_cgraph.map +++ b/ceremony__and__credits_8h_ab2f9e2dc7dcc89e89a6f831153be8b8e_cgraph.map @@ -1,19 +1,19 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_ab2f9e2dc7dcc89e89a6f831153be8b8e_cgraph.md5 b/ceremony__and__credits_8h_ab2f9e2dc7dcc89e89a6f831153be8b8e_cgraph.md5 new file mode 100644 index 000000000..857ff17c6 --- /dev/null +++ b/ceremony__and__credits_8h_ab2f9e2dc7dcc89e89a6f831153be8b8e_cgraph.md5 @@ -0,0 +1 @@ +ccff75f130b688d2c5f1a44afb9ca06b \ No newline at end of file diff --git a/ceremony__and__credits_8c_a76ef7f5767dd2b3e68118897ed000b5f_cgraph.svg b/ceremony__and__credits_8h_ab2f9e2dc7dcc89e89a6f831153be8b8e_cgraph.svg similarity index 66% rename from ceremony__and__credits_8c_a76ef7f5767dd2b3e68118897ed000b5f_cgraph.svg rename to ceremony__and__credits_8h_ab2f9e2dc7dcc89e89a6f831153be8b8e_cgraph.svg index 4e79bbf02..b84744524 100644 --- a/ceremony__and__credits_8c_a76ef7f5767dd2b3e68118897ed000b5f_cgraph.svg +++ b/ceremony__and__credits_8h_ab2f9e2dc7dcc89e89a6f831153be8b8e_cgraph.svg @@ -46,9 +46,9 @@ @@ -66,9 +66,10 @@ var sectionId = 'dynsection-98'; Node2 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -76,17 +77,17 @@ var sectionId = 'dynsection-98'; Node1->Node2 - - + + Node3 - - -cutscene_event + + +cutscene_event @@ -94,17 +95,17 @@ var sectionId = 'dynsection-98'; Node2->Node3 - - + + Node4 - - -func_80282434 + + +func_80282C40 @@ -112,17 +113,17 @@ var sectionId = 'dynsection-98'; Node2->Node4 - - + + Node6 - - -func_80282C40 + + +move_point_along_spline @@ -130,17 +131,17 @@ var sectionId = 'dynsection-98'; Node2->Node6 - - + + Node8 - - -move_point_along_spline + + +reset_spline_wrap @@ -148,17 +149,17 @@ var sectionId = 'dynsection-98'; Node2->Node8 - - + + Node5 - - -reset_spline + + +func_80282BE4 @@ -166,17 +167,17 @@ var sectionId = 'dynsection-98'; Node4->Node5 - - + + Node7 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -184,17 +185,17 @@ var sectionId = 'dynsection-98'; Node6->Node7 - - + + Node9 - - -func_80282700 + + +reset_spline @@ -202,8 +203,8 @@ var sectionId = 'dynsection-98'; Node8->Node9 - - + + @@ -222,7 +223,7 @@ var sectionId = 'dynsection-98'; - + + + + + + +func_802846B4 + + +Node1 + + +func_802846B4 + + + + + +Node2 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +cutscene_event + + + + + +Node2->Node3 + + + + + + + + +Node4 + + +func_80282C40 + + + + + +Node2->Node4 + + + + + + + + +Node6 + + +move_point_along_spline + + + + + +Node2->Node6 + + + + + + + + +Node8 + + +reset_spline_wrap + + + + + +Node2->Node8 + + + + + + + + +Node5 + + +func_80282BE4 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +evaluate_cubic_spline + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +reset_spline + + + + + +Node8->Node9 + + + + + + + + diff --git a/ceremony__and__credits_8h_a5b9b04822c1f6b89c03a3424b9b32196_cgraph.map b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_cgraph.map similarity index 64% rename from ceremony__and__credits_8h_a5b9b04822c1f6b89c03a3424b9b32196_cgraph.map rename to ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_cgraph.map index c479b0c66..47d055979 100644 --- a/ceremony__and__credits_8h_a5b9b04822c1f6b89c03a3424b9b32196_cgraph.map +++ b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_cgraph.map @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_cgraph.md5 b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_cgraph.md5 new file mode 100644 index 000000000..873a910e1 --- /dev/null +++ b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_cgraph.md5 @@ -0,0 +1 @@ +31af3994786a2f6fc807d644de42c3a1 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a9142d17aaf7cefa09b66aa82ef143f22_cgraph.svg b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_cgraph.svg similarity index 64% rename from ceremony__and__credits_8c_a9142d17aaf7cefa09b66aa82ef143f22_cgraph.svg rename to ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_cgraph.svg index 0a9bdd1d3..3727ed2e9 100644 --- a/ceremony__and__credits_8c_a9142d17aaf7cefa09b66aa82ef143f22_cgraph.svg +++ b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + - -func_80283EF8 + +lerp_player_two_in_camera Node1 - -func_80283EF8 + +lerp_player_two_in +_camera @@ -31,8 +32,8 @@ Node2 - -f32_lerp + +f32_lerp @@ -40,8 +41,8 @@ Node1->Node2 - - + + diff --git a/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_cgraph_org.svg b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_cgraph_org.svg new file mode 100644 index 000000000..0c6d622c6 --- /dev/null +++ b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_cgraph_org.svg @@ -0,0 +1,40 @@ + + + + + + +lerp_player_two_in_camera + + +Node1 + + +lerp_player_two_in +_camera + + + + + +Node2 + + +f32_lerp + + + + + +Node1->Node2 + + + + + + + + diff --git a/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_icgraph.map b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_icgraph.map new file mode 100644 index 000000000..8be95abd6 --- /dev/null +++ b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_icgraph.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_icgraph.md5 b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_icgraph.md5 new file mode 100644 index 000000000..87c13ca96 --- /dev/null +++ b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_icgraph.md5 @@ -0,0 +1 @@ +6d0b765a81ba7616876bf92e5c56acfa \ No newline at end of file diff --git a/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_icgraph.svg b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_icgraph.svg new file mode 100644 index 000000000..01b8d5900 --- /dev/null +++ b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_icgraph.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + +lerp_player_two_in_camera + + +Node1 + + +lerp_player_two_in +_camera + + + + + +Node2 + + +func_80283F6C + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_802840C8 + + + + + +Node2->Node3 + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_icgraph_org.svg b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_icgraph_org.svg new file mode 100644 index 000000000..1c00cb6e9 --- /dev/null +++ b/ceremony__and__credits_8h_ab319d631f0487dc81b1b43a38c3fb1ca_icgraph_org.svg @@ -0,0 +1,58 @@ + + + + + + +lerp_player_two_in_camera + + +Node1 + + +lerp_player_two_in +_camera + + + + + +Node2 + + +func_80283F6C + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_802840C8 + + + + + +Node2->Node3 + + + + + + + + diff --git a/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_cgraph.map b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_cgraph.map new file mode 100644 index 000000000..d5471e509 --- /dev/null +++ b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_cgraph.map @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_cgraph.md5 b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_cgraph.md5 new file mode 100644 index 000000000..3cf4434f1 --- /dev/null +++ b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_cgraph.md5 @@ -0,0 +1 @@ +8c33297e1cc43112223125239aa9d1e6 \ No newline at end of file diff --git a/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_cgraph.svg b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_cgraph.svg new file mode 100644 index 000000000..bec3cc8df --- /dev/null +++ b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_cgraph.svg @@ -0,0 +1,237 @@ + + + + + + + + + + + +func_80282F44 + + +Node1 + + +func_80282F44 + + + + + +Node2 + + +adjust_s16_value_transition + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +apply_distance_angle +_y_and_angle_y_to_xz + + + + + +Node1->Node3 + + + + + + + + +Node5 + + +sins + + + + + +Node1->Node5 + + + + + + + + +Node6 + + +calculate_distance +_angle_y_and_angle_y_to_xz + + + + + +Node1->Node6 + + + + + + + + +Node10 + + +func_80282F00 + + + + + +Node1->Node10 + + + + + + + + +Node11 + + +vec3f_set_dupe + + + + + +Node1->Node11 + + + + + + + + +Node4 + + +coss + + + + + +Node3->Node4 + + + + + + + + +Node3->Node5 + + + + + + + + +Node7 + + +atan2s + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +sqrtf + + + + + +Node6->Node9 + + + + + + + + +Node8 + + +atan2_lookup + + + + + +Node7->Node8 + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_cgraph_org.svg b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_cgraph_org.svg new file mode 100644 index 000000000..126c36e88 --- /dev/null +++ b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_cgraph_org.svg @@ -0,0 +1,212 @@ + + + + + + +func_80282F44 + + +Node1 + + +func_80282F44 + + + + + +Node2 + + +adjust_s16_value_transition + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +apply_distance_angle +_y_and_angle_y_to_xz + + + + + +Node1->Node3 + + + + + + + + +Node5 + + +sins + + + + + +Node1->Node5 + + + + + + + + +Node6 + + +calculate_distance +_angle_y_and_angle_y_to_xz + + + + + +Node1->Node6 + + + + + + + + +Node10 + + +func_80282F00 + + + + + +Node1->Node10 + + + + + + + + +Node11 + + +vec3f_set_dupe + + + + + +Node1->Node11 + + + + + + + + +Node4 + + +coss + + + + + +Node3->Node4 + + + + + + + + +Node3->Node5 + + + + + + + + +Node7 + + +atan2s + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +sqrtf + + + + + +Node6->Node9 + + + + + + + + +Node8 + + +atan2_lookup + + + + + +Node7->Node8 + + + + + + + + diff --git a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_icgraph.map b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_icgraph.map similarity index 84% rename from ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_icgraph.map rename to ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_icgraph.map index 5e0aa9d18..4f1ea4ad3 100644 --- a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_icgraph.map +++ b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_icgraph.map @@ -1,11 +1,11 @@ - - - + + + - - - + + + @@ -17,6 +17,6 @@ - + diff --git a/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_icgraph.md5 b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_icgraph.md5 new file mode 100644 index 000000000..92fd10d6f --- /dev/null +++ b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_icgraph.md5 @@ -0,0 +1 @@ +dac44d97ca56e23f5cd365942ea68e1d \ No newline at end of file diff --git a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_icgraph.svg b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_icgraph.svg similarity index 86% rename from ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_icgraph.svg rename to ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_icgraph.svg index a991bd449..a210c2ab6 100644 --- a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_icgraph.svg +++ b/ceremony__and__credits_8h_ab37d8664c4febf536b7227d47c860172_icgraph.svg @@ -46,9 +46,9 @@ @@ -58,8 +58,8 @@ var sectionId = 'dynsection-23'; Node1 - -func_80282F44 + +func_80282F44 @@ -67,8 +67,8 @@ var sectionId = 'dynsection-23'; Node2 - -func_80283648 + +func_80283648 @@ -76,8 +76,8 @@ var sectionId = 'dynsection-23'; Node1->Node2 - - + + @@ -94,18 +94,18 @@ var sectionId = 'dynsection-23'; Node2->Node3 - - + + Node9 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -113,8 +113,8 @@ var sectionId = 'dynsection-23'; Node2->Node9 - - + + @@ -221,8 +221,8 @@ var sectionId = 'dynsection-23'; Node9->Node10 - - + + @@ -250,7 +250,7 @@ var sectionId = 'dynsection-23'; - + - + func_80282F44 Node1 - -func_80282F44 + +func_80282F44 @@ -21,8 +21,8 @@ Node2 - -func_80283648 + +func_80283648 @@ -30,8 +30,8 @@ Node1->Node2 - - + + @@ -48,18 +48,18 @@ Node2->Node3 - - + + Node9 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -67,8 +67,8 @@ Node2->Node9 - - + + @@ -175,8 +175,8 @@ Node9->Node10 - - + + diff --git a/ceremony__and__credits_8h_ab40e24b7c3206e15fb6107b341b96093_icgraph.md5 b/ceremony__and__credits_8h_ab40e24b7c3206e15fb6107b341b96093_icgraph.md5 deleted file mode 100644 index 8b3b6e49a..000000000 --- a/ceremony__and__credits_8h_ab40e24b7c3206e15fb6107b341b96093_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -114aa4ef5bf243282593e0aac17ae857 \ No newline at end of file diff --git a/ceremony__and__credits_8h_a18dc536cdef5ec9455acd9e156302ab4_cgraph.map b/ceremony__and__credits_8h_ab60d9a4e301ab79558c18aabe242d95b_cgraph.map similarity index 58% rename from ceremony__and__credits_8h_a18dc536cdef5ec9455acd9e156302ab4_cgraph.map rename to ceremony__and__credits_8h_ab60d9a4e301ab79558c18aabe242d95b_cgraph.map index a971314bb..a920c4378 100644 --- a/ceremony__and__credits_8h_a18dc536cdef5ec9455acd9e156302ab4_cgraph.map +++ b/ceremony__and__credits_8h_ab60d9a4e301ab79558c18aabe242d95b_cgraph.map @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + diff --git a/ceremony__and__credits_8h_ab60d9a4e301ab79558c18aabe242d95b_cgraph.md5 b/ceremony__and__credits_8h_ab60d9a4e301ab79558c18aabe242d95b_cgraph.md5 new file mode 100644 index 000000000..1af8a3327 --- /dev/null +++ b/ceremony__and__credits_8h_ab60d9a4e301ab79558c18aabe242d95b_cgraph.md5 @@ -0,0 +1 @@ +72c2b473e5f30af19ad0f38402288ee3 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a80ba2265bcd93cfd62df730d0c82d6a9_cgraph.svg b/ceremony__and__credits_8h_ab60d9a4e301ab79558c18aabe242d95b_cgraph.svg similarity index 64% rename from ceremony__and__credits_8c_a80ba2265bcd93cfd62df730d0c82d6a9_cgraph.svg rename to ceremony__and__credits_8h_ab60d9a4e301ab79558c18aabe242d95b_cgraph.svg index ea862cda4..88fddcc7d 100644 --- a/ceremony__and__credits_8c_a80ba2265bcd93cfd62df730d0c82d6a9_cgraph.svg +++ b/ceremony__and__credits_8h_ab60d9a4e301ab79558c18aabe242d95b_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -func_80282700 - - -Node1 - - -func_80282700 - - - - - -Node2 - - -move_point_along_spline - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node2->Node3 - - - - - - - - -Node20 - - -func_80282E58 - - - - - -Node2->Node20 - - - - - - - - -Node4 - - -func_80283D2C - - - - - -Node3->Node4 - - - - - - - - -Node5 - - -func_80283EA0 - - - - - -Node3->Node5 - - - - - - - - -Node7 - - -func_80284154 - - - - - -Node3->Node7 - - - - - - - - -Node8 - - -func_802842A8 - - - - - -Node3->Node8 - - - - - - - - -Node9 - - -func_802842D8 - - - - - -Node3->Node9 - - - - - - - - -Node10 - - -func_80284308 - - - - - -Node3->Node10 - - - - - - - - -Node11 - - -func_80284418 - - - - - -Node3->Node11 - - - - - - - - -Node12 - - -func_80284494 - - - - - -Node3->Node12 - - - - - - - - -Node13 - - -func_802844FC - - - - - -Node3->Node13 - - - - - - - - -Node14 - - -func_8028454C - - - - - -Node3->Node14 - - - - - - - - -Node15 - - -func_802845EC - - - - - -Node3->Node15 - - - - - - - - -Node17 - - -func_802846B4 - - - - - -Node3->Node17 - - - - - - - - -Node18 - - -func_802846E4 - - - - - -Node3->Node18 - - - - - - - - -Node19 - - -func_802847CC - - - - - -Node3->Node19 - - - - - - - - -Node6 - - -func_802840C8 - - - - - -Node5->Node6 - - - - - - - - -Node16 - - -func_80284648 - - - - - -Node15->Node16 - - - - - - - - -Node21 - - -func_80283F6C - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -func_80284068 - - - - - -Node20->Node22 - - - - - - - - -Node23 - - -func_802841E8 - - - - - -Node20->Node23 - - - - - - - - -Node21->Node6 - - - - - - - - -Node22->Node6 - - - - - - - - -Node24 - - -func_8028422C - - - - - -Node23->Node24 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_ab9691bdb09bfc4edfc6e23fec67d595e_icgraph_org.svg b/ceremony__and__credits_8h_ab9691bdb09bfc4edfc6e23fec67d595e_icgraph_org.svg deleted file mode 100644 index bc5fbe5b1..000000000 --- a/ceremony__and__credits_8h_ab9691bdb09bfc4edfc6e23fec67d595e_icgraph_org.svg +++ /dev/null @@ -1,453 +0,0 @@ - - - - - - -func_80282700 - - -Node1 - - -func_80282700 - - - - - -Node2 - - -move_point_along_spline - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node2->Node3 - - - - - - - - -Node20 - - -func_80282E58 - - - - - -Node2->Node20 - - - - - - - - -Node4 - - -func_80283D2C - - - - - -Node3->Node4 - - - - - - - - -Node5 - - -func_80283EA0 - - - - - -Node3->Node5 - - - - - - - - -Node7 - - -func_80284154 - - - - - -Node3->Node7 - - - - - - - - -Node8 - - -func_802842A8 - - - - - -Node3->Node8 - - - - - - - - -Node9 - - -func_802842D8 - - - - - -Node3->Node9 - - - - - - - - -Node10 - - -func_80284308 - - - - - -Node3->Node10 - - - - - - - - -Node11 - - -func_80284418 - - - - - -Node3->Node11 - - - - - - - - -Node12 - - -func_80284494 - - - - - -Node3->Node12 - - - - - - - - -Node13 - - -func_802844FC - - - - - -Node3->Node13 - - - - - - - - -Node14 - - -func_8028454C - - - - - -Node3->Node14 - - - - - - - - -Node15 - - -func_802845EC - - - - - -Node3->Node15 - - - - - - - - -Node17 - - -func_802846B4 - - - - - -Node3->Node17 - - - - - - - - -Node18 - - -func_802846E4 - - - - - -Node3->Node18 - - - - - - - - -Node19 - - -func_802847CC - - - - - -Node3->Node19 - - - - - - - - -Node6 - - -func_802840C8 - - - - - -Node5->Node6 - - - - - - - - -Node16 - - -func_80284648 - - - - - -Node15->Node16 - - - - - - - - -Node21 - - -func_80283F6C - - - - - -Node20->Node21 - - - - - - - - -Node22 - - -func_80284068 - - - - - -Node20->Node22 - - - - - - - - -Node23 - - -func_802841E8 - - - - - -Node20->Node23 - - - - - - - - -Node21->Node6 - - - - - - - - -Node22->Node6 - - - - - - - - -Node24 - - -func_8028422C - - - - - -Node23->Node24 - - - - - - - - diff --git a/ceremony__and__credits_8h_abb4115c475f405ca165d3be4c0a0d0b8_cgraph.map b/ceremony__and__credits_8h_abb4115c475f405ca165d3be4c0a0d0b8_cgraph.map deleted file mode 100644 index 3e3d006c1..000000000 --- a/ceremony__and__credits_8h_abb4115c475f405ca165d3be4c0a0d0b8_cgraph.map +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_abb4115c475f405ca165d3be4c0a0d0b8_cgraph.md5 b/ceremony__and__credits_8h_abb4115c475f405ca165d3be4c0a0d0b8_cgraph.md5 deleted file mode 100644 index f470ad980..000000000 --- a/ceremony__and__credits_8h_abb4115c475f405ca165d3be4c0a0d0b8_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -65eb7647009937f76d1c37bcf03f74d3 \ No newline at end of file diff --git a/ceremony__and__credits_8h_abb4115c475f405ca165d3be4c0a0d0b8_cgraph.svg b/ceremony__and__credits_8h_abb4115c475f405ca165d3be4c0a0d0b8_cgraph.svg deleted file mode 100644 index 1cf18c3d1..000000000 --- a/ceremony__and__credits_8h_abb4115c475f405ca165d3be4c0a0d0b8_cgraph.svg +++ /dev/null @@ -1,436 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -func_8028454C - - -Node1 - - -func_8028454C - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node1->Node3 - - - - - - - - -Node10 - - -func_80283994 - - - - - -Node1->Node10 - - - - - - - - -Node12 - - -func_80283A34 - - - - - -Node1->Node12 - - - - - - - - -Node14 - - -func_80283C38 - - - - - -Node1->Node14 - - - - - - - - -Node16 - - -func_80283CA8 - - - - - -Node1->Node16 - - - - - - - - -Node3->Node2 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node3->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node3->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -func_80280FFC - - - - - -Node10->Node11 - - - - - - - - -Node13 - - -func_800CA0CC - - - - - -Node12->Node13 - - - - - - - - -Node15 - - -func_800CB134 - - - - - -Node14->Node15 - - - - - - - - -Node17 - - -func_800CA008 - - - - - -Node16->Node17 - - - - - - - - -Node18 - - -func_800C3448 - - - - - -Node17->Node18 - - - - - - - - -Node19 - - -func_800C36C4 - - - - - -Node17->Node19 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_abb4115c475f405ca165d3be4c0a0d0b8_cgraph_org.svg b/ceremony__and__credits_8h_abb4115c475f405ca165d3be4c0a0d0b8_cgraph_org.svg deleted file mode 100644 index 0700c6ab5..000000000 --- a/ceremony__and__credits_8h_abb4115c475f405ca165d3be4c0a0d0b8_cgraph_org.svg +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - -func_8028454C - - -Node1 - - -func_8028454C - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282D90 - - - - - -Node1->Node3 - - - - - - - - -Node10 - - -func_80283994 - - - - - -Node1->Node10 - - - - - - - - -Node12 - - -func_80283A34 - - - - - -Node1->Node12 - - - - - - - - -Node14 - - -func_80283C38 - - - - - -Node1->Node14 - - - - - - - - -Node16 - - -func_80283CA8 - - - - - -Node1->Node16 - - - - - - - - -Node3->Node2 - - - - - - - - -Node4 - - -func_80282434 - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -func_80282C40 - - - - - -Node3->Node6 - - - - - - - - -Node8 - - -move_point_along_spline - - - - - -Node3->Node8 - - - - - - - - -Node5 - - -reset_spline - - - - - -Node4->Node5 - - - - - - - - -Node7 - - -func_80282BE4 - - - - - -Node6->Node7 - - - - - - - - -Node9 - - -func_80282700 - - - - - -Node8->Node9 - - - - - - - - -Node11 - - -func_80280FFC - - - - - -Node10->Node11 - - - - - - - - -Node13 - - -func_800CA0CC - - - - - -Node12->Node13 - - - - - - - - -Node15 - - -func_800CB134 - - - - - -Node14->Node15 - - - - - - - - -Node17 - - -func_800CA008 - - - - - -Node16->Node17 - - - - - - - - -Node18 - - -func_800C3448 - - - - - -Node17->Node18 - - - - - - - - -Node19 - - -func_800C36C4 - - - - - -Node17->Node19 - - - - - - - - diff --git a/ceremony__and__credits_8h_ac4b07b25457ea54a41807bfcb755739b_cgraph.md5 b/ceremony__and__credits_8h_ac4b07b25457ea54a41807bfcb755739b_cgraph.md5 deleted file mode 100644 index 93fde5fda..000000000 --- a/ceremony__and__credits_8h_ac4b07b25457ea54a41807bfcb755739b_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -7a5fdd6670e09de243c32998f82b78ab \ No newline at end of file diff --git a/ceremony__and__credits_8h_ab40e24b7c3206e15fb6107b341b96093_icgraph.map b/ceremony__and__credits_8h_acac600762778bbef78c13c95818a4af1_icgraph.map similarity index 85% rename from ceremony__and__credits_8h_ab40e24b7c3206e15fb6107b341b96093_icgraph.map rename to ceremony__and__credits_8h_acac600762778bbef78c13c95818a4af1_icgraph.map index 8ff92e376..19acaef49 100644 --- a/ceremony__and__credits_8h_ab40e24b7c3206e15fb6107b341b96093_icgraph.map +++ b/ceremony__and__credits_8h_acac600762778bbef78c13c95818a4af1_icgraph.map @@ -2,8 +2,8 @@ - + - + diff --git a/ceremony__and__credits_8h_acac600762778bbef78c13c95818a4af1_icgraph.md5 b/ceremony__and__credits_8h_acac600762778bbef78c13c95818a4af1_icgraph.md5 new file mode 100644 index 000000000..04bd53bef --- /dev/null +++ b/ceremony__and__credits_8h_acac600762778bbef78c13c95818a4af1_icgraph.md5 @@ -0,0 +1 @@ +cffffe006928d1b7627a2ecf4acfcd29 \ No newline at end of file diff --git a/ceremony__and__credits_8h_ab40e24b7c3206e15fb6107b341b96093_icgraph.svg b/ceremony__and__credits_8h_acac600762778bbef78c13c95818a4af1_icgraph.svg similarity index 96% rename from ceremony__and__credits_8h_ab40e24b7c3206e15fb6107b341b96093_icgraph.svg rename to ceremony__and__credits_8h_acac600762778bbef78c13c95818a4af1_icgraph.svg index 3e99c83dd..db90a3b12 100644 --- a/ceremony__and__credits_8h_ab40e24b7c3206e15fb6107b341b96093_icgraph.svg +++ b/ceremony__and__credits_8h_acac600762778bbef78c13c95818a4af1_icgraph.svg @@ -48,7 +48,7 @@ Node3 - + func_8028461C @@ -66,7 +66,7 @@ Node4 - + func_80284648 diff --git a/ceremony__and__credits_8c_a950912b13d637ed9d974f5389b14c03e_icgraph_org.svg b/ceremony__and__credits_8h_acac600762778bbef78c13c95818a4af1_icgraph_org.svg similarity index 96% rename from ceremony__and__credits_8c_a950912b13d637ed9d974f5389b14c03e_icgraph_org.svg rename to ceremony__and__credits_8h_acac600762778bbef78c13c95818a4af1_icgraph_org.svg index 3a0628064..3a8130bba 100644 --- a/ceremony__and__credits_8c_a950912b13d637ed9d974f5389b14c03e_icgraph_org.svg +++ b/ceremony__and__credits_8h_acac600762778bbef78c13c95818a4af1_icgraph_org.svg @@ -38,7 +38,7 @@ Node3 - + func_8028461C @@ -56,7 +56,7 @@ Node4 - + func_80284648 diff --git a/ceremony__and__credits_8h_acc211a0cb08ba00ee06e5c4b99517d8f_cgraph.map b/ceremony__and__credits_8h_acc211a0cb08ba00ee06e5c4b99517d8f_cgraph.map new file mode 100644 index 000000000..8ef24edba --- /dev/null +++ b/ceremony__and__credits_8h_acc211a0cb08ba00ee06e5c4b99517d8f_cgraph.map @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_acc211a0cb08ba00ee06e5c4b99517d8f_cgraph.md5 b/ceremony__and__credits_8h_acc211a0cb08ba00ee06e5c4b99517d8f_cgraph.md5 new file mode 100644 index 000000000..6acd3153c --- /dev/null +++ b/ceremony__and__credits_8h_acc211a0cb08ba00ee06e5c4b99517d8f_cgraph.md5 @@ -0,0 +1 @@ +b1afef7e89a7120d18424e7f5722a38d \ No newline at end of file diff --git a/ceremony__and__credits_8h_afcb29d3890b6831c11ce66ef8fedc708_cgraph.svg b/ceremony__and__credits_8h_acc211a0cb08ba00ee06e5c4b99517d8f_cgraph.svg similarity index 55% rename from ceremony__and__credits_8h_afcb29d3890b6831c11ce66ef8fedc708_cgraph.svg rename to ceremony__and__credits_8h_acc211a0cb08ba00ee06e5c4b99517d8f_cgraph.svg index 3f1a193e0..2a32678af 100644 --- a/ceremony__and__credits_8h_afcb29d3890b6831c11ce66ef8fedc708_cgraph.svg +++ b/ceremony__and__credits_8h_acc211a0cb08ba00ee06e5c4b99517d8f_cgraph.svg @@ -46,9 +46,9 @@ @@ -58,17 +58,17 @@ var sectionId = 'dynsection-59'; Node1 - -func_80284494 + +func_80284494 Node2 - - -cutscene_event + + +cutscene_event @@ -76,17 +76,18 @@ var sectionId = 'dynsection-59'; Node1->Node2 - - + + Node3 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -94,17 +95,17 @@ var sectionId = 'dynsection-59'; Node1->Node3 - - + + Node10 - - -func_80283968 + + +play_sound_fish_2 @@ -112,26 +113,26 @@ var sectionId = 'dynsection-59'; Node1->Node10 - - + + - - -Node12 - - -play_sound_fish_2 + + +Node13 + + +wrap_func_8028100C - - -Node1->Node12 - - - + + +Node1->Node13 + + + @@ -139,17 +140,17 @@ var sectionId = 'dynsection-59'; Node3->Node2 - - + + Node4 - - -func_80282434 + + +func_80282C40 @@ -157,17 +158,17 @@ var sectionId = 'dynsection-59'; Node3->Node4 - - + + Node6 - - -func_80282C40 + + +move_point_along_spline @@ -175,17 +176,17 @@ var sectionId = 'dynsection-59'; Node3->Node6 - - + + Node8 - - -move_point_along_spline + + +reset_spline_wrap @@ -193,17 +194,17 @@ var sectionId = 'dynsection-59'; Node3->Node8 - - + + Node5 - - -reset_spline + + +func_80282BE4 @@ -211,17 +212,17 @@ var sectionId = 'dynsection-59'; Node4->Node5 - - + + Node7 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -229,17 +230,17 @@ var sectionId = 'dynsection-59'; Node6->Node7 - - + + Node9 - - -func_80282700 + + +reset_spline @@ -247,17 +248,17 @@ var sectionId = 'dynsection-59'; Node8->Node9 - - + + Node11 - - -func_8028100C + + +play_sound2 @@ -265,35 +266,35 @@ var sectionId = 'dynsection-59'; Node10->Node11 - - + + - - -Node13 - - -play_sound2 + + +Node12 + + +play_sound - - -Node12->Node13 - - - + + +Node11->Node12 + + + Node14 - - -play_sound + + +func_8028100C @@ -301,8 +302,8 @@ var sectionId = 'dynsection-59'; Node13->Node14 - - + + @@ -321,7 +322,7 @@ var sectionId = 'dynsection-59'; - + + + + + + +func_80284494 + + +Node1 + + +func_80284494 + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node3 + + + + + + + + +Node10 + + +play_sound_fish_2 + + + + + +Node1->Node10 + + + + + + + + +Node13 + + +wrap_func_8028100C + + + + + +Node1->Node13 + + + + + + + + +Node3->Node2 + + + + + + + + +Node4 + + +func_80282C40 + + + + + +Node3->Node4 + + + + + + + + +Node6 + + +move_point_along_spline + + + + + +Node3->Node6 + + + + + + + + +Node8 + + +reset_spline_wrap + + + + + +Node3->Node8 + + + + + + + + +Node5 + + +func_80282BE4 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +evaluate_cubic_spline + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +reset_spline + + + + + +Node8->Node9 + + + + + + + + +Node11 + + +play_sound2 + + + + + +Node10->Node11 + + + + + + + + +Node12 + + +play_sound + + + + + +Node11->Node12 + + + + + + + + +Node14 + + +func_8028100C + + + + + +Node13->Node14 + + + + + + + + diff --git a/ceremony__and__credits_8h_ad0ef64539319c68313beebf1fb1a4a91_icgraph.map b/ceremony__and__credits_8h_ad0ef64539319c68313beebf1fb1a4a91_icgraph.map deleted file mode 100644 index 0955fd615..000000000 --- a/ceremony__and__credits_8h_ad0ef64539319c68313beebf1fb1a4a91_icgraph.map +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_ad0ef64539319c68313beebf1fb1a4a91_icgraph.md5 b/ceremony__and__credits_8h_ad0ef64539319c68313beebf1fb1a4a91_icgraph.md5 deleted file mode 100644 index cf54f194c..000000000 --- a/ceremony__and__credits_8h_ad0ef64539319c68313beebf1fb1a4a91_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -75b725ea92ba616af6772b8198d38890 \ No newline at end of file diff --git a/ceremony__and__credits_8h_ad0ef64539319c68313beebf1fb1a4a91_icgraph.svg b/ceremony__and__credits_8h_ad0ef64539319c68313beebf1fb1a4a91_icgraph.svg deleted file mode 100644 index d1a01c337..000000000 --- a/ceremony__and__credits_8h_ad0ef64539319c68313beebf1fb1a4a91_icgraph.svg +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -func_80283428 - - -Node1 - - -func_80283428 - - - - - -Node2 - - -func_80283648 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -credits_loop - - - - - -Node2->Node3 - - - - - - - - -Node9 - - -setup_camera_podium -_ceremony - - - - - -Node2->Node9 - - - - - - - - -Node4 - - -game_state_handler - - - - - -Node3->Node4 - - - - - - - - -Node5 - - -thread5_game_loop - - - - - -Node4->Node5 - - - - - - - - -Node6 - - -thread3_video - - - - - -Node5->Node6 - - - - - - - - -Node7 - - -thread1_idle - - - - - -Node6->Node7 - - - - - - - - -Node8 - - -main_func - - - - - -Node7->Node8 - - - - - - - - -Node10 - - -podium_ceremony_loop - - - - - -Node9->Node10 - - - - - - - - -Node10->Node4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_ad0ef64539319c68313beebf1fb1a4a91_icgraph_org.svg b/ceremony__and__credits_8h_ad0ef64539319c68313beebf1fb1a4a91_icgraph_org.svg deleted file mode 100644 index 56b104a7e..000000000 --- a/ceremony__and__credits_8h_ad0ef64539319c68313beebf1fb1a4a91_icgraph_org.svg +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -func_80283428 - - -Node1 - - -func_80283428 - - - - - -Node2 - - -func_80283648 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -credits_loop - - - - - -Node2->Node3 - - - - - - - - -Node9 - - -setup_camera_podium -_ceremony - - - - - -Node2->Node9 - - - - - - - - -Node4 - - -game_state_handler - - - - - -Node3->Node4 - - - - - - - - -Node5 - - -thread5_game_loop - - - - - -Node4->Node5 - - - - - - - - -Node6 - - -thread3_video - - - - - -Node5->Node6 - - - - - - - - -Node7 - - -thread1_idle - - - - - -Node6->Node7 - - - - - - - - -Node8 - - -main_func - - - - - -Node7->Node8 - - - - - - - - -Node10 - - -podium_ceremony_loop - - - - - -Node9->Node10 - - - - - - - - -Node10->Node4 - - - - - - - - diff --git a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_cgraph.map b/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_cgraph.map deleted file mode 100644 index b34922a64..000000000 --- a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_cgraph.map +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_cgraph.md5 b/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_cgraph.md5 deleted file mode 100644 index 7b54d9794..000000000 --- a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -653757ebc9a936b13c00d4e5a4806db8 \ No newline at end of file diff --git a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_cgraph.svg b/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_cgraph.svg deleted file mode 100644 index 7f575cc3f..000000000 --- a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_cgraph.svg +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - - - - - - -func_80282F44 - - -Node1 - - -func_80282F44 - - - - - -Node2 - - -func_80282364 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282454 - - - - - -Node1->Node3 - - - - - - - - -Node7 - - -func_80282504 - - - - - -Node1->Node7 - - - - - - - - -Node9 - - -sins - - - - - -Node1->Node9 - - - - - - - - -Node10 - - -func_80282F00 - - - - - -Node1->Node10 - - - - - - - - -Node11 - - -vec3f_set_dupe - - - - - -Node1->Node11 - - - - - - - - -Node4 - - -atan2s - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -sqrtf - - - - - -Node3->Node6 - - - - - - - - -Node5 - - -atan2_lookup - - - - - -Node4->Node5 - - - - - - - - -Node8 - - -coss - - - - - -Node7->Node8 - - - - - - - - -Node7->Node9 - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_cgraph_org.svg b/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_cgraph_org.svg deleted file mode 100644 index 2cb5d0326..000000000 --- a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_cgraph_org.svg +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - -func_80282F44 - - -Node1 - - -func_80282F44 - - - - - -Node2 - - -func_80282364 - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282454 - - - - - -Node1->Node3 - - - - - - - - -Node7 - - -func_80282504 - - - - - -Node1->Node7 - - - - - - - - -Node9 - - -sins - - - - - -Node1->Node9 - - - - - - - - -Node10 - - -func_80282F00 - - - - - -Node1->Node10 - - - - - - - - -Node11 - - -vec3f_set_dupe - - - - - -Node1->Node11 - - - - - - - - -Node4 - - -atan2s - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -sqrtf - - - - - -Node3->Node6 - - - - - - - - -Node5 - - -atan2_lookup - - - - - -Node4->Node5 - - - - - - - - -Node8 - - -coss - - - - - -Node7->Node8 - - - - - - - - -Node7->Node9 - - - - - - - - diff --git a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_icgraph.md5 b/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_icgraph.md5 deleted file mode 100644 index a5bd09aca..000000000 --- a/ceremony__and__credits_8h_ad3afd04407940953b02b54a21c302a11_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -8686ebe11edc5621cf416f2c7e87e8c9 \ No newline at end of file diff --git a/ceremony__and__credits_8h_ad429f770b9ea2a6d21dab8839924a2ed_icgraph.map b/ceremony__and__credits_8h_ad429f770b9ea2a6d21dab8839924a2ed_icgraph.map index 68411c341..be31582e7 100644 --- a/ceremony__and__credits_8h_ad429f770b9ea2a6d21dab8839924a2ed_icgraph.map +++ b/ceremony__and__credits_8h_ad429f770b9ea2a6d21dab8839924a2ed_icgraph.map @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_ad429f770b9ea2a6d21dab8839924a2ed_icgraph.md5 b/ceremony__and__credits_8h_ad429f770b9ea2a6d21dab8839924a2ed_icgraph.md5 index 35afe3a63..7eb51b03c 100644 --- a/ceremony__and__credits_8h_ad429f770b9ea2a6d21dab8839924a2ed_icgraph.md5 +++ b/ceremony__and__credits_8h_ad429f770b9ea2a6d21dab8839924a2ed_icgraph.md5 @@ -1 +1 @@ -ca2e4f50fe5eef1bfb20eb1fed65582e \ No newline at end of file +258a7f78f6f96875f4bb7b54b553c75c \ No newline at end of file diff --git a/ceremony__and__credits_8h_ad429f770b9ea2a6d21dab8839924a2ed_icgraph.svg b/ceremony__and__credits_8h_ad429f770b9ea2a6d21dab8839924a2ed_icgraph.svg index 35e0991d8..dc40d8773 100644 --- a/ceremony__and__credits_8h_ad429f770b9ea2a6d21dab8839924a2ed_icgraph.svg +++ b/ceremony__and__credits_8h_ad429f770b9ea2a6d21dab8839924a2ed_icgraph.svg @@ -4,7 +4,7 @@ - + - - - -func_802820F8 - - -Node1 - - -func_802820F8 - - - - - -Node2 - - -coss - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -sins - - - - - -Node1->Node3 - - - - - - - - -Node4 - - -vec3f_copy_return_dupe - - - - - -Node1->Node4 - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_ae08b4086488efefe52ee0fff0437d38d_cgraph_org.svg b/ceremony__and__credits_8h_ae08b4086488efefe52ee0fff0437d38d_cgraph_org.svg deleted file mode 100644 index 6225f17c2..000000000 --- a/ceremony__and__credits_8h_ae08b4086488efefe52ee0fff0437d38d_cgraph_org.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - -func_802820F8 - - -Node1 - - -func_802820F8 - - - - - -Node2 - - -coss - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -sins - - - - - -Node1->Node3 - - - - - - - - -Node4 - - -vec3f_copy_return_dupe - - - - - -Node1->Node4 - - - - - - - - diff --git a/ceremony__and__credits_8h_ae18e22cbc81270341ae4191c62fff685_cgraph.md5 b/ceremony__and__credits_8h_ae18e22cbc81270341ae4191c62fff685_cgraph.md5 deleted file mode 100644 index 912a6567c..000000000 --- a/ceremony__and__credits_8h_ae18e22cbc81270341ae4191c62fff685_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -5365c877b7f0475f513124f39643e98d \ No newline at end of file diff --git a/ceremony__and__credits_8h_ae18e22cbc81270341ae4191c62fff685_cgraph_org.svg b/ceremony__and__credits_8h_ae18e22cbc81270341ae4191c62fff685_cgraph_org.svg deleted file mode 100644 index 8a2162476..000000000 --- a/ceremony__and__credits_8h_ae18e22cbc81270341ae4191c62fff685_cgraph_org.svg +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - -func_80282D90 - - -Node1 - - -func_80282D90 - - - - - -Node2 - - -cutscene_event - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_80282434 - - - - - -Node1->Node3 - - - - - - - - -Node5 - - -func_80282C40 - - - - - -Node1->Node5 - - - - - - - - -Node7 - - -move_point_along_spline - - - - - -Node1->Node7 - - - - - - - - -Node4 - - -reset_spline - - - - - -Node3->Node4 - - - - - - - - -Node6 - - -func_80282BE4 - - - - - -Node5->Node6 - - - - - - - - -Node8 - - -func_80282700 - - - - - -Node7->Node8 - - - - - - - - diff --git a/ceremony__and__credits_8h_ae18e22cbc81270341ae4191c62fff685_icgraph.md5 b/ceremony__and__credits_8h_ae18e22cbc81270341ae4191c62fff685_icgraph.md5 deleted file mode 100644 index 85aac2402..000000000 --- a/ceremony__and__credits_8h_ae18e22cbc81270341ae4191c62fff685_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -f0621ee36f6681ec7d7116327eac36f6 \ No newline at end of file diff --git a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_cgraph.md5 b/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_cgraph.md5 deleted file mode 100644 index 0d9ca9497..000000000 --- a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -5a7b4575681384a0b48f3347d3b6f668 \ No newline at end of file diff --git a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_cgraph_org.svg b/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_cgraph_org.svg deleted file mode 100644 index d7826df0d..000000000 --- a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_cgraph_org.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - -func_80283ED0 - - -Node1 - - -func_80283ED0 - - - - - -Node2 - - -vec3f_copy_return_dupe - - - - - -Node1->Node2 - - - - - - - - diff --git a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_icgraph.map b/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_icgraph.map deleted file mode 100644 index bed9e26e5..000000000 --- a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_icgraph.map +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_icgraph.md5 b/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_icgraph.md5 deleted file mode 100644 index dc9018089..000000000 --- a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -b73a9e916e695d8dad1ec7f97a92b7dd \ No newline at end of file diff --git a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_icgraph.svg b/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_icgraph.svg deleted file mode 100644 index f1ee26f3d..000000000 --- a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_icgraph.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - -func_80283ED0 - - -Node1 - - -func_80283ED0 - - - - - -Node2 - - -func_80283F6C - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_802840C8 - - - - - -Node2->Node3 - - - - - - - - - - - - - diff --git a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_icgraph_org.svg b/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_icgraph_org.svg deleted file mode 100644 index 0fc47d987..000000000 --- a/ceremony__and__credits_8h_ae28c502c84063ef3b6de989719031975_icgraph_org.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - -func_80283ED0 - - -Node1 - - -func_80283ED0 - - - - - -Node2 - - -func_80283F6C - - - - - -Node1->Node2 - - - - - - - - -Node3 - - -func_802840C8 - - - - - -Node2->Node3 - - - - - - - - diff --git a/ceremony__and__credits_8c_a3c6c2cfa6b1007b94a3cddf722bb88c3_cgraph.map b/ceremony__and__credits_8h_ae81bae8764d578913b6470da3f4a9f10_cgraph.map similarity index 54% rename from ceremony__and__credits_8c_a3c6c2cfa6b1007b94a3cddf722bb88c3_cgraph.map rename to ceremony__and__credits_8h_ae81bae8764d578913b6470da3f4a9f10_cgraph.map index 962977dc9..95cd293ac 100644 --- a/ceremony__and__credits_8c_a3c6c2cfa6b1007b94a3cddf722bb88c3_cgraph.map +++ b/ceremony__and__credits_8h_ae81bae8764d578913b6470da3f4a9f10_cgraph.map @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_ae81bae8764d578913b6470da3f4a9f10_cgraph.md5 b/ceremony__and__credits_8h_ae81bae8764d578913b6470da3f4a9f10_cgraph.md5 new file mode 100644 index 000000000..72ce2df7a --- /dev/null +++ b/ceremony__and__credits_8h_ae81bae8764d578913b6470da3f4a9f10_cgraph.md5 @@ -0,0 +1 @@ +0f677cb6000cfae780aaff79b6356999 \ No newline at end of file diff --git a/ceremony__and__credits_8c_a3c6c2cfa6b1007b94a3cddf722bb88c3_cgraph.svg b/ceremony__and__credits_8h_ae81bae8764d578913b6470da3f4a9f10_cgraph.svg similarity index 61% rename from ceremony__and__credits_8c_a3c6c2cfa6b1007b94a3cddf722bb88c3_cgraph.svg rename to ceremony__and__credits_8h_ae81bae8764d578913b6470da3f4a9f10_cgraph.svg index c0e2afc7c..fec5f9048 100644 --- a/ceremony__and__credits_8c_a3c6c2cfa6b1007b94a3cddf722bb88c3_cgraph.svg +++ b/ceremony__and__credits_8h_ae81bae8764d578913b6470da3f4a9f10_cgraph.svg @@ -46,9 +46,9 @@ @@ -58,17 +58,17 @@ var sectionId = 'dynsection-91'; Node1 - -func_802844FC + +func_802844FC Node2 - - -cutscene_event + + +cutscene_event @@ -76,17 +76,18 @@ var sectionId = 'dynsection-91'; Node1->Node2 - - + + Node3 - - -func_80282D90 + + +move_cinematic_camera +_along_spline @@ -94,17 +95,17 @@ var sectionId = 'dynsection-91'; Node1->Node3 - - + + Node10 - - -play_sound_fish + + +play_sound_fish @@ -112,8 +113,8 @@ var sectionId = 'dynsection-91'; Node1->Node10 - - + + @@ -121,17 +122,17 @@ var sectionId = 'dynsection-91'; Node3->Node2 - - + + Node4 - - -func_80282434 + + +func_80282C40 @@ -139,17 +140,17 @@ var sectionId = 'dynsection-91'; Node3->Node4 - - + + Node6 - - -func_80282C40 + + +move_point_along_spline @@ -157,17 +158,17 @@ var sectionId = 'dynsection-91'; Node3->Node6 - - + + Node8 - - -move_point_along_spline + + +reset_spline_wrap @@ -175,17 +176,17 @@ var sectionId = 'dynsection-91'; Node3->Node8 - - + + Node5 - - -reset_spline + + +func_80282BE4 @@ -193,17 +194,17 @@ var sectionId = 'dynsection-91'; Node4->Node5 - - + + Node7 - - -func_80282BE4 + + +evaluate_cubic_spline @@ -211,17 +212,17 @@ var sectionId = 'dynsection-91'; Node6->Node7 - - + + Node9 - - -func_80282700 + + +reset_spline @@ -229,8 +230,8 @@ var sectionId = 'dynsection-91'; Node8->Node9 - - + + @@ -238,8 +239,8 @@ var sectionId = 'dynsection-91'; Node11 - -play_sound2 + +play_sound2 @@ -247,8 +248,8 @@ var sectionId = 'dynsection-91'; Node10->Node11 - - + + @@ -256,8 +257,8 @@ var sectionId = 'dynsection-91'; Node12 - -play_sound + +play_sound @@ -265,8 +266,8 @@ var sectionId = 'dynsection-91'; Node11->Node12 - - + + @@ -285,7 +286,7 @@ var sectionId = 'dynsection-91'; - + + + + + + +func_802844FC + + +Node1 + + +func_802844FC + + + + + +Node2 + + +cutscene_event + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node3 + + + + + + + + +Node10 + + +play_sound_fish + + + + + +Node1->Node10 + + + + + + + + +Node3->Node2 + + + + + + + + +Node4 + + +func_80282C40 + + + + + +Node3->Node4 + + + + + + + + +Node6 + + +move_point_along_spline + + + + + +Node3->Node6 + + + + + + + + +Node8 + + +reset_spline_wrap + + + + + +Node3->Node8 + + + + + + + + +Node5 + + +func_80282BE4 + + + + + +Node4->Node5 + + + + + + + + +Node7 + + +evaluate_cubic_spline + + + + + +Node6->Node7 + + + + + + + + +Node9 + + +reset_spline + + + + + +Node8->Node9 + + + + + + + + +Node11 + + +play_sound2 + + + + + +Node10->Node11 + + + + + + + + +Node12 + + +play_sound + + + + + +Node11->Node12 + + + + + + + + diff --git a/ceremony__and__credits_8h_ae937ec79b1dcf01e1fd000f5cad8917e_cgraph.md5 b/ceremony__and__credits_8h_ae937ec79b1dcf01e1fd000f5cad8917e_cgraph.md5 deleted file mode 100644 index 11d6f3c0f..000000000 --- a/ceremony__and__credits_8h_ae937ec79b1dcf01e1fd000f5cad8917e_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -9b78ef7b417414d192a62ed9def0ee1a \ No newline at end of file diff --git a/ceremony__and__credits_8h_ae937ec79b1dcf01e1fd000f5cad8917e_icgraph.md5 b/ceremony__and__credits_8h_ae937ec79b1dcf01e1fd000f5cad8917e_icgraph.md5 deleted file mode 100644 index d8f5e7413..000000000 --- a/ceremony__and__credits_8h_ae937ec79b1dcf01e1fd000f5cad8917e_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -3c2b6f6bc738161acc481abcf23e5755 \ No newline at end of file diff --git a/ceremony__and__credits_8h_aea05f618f158918d416b886c83d08c7d_icgraph.map b/ceremony__and__credits_8h_aea05f618f158918d416b886c83d08c7d_icgraph.map new file mode 100644 index 000000000..8ba3f875c --- /dev/null +++ b/ceremony__and__credits_8h_aea05f618f158918d416b886c83d08c7d_icgraph.map @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_aea05f618f158918d416b886c83d08c7d_icgraph.md5 b/ceremony__and__credits_8h_aea05f618f158918d416b886c83d08c7d_icgraph.md5 new file mode 100644 index 000000000..63a03ac36 --- /dev/null +++ b/ceremony__and__credits_8h_aea05f618f158918d416b886c83d08c7d_icgraph.md5 @@ -0,0 +1 @@ +24ae97bcd53ec076aa45aba5c2df0187 \ No newline at end of file diff --git a/ceremony__and__credits_8h_aea05f618f158918d416b886c83d08c7d_icgraph.svg b/ceremony__and__credits_8h_aea05f618f158918d416b886c83d08c7d_icgraph.svg new file mode 100644 index 000000000..e0b0342c4 --- /dev/null +++ b/ceremony__and__credits_8h_aea05f618f158918d416b886c83d08c7d_icgraph.svg @@ -0,0 +1,536 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +evaluate_cubic_spline + + +Node1 + + +evaluate_cubic_spline + + + + + +Node2 + + +move_point_along_spline + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80282E58 + + + + + +Node2->Node3 + + + + + + + + +Node9 + + +move_cinematic_camera +_along_spline + + + + + +Node2->Node9 + + + + + + + + +Node4 + + +func_80283F6C + + + + + +Node3->Node4 + + + + + + + + +Node6 + + +func_80284068 + + + + + +Node3->Node6 + + + + + + + + +Node7 + + +func_802841E8 + + + + + +Node3->Node7 + + + + + + + + +Node5 + + +func_802840C8 + + + + + +Node4->Node5 + + + + + + + + +Node6->Node5 + + + + + + + + +Node8 + + +func_8028422C + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +func_80283D2C + + + + + +Node9->Node10 + + + + + + + + +Node11 + + +func_80283EA0 + + + + + +Node9->Node11 + + + + + + + + +Node12 + + +func_80284154 + + + + + +Node9->Node12 + + + + + + + + +Node13 + + +func_802842A8 + + + + + +Node9->Node13 + + + + + + + + +Node14 + + +func_802842D8 + + + + + +Node9->Node14 + + + + + + + + +Node15 + + +func_80284308 + + + + + +Node9->Node15 + + + + + + + + +Node16 + + +func_80284418 + + + + + +Node9->Node16 + + + + + + + + +Node17 + + +func_80284494 + + + + + +Node9->Node17 + + + + + + + + +Node18 + + +func_802844FC + + + + + +Node9->Node18 + + + + + + + + +Node19 + + +func_8028454C + + + + + +Node9->Node19 + + + + + + + + +Node20 + + +func_802845EC + + + + + +Node9->Node20 + + + + + + + + +Node22 + + +func_802846B4 + + + + + +Node9->Node22 + + + + + + + + +Node23 + + +func_802846E4 + + + + + +Node9->Node23 + + + + + + + + +Node24 + + +func_802847CC + + + + + +Node9->Node24 + + + + + + + + +Node11->Node5 + + + + + + + + +Node21 + + +func_80284648 + + + + + +Node20->Node21 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_aea05f618f158918d416b886c83d08c7d_icgraph_org.svg b/ceremony__and__credits_8h_aea05f618f158918d416b886c83d08c7d_icgraph_org.svg new file mode 100644 index 000000000..225e7f6b3 --- /dev/null +++ b/ceremony__and__credits_8h_aea05f618f158918d416b886c83d08c7d_icgraph_org.svg @@ -0,0 +1,454 @@ + + + + + + +evaluate_cubic_spline + + +Node1 + + +evaluate_cubic_spline + + + + + +Node2 + + +move_point_along_spline + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80282E58 + + + + + +Node2->Node3 + + + + + + + + +Node9 + + +move_cinematic_camera +_along_spline + + + + + +Node2->Node9 + + + + + + + + +Node4 + + +func_80283F6C + + + + + +Node3->Node4 + + + + + + + + +Node6 + + +func_80284068 + + + + + +Node3->Node6 + + + + + + + + +Node7 + + +func_802841E8 + + + + + +Node3->Node7 + + + + + + + + +Node5 + + +func_802840C8 + + + + + +Node4->Node5 + + + + + + + + +Node6->Node5 + + + + + + + + +Node8 + + +func_8028422C + + + + + +Node7->Node8 + + + + + + + + +Node10 + + +func_80283D2C + + + + + +Node9->Node10 + + + + + + + + +Node11 + + +func_80283EA0 + + + + + +Node9->Node11 + + + + + + + + +Node12 + + +func_80284154 + + + + + +Node9->Node12 + + + + + + + + +Node13 + + +func_802842A8 + + + + + +Node9->Node13 + + + + + + + + +Node14 + + +func_802842D8 + + + + + +Node9->Node14 + + + + + + + + +Node15 + + +func_80284308 + + + + + +Node9->Node15 + + + + + + + + +Node16 + + +func_80284418 + + + + + +Node9->Node16 + + + + + + + + +Node17 + + +func_80284494 + + + + + +Node9->Node17 + + + + + + + + +Node18 + + +func_802844FC + + + + + +Node9->Node18 + + + + + + + + +Node19 + + +func_8028454C + + + + + +Node9->Node19 + + + + + + + + +Node20 + + +func_802845EC + + + + + +Node9->Node20 + + + + + + + + +Node22 + + +func_802846B4 + + + + + +Node9->Node22 + + + + + + + + +Node23 + + +func_802846E4 + + + + + +Node9->Node23 + + + + + + + + +Node24 + + +func_802847CC + + + + + +Node9->Node24 + + + + + + + + +Node11->Node5 + + + + + + + + +Node21 + + +func_80284648 + + + + + +Node20->Node21 + + + + + + + + diff --git a/ceremony__and__credits_8h_ae18e22cbc81270341ae4191c62fff685_cgraph.map b/ceremony__and__credits_8h_aed3de13c998fe611bf7b7cee101d73b2_cgraph.map similarity index 53% rename from ceremony__and__credits_8h_ae18e22cbc81270341ae4191c62fff685_cgraph.map rename to ceremony__and__credits_8h_aed3de13c998fe611bf7b7cee101d73b2_cgraph.map index d9aac6e47..dd143f68f 100644 --- a/ceremony__and__credits_8h_ae18e22cbc81270341ae4191c62fff685_cgraph.map +++ b/ceremony__and__credits_8h_aed3de13c998fe611bf7b7cee101d73b2_cgraph.map @@ -1,17 +1,17 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_aed3de13c998fe611bf7b7cee101d73b2_cgraph.md5 b/ceremony__and__credits_8h_aed3de13c998fe611bf7b7cee101d73b2_cgraph.md5 new file mode 100644 index 000000000..9fc08953b --- /dev/null +++ b/ceremony__and__credits_8h_aed3de13c998fe611bf7b7cee101d73b2_cgraph.md5 @@ -0,0 +1 @@ +6348721fdef9fb267dd86d3415eee58e \ No newline at end of file diff --git a/ceremony__and__credits_8c_a475c44bb8ffece78b1041a20e46de005_cgraph.svg b/ceremony__and__credits_8h_aed3de13c998fe611bf7b7cee101d73b2_cgraph.svg similarity index 51% rename from ceremony__and__credits_8c_a475c44bb8ffece78b1041a20e46de005_cgraph.svg rename to ceremony__and__credits_8h_aed3de13c998fe611bf7b7cee101d73b2_cgraph.svg index 9f8081338..65074448c 100644 --- a/ceremony__and__credits_8c_a475c44bb8ffece78b1041a20e46de005_cgraph.svg +++ b/ceremony__and__credits_8h_aed3de13c998fe611bf7b7cee101d73b2_cgraph.svg @@ -3,9 +3,9 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +cutscene_event + + +Node1 + + +cutscene_event + + + + + +Node2 + + +func_80283D2C + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283F6C + + + + + +Node1->Node3 + + + + + + + + +Node4 + + +func_802840C8 + + + + + +Node1->Node4 + + + + + + + + +Node5 + + +func_80284068 + + + + + +Node1->Node5 + + + + + + + + +Node6 + + +func_8028422C + + + + + +Node1->Node6 + + + + + + + + +Node7 + + +func_80284308 + + + + + +Node1->Node7 + + + + + + + + +Node8 + + +func_80284418 + + + + + +Node1->Node8 + + + + + + + + +Node9 + + +func_80284494 + + + + + +Node1->Node9 + + + + + + + + +Node10 + + +func_802844FC + + + + + +Node1->Node10 + + + + + + + + +Node11 + + +func_8028454C + + + + + +Node1->Node11 + + + + + + + + +Node12 + + +func_80284648 + + + + + +Node1->Node12 + + + + + + + + +Node13 + + +func_802847CC + + + + + +Node1->Node13 + + + + + + + + +Node14 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node14 + + + + + + + + +Node3->Node4 + + + + + + + + +Node5->Node4 + + + + + + + + +Node14->Node2 + + + + + + + + +Node14->Node7 + + + + + + + + +Node14->Node8 + + + + + + + + +Node14->Node9 + + + + + + + + +Node14->Node10 + + + + + + + + +Node14->Node11 + + + + + + + + +Node14->Node13 + + + + + + + + +Node15 + + +func_80283EA0 + + + + + +Node14->Node15 + + + + + + + + +Node16 + + +func_80284154 + + + + + +Node14->Node16 + + + + + + + + +Node17 + + +func_802842A8 + + + + + +Node14->Node17 + + + + + + + + +Node18 + + +func_802842D8 + + + + + +Node14->Node18 + + + + + + + + +Node19 + + +func_802845EC + + + + + +Node14->Node19 + + + + + + + + +Node20 + + +func_802846B4 + + + + + +Node14->Node20 + + + + + + + + +Node21 + + +func_802846E4 + + + + + +Node14->Node21 + + + + + + + + +Node15->Node4 + + + + + + + + +Node19->Node12 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ceremony__and__credits_8h_afe854b6842be4b1196351a2f4adb5b98_icgraph_org.svg b/ceremony__and__credits_8h_afe854b6842be4b1196351a2f4adb5b98_icgraph_org.svg new file mode 100644 index 000000000..ebe7e94e5 --- /dev/null +++ b/ceremony__and__credits_8h_afe854b6842be4b1196351a2f4adb5b98_icgraph_org.svg @@ -0,0 +1,481 @@ + + + + + + +cutscene_event + + +Node1 + + +cutscene_event + + + + + +Node2 + + +func_80283D2C + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +func_80283F6C + + + + + +Node1->Node3 + + + + + + + + +Node4 + + +func_802840C8 + + + + + +Node1->Node4 + + + + + + + + +Node5 + + +func_80284068 + + + + + +Node1->Node5 + + + + + + + + +Node6 + + +func_8028422C + + + + + +Node1->Node6 + + + + + + + + +Node7 + + +func_80284308 + + + + + +Node1->Node7 + + + + + + + + +Node8 + + +func_80284418 + + + + + +Node1->Node8 + + + + + + + + +Node9 + + +func_80284494 + + + + + +Node1->Node9 + + + + + + + + +Node10 + + +func_802844FC + + + + + +Node1->Node10 + + + + + + + + +Node11 + + +func_8028454C + + + + + +Node1->Node11 + + + + + + + + +Node12 + + +func_80284648 + + + + + +Node1->Node12 + + + + + + + + +Node13 + + +func_802847CC + + + + + +Node1->Node13 + + + + + + + + +Node14 + + +move_cinematic_camera +_along_spline + + + + + +Node1->Node14 + + + + + + + + +Node3->Node4 + + + + + + + + +Node5->Node4 + + + + + + + + +Node14->Node2 + + + + + + + + +Node14->Node7 + + + + + + + + +Node14->Node8 + + + + + + + + +Node14->Node9 + + + + + + + + +Node14->Node10 + + + + + + + + +Node14->Node11 + + + + + + + + +Node14->Node13 + + + + + + + + +Node15 + + +func_80283EA0 + + + + + +Node14->Node15 + + + + + + + + +Node16 + + +func_80284154 + + + + + +Node14->Node16 + + + + + + + + +Node17 + + +func_802842A8 + + + + + +Node14->Node17 + + + + + + + + +Node18 + + +func_802842D8 + + + + + +Node14->Node18 + + + + + + + + +Node19 + + +func_802845EC + + + + + +Node14->Node19 + + + + + + + + +Node20 + + +func_802846B4 + + + + + +Node14->Node20 + + + + + + + + +Node21 + + +func_802846E4 + + + + + +Node14->Node21 + + + + + + + + +Node15->Node4 + + + + + + + + +Node19->Node12 + + + + + + + + diff --git a/ceremony__and__credits_8h_source.html b/ceremony__and__credits_8h_source.html index 80612b6fa..855b8127e 100644 --- a/ceremony__and__credits_8h_source.html +++ b/ceremony__and__credits_8h_source.html @@ -160,7 +160,7 @@ $(function(){initNavTree('ceremony__and__credits_8h_source.html',''); initResiza
44// Cinematic camera? Camera rails?
45// CutsceneVariable?
- +
51typedef struct {
52 /* 0x00 */ Vec3f pos;
53 /* 0x0C */ Vec3f lookAt;
54 /* 0x18 */ f32 unk18;
@@ -179,7 +179,7 @@ $(function(){initNavTree('ceremony__and__credits_8h_source.html',''); initResiza
67 /* 0x68 */ f32 unk68;
68 /* 0x6C */ s16 unk6C;
69 /* 0x6E */ s16 unk6E;
-
70}; // size = 0x70
+
70} CinematicCamera; // size = 0x70
71
@@ -221,306 +221,311 @@ $(function(){initNavTree('ceremony__and__credits_8h_source.html',''); initResiza
100
101struct Cutscene {
-
102 /* 0x0 */ void (*shot)(struct CinematicCamera*);
+
102 /* 0x0 */ void (*shot)(CinematicCamera *);
103 /* 0x4 */ s16 duration;
104 /* 0x6 */ // s16 pad;
105}; /* size = 0x8 */
106
-
107/* Function Prototypes */
-
108
-
109void init_cinematic_camera(void);
- - - -
113void vec3f_clear(Vec3f);
-
114void vec3s_clear(Vec3s);
- - -
117void func_80282040(void);
-
118void func_80282048(void);
- - - - - - -
125void reset_spline(void);
- -
127void func_80282454(Vec3f, Vec3f, f32*, s16*, s16*);
- - -
130void func_80282700(f32, Vec3f, f32*, f32[], f32[], f32[], f32[]);
- -
132void func_80282BE4(struct struct_80283430*, s8, u8, s8, Vec3s, s32);
-
133void func_80282C40(struct struct_80283430*, struct struct_80282C40*, s32);
- -
135void func_80282E58(struct CinematicCamera*, struct struct_80282C40*, s32);
-
136void func_80282EAC(s32, struct CinematicCamera*, s16, s16, s16);
-
137void func_80282F00(s16*, s16);
-
138void func_80282F44(s32, struct CinematicCamera*, Camera*);
-
139void func_802830B4(struct CinematicCamera*, s16, s16, s16);
-
140void func_80283100(struct CinematicCamera*, f32*);
-
141void func_80283240(s16);
- - - -
145s32 func_80283428(void);
- - - - - - - - - - - - - - - - - - - - - - - - - - -
172void func_80283D2C(struct CinematicCamera*);
-
173void func_80283EA0(struct CinematicCamera*);
-
174void func_80283ED0(struct CinematicCamera*);
-
175void func_80283EF8(struct CinematicCamera*);
-
176void func_80283F6C(struct CinematicCamera*);
-
177void func_80283FCC(struct CinematicCamera*);
-
178void func_80283FF4(struct CinematicCamera*);
-
179void func_80284068(struct CinematicCamera*);
-
180void func_802840C8(struct CinematicCamera*);
-
181void func_80284154(struct CinematicCamera*);
-
182void func_80284184(struct CinematicCamera*);
-
183void func_802841E8(struct CinematicCamera*);
-
184void func_8028422C(struct CinematicCamera*);
-
185void func_802842A8(struct CinematicCamera*);
-
186void func_802842D8(struct CinematicCamera*);
-
187void func_80284308(struct CinematicCamera*);
-
188void func_80284418(struct CinematicCamera*);
-
189void func_80284494(struct CinematicCamera*);
-
190void func_802844FC(struct CinematicCamera*);
-
191void func_8028454C(struct CinematicCamera*);
-
192void func_802845EC(struct CinematicCamera*);
-
193void func_8028461C(struct CinematicCamera*);
-
194void func_80284648(struct CinematicCamera*);
-
195void func_802846AC(void);
-
196void func_802846B4(struct CinematicCamera*);
-
197void func_802846E4(struct CinematicCamera*);
-
198void func_802847CC(struct CinematicCamera*);
-
199void play_cutscene(struct CinematicCamera*);
- -
201
-
202/* This is where I'd put my static data, if I had any */
-
203
-
204extern s32 D_80283FCC;
-
205extern s32 D_80283FF4;
-
206extern f32 D_802856B0;
-
207extern f32 D_802856B4;
-
208extern f32 D_802856B8;
-
209extern f32 D_802856BC;
-
210extern f32 D_802856C0;
-
211extern s32 D_802856C4;
-
212extern s32 D_802856C8[]; // padding?
-
213extern s16 sCutsceneShot;
- -
215extern s32 D_802876D4;
-
216extern s32 D_802876D8;
-
217extern s32 D_802876DC; // fake/padding? Or D8 is array?
-
218extern struct CinematicCamera D_802876E0;
-
219extern struct struct_80283431 D_80287750[];
-
220extern struct struct_80283430 D_80287818[];
-
221extern struct struct_80283430 D_80287998[];
- - -
224extern s16 D_80287B1E;
-
225extern s8 D_80287B20;
-
226extern struct struct_80282C40 D_802856DC[];
-
227extern struct struct_80282C40 D_80285718[];
-
228extern struct struct_80282C40 D_80285754[];
-
229extern struct struct_80282C40 D_80285784[];
-
230extern struct struct_80282C40 D_802857B4[];
-
231extern struct struct_80282C40 D_802857CC[];
-
232extern struct struct_80282C40 D_802857F0[];
-
233extern struct struct_80282C40 D_80285850[];
-
234extern struct struct_80282C40 D_802858B0[];
-
235extern struct struct_80282C40 D_802858C8[];
-
236extern struct struct_80282C40 D_80285910[];
-
237extern struct struct_80282C40 D_80285928[];
-
238extern struct struct_80282C40 D_80285940[];
-
239extern struct struct_80282C40 D_80285A10[];
-
240extern struct struct_80282C40 D_80285A4C[];
-
241extern struct struct_80282C40 D_80285A88[];
-
242extern struct struct_80282C40 D_80285AB8[];
-
243extern struct struct_80282C40 D_80285AE8[];
-
244extern struct struct_80282C40 D_80285B00[];
-
245extern struct struct_80282C40 D_80285B18[];
-
246extern struct struct_80282C40 D_80285B54[];
-
247extern struct struct_80282C40 D_80285B90[];
-
248extern struct struct_80282C40 D_80285BA8[];
-
249extern struct struct_80282C40 D_80285C38[];
-
250extern struct struct_80282C40 D_80285C74[];
-
251extern struct Cutscene D_80285D10[];
-
252extern s16 D_80285D14;
- - -
255// extern struct credits_data_1FA0 *D_802876E0;
-
256
-
257#endif // CEREMONY_AND_CREDITS_H
+
107typedef void (*CameraEvent)(CinematicCamera *c);
+ +
109
+
110/* Function Prototypes */
+
111
+
112void init_cinematic_camera(void);
+ + + +
116void vec3f_clear(Vec3f);
+
117void vec3s_clear(Vec3s);
+ + +
120void func_80282040(void);
+
121void func_80282048(void);
+ + +
124s32 f32_lerp(f32 *, f32, f32);
+ + + +
128void reset_spline(void);
+ + + + +
133void evaluate_cubic_spline(f32, Vec3f, f32 *, f32[], f32[], f32[], f32[]);
+ +
135void func_80282BE4(struct struct_80283430 *, s8, u8, s8, Vec3s, s32);
+
136void func_80282C40(struct struct_80283430 *, struct struct_80282C40 *, s32);
+ +
138 struct struct_80286A04 *, s32);
+ + +
141void func_80282F00(s16 *, s16);
+ + + +
145void func_80283240(s16);
+ + + +
149s32 cinematic_stub(void);
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
199void func_802846AC(void);
+ + + + + +
205
+
206/* This is where I'd put my static data, if I had any */
+
207
+
208extern s32 D_80283FCC;
+
209extern s32 D_80283FF4;
+
210extern f32 D_802856B0;
+
211extern f32 D_802856B4;
+ +
213extern f32 D_802856BC;
+ +
215extern s32 D_802856C4;
+
216extern s32 D_802856C8[]; // padding?
+
217extern s16 sCutsceneShot;
+ +
219extern s32 D_802876D4;
+
220extern s32 D_802876D8;
+
221extern s32 D_802876DC; // fake/padding? Or D8 is array?
+ +
223extern struct struct_80283431 D_80287750[];
+
224extern struct struct_80283430 D_80287818[];
+
225extern struct struct_80283430 D_80287998[];
+ + +
228extern s16 D_80287B1E;
+
229extern s8 D_80287B20;
+
230extern struct struct_80282C40 D_802856DC[];
+
231extern struct struct_80282C40 D_80285718[];
+
232extern struct struct_80282C40 D_80285754[];
+
233extern struct struct_80282C40 D_80285784[];
+
234extern struct struct_80282C40 D_802857B4[];
+
235extern struct struct_80282C40 D_802857CC[];
+
236extern struct struct_80282C40 D_802857F0[];
+
237extern struct struct_80282C40 D_80285850[];
+
238extern struct struct_80282C40 D_802858B0[];
+
239extern struct struct_80282C40 D_802858C8[];
+
240extern struct struct_80282C40 D_80285910[];
+
241extern struct struct_80282C40 D_80285928[];
+
242extern struct struct_80282C40 D_80285940[];
+
243extern struct struct_80282C40 D_80285A10[];
+
244extern struct struct_80282C40 D_80285A4C[];
+
245extern struct struct_80282C40 D_80285A88[];
+
246extern struct struct_80282C40 D_80285AB8[];
+
247extern struct struct_80282C40 D_80285AE8[];
+
248extern struct struct_80282C40 D_80285B00[];
+
249extern struct struct_80282C40 D_80285B18[];
+
250extern struct struct_80282C40 D_80285B54[];
+
251extern struct struct_80282C40 D_80285B90[];
+
252extern struct struct_80282C40 D_80285BA8[];
+
253extern struct struct_80282C40 D_80285C38[];
+
254extern struct struct_80282C40 D_80285C74[];
+
255extern struct Cutscene gCutScene[];
+
256extern s16 D_80285D14;
+ + +
259// extern struct credits_data_1FA0 *D_802876E0;
+
260
+
261#endif // CEREMONY_AND_CREDITS_H
-
BAD_RETURN s32(* CameraEvent)(Camera *c)
Definition camera.h:59
f32 sCutsceneSplineSegmentProgress
Definition ceremony_and_credits.c:44
+
void func_80283A54(CinematicCamera *)
void vec3f_set_dupe(Vec3f, f32, f32, f32)
Definition ceremony_and_credits.c:49
-
void func_80283B6C(struct CinematicCamera *)
-
struct struct_80282C40 D_80285C74[]
Definition ceremony_and_credits.c:1071
+
struct struct_80282C40 D_80285C74[]
Definition ceremony_and_credits.c:1135
+
void lerp_player_three_in_camera(CinematicCamera *)
Definition ceremony_and_credits.c:962
+
void reset_spline_wrap(CinematicCamera *)
s16 gCutsceneShotTimer
Definition ceremony_and_credits.c:35
f32 D_802856BC
Definition ceremony_and_credits.c:28
-
void func_80284184(struct CinematicCamera *)
Definition ceremony_and_credits.c:934
-
void func_80283D2C(struct CinematicCamera *)
Definition ceremony_and_credits.c:861
-
void init_cinematic_camera(void)
Definition ceremony_and_credits.c:522
-
void play_sound_fish_2(struct CinematicCamera *)
+
void wrap_func_8028100C(CinematicCamera *)
+
void play_sound_balloon_pop(CinematicCamera *)
+
void init_cinematic_camera(void)
Definition ceremony_and_credits.c:525
s32 D_802856C4
Definition ceremony_and_credits.c:30
-
struct CinematicCamera D_802876E0
Definition ceremony_and_credits.c:40
-
s32 set_transition_colour_fade_alpha_ending(f32 *, f32, f32)
Definition ceremony_and_credits.c:142
-
void func_802825C8(Vec3f, Vec3f, Vec3f, Vec3s)
Definition ceremony_and_credits.c:229
-
void func_80284068(struct CinematicCamera *)
Definition ceremony_and_credits.c:908
-
void func_802841E8(struct CinematicCamera *)
Definition ceremony_and_credits.c:940
-
struct struct_80282C40 D_80285B00[]
Definition ceremony_and_credits.c:1019
-
void func_80283A7C(struct CinematicCamera *)
-
struct struct_80282C40 D_80285928[]
Definition ceremony_and_credits.c:836
+
void animation_disapears_sliding_borders(CinematicCamera *)
+
void apply_distance_angle_y_and_angle_y_to_xz(Vec3f, Vec3f, f32, s16, s16)
Definition ceremony_and_credits.c:223
+
void play_sound_podium(CinematicCamera *)
+
void(* CameraEvent)(CinematicCamera *c)
Definition ceremony_and_credits.h:107
+
void func_80283F6C(CinematicCamera *)
Definition ceremony_and_credits.c:952
+
void wrap_func_800CB14C(CinematicCamera *)
+
void play_sound_welcome(CinematicCamera *)
+
struct struct_80282C40 D_80285B00[]
Definition ceremony_and_credits.c:1083
+
struct struct_80282C40 D_80285928[]
spline animation
Definition ceremony_and_credits.c:894
+
void copy_player_three_in_camera(CinematicCamera *)
Definition ceremony_and_credits.c:958
+
CameraEvent CutsceneShot
Definition ceremony_and_credits.h:108
+
void func_8028454C(CinematicCamera *)
Definition ceremony_and_credits.c:1184
void vec3s_copy_dupe(Vec3s, Vec3s)
Definition ceremony_and_credits.c:75
-
struct struct_80282C40 D_802857F0[]
Definition ceremony_and_credits.c:797
+
void func_802840C8(CinematicCamera *)
Definition ceremony_and_credits.c:974
+
void func_80283BF0(CinematicCamera *)
+
struct struct_80282C40 D_802857F0[]
spline animation
Definition ceremony_and_credits.c:827
+
void play_sound_farewell(CinematicCamera *)
struct struct_80283431 D_80287750[]
Definition ceremony_and_credits.c:41
-
struct struct_80282C40 D_80285A10[]
Definition ceremony_and_credits.c:984
-
struct struct_80282C40 D_80285AE8[]
Definition ceremony_and_credits.c:1014
-
void func_8028461C(struct CinematicCamera *)
Definition ceremony_and_credits.c:1129
-
struct struct_80282C40 D_80285910[]
Definition ceremony_and_credits.c:831
-
void func_80282F00(s16 *, s16)
Definition ceremony_and_credits.c:409
-
struct struct_80282C40 D_80285B18[]
Definition ceremony_and_credits.c:1024
-
void func_80284154(struct CinematicCamera *)
Definition ceremony_and_credits.c:930
-
void play_cutscene(struct CinematicCamera *)
Definition ceremony_and_credits.c:1432
-
f32 D_802856C0
Definition ceremony_and_credits.c:29
-
void play_sound_podium(struct CinematicCamera *)
-
void func_80282EAC(s32, struct CinematicCamera *, s16, s16, s16)
Definition ceremony_and_credits.c:399
-
void func_80283FCC(struct CinematicCamera *)
Definition ceremony_and_credits.c:898
-
void play_sound_shoot_trophy(struct CinematicCamera *)
-
void func_802842A8(struct CinematicCamera *)
Definition ceremony_and_credits.c:952
-
void func_80283968(struct CinematicCamera *)
-
struct struct_80282C40 D_80285A88[]
Definition ceremony_and_credits.c:1000
-
void func_802847CC(struct CinematicCamera *)
Definition ceremony_and_credits.c:1370
-
struct struct_80282C40 D_80285B90[]
Definition ceremony_and_credits.c:1040
-
s32 move_point_along_spline(Vec3f, f32 *, struct struct_80283430[], s16 *, f32 *)
Definition ceremony_and_credits.c:282
-
void func_80283C78(struct CinematicCamera *)
-
void play_sound_balloon_pop(struct CinematicCamera *)
-
void func_80282050(Vec3f, Vec3f, s16)
Definition ceremony_and_credits.c:87
-
void func_80283FF4(struct CinematicCamera *)
Definition ceremony_and_credits.c:902
-
void func_802846B4(struct CinematicCamera *)
Definition ceremony_and_credits.c:1143
-
void func_80282454(Vec3f, Vec3f, f32 *, s16 *, s16 *)
Definition ceremony_and_credits.c:210
+
struct struct_80282C40 D_80285A10[]
Definition ceremony_and_credits.c:1048
+
s32 ease_out_transition(s16 *, s16, s16)
Definition ceremony_and_credits.c:123
+
struct struct_80282C40 D_80285AE8[]
Definition ceremony_and_credits.c:1078
+
void func_80283100(CinematicCamera *, f32 *)
Definition ceremony_and_credits.c:455
+
void func_80283CD0(CinematicCamera *)
+
struct struct_80282C40 D_80285910[]
spline animation
Definition ceremony_and_credits.c:885
+
void func_80282F00(s16 *, s16)
Definition ceremony_and_credits.c:412
+
void func_802845EC(CinematicCamera *)
Definition ceremony_and_credits.c:1193
+
void wrap_func_800CB134(CinematicCamera *)
+
struct struct_80282C40 D_80285B18[]
Definition ceremony_and_credits.c:1088
+
void func_802847CC(CinematicCamera *)
Definition ceremony_and_credits.c:1441
+
void func_80284184(CinematicCamera *)
Definition ceremony_and_credits.c:995
+
void play_sound_fish(CinematicCamera *)
+
void ceremony_transition_sliding_borders(void)
Definition ceremony_and_credits.c:1560
+
struct struct_80282C40 D_80285A88[]
Definition ceremony_and_credits.c:1064
+
struct struct_80282C40 D_80285B90[]
Definition ceremony_and_credits.c:1104
+
s32 move_point_along_spline(Vec3f, f32 *, struct struct_80283430[], s16 *, f32 *)
Definition ceremony_and_credits.c:285
+
void play_cutscene(CinematicCamera *)
Definition ceremony_and_credits.c:1503
+
void func_80283C78(CinematicCamera *)
+
void func_8028461C(CinematicCamera *)
Definition ceremony_and_credits.c:1198
void vec3f_clear(Vec3f)
Definition ceremony_and_credits.c:61
-
s32 func_8028336C(struct CinematicCamera *, Camera *)
-
s32 func_80283648(Camera *)
Definition ceremony_and_credits.c:573
+
void func_802841E8(CinematicCamera *)
Definition ceremony_and_credits.c:1001
+
s32 func_80283648(Camera *)
Definition ceremony_and_credits.c:577
+
void aborting_cinematic_function(Vec3f, Vec3f, Vec3f, Vec3s)
Definition ceremony_and_credits.c:229
s32 D_80283FCC
-
s32 func_80282200(Vec3s, s16, s16)
Definition ceremony_and_credits.c:123
-
void func_80283EA0(struct CinematicCamera *)
Definition ceremony_and_credits.c:878
-
void func_80283CA8(struct CinematicCamera *)
-
void func_8028422C(struct CinematicCamera *)
Definition ceremony_and_credits.c:945
-
f32 D_802856B8
Definition ceremony_and_credits.c:27
-
s32 D_802876D8
Definition ceremony_and_credits.h:254
-
s32 cutscene_event(CameraEvent event, struct CinematicCamera *, s16, s16)
Definition ceremony_and_credits.c:475
-
struct struct_80282C40 D_80285A4C[]
Definition ceremony_and_credits.c:992
+
void wrap_func_80280FFC(CinematicCamera *)
+
void rotate_x_vec3f(Vec3f, Vec3f, s16)
Definition ceremony_and_credits.c:96
+
void func_80284648(CinematicCamera *)
Definition ceremony_and_credits.c:1203
+
f32 gSizeSlidingBorders
Definition ceremony_and_credits.c:29
+
void play_sound_congratulation(CinematicCamera *)
+
void func_80283D2C(CinematicCamera *)
Definition ceremony_and_credits.c:919
+
s32 D_802876D8
Definition ceremony_and_credits.h:258
+
struct struct_80282C40 D_80285A4C[]
Definition ceremony_and_credits.c:1056
struct struct_80283430 D_80287818[]
Definition ceremony_and_credits.c:42
-
void func_80282BE4(struct struct_80283430 *, s8, u8, s8, Vec3s, s32)
Definition ceremony_and_credits.c:336
-
void func_80282434(struct CinematicCamera *)
+
void func_80282BE4(struct struct_80283430 *, s8, u8, s8, Vec3s, s32)
Definition ceremony_and_credits.c:340
void vec3f_copy_return_dupe(Vec3f, Vec3f)
Definition ceremony_and_credits.c:69
+
void wrap_func_80092C80(CinematicCamera *)
s16 D_80285D14
-
void func_80284418(struct CinematicCamera *)
Definition ceremony_and_credits.c:1099
-
void func_80283240(s16)
Definition ceremony_and_credits.c:463
+
void func_80283240(s16)
Definition ceremony_and_credits.c:466
+
void func_80284308(CinematicCamera *)
Definition ceremony_and_credits.c:1023
void func_80282040(void)
Definition ceremony_and_credits.c:81
-
void func_80283BF0(struct CinematicCamera *)
+
void func_80283BA4(CinematicCamera *)
f32 D_802856B0
Definition ceremony_and_credits.c:25
-
void func_802839E0(struct CinematicCamera *)
+
void func_802842A8(CinematicCamera *)
Definition ceremony_and_credits.c:1013
s16 sCutsceneShot
Definition ceremony_and_credits.c:34
-
void transition_sliding_borders(void)
Definition ceremony_and_credits.c:1489
-
void func_80282504(Vec3f, Vec3f, f32, s16, s16)
Definition ceremony_and_credits.c:223
-
s32 func_80283330(s32)
Definition ceremony_and_credits.c:484
-
void func_80282C40(struct struct_80283430 *, struct struct_80282C40 *, s32)
Definition ceremony_and_credits.c:349
-
void func_802840C8(struct CinematicCamera *)
Definition ceremony_and_credits.c:914
-
struct struct_80282C40 D_80285850[]
Definition ceremony_and_credits.c:804
+
void func_802842D8(CinematicCamera *)
Definition ceremony_and_credits.c:1018
+
s32 func_80283330(s32)
Definition ceremony_and_credits.c:487
+
void copy_player_two_in_camera(CinematicCamera *)
Definition ceremony_and_credits.c:942
+
void func_80284068(CinematicCamera *)
Definition ceremony_and_credits.c:968
+
void func_80282C40(struct struct_80283430 *, struct struct_80282C40 *, s32)
Definition ceremony_and_credits.c:353
+
void func_80282E58(CinematicCamera *, struct struct_80282C40 *, s32)
Definition ceremony_and_credits.c:396
+
void func_80283C14(CinematicCamera *)
+
s32 cinematic_stub(void)
Definition ceremony_and_credits.c:521
+
struct struct_80282C40 D_80285850[]
spline animation
Definition ceremony_and_credits.c:838
f32 D_802856B4
Definition ceremony_and_credits.c:26
-
struct struct_80282C40 D_80285718[]
Definition ceremony_and_credits.c:766
-
struct Cutscene D_80285D10[]
Definition ceremony_and_credits.c:1093
-
struct struct_80282C40 D_802856DC[]
Definition ceremony_and_credits.c:759
-
struct struct_80282C40 D_802857CC[]
Definition ceremony_and_credits.c:791
-
struct struct_80282C40 D_802857B4[]
Definition ceremony_and_credits.c:786
+
struct struct_80282C40 D_80285718[]
spline animation
Definition ceremony_and_credits.c:776
+
struct struct_80282C40 D_802856DC[]
Camera rail spline animation.
Definition ceremony_and_credits.c:765
+
struct struct_80282C40 D_802857CC[]
spline animation
Definition ceremony_and_credits.c:817
+
struct struct_80282C40 D_802857B4[]
spline animation
Definition ceremony_and_credits.c:808
s32 f32_lerp(f32 *, f32, f32)
Definition ceremony_and_credits.c:110
+
s32 adjust_s16_value_transition(s16 *, s16, s16)
Definition ceremony_and_credits.c:171
struct struct_80283430 D_80287998[]
Definition ceremony_and_credits.c:43
+
s32 func_8028336C(CinematicCamera *, Camera *)
void func_80282048(void)
Definition ceremony_and_credits.c:84
-
void func_80283EF8(struct CinematicCamera *)
Definition ceremony_and_credits.c:886
-
void func_80283A54(struct CinematicCamera *)
-
void play_sound_welcome(struct CinematicCamera *)
-
s32 D_802876D4
Definition ceremony_and_credits.h:253
-
struct struct_80282C40 D_802858B0[]
Definition ceremony_and_credits.c:811
-
struct struct_80282C40 D_80285940[]
Definition ceremony_and_credits.c:842
-
void play_sound_trophy(struct CinematicCamera *)
-
void func_802830B4(struct CinematicCamera *, s16, s16, s16)
Definition ceremony_and_credits.c:444
-
struct struct_80282C40 D_802858C8[]
Definition ceremony_and_credits.c:816
-
void func_802839B4(struct CinematicCamera *)
-
void func_802845EC(struct CinematicCamera *)
Definition ceremony_and_credits.c:1125
-
struct struct_80282C40 D_80285BA8[]
Definition ceremony_and_credits.c:1045
-
void func_80282700(f32, Vec3f, f32 *, f32[], f32[], f32[], f32[])
Definition ceremony_and_credits.c:244
-
void func_8028454C(struct CinematicCamera *)
Definition ceremony_and_credits.c:1117
-
void func_80283A34(struct CinematicCamera *)
-
void func_80283994(struct CinematicCamera *)
-
void func_80283C38(struct CinematicCamera *)
-
void play_sound_fish(struct CinematicCamera *)
-
void func_80284308(struct CinematicCamera *)
Definition ceremony_and_credits.c:960
-
struct struct_80282C40 D_80285B54[]
Definition ceremony_and_credits.c:1032
-
void play_sound_congratulation(struct CinematicCamera *)
-
s32 func_80283428(void)
Definition ceremony_and_credits.c:518
-
void func_80282F44(s32, struct CinematicCamera *, Camera *)
Definition ceremony_and_credits.c:417
+
void play_sound_shoot_trophy(CinematicCamera *)
+
s32 D_802876D4
Definition ceremony_and_credits.h:257
+
struct struct_80282C40 D_802858B0[]
spline animation
Definition ceremony_and_credits.c:849
+
struct struct_80282C40 D_80285940[]
Definition ceremony_and_credits.c:900
+
void func_802846B4(CinematicCamera *)
Definition ceremony_and_credits.c:1212
+
void lerp_player_two_in_camera(CinematicCamera *)
Definition ceremony_and_credits.c:946
+
void func_80282F44(s32, CinematicCamera *, Camera *)
Definition ceremony_and_credits.c:420
+
struct struct_80282C40 D_802858C8[]
spline animation
Definition ceremony_and_credits.c:858
+
void rotate_y_vec3f(Vec3f, Vec3f, s16)
Definition ceremony_and_credits.c:87
+
struct struct_80282C40 D_80285BA8[]
Definition ceremony_and_credits.c:1109
+
f32 gOrderedSizeSlidingBorders
Definition ceremony_and_credits.c:27
+
struct struct_80282C40 D_80285B54[]
Definition ceremony_and_credits.c:1096
+
void func_802830B4(CinematicCamera *, s16, s16, s16)
Definition ceremony_and_credits.c:447
+
void play_sound_fish_2(CinematicCamera *)
+
void func_80284494(CinematicCamera *)
Definition ceremony_and_credits.c:1171
void vec3s_clear(Vec3s)
Definition ceremony_and_credits.c:65
-
struct struct_80282C40 D_80285754[]
Definition ceremony_and_credits.c:772
-
void func_80284648(struct CinematicCamera *)
Definition ceremony_and_credits.c:1134
-
s32 func_80282364(s16 *, s16, s16)
Definition ceremony_and_credits.c:171
+
struct struct_80282C40 D_80285754[]
spline animation
Definition ceremony_and_credits.c:786
+
void play_sound_trophy(CinematicCamera *)
void reset_spline(void)
Definition ceremony_and_credits.c:199
-
void func_802846AC(void)
Definition ceremony_and_credits.c:1140
-
void func_802846E4(struct CinematicCamera *)
Definition ceremony_and_credits.c:1148
-
void func_802820F8(Vec3f, Vec3f, s16)
Definition ceremony_and_credits.c:96
+
void func_802846E4(CinematicCamera *)
Definition ceremony_and_credits.c:1218
+
void func_80284418(CinematicCamera *)
Definition ceremony_and_credits.c:1163
+
void func_802846AC(void)
Definition ceremony_and_credits.c:1209
+
void func_80283CA8(CinematicCamera *)
+
void func_80284154(CinematicCamera *)
Definition ceremony_and_credits.c:990
+
void func_8028422C(CinematicCamera *)
Definition ceremony_and_credits.c:1006
s8 D_80287B20
Definition ceremony_and_credits.c:47
-
s32 func_80282D90(struct CinematicCamera *, struct struct_80286A04 *, struct struct_80286A04 *, s32)
Definition ceremony_and_credits.c:376
-
void func_80283ED0(struct CinematicCamera *)
Definition ceremony_and_credits.c:882
-
struct struct_80282C40 D_80285AB8[]
Definition ceremony_and_credits.c:1007
-
void func_80282E58(struct CinematicCamera *, struct struct_80282C40 *, s32)
Definition ceremony_and_credits.c:393
-
void func_80283BA4(struct CinematicCamera *)
-
void func_80283C58(struct CinematicCamera *)
-
void func_80283CD0(struct CinematicCamera *)
-
struct struct_80282C40 D_80285C38[]
Definition ceremony_and_credits.c:1063
-
void func_80283C14(struct CinematicCamera *)
-
void func_802839CC(struct CinematicCamera *)
+
void func_80283B6C(CinematicCamera *)
+
struct struct_80282C40 D_80285AB8[]
Definition ceremony_and_credits.c:1071
+
void func_802844FC(CinematicCamera *)
Definition ceremony_and_credits.c:1178
+
void evaluate_cubic_spline(f32, Vec3f, f32 *, f32[], f32[], f32[], f32[])
Definition ceremony_and_credits.c:243
+
CinematicCamera D_802876E0
Definition ceremony_and_credits.c:40
+
s32 move_cinematic_camera_along_spline(CinematicCamera *, struct struct_80286A04 *, struct struct_80286A04 *, s32)
Definition ceremony_and_credits.c:379
+
void animation_apears_sliding_borders(CinematicCamera *)
+
struct struct_80282C40 D_80285C38[]
Definition ceremony_and_credits.c:1127
s32 D_802856C8[]
Definition ceremony_and_credits.c:32
s32 D_802876DC
Definition ceremony_and_credits.c:38
-
void play_sound_farewell(struct CinematicCamera *)
+
void calculate_distance_angle_y_and_angle_y_to_xz(Vec3f, Vec3f, f32 *, s16 *, s16 *)
Definition ceremony_and_credits.c:210
s16 D_80287B1E
Definition ceremony_and_credits.c:46
s16 sCutsceneSplineSegment
Definition ceremony_and_credits.c:45
+
struct Cutscene gCutScene[]
Definition ceremony_and_credits.c:1157
s32 D_80283FF4
-
void func_80283F6C(struct CinematicCamera *)
Definition ceremony_and_credits.c:892
-
void func_802842D8(struct CinematicCamera *)
Definition ceremony_and_credits.c:956
-
void func_80283100(struct CinematicCamera *, f32 *)
Definition ceremony_and_credits.c:452
-
void func_80284494(struct CinematicCamera *)
Definition ceremony_and_credits.c:1106
-
void func_802844FC(struct CinematicCamera *)
Definition ceremony_and_credits.c:1112
+
s32 adjust_f32_value_transition(f32 *, f32, f32)
Definition ceremony_and_credits.c:142
+
void wrap_func_800CA0CC(CinematicCamera *)
+
void func_80282EAC(s32, CinematicCamera *, s16, s16, s16)
Definition ceremony_and_credits.c:402
+
void func_80283EA0(CinematicCamera *)
Definition ceremony_and_credits.c:937
+
void func_80283A7C(CinematicCamera *)
+
s32 cutscene_event(CameraEvent event, CinematicCamera *, s16, s16)
Definition ceremony_and_credits.c:478
void vec3s_set_dupe(Vec3s, s16, s16, s16)
Definition ceremony_and_credits.c:55
-
struct struct_80282C40 D_80285784[]
Definition ceremony_and_credits.c:779
+
struct struct_80282C40 D_80285784[]
spline animation
Definition ceremony_and_credits.c:797
f32 Vec3f[3]
Definition common_structs.h:6
s16 Vec3s[3]
Definition common_structs.h:11
@@ -549,8 +554,8 @@ $(function(){initNavTree('ceremony__and__credits_8h_source.html',''); initResiza
Vec3s point
Definition ceremony_and_credits.h:98
u8 speed
Definition ceremony_and_credits.h:97
Definition ceremony_and_credits.h:101
+
void(* shot)(CinematicCamera *)
Definition ceremony_and_credits.h:102
s16 duration
Definition ceremony_and_credits.h:103
-
void(* shot)(struct CinematicCamera *)
Definition ceremony_and_credits.h:102
Definition ceremony_and_credits.h:21
s16 unk6E
Definition ceremony_and_credits.h:41
s16 unk6C
Definition ceremony_and_credits.h:40
diff --git a/choco__mountain_2course__offsets_8c.html b/choco__mountain_2course__offsets_8c.html index 0b8677521..1c0db2ef1 100644 --- a/choco__mountain_2course__offsets_8c.html +++ b/choco__mountain_2course__offsets_8c.html @@ -197,7 +197,7 @@ Variables
{ gTexture64647C, 0x0829, 0x1000, 0x0 },
{ gTexture647F4C, 0x05BC, 0x1000, 0x0 },
{ gTexture64FBF4, 0x0274, 0x0800, 0x0 },
-
{ gTexture653DB0, 0x06AE, 0x0800, 0x0 },
+
{ gTexture653DB0, 0x06AE, 0x0800, 0x0 },
{ gTexture652B54, 0x0606, 0x0800, 0x0 },
{ gTexture65315C, 0x04A9, 0x0800, 0x0 },
{ gTexture6684F8, 0x010D, 0x0800, 0x0 },
@@ -216,7 +216,6 @@ Variables
{ 0x00000000, 0x0000, 0x0000, 0x0 },
}
u8 gTexture64FBF4[]
-
u8 gTexture653DB0[]
u8 gTexture67B864[]
u8 gTexture65315C[]
u8 gTexture679C04[]
@@ -232,6 +231,7 @@ Variables
u8 gTexture64619C[]
u8 gTextureSignBackside[]
u8 gTexture6774D8[]
+
u8 gTexture653DB0[]
u8 gTextureSignFallingRocks[]
u8 gTexture647F4C[]
u8 gTexture67DC20[]
diff --git a/code__80005FD0_8c.html b/code__80005FD0_8c.html index 7dce735ce..6047d4da8 100644 --- a/code__80005FD0_8c.html +++ b/code__80005FD0_8c.html @@ -385,12 +385,12 @@ Functions   void func_80014D30 (s32 cameraId, s32 pathIndex)   -void func_80014DE4 (s32 arg0) -  +void func_80014DE4 (s32 cameraIndex) +  f32 func_80014EE4 (f32 arg0, s32 arg1)   -void func_800151A4 (Camera *camera, s32 arg1) -  +void calculate_camera_up_vector (Camera *camera, s32 cameraIndex) +  UNUSED void func_8001530C (void)   void func_80015314 (s32 playerId, UNUSED f32 arg1, s32 cameraId) @@ -437,8 +437,8 @@ Functions   void func_80019890 (s32 playerId, s32 cameraId)   -void func_80019B50 (s32 arg0, u16 arg1) -  +void func_80019B50 (s32 cameraIndex, u16 arg1) +  void func_80019C50 (s32 arg0)   void func_80019D2C (Camera *camera, Player *player, s32 arg2) @@ -1371,6 +1371,37 @@ Here is the caller graph for this function:
+ + + +

◆ calculate_camera_up_vector()

+ +
+
+ + + + + + + + + + + +
void calculate_camera_up_vector (Camera * camera,
s32 cameraIndex )
+
+
+Here is the call graph for this function:
+
+
+
+
+Here is the caller graph for this function:
+
+
+
+
@@ -3758,8 +3789,8 @@ Here is the caller graph for this function: - -

◆ func_80014DE4()

+ +

◆ func_80014DE4()

@@ -3767,7 +3798,7 @@ Here is the caller graph for this function:
void func_80014DE4 ( - s32 arg0) + s32 cameraIndex) @@ -3775,7 +3806,7 @@ Here is the caller graph for this function:
Here is the caller graph for this function:
-
+
@@ -3804,37 +3835,6 @@ Here is the caller graph for this function:
- - - -

◆ func_800151A4()

- -
-
- - - - - - - - - - - -
void func_800151A4 (Camera * camera,
s32 arg1 )
-
-
-Here is the call graph for this function:
-
-
-
-
-Here is the caller graph for this function:
-
-
-
-
@@ -4703,8 +4703,8 @@ Here is the caller graph for this function: - -

◆ func_80019B50()

+ +

◆ func_80019B50()

@@ -4712,7 +4712,7 @@ Here is the caller graph for this function:
void func_80019B50 ( - s32 arg0, + s32 cameraIndex, @@ -4724,7 +4724,7 @@ Here is the caller graph for this function:
Here is the caller graph for this function:
-
+
@@ -4782,7 +4782,7 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
@@ -4994,7 +4994,7 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
diff --git a/code__80005FD0_8c.js b/code__80005FD0_8c.js index 856fff9ee..affb8eb6b 100644 --- a/code__80005FD0_8c.js +++ b/code__80005FD0_8c.js @@ -6,6 +6,7 @@ var code__80005FD0_8c = [ "add_green_shell_in_unexpired_actor_list", "code__80005FD0_8c.html#a3da5a7898fa91355d9cb394860db7904", null ], [ "add_red_shell_in_unexpired_actor_list", "code__80005FD0_8c.html#a049aa28f9db56c36a8ea389644629029", null ], [ "adjust_position_by_angle", "code__80005FD0_8c.html#a4d94bc63f7aa18a802624ea904548946", null ], + [ "calculate_camera_up_vector", "code__80005FD0_8c.html#aa68ef3eaa076336f1b274685923b0f84", null ], [ "check_ai_crossing_distance", "code__80005FD0_8c.html#af5bf18570443fd4bb2f6ec223f78007e", null ], [ "copy_courses_kart_ai_behaviour", "code__80005FD0_8c.html#a9556d944d312a1fa941c641f140a6e13", null ], [ "delete_actor_in_unexpired_actor_list", "code__80005FD0_8c.html#ad301b978cdd3c4cc190b10be050d51d8", null ], @@ -81,9 +82,8 @@ var code__80005FD0_8c = [ "func_80014CC0", "code__80005FD0_8c.html#a4cfcd8f2733c19fda94965eb29ae00a7", null ], [ "func_80014D08", "code__80005FD0_8c.html#ac1903b07d5a64d14081e6045fdff7100", null ], [ "func_80014D30", "code__80005FD0_8c.html#a2293cdf918f0aaa85d53e5eea5e1e5df", null ], - [ "func_80014DE4", "code__80005FD0_8c.html#a905a7980727b0ddf2733561b3b6b9486", null ], + [ "func_80014DE4", "code__80005FD0_8c.html#a33f4e263ad7573063f17905299a90caf", null ], [ "func_80014EE4", "code__80005FD0_8c.html#a7a92eea4d8e687b403e99a57406c7b5f", null ], - [ "func_800151A4", "code__80005FD0_8c.html#aa3edfe637b28cb8083c9e24367e25058", null ], [ "func_8001530C", "code__80005FD0_8c.html#af0c16a5be295ccfdd3d10f8051d66206", null ], [ "func_80015314", "code__80005FD0_8c.html#afde1debe516fb907e5241d931719ba3e", null ], [ "func_80015390", "code__80005FD0_8c.html#a0a648b345a39b2070d8f56dc0ed04cb4", null ], @@ -107,7 +107,7 @@ var code__80005FD0_8c = [ "func_8001969C", "code__80005FD0_8c.html#a61da9c57e00b21e4a075bf9d41b932a1", null ], [ "func_80019760", "code__80005FD0_8c.html#a6065fa509a905eea7a2993cc3cfbb21e", null ], [ "func_80019890", "code__80005FD0_8c.html#a8d21c866c74e866e873dfd2f67c3c8da", null ], - [ "func_80019B50", "code__80005FD0_8c.html#af14ed437f46354591c73eb665e51c0ac", null ], + [ "func_80019B50", "code__80005FD0_8c.html#ab87e9390ad2244500d6a53bc8e2a691d", null ], [ "func_80019C50", "code__80005FD0_8c.html#aac306b17b11732c3c7c9af2345a8ae11", null ], [ "func_80019D2C", "code__80005FD0_8c.html#a4572ec39727066197b32405580133928", null ], [ "func_80019DE4", "code__80005FD0_8c.html#a98681749e0e5afdeefcf4d2f57cc0a78", null ], diff --git a/code__80005FD0_8c_a0355a63eb89c8a358744c372aa1ad12a_icgraph.svg b/code__80005FD0_8c_a0355a63eb89c8a358744c372aa1ad12a_icgraph.svg index 4d5504602..304c0a67d 100644 --- a/code__80005FD0_8c_a0355a63eb89c8a358744c372aa1ad12a_icgraph.svg +++ b/code__80005FD0_8c_a0355a63eb89c8a358744c372aa1ad12a_icgraph.svg @@ -48,7 +48,7 @@ @@ -58,8 +58,8 @@ var sectionId = 'dynsection-80'; Node1 - -func_800C8EF8 + +func_800C8EF8 @@ -67,8 +67,8 @@ var sectionId = 'dynsection-80'; Node2 - -func_800C76C0 + +func_800C76C0 @@ -76,8 +76,8 @@ var sectionId = 'dynsection-80'; Node1->Node2 - - + + @@ -85,8 +85,8 @@ var sectionId = 'dynsection-80'; Node20 - -func_800CA49C + +func_800CA49C @@ -94,8 +94,8 @@ var sectionId = 'dynsection-80'; Node1->Node20 - - + + @@ -103,8 +103,8 @@ var sectionId = 'dynsection-80'; Node22 - -func_8028FCBC + +func_8028FCBC @@ -112,8 +112,8 @@ var sectionId = 'dynsection-80'; Node1->Node22 - - + + @@ -121,8 +121,8 @@ var sectionId = 'dynsection-80'; Node24 - -func_800CA59C + +func_800CA59C @@ -130,8 +130,8 @@ var sectionId = 'dynsection-80'; Node1->Node24 - - + + @@ -139,8 +139,8 @@ var sectionId = 'dynsection-80'; Node43 - -func_800CB14C + +func_800CB14C @@ -148,17 +148,17 @@ var sectionId = 'dynsection-80'; Node1->Node43 - - + + Node49 - - -func_80283BF0 + + +func_80283BF0 @@ -166,17 +166,17 @@ var sectionId = 'dynsection-80'; Node1->Node49 - - + + Node51 - - -func_80283C14 + + +func_80283C14 @@ -184,17 +184,17 @@ var sectionId = 'dynsection-80'; Node1->Node51 - - + + Node53 - - -func_80283C78 + + +func_80283C78 @@ -202,8 +202,8 @@ var sectionId = 'dynsection-80'; Node1->Node53 - - + + @@ -211,8 +211,8 @@ var sectionId = 'dynsection-80'; Node3 - -func_800C8CCC + +func_800C8CCC @@ -220,8 +220,8 @@ var sectionId = 'dynsection-80'; Node2->Node3 - - + + @@ -229,8 +229,8 @@ var sectionId = 'dynsection-80'; Node4 - -func_800CB2C4 + +func_800CB2C4 @@ -238,8 +238,8 @@ var sectionId = 'dynsection-80'; Node3->Node4 - - + + @@ -247,8 +247,8 @@ var sectionId = 'dynsection-80'; Node5 - -func_800B3F74 + +func_800B3F74 @@ -256,8 +256,8 @@ var sectionId = 'dynsection-80'; Node4->Node5 - - + + @@ -274,8 +274,8 @@ var sectionId = 'dynsection-80'; Node4->Node10 - - + + @@ -292,8 +292,8 @@ var sectionId = 'dynsection-80'; Node4->Node19 - - + + @@ -301,8 +301,8 @@ var sectionId = 'dynsection-80'; Node6 - -func_80094C60 + +func_80094C60 @@ -310,8 +310,8 @@ var sectionId = 'dynsection-80'; Node5->Node6 - - + + @@ -328,8 +328,8 @@ var sectionId = 'dynsection-80'; Node6->Node7 - - + + @@ -346,8 +346,8 @@ var sectionId = 'dynsection-80'; Node6->Node17 - - + + @@ -571,8 +571,8 @@ var sectionId = 'dynsection-80'; Node21 - -func_8028EF28 + +func_8028EF28 @@ -580,8 +580,8 @@ var sectionId = 'dynsection-80'; Node20->Node21 - - + + @@ -589,8 +589,8 @@ var sectionId = 'dynsection-80'; Node21->Node22 - - + + @@ -598,8 +598,8 @@ var sectionId = 'dynsection-80'; Node23 - -race_logic_loop + +race_logic_loop @@ -607,8 +607,8 @@ var sectionId = 'dynsection-80'; Node22->Node23 - - + + @@ -616,8 +616,8 @@ var sectionId = 'dynsection-80'; Node23->Node18 - - + + @@ -625,8 +625,8 @@ var sectionId = 'dynsection-80'; Node25 - -apply_star_sound_effect + +apply_star_sound_effect @@ -634,8 +634,8 @@ var sectionId = 'dynsection-80'; Node24->Node25 - - + + @@ -643,8 +643,8 @@ var sectionId = 'dynsection-80'; Node26 - -apply_sound_effect + +apply_sound_effect @@ -652,8 +652,8 @@ var sectionId = 'dynsection-80'; Node25->Node26 - - + + @@ -661,8 +661,8 @@ var sectionId = 'dynsection-80'; Node27 - -func_8002B830 + +func_8002B830 @@ -670,8 +670,8 @@ var sectionId = 'dynsection-80'; Node26->Node27 - - + + @@ -679,8 +679,8 @@ var sectionId = 'dynsection-80'; Node28 - -control_kart_ai_movement + +control_kart_ai_movement @@ -688,8 +688,8 @@ var sectionId = 'dynsection-80'; Node27->Node28 - - + + @@ -697,8 +697,8 @@ var sectionId = 'dynsection-80'; Node35 - -func_8002D268 + +func_8002D268 @@ -706,8 +706,8 @@ var sectionId = 'dynsection-80'; Node27->Node35 - - + + @@ -715,8 +715,8 @@ var sectionId = 'dynsection-80'; Node41 - -func_8002E594 + +func_8002E594 @@ -724,8 +724,8 @@ var sectionId = 'dynsection-80'; Node27->Node41 - - + + @@ -733,8 +733,8 @@ var sectionId = 'dynsection-80'; Node42 - -func_80038C6C + +func_80038C6C @@ -742,8 +742,8 @@ var sectionId = 'dynsection-80'; Node27->Node42 - - + + @@ -751,8 +751,8 @@ var sectionId = 'dynsection-80'; Node29 - -func_80028864 + +func_80028864 @@ -760,8 +760,8 @@ var sectionId = 'dynsection-80'; Node28->Node29 - - + + @@ -778,8 +778,8 @@ var sectionId = 'dynsection-80'; Node29->Node30 - - + + @@ -787,8 +787,8 @@ var sectionId = 'dynsection-80'; Node35->Node29 - - + + @@ -796,8 +796,8 @@ var sectionId = 'dynsection-80'; Node36 - -func_80028C44 + +func_80028C44 @@ -805,8 +805,8 @@ var sectionId = 'dynsection-80'; Node35->Node36 - - + + @@ -814,8 +814,8 @@ var sectionId = 'dynsection-80'; Node37 - -func_80028D3C + +func_80028D3C @@ -823,8 +823,8 @@ var sectionId = 'dynsection-80'; Node35->Node37 - - + + @@ -832,8 +832,8 @@ var sectionId = 'dynsection-80'; Node38 - -func_8003CD98 + +func_8003CD98 @@ -841,8 +841,8 @@ var sectionId = 'dynsection-80'; Node35->Node38 - - + + @@ -850,8 +850,8 @@ var sectionId = 'dynsection-80'; Node36->Node30 - - + + @@ -859,8 +859,8 @@ var sectionId = 'dynsection-80'; Node37->Node30 - - + + @@ -877,8 +877,8 @@ var sectionId = 'dynsection-80'; Node38->Node39 - - + + @@ -895,8 +895,8 @@ var sectionId = 'dynsection-80'; Node41->Node29 - - + + @@ -904,8 +904,8 @@ var sectionId = 'dynsection-80'; Node41->Node36 - - + + @@ -913,8 +913,8 @@ var sectionId = 'dynsection-80'; Node41->Node37 - - + + @@ -922,17 +922,17 @@ var sectionId = 'dynsection-80'; Node42->Node30 - - + + Node44 - - -func_80283C58 + + +wrap_func_800CB14C @@ -940,17 +940,17 @@ var sectionId = 'dynsection-80'; Node43->Node44 - - + + Node45 - - -play_cutscene + + +play_cutscene @@ -958,8 +958,8 @@ var sectionId = 'dynsection-80'; Node44->Node45 - - + + @@ -967,8 +967,8 @@ var sectionId = 'dynsection-80'; Node46 - -func_80283648 + +func_80283648 @@ -976,8 +976,8 @@ var sectionId = 'dynsection-80'; Node45->Node46 - - + + @@ -994,18 +994,18 @@ var sectionId = 'dynsection-80'; Node46->Node47 - - + + Node48 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -1013,8 +1013,8 @@ var sectionId = 'dynsection-80'; Node46->Node48 - - + + @@ -1040,8 +1040,8 @@ var sectionId = 'dynsection-80'; Node48->Node32 - - + + @@ -1057,9 +1057,9 @@ var sectionId = 'dynsection-80'; Node50 - - -func_80283D2C + + +func_80283D2C @@ -1067,17 +1067,17 @@ var sectionId = 'dynsection-80'; Node49->Node50 - - + + Node52 - - -func_802840C8 + + +func_802840C8 @@ -1085,17 +1085,17 @@ var sectionId = 'dynsection-80'; Node51->Node52 - - + + Node54 - - -func_802847CC + + +func_802847CC @@ -1103,8 +1103,8 @@ var sectionId = 'dynsection-80'; Node53->Node54 - - + + diff --git a/external_8c_abe95a0078365cac07b3648b4a92dca8e_icgraph_org.svg b/external_8c_abe95a0078365cac07b3648b4a92dca8e_icgraph_org.svg index 3e6f40e69..56664d26b 100644 --- a/external_8c_abe95a0078365cac07b3648b4a92dca8e_icgraph_org.svg +++ b/external_8c_abe95a0078365cac07b3648b4a92dca8e_icgraph_org.svg @@ -4,16 +4,16 @@ - + func_800C8EF8 Node1 - -func_800C8EF8 + +func_800C8EF8 @@ -21,8 +21,8 @@ Node2 - -func_800C76C0 + +func_800C76C0 @@ -30,8 +30,8 @@ Node1->Node2 - - + + @@ -39,8 +39,8 @@ Node20 - -func_800CA49C + +func_800CA49C @@ -48,8 +48,8 @@ Node1->Node20 - - + + @@ -57,8 +57,8 @@ Node22 - -func_8028FCBC + +func_8028FCBC @@ -66,8 +66,8 @@ Node1->Node22 - - + + @@ -75,8 +75,8 @@ Node24 - -func_800CA59C + +func_800CA59C @@ -84,8 +84,8 @@ Node1->Node24 - - + + @@ -93,8 +93,8 @@ Node43 - -func_800CB14C + +func_800CB14C @@ -102,17 +102,17 @@ Node1->Node43 - - + + Node49 - - -func_80283BF0 + + +func_80283BF0 @@ -120,17 +120,17 @@ Node1->Node49 - - + + Node51 - - -func_80283C14 + + +func_80283C14 @@ -138,17 +138,17 @@ Node1->Node51 - - + + Node53 - - -func_80283C78 + + +func_80283C78 @@ -156,8 +156,8 @@ Node1->Node53 - - + + @@ -165,8 +165,8 @@ Node3 - -func_800C8CCC + +func_800C8CCC @@ -174,8 +174,8 @@ Node2->Node3 - - + + @@ -183,8 +183,8 @@ Node4 - -func_800CB2C4 + +func_800CB2C4 @@ -192,8 +192,8 @@ Node3->Node4 - - + + @@ -201,8 +201,8 @@ Node5 - -func_800B3F74 + +func_800B3F74 @@ -210,8 +210,8 @@ Node4->Node5 - - + + @@ -228,8 +228,8 @@ Node4->Node10 - - + + @@ -246,8 +246,8 @@ Node4->Node19 - - + + @@ -255,8 +255,8 @@ Node6 - -func_80094C60 + +func_80094C60 @@ -264,8 +264,8 @@ Node5->Node6 - - + + @@ -282,8 +282,8 @@ Node6->Node7 - - + + @@ -300,8 +300,8 @@ Node6->Node17 - - + + @@ -525,8 +525,8 @@ Node21 - -func_8028EF28 + +func_8028EF28 @@ -534,8 +534,8 @@ Node20->Node21 - - + + @@ -543,8 +543,8 @@ Node21->Node22 - - + + @@ -552,8 +552,8 @@ Node23 - -race_logic_loop + +race_logic_loop @@ -561,8 +561,8 @@ Node22->Node23 - - + + @@ -570,8 +570,8 @@ Node23->Node18 - - + + @@ -579,8 +579,8 @@ Node25 - -apply_star_sound_effect + +apply_star_sound_effect @@ -588,8 +588,8 @@ Node24->Node25 - - + + @@ -597,8 +597,8 @@ Node26 - -apply_sound_effect + +apply_sound_effect @@ -606,8 +606,8 @@ Node25->Node26 - - + + @@ -615,8 +615,8 @@ Node27 - -func_8002B830 + +func_8002B830 @@ -624,8 +624,8 @@ Node26->Node27 - - + + @@ -633,8 +633,8 @@ Node28 - -control_kart_ai_movement + +control_kart_ai_movement @@ -642,8 +642,8 @@ Node27->Node28 - - + + @@ -651,8 +651,8 @@ Node35 - -func_8002D268 + +func_8002D268 @@ -660,8 +660,8 @@ Node27->Node35 - - + + @@ -669,8 +669,8 @@ Node41 - -func_8002E594 + +func_8002E594 @@ -678,8 +678,8 @@ Node27->Node41 - - + + @@ -687,8 +687,8 @@ Node42 - -func_80038C6C + +func_80038C6C @@ -696,8 +696,8 @@ Node27->Node42 - - + + @@ -705,8 +705,8 @@ Node29 - -func_80028864 + +func_80028864 @@ -714,8 +714,8 @@ Node28->Node29 - - + + @@ -732,8 +732,8 @@ Node29->Node30 - - + + @@ -741,8 +741,8 @@ Node35->Node29 - - + + @@ -750,8 +750,8 @@ Node36 - -func_80028C44 + +func_80028C44 @@ -759,8 +759,8 @@ Node35->Node36 - - + + @@ -768,8 +768,8 @@ Node37 - -func_80028D3C + +func_80028D3C @@ -777,8 +777,8 @@ Node35->Node37 - - + + @@ -786,8 +786,8 @@ Node38 - -func_8003CD98 + +func_8003CD98 @@ -795,8 +795,8 @@ Node35->Node38 - - + + @@ -804,8 +804,8 @@ Node36->Node30 - - + + @@ -813,8 +813,8 @@ Node37->Node30 - - + + @@ -831,8 +831,8 @@ Node38->Node39 - - + + @@ -849,8 +849,8 @@ Node41->Node29 - - + + @@ -858,8 +858,8 @@ Node41->Node36 - - + + @@ -867,8 +867,8 @@ Node41->Node37 - - + + @@ -876,17 +876,17 @@ Node42->Node30 - - + + Node44 - - -func_80283C58 + + +wrap_func_800CB14C @@ -894,17 +894,17 @@ Node43->Node44 - - + + Node45 - - -play_cutscene + + +play_cutscene @@ -912,8 +912,8 @@ Node44->Node45 - - + + @@ -921,8 +921,8 @@ Node46 - -func_80283648 + +func_80283648 @@ -930,8 +930,8 @@ Node45->Node46 - - + + @@ -948,18 +948,18 @@ Node46->Node47 - - + + Node48 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -967,8 +967,8 @@ Node46->Node48 - - + + @@ -994,8 +994,8 @@ Node48->Node32 - - + + @@ -1011,9 +1011,9 @@ Node50 - - -func_80283D2C + + +func_80283D2C @@ -1021,17 +1021,17 @@ Node49->Node50 - - + + Node52 - - -func_802840C8 + + +func_802840C8 @@ -1039,17 +1039,17 @@ Node51->Node52 - - + + Node54 - - -func_802847CC + + +func_802847CC @@ -1057,8 +1057,8 @@ Node53->Node54 - - + + diff --git a/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph.map b/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph.map index 01b9d2702..3463104f3 100644 --- a/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph.map +++ b/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph.map @@ -64,19 +64,19 @@ - - + + - + - + - + @@ -84,9 +84,9 @@ - + - + diff --git a/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph.md5 b/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph.md5 index 27667d546..17d70a512 100644 --- a/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph.md5 +++ b/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph.md5 @@ -1 +1 @@ -ab5694dfa8ed03645ad0769d9ceb5e83 \ No newline at end of file +22e68d0b662ca4a577a9f4bfe116a28d \ No newline at end of file diff --git a/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph.svg b/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph.svg index 97fa277ec..30dddd534 100644 --- a/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph.svg +++ b/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph.svg @@ -643,9 +643,9 @@ var sectionId = 'dynsection-22'; Node90 - - -func_80283C58 + + +wrap_func_800CB14C @@ -653,7 +653,7 @@ var sectionId = 'dynsection-22'; Node89->Node90 - + @@ -715,7 +715,7 @@ var sectionId = 'dynsection-22'; Node109 - + func_80283BF0 @@ -733,7 +733,7 @@ var sectionId = 'dynsection-22'; Node111 - + func_80283C14 @@ -751,7 +751,7 @@ var sectionId = 'dynsection-22'; Node113 - + func_80283C78 @@ -823,7 +823,7 @@ var sectionId = 'dynsection-22'; Node116 - + func_80283CA8 @@ -841,7 +841,7 @@ var sectionId = 'dynsection-22'; Node118 - + func_80283CD0 diff --git a/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph_org.svg b/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph_org.svg index 3bf677135..7ed6b1589 100644 --- a/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph_org.svg +++ b/external_8c_ac48b7cbfcaa7737f892877ead85e4ba7_icgraph_org.svg @@ -597,9 +597,9 @@ Node90 - - -func_80283C58 + + +wrap_func_800CB14C @@ -607,7 +607,7 @@ Node89->Node90 - + @@ -669,7 +669,7 @@ Node109 - + func_80283BF0 @@ -687,7 +687,7 @@ Node111 - + func_80283C14 @@ -705,7 +705,7 @@ Node113 - + func_80283C78 @@ -777,7 +777,7 @@ Node116 - + func_80283CA8 @@ -795,7 +795,7 @@ Node118 - + func_80283CD0 diff --git a/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph.map b/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph.map index c0773e278..58c50203c 100644 --- a/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph.map +++ b/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph.map @@ -37,9 +37,9 @@ - + - + @@ -64,11 +64,11 @@ - + - + - + diff --git a/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph.md5 b/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph.md5 index 551fddc17..efef12294 100644 --- a/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph.md5 +++ b/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph.md5 @@ -1 +1 @@ -ccfc906b045c5679195a6127c5dcb1b3 \ No newline at end of file +9a7b5cdc9576d0af90c5cb290e4a4759 \ No newline at end of file diff --git a/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph.svg b/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph.svg index 4b6f9759e..fe743d16a 100644 --- a/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph.svg +++ b/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph.svg @@ -399,7 +399,7 @@ var sectionId = 'dynsection-28'; Node32 - + func_80283CA8 @@ -417,7 +417,7 @@ var sectionId = 'dynsection-28'; Node35 - + func_80283CD0 @@ -642,7 +642,7 @@ var sectionId = 'dynsection-28'; Node33 - + func_80283D2C @@ -660,7 +660,7 @@ var sectionId = 'dynsection-28'; Node34 - + func_8028454C @@ -678,7 +678,7 @@ var sectionId = 'dynsection-28'; Node36 - + func_802847CC diff --git a/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph_org.svg b/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph_org.svg index 993c2d5aa..b596042de 100644 --- a/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph_org.svg +++ b/external_8c_ad79a8b3dfe27cebca94c2d9e2cc54d2b_icgraph_org.svg @@ -353,7 +353,7 @@ Node32 - + func_80283CA8 @@ -371,7 +371,7 @@ Node35 - + func_80283CD0 @@ -596,7 +596,7 @@ Node33 - + func_80283D2C @@ -614,7 +614,7 @@ Node34 - + func_8028454C @@ -632,7 +632,7 @@ Node36 - + func_802847CC diff --git a/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph.map b/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph.map index cae30eb85..054cdb1ae 100644 --- a/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph.map +++ b/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph.map @@ -1,15 +1,15 @@ - - - - - - - + + + + + + + - - - + + + @@ -21,6 +21,6 @@ - + diff --git a/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph.md5 b/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph.md5 index ed24ea549..b784209de 100644 --- a/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph.md5 +++ b/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph.md5 @@ -1 +1 @@ -7aee37865c8b2c5e8de6435c6a6de272 \ No newline at end of file +18de0f96a2dd4029168cd94949f6fcbe \ No newline at end of file diff --git a/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph.svg b/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph.svg index a0081ff0e..ef4b390db 100644 --- a/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph.svg +++ b/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph.svg @@ -46,7 +46,7 @@ @@ -58,17 +58,17 @@ var sectionId = 'dynsection-160'; Node1 - -func_800CB14C + +func_800CB14C Node2 - - -func_80283C58 + + +wrap_func_800CB14C @@ -76,17 +76,17 @@ var sectionId = 'dynsection-160'; Node1->Node2 - - + + Node3 - - -play_cutscene + + +play_cutscene @@ -94,8 +94,8 @@ var sectionId = 'dynsection-160'; Node2->Node3 - - + + @@ -103,8 +103,8 @@ var sectionId = 'dynsection-160'; Node4 - -func_80283648 + +func_80283648 @@ -112,8 +112,8 @@ var sectionId = 'dynsection-160'; Node3->Node4 - - + + @@ -130,18 +130,18 @@ var sectionId = 'dynsection-160'; Node4->Node5 - - + + Node11 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -149,8 +149,8 @@ var sectionId = 'dynsection-160'; Node4->Node11 - - + + @@ -257,8 +257,8 @@ var sectionId = 'dynsection-160'; Node11->Node12 - - + + diff --git a/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph_org.svg b/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph_org.svg index 451d4f719..f268daea4 100644 --- a/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph_org.svg +++ b/external_8c_ae71450546a81c5fa5a5ec8b5a529a5ef_icgraph_org.svg @@ -4,25 +4,25 @@ - + func_800CB14C Node1 - -func_800CB14C + +func_800CB14C Node2 - - -func_80283C58 + + +wrap_func_800CB14C @@ -30,17 +30,17 @@ Node1->Node2 - - + + Node3 - - -play_cutscene + + +play_cutscene @@ -48,8 +48,8 @@ Node2->Node3 - - + + @@ -57,8 +57,8 @@ Node4 - -func_80283648 + +func_80283648 @@ -66,8 +66,8 @@ Node3->Node4 - - + + @@ -84,18 +84,18 @@ Node4->Node5 - - + + Node11 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -103,8 +103,8 @@ Node4->Node11 - - + + @@ -211,8 +211,8 @@ Node11->Node12 - - + + diff --git a/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph.map b/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph.map index 8eb44bf72..9235bfbb3 100644 --- a/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph.map +++ b/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph.map @@ -38,23 +38,23 @@ - + - + - + - + - + - + - + - + - + @@ -101,19 +101,19 @@ - + - + - + - + - + - + - + diff --git a/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph.md5 b/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph.md5 index 8d2ce7133..0c1095dfb 100644 --- a/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph.md5 +++ b/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph.md5 @@ -1 +1 @@ -b2b456ab696c0ec025f47394cf95b197 \ No newline at end of file +fca09ee55dc71837830fa09b0c1cdbc5 \ No newline at end of file diff --git a/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph.svg b/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph.svg index e81195ed3..4f97845e8 100644 --- a/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph.svg +++ b/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph.svg @@ -408,7 +408,7 @@ var sectionId = 'dynsection-165'; Node64 - + play_sound_balloon_pop @@ -426,7 +426,7 @@ var sectionId = 'dynsection-165'; Node66 - + play_sound_congratulation @@ -444,7 +444,7 @@ var sectionId = 'dynsection-165'; Node68 - + play_sound_farewell @@ -462,7 +462,7 @@ var sectionId = 'dynsection-165'; Node70 - + play_sound_fish @@ -480,7 +480,7 @@ var sectionId = 'dynsection-165'; Node72 - + play_sound_fish_2 @@ -498,7 +498,7 @@ var sectionId = 'dynsection-165'; Node74 - + play_sound_podium @@ -516,7 +516,7 @@ var sectionId = 'dynsection-165'; Node76 - + play_sound_shoot_trophy @@ -534,7 +534,7 @@ var sectionId = 'dynsection-165'; Node78 - + play_sound_trophy @@ -552,7 +552,7 @@ var sectionId = 'dynsection-165'; Node79 - + play_sound_welcome @@ -976,7 +976,7 @@ var sectionId = 'dynsection-165'; Node65 - + func_80283D2C @@ -994,7 +994,7 @@ var sectionId = 'dynsection-165'; Node67 - + func_80284308 @@ -1012,7 +1012,7 @@ var sectionId = 'dynsection-165'; Node69 - + func_802847CC @@ -1030,7 +1030,7 @@ var sectionId = 'dynsection-165'; Node71 - + func_802844FC @@ -1048,7 +1048,7 @@ var sectionId = 'dynsection-165'; Node73 - + func_80284494 @@ -1066,7 +1066,7 @@ var sectionId = 'dynsection-165'; Node75 - + func_80284418 @@ -1084,7 +1084,7 @@ var sectionId = 'dynsection-165'; Node77 - + func_8028422C diff --git a/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph_org.svg b/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph_org.svg index de2bc56d5..a34241e93 100644 --- a/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph_org.svg +++ b/external_8c_afadd9eacb33a057bc8c1caaab7ab5a84_icgraph_org.svg @@ -362,7 +362,7 @@ Node64 - + play_sound_balloon_pop @@ -380,7 +380,7 @@ Node66 - + play_sound_congratulation @@ -398,7 +398,7 @@ Node68 - + play_sound_farewell @@ -416,7 +416,7 @@ Node70 - + play_sound_fish @@ -434,7 +434,7 @@ Node72 - + play_sound_fish_2 @@ -452,7 +452,7 @@ Node74 - + play_sound_podium @@ -470,7 +470,7 @@ Node76 - + play_sound_shoot_trophy @@ -488,7 +488,7 @@ Node78 - + play_sound_trophy @@ -506,7 +506,7 @@ Node79 - + play_sound_welcome @@ -930,7 +930,7 @@ Node65 - + func_80283D2C @@ -948,7 +948,7 @@ Node67 - + func_80284308 @@ -966,7 +966,7 @@ Node69 - + func_802847CC @@ -984,7 +984,7 @@ Node71 - + func_802844FC @@ -1002,7 +1002,7 @@ Node73 - + func_80284494 @@ -1020,7 +1020,7 @@ Node75 - + func_80284418 @@ -1038,7 +1038,7 @@ Node77 - + func_8028422C diff --git a/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph.map b/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph.map index edc997f70..1890767ba 100644 --- a/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph.map +++ b/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph.map @@ -1,15 +1,15 @@ - - - - - - - - - + + + + + + + + + - + @@ -34,20 +34,20 @@ - - - - - - + + + + + + - + - + - + - + @@ -78,49 +78,49 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - + + + + - - - - - + + + + + diff --git a/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph.md5 b/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph.md5 index 7d45e354c..8c92aba9b 100644 --- a/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph.md5 +++ b/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph.md5 @@ -1 +1 @@ -aa583801260431ad3d0ae829ef1d40b3 \ No newline at end of file +21d33d3bdf80db9a2800c8f990ca0979 \ No newline at end of file diff --git a/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph.svg b/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph.svg index 1e2a0f543..3a463ae99 100644 --- a/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph.svg +++ b/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph.svg @@ -46,7 +46,7 @@ @@ -58,8 +58,8 @@ var sectionId = 'dynsection-78'; Node1 - -func_800C8EAC + +func_800C8EAC @@ -67,8 +67,8 @@ var sectionId = 'dynsection-78'; Node2 - -func_800B3F74 + +func_800B3F74 @@ -76,8 +76,8 @@ var sectionId = 'dynsection-78'; Node1->Node2 - - + + @@ -85,8 +85,8 @@ var sectionId = 'dynsection-78'; Node16 - -func_800CA730 + +func_800CA730 @@ -94,8 +94,8 @@ var sectionId = 'dynsection-78'; Node1->Node16 - - + + @@ -103,8 +103,8 @@ var sectionId = 'dynsection-78'; Node49 - -func_800CB14C + +func_800CB14C @@ -112,8 +112,8 @@ var sectionId = 'dynsection-78'; Node1->Node49 - - + + @@ -121,8 +121,8 @@ var sectionId = 'dynsection-78'; Node54 - -func_8028EC98 + +func_8028EC98 @@ -130,8 +130,8 @@ var sectionId = 'dynsection-78'; Node1->Node54 - - + + @@ -139,8 +139,8 @@ var sectionId = 'dynsection-78'; Node3 - -func_80094C60 + +func_80094C60 @@ -148,8 +148,8 @@ var sectionId = 'dynsection-78'; Node2->Node3 - - + + @@ -157,8 +157,8 @@ var sectionId = 'dynsection-78'; Node4 - -func_80091B78 + +func_80091B78 @@ -166,8 +166,8 @@ var sectionId = 'dynsection-78'; Node3->Node4 - - + + @@ -175,8 +175,8 @@ var sectionId = 'dynsection-78'; Node14 - -func_80094A64 + +func_80094A64 @@ -184,8 +184,8 @@ var sectionId = 'dynsection-78'; Node3->Node14 - - + + @@ -193,8 +193,8 @@ var sectionId = 'dynsection-78'; Node5 - -func_800025D4 + +func_800025D4 @@ -202,8 +202,8 @@ var sectionId = 'dynsection-78'; Node4->Node5 - - + + @@ -211,8 +211,8 @@ var sectionId = 'dynsection-78'; Node11 - -func_80002600 + +func_80002600 @@ -220,8 +220,8 @@ var sectionId = 'dynsection-78'; Node4->Node11 - - + + @@ -229,8 +229,8 @@ var sectionId = 'dynsection-78'; Node12 - -func_8000262C + +func_8000262C @@ -238,8 +238,8 @@ var sectionId = 'dynsection-78'; Node4->Node12 - - + + @@ -247,8 +247,8 @@ var sectionId = 'dynsection-78'; Node13 - -func_80002658 + +func_80002658 @@ -256,8 +256,8 @@ var sectionId = 'dynsection-78'; Node4->Node13 - - + + @@ -265,8 +265,8 @@ var sectionId = 'dynsection-78'; Node6 - -update_gamestate + +update_gamestate @@ -274,8 +274,8 @@ var sectionId = 'dynsection-78'; Node5->Node6 - - + + @@ -283,8 +283,8 @@ var sectionId = 'dynsection-78'; Node7 - -thread5_game_loop + +thread5_game_loop @@ -292,8 +292,8 @@ var sectionId = 'dynsection-78'; Node6->Node7 - - + + @@ -301,8 +301,8 @@ var sectionId = 'dynsection-78'; Node8 - -thread3_video + +thread3_video @@ -310,8 +310,8 @@ var sectionId = 'dynsection-78'; Node7->Node8 - - + + @@ -319,8 +319,8 @@ var sectionId = 'dynsection-78'; Node11->Node6 - - + + @@ -328,8 +328,8 @@ var sectionId = 'dynsection-78'; Node12->Node6 - - + + @@ -337,8 +337,8 @@ var sectionId = 'dynsection-78'; Node13->Node6 - - + + @@ -346,8 +346,8 @@ var sectionId = 'dynsection-78'; Node15 - -game_state_handler + +game_state_handler @@ -355,8 +355,8 @@ var sectionId = 'dynsection-78'; Node14->Node15 - - + + @@ -364,8 +364,8 @@ var sectionId = 'dynsection-78'; Node15->Node7 - - + + @@ -373,8 +373,8 @@ var sectionId = 'dynsection-78'; Node17 - -apply_star_effect + +apply_star_effect @@ -382,8 +382,8 @@ var sectionId = 'dynsection-78'; Node16->Node17 - - + + @@ -391,8 +391,8 @@ var sectionId = 'dynsection-78'; Node36 - -func_8008F86C + +func_8008F86C @@ -400,8 +400,8 @@ var sectionId = 'dynsection-78'; Node16->Node36 - - + + @@ -409,8 +409,8 @@ var sectionId = 'dynsection-78'; Node18 - -apply_effect + +apply_effect @@ -418,8 +418,8 @@ var sectionId = 'dynsection-78'; Node17->Node18 - - + + @@ -427,8 +427,8 @@ var sectionId = 'dynsection-78'; Node19 - -control_kart_ai_movement + +control_kart_ai_movement @@ -436,8 +436,8 @@ var sectionId = 'dynsection-78'; Node18->Node19 - - + + @@ -445,8 +445,8 @@ var sectionId = 'dynsection-78'; Node27 - -func_8002D268 + +func_8002D268 @@ -454,8 +454,8 @@ var sectionId = 'dynsection-78'; Node18->Node27 - - + + @@ -463,8 +463,8 @@ var sectionId = 'dynsection-78'; Node34 - -func_8002E594 + +func_8002E594 @@ -472,8 +472,8 @@ var sectionId = 'dynsection-78'; Node18->Node34 - - + + @@ -481,8 +481,8 @@ var sectionId = 'dynsection-78'; Node35 - -func_80038C6C + +func_80038C6C @@ -490,8 +490,8 @@ var sectionId = 'dynsection-78'; Node18->Node35 - - + + @@ -499,8 +499,8 @@ var sectionId = 'dynsection-78'; Node20 - -func_80028864 + +func_80028864 @@ -508,8 +508,8 @@ var sectionId = 'dynsection-78'; Node19->Node20 - - + + @@ -517,8 +517,8 @@ var sectionId = 'dynsection-78'; Node21 - -func_80028E70 + +func_80028E70 @@ -526,8 +526,8 @@ var sectionId = 'dynsection-78'; Node20->Node21 - - + + @@ -535,8 +535,8 @@ var sectionId = 'dynsection-78'; Node22 - -func_80028F70 + +func_80028F70 @@ -544,8 +544,8 @@ var sectionId = 'dynsection-78'; Node21->Node22 - - + + @@ -553,8 +553,8 @@ var sectionId = 'dynsection-78'; Node25 - -func_80029060 + +func_80029060 @@ -562,8 +562,8 @@ var sectionId = 'dynsection-78'; Node21->Node25 - - + + @@ -571,8 +571,8 @@ var sectionId = 'dynsection-78'; Node26 - -func_80029158 + +func_80029158 @@ -580,8 +580,8 @@ var sectionId = 'dynsection-78'; Node21->Node26 - - + + @@ -589,8 +589,8 @@ var sectionId = 'dynsection-78'; Node24 - -race_logic_loop + +race_logic_loop @@ -598,8 +598,8 @@ var sectionId = 'dynsection-78'; Node22->Node24 - - + + @@ -607,8 +607,8 @@ var sectionId = 'dynsection-78'; Node24->Node15 - - + + @@ -616,8 +616,8 @@ var sectionId = 'dynsection-78'; Node25->Node24 - - + + @@ -625,8 +625,8 @@ var sectionId = 'dynsection-78'; Node26->Node24 - - + + @@ -634,8 +634,8 @@ var sectionId = 'dynsection-78'; Node27->Node20 - - + + @@ -643,8 +643,8 @@ var sectionId = 'dynsection-78'; Node28 - -func_80028C44 + +func_80028C44 @@ -652,8 +652,8 @@ var sectionId = 'dynsection-78'; Node27->Node28 - - + + @@ -661,8 +661,8 @@ var sectionId = 'dynsection-78'; Node29 - -func_80028D3C + +func_80028D3C @@ -670,8 +670,8 @@ var sectionId = 'dynsection-78'; Node27->Node29 - - + + @@ -679,8 +679,8 @@ var sectionId = 'dynsection-78'; Node30 - -func_8003CD98 + +func_8003CD98 @@ -688,8 +688,8 @@ var sectionId = 'dynsection-78'; Node27->Node30 - - + + @@ -697,8 +697,8 @@ var sectionId = 'dynsection-78'; Node28->Node21 - - + + @@ -706,8 +706,8 @@ var sectionId = 'dynsection-78'; Node29->Node21 - - + + @@ -715,8 +715,8 @@ var sectionId = 'dynsection-78'; Node31 - -func_8003D080 + +func_8003D080 @@ -724,8 +724,8 @@ var sectionId = 'dynsection-78'; Node30->Node31 - - + + @@ -733,8 +733,8 @@ var sectionId = 'dynsection-78'; Node34->Node20 - - + + @@ -742,8 +742,8 @@ var sectionId = 'dynsection-78'; Node34->Node28 - - + + @@ -751,8 +751,8 @@ var sectionId = 'dynsection-78'; Node34->Node29 - - + + @@ -760,8 +760,8 @@ var sectionId = 'dynsection-78'; Node35->Node21 - - + + @@ -769,8 +769,8 @@ var sectionId = 'dynsection-78'; Node37 - -func_8008F494 + +func_8008F494 @@ -778,8 +778,8 @@ var sectionId = 'dynsection-78'; Node36->Node37 - - + + @@ -787,8 +787,8 @@ var sectionId = 'dynsection-78'; Node39 - -func_80090778 + +func_80090778 @@ -796,8 +796,8 @@ var sectionId = 'dynsection-78'; Node36->Node39 - - + + @@ -805,8 +805,8 @@ var sectionId = 'dynsection-78'; Node37->Node27 - - + + @@ -814,8 +814,8 @@ var sectionId = 'dynsection-78'; Node37->Node34 - - + + @@ -823,8 +823,8 @@ var sectionId = 'dynsection-78'; Node38 - -func_8002C954 + +func_8002C954 @@ -832,8 +832,8 @@ var sectionId = 'dynsection-78'; Node37->Node38 - - + + @@ -841,8 +841,8 @@ var sectionId = 'dynsection-78'; Node38->Node27 - - + + @@ -850,8 +850,8 @@ var sectionId = 'dynsection-78'; Node38->Node34 - - + + @@ -859,8 +859,8 @@ var sectionId = 'dynsection-78'; Node38->Node35 - - + + @@ -868,8 +868,8 @@ var sectionId = 'dynsection-78'; Node40 - -func_8002C4F8 + +func_8002C4F8 @@ -877,8 +877,8 @@ var sectionId = 'dynsection-78'; Node39->Node40 - - + + @@ -886,8 +886,8 @@ var sectionId = 'dynsection-78'; Node41 - -func_80079860 + +func_80079860 @@ -895,8 +895,8 @@ var sectionId = 'dynsection-78'; Node39->Node41 - - + + @@ -904,8 +904,8 @@ var sectionId = 'dynsection-78'; Node48 - -func_8008F3F4 + +func_8008F3F4 @@ -913,8 +913,8 @@ var sectionId = 'dynsection-78'; Node39->Node48 - - + + @@ -922,8 +922,8 @@ var sectionId = 'dynsection-78'; Node40->Node27 - - + + @@ -931,8 +931,8 @@ var sectionId = 'dynsection-78'; Node40->Node34 - - + + @@ -940,8 +940,8 @@ var sectionId = 'dynsection-78'; Node40->Node35 - - + + @@ -949,8 +949,8 @@ var sectionId = 'dynsection-78'; Node42 - -func_8007A910 + +func_8007A910 @@ -958,8 +958,8 @@ var sectionId = 'dynsection-78'; Node41->Node42 - - + + @@ -967,17 +967,17 @@ var sectionId = 'dynsection-78'; Node48->Node18 - - + + Node50 - - -func_80283C58 + + +wrap_func_800CB14C @@ -985,17 +985,17 @@ var sectionId = 'dynsection-78'; Node49->Node50 - - + + Node51 - - -play_cutscene + + +play_cutscene @@ -1003,8 +1003,8 @@ var sectionId = 'dynsection-78'; Node50->Node51 - - + + @@ -1012,8 +1012,8 @@ var sectionId = 'dynsection-78'; Node52 - -func_80283648 + +func_80283648 @@ -1021,8 +1021,8 @@ var sectionId = 'dynsection-78'; Node51->Node52 - - + + @@ -1030,8 +1030,8 @@ var sectionId = 'dynsection-78'; Node47 - -credits_loop + +credits_loop @@ -1039,18 +1039,18 @@ var sectionId = 'dynsection-78'; Node52->Node47 - - + + Node53 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -1058,8 +1058,8 @@ var sectionId = 'dynsection-78'; Node52->Node53 - - + + @@ -1067,8 +1067,8 @@ var sectionId = 'dynsection-78'; Node47->Node15 - - + + @@ -1076,8 +1076,8 @@ var sectionId = 'dynsection-78'; Node55 - -start_race + +start_race @@ -1085,8 +1085,8 @@ var sectionId = 'dynsection-78'; Node54->Node55 - - + + @@ -1094,8 +1094,8 @@ var sectionId = 'dynsection-78'; Node56 - -func_800729EC + +func_800729EC @@ -1103,8 +1103,8 @@ var sectionId = 'dynsection-78'; Node55->Node56 - - + + @@ -1112,8 +1112,8 @@ var sectionId = 'dynsection-78'; Node61 - -func_8028FCBC + +func_8028FCBC @@ -1121,8 +1121,8 @@ var sectionId = 'dynsection-78'; Node55->Node61 - - + + @@ -1130,9 +1130,9 @@ var sectionId = 'dynsection-78'; Node57 - -update_object_lakitu -_countdown + +update_object_lakitu +_countdown @@ -1140,8 +1140,8 @@ var sectionId = 'dynsection-78'; Node56->Node57 - - + + @@ -1149,8 +1149,8 @@ var sectionId = 'dynsection-78'; Node58 - -update_object_lakitu + +update_object_lakitu @@ -1158,8 +1158,8 @@ var sectionId = 'dynsection-78'; Node57->Node58 - - + + @@ -1167,8 +1167,8 @@ var sectionId = 'dynsection-78'; Node61->Node24 - - + + diff --git a/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph_org.svg b/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph_org.svg index 5434e507e..1d567ac82 100644 --- a/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph_org.svg +++ b/external_8c_afcb6c1c892ff72b06f548327e6e21586_icgraph_org.svg @@ -4,16 +4,16 @@ - - + + func_800C8EAC Node1 - -func_800C8EAC + +func_800C8EAC @@ -21,8 +21,8 @@ Node2 - -func_800B3F74 + +func_800B3F74 @@ -30,8 +30,8 @@ Node1->Node2 - - + + @@ -39,8 +39,8 @@ Node16 - -func_800CA730 + +func_800CA730 @@ -48,8 +48,8 @@ Node1->Node16 - - + + @@ -57,8 +57,8 @@ Node49 - -func_800CB14C + +func_800CB14C @@ -66,8 +66,8 @@ Node1->Node49 - - + + @@ -75,8 +75,8 @@ Node54 - -func_8028EC98 + +func_8028EC98 @@ -84,8 +84,8 @@ Node1->Node54 - - + + @@ -93,8 +93,8 @@ Node3 - -func_80094C60 + +func_80094C60 @@ -102,8 +102,8 @@ Node2->Node3 - - + + @@ -111,8 +111,8 @@ Node4 - -func_80091B78 + +func_80091B78 @@ -120,8 +120,8 @@ Node3->Node4 - - + + @@ -129,8 +129,8 @@ Node14 - -func_80094A64 + +func_80094A64 @@ -138,8 +138,8 @@ Node3->Node14 - - + + @@ -147,8 +147,8 @@ Node5 - -func_800025D4 + +func_800025D4 @@ -156,8 +156,8 @@ Node4->Node5 - - + + @@ -165,8 +165,8 @@ Node11 - -func_80002600 + +func_80002600 @@ -174,8 +174,8 @@ Node4->Node11 - - + + @@ -183,8 +183,8 @@ Node12 - -func_8000262C + +func_8000262C @@ -192,8 +192,8 @@ Node4->Node12 - - + + @@ -201,8 +201,8 @@ Node13 - -func_80002658 + +func_80002658 @@ -210,8 +210,8 @@ Node4->Node13 - - + + @@ -219,8 +219,8 @@ Node6 - -update_gamestate + +update_gamestate @@ -228,8 +228,8 @@ Node5->Node6 - - + + @@ -237,8 +237,8 @@ Node7 - -thread5_game_loop + +thread5_game_loop @@ -246,8 +246,8 @@ Node6->Node7 - - + + @@ -255,8 +255,8 @@ Node8 - -thread3_video + +thread3_video @@ -264,8 +264,8 @@ Node7->Node8 - - + + @@ -273,8 +273,8 @@ Node11->Node6 - - + + @@ -282,8 +282,8 @@ Node12->Node6 - - + + @@ -291,8 +291,8 @@ Node13->Node6 - - + + @@ -300,8 +300,8 @@ Node15 - -game_state_handler + +game_state_handler @@ -309,8 +309,8 @@ Node14->Node15 - - + + @@ -318,8 +318,8 @@ Node15->Node7 - - + + @@ -327,8 +327,8 @@ Node17 - -apply_star_effect + +apply_star_effect @@ -336,8 +336,8 @@ Node16->Node17 - - + + @@ -345,8 +345,8 @@ Node36 - -func_8008F86C + +func_8008F86C @@ -354,8 +354,8 @@ Node16->Node36 - - + + @@ -363,8 +363,8 @@ Node18 - -apply_effect + +apply_effect @@ -372,8 +372,8 @@ Node17->Node18 - - + + @@ -381,8 +381,8 @@ Node19 - -control_kart_ai_movement + +control_kart_ai_movement @@ -390,8 +390,8 @@ Node18->Node19 - - + + @@ -399,8 +399,8 @@ Node27 - -func_8002D268 + +func_8002D268 @@ -408,8 +408,8 @@ Node18->Node27 - - + + @@ -417,8 +417,8 @@ Node34 - -func_8002E594 + +func_8002E594 @@ -426,8 +426,8 @@ Node18->Node34 - - + + @@ -435,8 +435,8 @@ Node35 - -func_80038C6C + +func_80038C6C @@ -444,8 +444,8 @@ Node18->Node35 - - + + @@ -453,8 +453,8 @@ Node20 - -func_80028864 + +func_80028864 @@ -462,8 +462,8 @@ Node19->Node20 - - + + @@ -471,8 +471,8 @@ Node21 - -func_80028E70 + +func_80028E70 @@ -480,8 +480,8 @@ Node20->Node21 - - + + @@ -489,8 +489,8 @@ Node22 - -func_80028F70 + +func_80028F70 @@ -498,8 +498,8 @@ Node21->Node22 - - + + @@ -507,8 +507,8 @@ Node25 - -func_80029060 + +func_80029060 @@ -516,8 +516,8 @@ Node21->Node25 - - + + @@ -525,8 +525,8 @@ Node26 - -func_80029158 + +func_80029158 @@ -534,8 +534,8 @@ Node21->Node26 - - + + @@ -543,8 +543,8 @@ Node24 - -race_logic_loop + +race_logic_loop @@ -552,8 +552,8 @@ Node22->Node24 - - + + @@ -561,8 +561,8 @@ Node24->Node15 - - + + @@ -570,8 +570,8 @@ Node25->Node24 - - + + @@ -579,8 +579,8 @@ Node26->Node24 - - + + @@ -588,8 +588,8 @@ Node27->Node20 - - + + @@ -597,8 +597,8 @@ Node28 - -func_80028C44 + +func_80028C44 @@ -606,8 +606,8 @@ Node27->Node28 - - + + @@ -615,8 +615,8 @@ Node29 - -func_80028D3C + +func_80028D3C @@ -624,8 +624,8 @@ Node27->Node29 - - + + @@ -633,8 +633,8 @@ Node30 - -func_8003CD98 + +func_8003CD98 @@ -642,8 +642,8 @@ Node27->Node30 - - + + @@ -651,8 +651,8 @@ Node28->Node21 - - + + @@ -660,8 +660,8 @@ Node29->Node21 - - + + @@ -669,8 +669,8 @@ Node31 - -func_8003D080 + +func_8003D080 @@ -678,8 +678,8 @@ Node30->Node31 - - + + @@ -687,8 +687,8 @@ Node34->Node20 - - + + @@ -696,8 +696,8 @@ Node34->Node28 - - + + @@ -705,8 +705,8 @@ Node34->Node29 - - + + @@ -714,8 +714,8 @@ Node35->Node21 - - + + @@ -723,8 +723,8 @@ Node37 - -func_8008F494 + +func_8008F494 @@ -732,8 +732,8 @@ Node36->Node37 - - + + @@ -741,8 +741,8 @@ Node39 - -func_80090778 + +func_80090778 @@ -750,8 +750,8 @@ Node36->Node39 - - + + @@ -759,8 +759,8 @@ Node37->Node27 - - + + @@ -768,8 +768,8 @@ Node37->Node34 - - + + @@ -777,8 +777,8 @@ Node38 - -func_8002C954 + +func_8002C954 @@ -786,8 +786,8 @@ Node37->Node38 - - + + @@ -795,8 +795,8 @@ Node38->Node27 - - + + @@ -804,8 +804,8 @@ Node38->Node34 - - + + @@ -813,8 +813,8 @@ Node38->Node35 - - + + @@ -822,8 +822,8 @@ Node40 - -func_8002C4F8 + +func_8002C4F8 @@ -831,8 +831,8 @@ Node39->Node40 - - + + @@ -840,8 +840,8 @@ Node41 - -func_80079860 + +func_80079860 @@ -849,8 +849,8 @@ Node39->Node41 - - + + @@ -858,8 +858,8 @@ Node48 - -func_8008F3F4 + +func_8008F3F4 @@ -867,8 +867,8 @@ Node39->Node48 - - + + @@ -876,8 +876,8 @@ Node40->Node27 - - + + @@ -885,8 +885,8 @@ Node40->Node34 - - + + @@ -894,8 +894,8 @@ Node40->Node35 - - + + @@ -903,8 +903,8 @@ Node42 - -func_8007A910 + +func_8007A910 @@ -912,8 +912,8 @@ Node41->Node42 - - + + @@ -921,17 +921,17 @@ Node48->Node18 - - + + Node50 - - -func_80283C58 + + +wrap_func_800CB14C @@ -939,17 +939,17 @@ Node49->Node50 - - + + Node51 - - -play_cutscene + + +play_cutscene @@ -957,8 +957,8 @@ Node50->Node51 - - + + @@ -966,8 +966,8 @@ Node52 - -func_80283648 + +func_80283648 @@ -975,8 +975,8 @@ Node51->Node52 - - + + @@ -984,8 +984,8 @@ Node47 - -credits_loop + +credits_loop @@ -993,18 +993,18 @@ Node52->Node47 - - + + Node53 - - -setup_camera_podium -_ceremony + + +update_camera_podium +_ceremony @@ -1012,8 +1012,8 @@ Node52->Node53 - - + + @@ -1021,8 +1021,8 @@ Node47->Node15 - - + + @@ -1030,8 +1030,8 @@ Node55 - -start_race + +start_race @@ -1039,8 +1039,8 @@ Node54->Node55 - - + + @@ -1048,8 +1048,8 @@ Node56 - -func_800729EC + +func_800729EC @@ -1057,8 +1057,8 @@ Node55->Node56 - - + + @@ -1066,8 +1066,8 @@ Node61 - -func_8028FCBC + +func_8028FCBC @@ -1075,8 +1075,8 @@ Node55->Node61 - - + + @@ -1084,9 +1084,9 @@ Node57 - -update_object_lakitu -_countdown + +update_object_lakitu +_countdown @@ -1094,8 +1094,8 @@ Node56->Node57 - - + + @@ -1103,8 +1103,8 @@ Node58 - -update_object_lakitu + +update_object_lakitu @@ -1112,8 +1112,8 @@ Node57->Node58 - - + + @@ -1121,8 +1121,8 @@ Node61->Node24 - - + + diff --git a/frappe__snowland_2course__data_8c.html b/frappe__snowland_2course__data_8c.html index 36220596c..4da55e14c 100644 --- a/frappe__snowland_2course__data_8c.html +++ b/frappe__snowland_2course__data_8c.html @@ -376,7 +376,7 @@ Variables
Gfx d_course_frappe_snowland_packed_dl_3F80[]
Definition course_displaylists.inc.c:2437
Gfx d_course_frappe_snowland_packed_dl_61A0[]
Definition course_displaylists.inc.c:3733
Gfx d_course_frappe_snowland_packed_dl_51C8[]
Definition course_displaylists.inc.c:3141
-
Todo
Replace addresses with variables
+
Todo
Replace addresses with variables
diff --git a/frappe__snowland_2course__data_8h.html b/frappe__snowland_2course__data_8h.html index a73982476..a62c1ada7 100644 --- a/frappe__snowland_2course__data_8h.html +++ b/frappe__snowland_2course__data_8h.html @@ -339,7 +339,7 @@ Variables
-
Todo
Replace addresses with variables
+
Todo
Replace addresses with variables
diff --git a/functions_s.html b/functions_s.html index d7c27249c..ec2fd72fd 100644 --- a/functions_s.html +++ b/functions_s.html @@ -167,7 +167,7 @@ $(function(){initNavTree('functions_s.html',''); initResizable(true); });
  • shortNoteDefaultPlayPercentage : SequenceChannelLayer
  • shortNoteDurationTable : SequencePlayer
  • shortNoteVelocityTable : SequencePlayer
  • -
  • shot : Cutscene
  • +
  • shot : Cutscene
  • sid : uObjTxtrBlock_t, uObjTxtrTile_t, uObjTxtrTLUT_t
  • signedSomeId : ActorSpawnData
  • size : Armature, MkTexture, OSIoMesg, Player, printf_struct, SeqOrBankEntry, SoundAllocPool, UnkEntry
  • diff --git a/functions_vars_s.html b/functions_vars_s.html index f5775fe79..0ec307104 100644 --- a/functions_vars_s.html +++ b/functions_vars_s.html @@ -167,7 +167,7 @@ $(function(){initNavTree('functions_vars_s.html',''); initResizable(true); });
  • shortNoteDefaultPlayPercentage : SequenceChannelLayer
  • shortNoteDurationTable : SequencePlayer
  • shortNoteVelocityTable : SequencePlayer
  • -
  • shot : Cutscene
  • +
  • shot : Cutscene
  • sid : uObjTxtrBlock_t, uObjTxtrTile_t, uObjTxtrTLUT_t
  • signedSomeId : ActorSpawnData
  • size : Armature, MkTexture, OSIoMesg, Player, printf_struct, SeqOrBankEntry, SoundAllocPool, UnkEntry
  • diff --git a/globals_a.html b/globals_a.html index b7258d18a..860626f2e 100644 --- a/globals_a.html +++ b/globals_a.html @@ -139,6 +139,7 @@ $(function(){initNavTree('globals_a.html',''); initResizable(true); });
  • A_SPNOOP : abi.h
  • A_VOL : abi.h
  • AA_EN : gbi.h
  • +
  • aborting_cinematic_function() : ceremony_and_credits.c, ceremony_and_credits.h
  • ACMD_SIZE : abi.h
  • ACTOR_BANANA : actor_types.h
  • ACTOR_BANANA_BUNCH : actor_types.h
  • @@ -203,8 +204,10 @@ $(function(){initNavTree('globals_a.html',''); initResizable(true); });
  • add_translate_mat4_vec3f_lite() : math_util.c, math_util.h
  • add_unused_obj_index() : update_objects.c
  • adjust_angle() : render_player.c, render_player.h
  • +
  • adjust_f32_value_transition() : ceremony_and_credits.c, ceremony_and_credits.h
  • adjust_pos_orthogonally() : collision.c, collision.h
  • adjust_position_by_angle() : code_80005FD0.c, code_80005FD0.h
  • +
  • adjust_s16_value_transition() : ceremony_and_credits.c, ceremony_and_credits.h
  • ADSR_ACTION_DECAY : effects.h, external.h
  • ADSR_ACTION_HANG : effects.h, external.h
  • ADSR_ACTION_RELEASE : effects.h, external.h
  • @@ -275,7 +278,9 @@ $(function(){initNavTree('globals_a.html',''); initResizable(true); });
  • ALWaveTable : libaudio_internal.h
  • angle_between_object_camera() : code_80086E70.c, code_80086E70.h
  • ANIMATION_ADD_POS : animation.h
  • +
  • animation_apears_sliding_borders() : ceremony_and_credits.c, ceremony_and_credits.h
  • ANIMATION_DISABLE_AUTOMATIC_POP : animation.h
  • +
  • animation_disapears_sliding_borders() : ceremony_and_credits.c, ceremony_and_credits.h
  • ANIMATION_POP_MATRIX : animation.h
  • ANIMATION_RENDER_MODEL : animation.h
  • ANIMATION_RENDER_MODEL_AT : animation.h
  • @@ -290,6 +295,7 @@ $(function(){initNavTree('globals_a.html',''); initResizable(true); });
  • apply_boost_ramp_wood_effect() : effects.c, effects.h
  • apply_boost_ramp_wood_sound_effect() : effects.c, effects.h
  • apply_boost_sound_effect() : effects.c, effects.h
  • +
  • apply_distance_angle_y_and_angle_y_to_xz() : ceremony_and_credits.c, ceremony_and_credits.h
  • apply_effect() : player_controller.c, player_controller.h
  • apply_hit_by_item_effect() : effects.c, effects.h
  • apply_hit_by_item_sound_effect() : effects.c, effects.h
  • diff --git a/globals_c.html b/globals_c.html index ee9dcd707..158a20c3e 100644 --- a/globals_c.html +++ b/globals_c.html @@ -171,6 +171,8 @@ $(function(){initNavTree('globals_c.html',''); initResizable(true); });
  • CACHERR_PIDX_MASK : R4300.h
  • CACHERR_PIDX_SHIFT : R4300.h
  • CACHERR_SIDX_MASK : R4300.h
  • +
  • calculate_camera_up_vector() : code_80005FD0.c, code_80005FD0.h
  • +
  • calculate_distance_angle_y_and_angle_y_to_xz() : ceremony_and_credits.c, ceremony_and_credits.h
  • calculate_orientation_matrix() : math_util.c, math_util.h
  • calculate_rotation_matrix() : math_util.c, math_util.h
  • calculate_surface_height() : collision.c, collision.h
  • @@ -180,7 +182,7 @@ $(function(){initNavTree('globals_c.html',''); initResizable(true); });
  • camera3 : camera.c, camera.h
  • camera4 : camera.c, camera.h
  • camera_init() : camera.c, camera.h
  • -
  • CameraEvent : camera.h
  • +
  • CameraEvent : ceremony_and_credits.h
  • cameras : camera.c, camera.h
  • CartRomHandle : osCartRomInit.c, piint.h
  • CAUSE_BD : R4300.h
  • @@ -239,6 +241,7 @@ $(function(){initNavTree('globals_c.html',''); initResizable(true); });
  • ceremony_data_seg11_vtx_A50 : ceremony_data.h
  • ceremony_data_seg11_vtx_C50 : ceremony_data.h
  • ceremony_data_seg11_vtx_E50 : ceremony_data.h
  • +
  • ceremony_transition_sliding_borders() : ceremony_and_credits.c, ceremony_and_credits.h
  • CeremonyActorType : podium_ceremony_actors.h
  • change_player_color_effect_cmy() : render_player.c, render_player.h
  • change_player_color_effect_rgb() : render_player.c, render_player.h
  • @@ -264,6 +267,7 @@ $(function(){initNavTree('globals_c.html',''); initResizable(true); });
  • choco_mountain_dls : all_course_offsets.h, course_offsets.c
  • choco_mountain_textures : all_course_offsets.h, course_offsets.c, courseTable.h
  • chooseKartAIPlayers : spawn_players.c
  • +
  • cinematic_stub() : ceremony_and_credits.c, ceremony_and_credits.h
  • clean_effect() : effects.c, effects.h
  • cleanup_red_and_green_shells() : actors.c
  • clear_framebuffer() : main.c, main.h
  • @@ -566,6 +570,8 @@ $(function(){initNavTree('globals_c.html',''); initResizable(true); });
  • copy_collision() : actors_extended.c
  • copy_courses_kart_ai_behaviour() : code_80005FD0.c, code_80005FD0.h
  • copy_framebuffer() : skybox_and_splitscreen.c, skybox_and_splitscreen.h
  • +
  • copy_player_three_in_camera() : ceremony_and_credits.c, ceremony_and_credits.h
  • +
  • copy_player_two_in_camera() : ceremony_and_credits.c, ceremony_and_credits.h
  • corrupted() : osPfsChecker.c
  • corrupted_init() : osPfsChecker.c
  • cos() : math.h
  • @@ -627,8 +633,8 @@ $(function(){initNavTree('globals_c.html',''); initResizable(true); });
  • creditsRenderMode : main.c, main.h
  • currentScreenSection : render_courses.c
  • CUTSCENE : ceremony_and_credits.c
  • -
  • cutscene_event() : ceremony_and_credits.c, ceremony_and_credits.h
  • -
  • CutsceneShot : camera.h
  • +
  • cutscene_event() : ceremony_and_credits.c, ceremony_and_credits.h
  • +
  • CutsceneShot : ceremony_and_credits.h
  • CVG_DST_CLAMP : gbi.h
  • CVG_DST_FULL : gbi.h
  • CVG_DST_SAVE : gbi.h
  • diff --git a/globals_d.html b/globals_d.html index 81605dc71..ab7713d46 100644 --- a/globals_d.html +++ b/globals_d.html @@ -2566,9 +2566,7 @@ $(function(){initNavTree('globals_d.html',''); initResizable(true); });
  • D_802854B0 : credits.c, credits.h
  • D_802856B0 : ceremony_and_credits.c, ceremony_and_credits.h
  • D_802856B4 : ceremony_and_credits.c, ceremony_and_credits.h
  • -
  • D_802856B8 : ceremony_and_credits.c, ceremony_and_credits.h
  • D_802856BC : ceremony_and_credits.c, ceremony_and_credits.h
  • -
  • D_802856C0 : ceremony_and_credits.c, ceremony_and_credits.h
  • D_802856C4 : ceremony_and_credits.c, ceremony_and_credits.h
  • D_802856C8 : ceremony_and_credits.c, ceremony_and_credits.h
  • D_802856DC : ceremony_and_credits.c, ceremony_and_credits.h
  • @@ -2600,7 +2598,6 @@ $(function(){initNavTree('globals_d.html',''); initResizable(true); });
  • D_80285C74 : ceremony_and_credits.c, ceremony_and_credits.h
  • D_80285CB0 : ceremony_and_credits.c
  • D_80285CE0 : ceremony_and_credits.c
  • -
  • D_80285D10 : ceremony_and_credits.c, ceremony_and_credits.h
  • D_80285D14 : ceremony_and_credits.h
  • D_80285D58 : ceremony_and_credits.c
  • D_80285D80 : ceremony_and_credits.c
  • @@ -2618,7 +2615,7 @@ $(function(){initNavTree('globals_d.html',''); initResizable(true); });
  • D_802876D4 : ceremony_and_credits.c, ceremony_and_credits.h
  • D_802876D8 : ceremony_and_credits.c, ceremony_and_credits.h
  • D_802876DC : ceremony_and_credits.c, ceremony_and_credits.h
  • -
  • D_802876E0 : ceremony_and_credits.c, ceremony_and_credits.h
  • +
  • D_802876E0 : ceremony_and_credits.c, ceremony_and_credits.h
  • D_80287750 : ceremony_and_credits.c, ceremony_and_credits.h
  • D_80287818 : ceremony_and_credits.c, ceremony_and_credits.h
  • D_80287998 : ceremony_and_credits.c, ceremony_and_credits.h
  • diff --git a/globals_e.html b/globals_e.html index 2d0eb6159..042541834 100644 --- a/globals_e.html +++ b/globals_e.html @@ -109,6 +109,7 @@ $(function(){initNavTree('globals_e.html',''); initResizable(true); });

    - e -

    • E_VEC : R4300.h
    • +
    • ease_out_transition() : ceremony_and_credits.c, ceremony_and_credits.h
    • ECC_VEC : R4300.h
    • EEP16K_MAXBLOCKS : os.h, os_eeprom.h
    • EEPROM_ADDR : save.c
    • @@ -134,6 +135,7 @@ $(function(){initNavTree('globals_e.html',''); initResizable(true); });
    • evaluate_collision_for_players_and_actors() : actors.c
    • evaluate_collision_player_palm_trees() : actors.c
    • evaluate_collision_players_palm_trees() : actors.c
    • +
    • evaluate_cubic_spline() : ceremony_and_credits.c, ceremony_and_credits.h
    • EXC_BREAK : R4300.h
    • EXC_CODE : R4300.h
    • EXC_CPU : R4300.h
    • diff --git a/globals_f.html b/globals_f.html index d224e13d6..111753294 100644 --- a/globals_f.html +++ b/globals_f.html @@ -281,9 +281,8 @@ $(function(){initNavTree('globals_f.html',''); initResizable(true); });
    • func_80014CC0() : code_80005FD0.c, code_80005FD0.h
    • func_80014D08() : code_80005FD0.c, code_80005FD0.h
    • func_80014D30() : code_80005FD0.c, code_80005FD0.h
    • -
    • func_80014DE4() : code_80005FD0.c, code_80005FD0.h
    • +
    • func_80014DE4() : code_80005FD0.c, code_80005FD0.h
    • func_80014EE4() : code_80005FD0.c, code_80005FD0.h
    • -
    • func_800151A4() : code_80005FD0.c, code_80005FD0.h
    • func_8001530C() : code_80005FD0.c, code_80005FD0.h
    • func_80015314() : code_80005FD0.c, code_80005FD0.h
    • func_80015390() : code_80005FD0.c, code_80005FD0.h
    • @@ -307,7 +306,7 @@ $(function(){initNavTree('globals_f.html',''); initResizable(true); });
    • func_8001969C() : code_80005FD0.c, code_80005FD0.h
    • func_80019760() : code_80005FD0.c, code_80005FD0.h
    • func_80019890() : code_80005FD0.c, code_80005FD0.h
    • -
    • func_80019B50() : code_80005FD0.c, code_80005FD0.h
    • +
    • func_80019B50() : code_80005FD0.c, code_80005FD0.h
    • func_80019C50() : code_80005FD0.c, code_80005FD0.h
    • func_80019D2C() : code_80005FD0.c, code_80005FD0.h
    • func_80019DE4() : code_80005FD0.c, code_80005FD0.h
    • @@ -1979,7 +1978,6 @@ $(function(){initNavTree('globals_f.html',''); initResizable(true); });
    • func_80281530() : podium_ceremony_actors.c, podium_ceremony_actors.h
    • func_80281538() : podium_ceremony_actors.c, podium_ceremony_actors.h
    • func_80281540() : podium_ceremony_actors.c, podium_ceremony_actors.h
    • -
    • func_802816B8() : camera_junk.h, camera_junk.c
    • func_80281880() : code_80281780.c, code_80281780.h
    • func_802818BC() : code_80281780.c, code_80281780.h
    • func_80281C40() : code_80281C40.c, code_80281C40.h
    • @@ -1987,73 +1985,50 @@ $(function(){initNavTree('globals_f.html',''); initResizable(true); });
    • func_80281D00() : code_80281C40.c, code_80281C40.h
    • func_80282040() : ceremony_and_credits.c, ceremony_and_credits.h
    • func_80282048() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80282050() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802820F8() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80282200() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80282364() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80282434() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80282454() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80282504() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802825C8() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80282700() : ceremony_and_credits.c, ceremony_and_credits.h
    • func_80282BE4() : ceremony_and_credits.c, ceremony_and_credits.h
    • func_80282C40() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80282D90() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80282E58() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80282EAC() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80282E58() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80282EAC() : ceremony_and_credits.c, ceremony_and_credits.h
    • func_80282F00() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80282F44() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802830B4() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283100() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80282F44() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_802830B4() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80283100() : ceremony_and_credits.c, ceremony_and_credits.h
    • func_80283240() : ceremony_and_credits.c, ceremony_and_credits.h
    • func_80283330() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_8028336C() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283428() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_8028336C() : ceremony_and_credits.c, ceremony_and_credits.h
    • func_80283648() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283968() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283994() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802839B4() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802839CC() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802839E0() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283A34() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283A54() : ceremony_and_credits.h
    • -
    • func_80283A7C() : ceremony_and_credits.h
    • -
    • func_80283B6C() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283BA4() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283BF0() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283C14() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283C38() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283C58() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283C78() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283CA8() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283CD0() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283D2C() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283EA0() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283ED0() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283EF8() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283F6C() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283FCC() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80283FF4() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80284068() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802840C8() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80284154() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80284184() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802841E8() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_8028422C() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802842A8() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802842D8() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80284308() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80284418() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80284494() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802844FC() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_8028454C() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802845EC() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_8028461C() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_80284648() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80283A54() : ceremony_and_credits.h
    • +
    • func_80283A7C() : ceremony_and_credits.h
    • +
    • func_80283B6C() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80283BA4() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80283BF0() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80283C14() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80283C78() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80283CA8() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80283CD0() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80283D2C() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80283EA0() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80283F6C() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80284068() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_802840C8() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80284154() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80284184() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_802841E8() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_8028422C() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_802842A8() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_802842D8() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80284308() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80284418() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80284494() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_802844FC() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_8028454C() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_802845EC() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_8028461C() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_80284648() : ceremony_and_credits.c, ceremony_and_credits.h
    • func_802846AC() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802846B4() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802846E4() : ceremony_and_credits.c, ceremony_and_credits.h
    • -
    • func_802847CC() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_802846B4() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_802846E4() : ceremony_and_credits.c, ceremony_and_credits.h
    • +
    • func_802847CC() : ceremony_and_credits.c, ceremony_and_credits.h
    • func_8028DF00() : race_logic.c, race_logic.h
    • func_8028DF38() : race_logic.c, race_logic.h
    • func_8028E028() : race_logic.c, race_logic.h
    • diff --git a/globals_func_a.html b/globals_func_a.html index 417c337d8..5588e19a0 100644 --- a/globals_func_a.html +++ b/globals_func_a.html @@ -108,6 +108,7 @@ $(function(){initNavTree('globals_func_a.html',''); initResizable(true); });
      Here is a list of all functions with links to the files they belong to:

      - a -

        +
      • aborting_cinematic_function() : ceremony_and_credits.c, ceremony_and_credits.h
      • actor_init() : actors.c
      • actor_not_rendered() : actors.c
      • actor_rendered() : actors.c
      • @@ -123,8 +124,10 @@ $(function(){initNavTree('globals_func_a.html',''); initResizable(true); });
      • add_translate_mat4_vec3f_lite() : math_util.c, math_util.h
      • add_unused_obj_index() : update_objects.c
      • adjust_angle() : render_player.c, render_player.h
      • +
      • adjust_f32_value_transition() : ceremony_and_credits.c, ceremony_and_credits.h
      • adjust_pos_orthogonally() : collision.c, collision.h
      • adjust_position_by_angle() : code_80005FD0.c, code_80005FD0.h
      • +
      • adjust_s16_value_transition() : ceremony_and_credits.c, ceremony_and_credits.h
      • adsr_init() : effects.c, effects.h
      • adsr_update() : effects.c, effects.h
      • alBnkfNew() : alBnkfNew.c, libaudio_internal.h
      • @@ -138,6 +141,8 @@ $(function(){initNavTree('globals_func_a.html',''); initResizable(true); });
      • allocate_sequence_channel() : seqplayer.c, seqplayer.h
      • alSeqFileNew() : alBnkfNew.c, libaudio.h
      • angle_between_object_camera() : code_80086E70.c, code_80086E70.h
      • +
      • animation_apears_sliding_borders() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • animation_disapears_sliding_borders() : ceremony_and_credits.c, ceremony_and_credits.h
      • apply_boo_effect() : effects.c, effects.h
      • apply_boo_sound_effect() : effects.c, effects.h
      • apply_boost_effect() : effects.c, effects.h
      • @@ -146,6 +151,7 @@ $(function(){initNavTree('globals_func_a.html',''); initResizable(true); });
      • apply_boost_ramp_wood_effect() : effects.c, effects.h
      • apply_boost_ramp_wood_sound_effect() : effects.c, effects.h
      • apply_boost_sound_effect() : effects.c, effects.h
      • +
      • apply_distance_angle_y_and_angle_y_to_xz() : ceremony_and_credits.c, ceremony_and_credits.h
      • apply_effect() : player_controller.c, player_controller.h
      • apply_hit_by_item_effect() : effects.c, effects.h
      • apply_hit_by_item_sound_effect() : effects.c, effects.h
      • diff --git a/globals_func_c.html b/globals_func_c.html index 34863e3ae..7ed225031 100644 --- a/globals_func_c.html +++ b/globals_func_c.html @@ -108,11 +108,14 @@ $(function(){initNavTree('globals_func_c.html',''); initResizable(true); });
        Here is a list of all functions with links to the files they belong to:

        - c -

        diff --git a/globals_func_e.html b/globals_func_e.html index 789aaebba..e279be78d 100644 --- a/globals_func_e.html +++ b/globals_func_e.html @@ -108,6 +108,7 @@ $(function(){initNavTree('globals_func_e.html',''); initResizable(true); });
        Here is a list of all functions with links to the files they belong to:

        - e -

        diff --git a/globals_func_f.html b/globals_func_f.html index a98c3e40c..1ff0e3d9c 100644 --- a/globals_func_f.html +++ b/globals_func_f.html @@ -224,9 +224,8 @@ $(function(){initNavTree('globals_func_f.html',''); initResizable(true); });
      • func_80014CC0() : code_80005FD0.c, code_80005FD0.h
      • func_80014D08() : code_80005FD0.c, code_80005FD0.h
      • func_80014D30() : code_80005FD0.c, code_80005FD0.h
      • -
      • func_80014DE4() : code_80005FD0.c, code_80005FD0.h
      • +
      • func_80014DE4() : code_80005FD0.c, code_80005FD0.h
      • func_80014EE4() : code_80005FD0.c, code_80005FD0.h
      • -
      • func_800151A4() : code_80005FD0.c, code_80005FD0.h
      • func_8001530C() : code_80005FD0.c, code_80005FD0.h
      • func_80015314() : code_80005FD0.c, code_80005FD0.h
      • func_80015390() : code_80005FD0.c, code_80005FD0.h
      • @@ -250,7 +249,7 @@ $(function(){initNavTree('globals_func_f.html',''); initResizable(true); });
      • func_8001969C() : code_80005FD0.c, code_80005FD0.h
      • func_80019760() : code_80005FD0.c, code_80005FD0.h
      • func_80019890() : code_80005FD0.c, code_80005FD0.h
      • -
      • func_80019B50() : code_80005FD0.c, code_80005FD0.h
      • +
      • func_80019B50() : code_80005FD0.c, code_80005FD0.h
      • func_80019C50() : code_80005FD0.c, code_80005FD0.h
      • func_80019D2C() : code_80005FD0.c, code_80005FD0.h
      • func_80019DE4() : code_80005FD0.c, code_80005FD0.h
      • @@ -1921,7 +1920,6 @@ $(function(){initNavTree('globals_func_f.html',''); initResizable(true); });
      • func_80281530() : podium_ceremony_actors.c, podium_ceremony_actors.h
      • func_80281538() : podium_ceremony_actors.c, podium_ceremony_actors.h
      • func_80281540() : podium_ceremony_actors.c, podium_ceremony_actors.h
      • -
      • func_802816B8() : camera_junk.h, camera_junk.c
      • func_80281880() : code_80281780.c, code_80281780.h
      • func_802818BC() : code_80281780.c, code_80281780.h
      • func_80281C40() : code_80281C40.c, code_80281C40.h
      • @@ -1929,73 +1927,50 @@ $(function(){initNavTree('globals_func_f.html',''); initResizable(true); });
      • func_80281D00() : code_80281C40.c, code_80281C40.h
      • func_80282040() : ceremony_and_credits.c, ceremony_and_credits.h
      • func_80282048() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80282050() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802820F8() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80282200() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80282364() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80282434() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80282454() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80282504() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802825C8() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80282700() : ceremony_and_credits.c, ceremony_and_credits.h
      • func_80282BE4() : ceremony_and_credits.c, ceremony_and_credits.h
      • func_80282C40() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80282D90() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80282E58() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80282EAC() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80282E58() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80282EAC() : ceremony_and_credits.c, ceremony_and_credits.h
      • func_80282F00() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80282F44() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802830B4() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283100() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80282F44() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_802830B4() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80283100() : ceremony_and_credits.c, ceremony_and_credits.h
      • func_80283240() : ceremony_and_credits.c, ceremony_and_credits.h
      • func_80283330() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_8028336C() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283428() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_8028336C() : ceremony_and_credits.c, ceremony_and_credits.h
      • func_80283648() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283968() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283994() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802839B4() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802839CC() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802839E0() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283A34() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283A54() : ceremony_and_credits.h
      • -
      • func_80283A7C() : ceremony_and_credits.h
      • -
      • func_80283B6C() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283BA4() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283BF0() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283C14() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283C38() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283C58() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283C78() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283CA8() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283CD0() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283D2C() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283EA0() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283ED0() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283EF8() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283F6C() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283FCC() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80283FF4() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80284068() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802840C8() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80284154() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80284184() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802841E8() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_8028422C() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802842A8() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802842D8() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80284308() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80284418() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80284494() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802844FC() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_8028454C() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802845EC() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_8028461C() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_80284648() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80283A54() : ceremony_and_credits.h
      • +
      • func_80283A7C() : ceremony_and_credits.h
      • +
      • func_80283B6C() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80283BA4() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80283BF0() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80283C14() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80283C78() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80283CA8() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80283CD0() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80283D2C() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80283EA0() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80283F6C() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80284068() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_802840C8() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80284154() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80284184() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_802841E8() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_8028422C() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_802842A8() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_802842D8() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80284308() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80284418() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80284494() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_802844FC() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_8028454C() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_802845EC() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_8028461C() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_80284648() : ceremony_and_credits.c, ceremony_and_credits.h
      • func_802846AC() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802846B4() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802846E4() : ceremony_and_credits.c, ceremony_and_credits.h
      • -
      • func_802847CC() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_802846B4() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_802846E4() : ceremony_and_credits.c, ceremony_and_credits.h
      • +
      • func_802847CC() : ceremony_and_credits.c, ceremony_and_credits.h
      • func_8028DF00() : race_logic.c, race_logic.h
      • func_8028DF38() : race_logic.c, race_logic.h
      • func_8028E028() : race_logic.c, race_logic.h
      • diff --git a/globals_func_i.html b/globals_func_i.html index 6d6385f30..3c7bb0024 100644 --- a/globals_func_i.html +++ b/globals_func_i.html @@ -111,6 +111,7 @@ $(function(){initNavTree('globals_func_i.html',''); initResizable(true); });
      • init_actor_hot_air_balloon_item_box() : actors.c
      • init_actors_and_load_textures() : actors.c
      • init_bb_trash_bin() : update_objects.c
      • +
      • init_camera_podium_ceremony() : camera_junk.h, camera_junk.c
      • init_cinematic_camera() : ceremony_and_credits.c, ceremony_and_credits.h
      • init_cloud_object() : code_8006E9C0.c, code_8006E9C0.h
      • init_clouds() : code_8006E9C0.c, code_8006E9C0.h
      • diff --git a/globals_func_l.html b/globals_func_l.html index 609baf353..f7484b1d7 100644 --- a/globals_func_l.html +++ b/globals_func_l.html @@ -109,6 +109,8 @@ $(function(){initNavTree('globals_func_l.html',''); initResizable(true); });

        - l -

        • ldiv() : ldiv.c, stdlib.h
        • +
        • lerp_player_three_in_camera() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • lerp_player_two_in_camera() : ceremony_and_credits.c, ceremony_and_credits.h
        • lldiv() : ldiv.c, stdlib.h
        • load_banks_immediate() : load.c, load.h
        • load_ceremony_cutscene() : code_80281780.c, code_80281780.h
        • diff --git a/globals_func_m.html b/globals_func_m.html index e100f763c..80f43d67f 100644 --- a/globals_func_m.html +++ b/globals_func_m.html @@ -124,8 +124,9 @@ $(function(){initNavTree('globals_func_m.html',''); initResizable(true); });
        • MIO0_0F() : memory.c, memory.h
        • mio0decode() : decode.h
        • mio0encode() : staff_ghosts.c, staff_ghosts.h
        • +
        • move_cinematic_camera_along_spline() : ceremony_and_credits.c, ceremony_and_credits.h
        • move_f32_towards() : render_player.c, render_player.h
        • -
        • move_point_along_spline() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • move_point_along_spline() : ceremony_and_credits.c, ceremony_and_credits.h
        • move_s16_towards() : render_player.c, render_player.h
        • move_s32_towards() : render_player.c, render_player.h
        • move_segment_table_to_dmem() : memory.c, memory.h
        • diff --git a/globals_func_p.html b/globals_func_p.html index 79cd8c84c..533017222 100644 --- a/globals_func_p.html +++ b/globals_func_p.html @@ -113,20 +113,20 @@ $(function(){initNavTree('globals_func_p.html',''); initResizable(true); });
        • patch_sound() : load.c, load.h
        • persistent_pool_clear() : heap.c, heap.h
        • persistent_pools_init() : heap.c, heap.h
        • -
        • play_cutscene() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • play_cutscene() : ceremony_and_credits.c, ceremony_and_credits.h
        • play_sound() : external.c
        • play_sound2() : external.c
        • -
        • play_sound_balloon_pop() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • play_sound_balloon_pop() : ceremony_and_credits.c, ceremony_and_credits.h
        • play_sound_before_despawn() : actors.c
        • -
        • play_sound_congratulation() : ceremony_and_credits.c, ceremony_and_credits.h
        • -
        • play_sound_farewell() : ceremony_and_credits.c, ceremony_and_credits.h
        • -
        • play_sound_fish() : ceremony_and_credits.c, ceremony_and_credits.h
        • -
        • play_sound_fish_2() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • play_sound_congratulation() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • play_sound_farewell() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • play_sound_fish() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • play_sound_fish_2() : ceremony_and_credits.c, ceremony_and_credits.h
        • play_sound_on_destructible_actor_collision() : actors.c
        • -
        • play_sound_podium() : ceremony_and_credits.c, ceremony_and_credits.h
        • -
        • play_sound_shoot_trophy() : ceremony_and_credits.c, ceremony_and_credits.h
        • -
        • play_sound_trophy() : ceremony_and_credits.c, ceremony_and_credits.h
        • -
        • play_sound_welcome() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • play_sound_podium() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • play_sound_shoot_trophy() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • play_sound_trophy() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • play_sound_welcome() : ceremony_and_credits.c, ceremony_and_credits.h
        • player_select_menu_act() : menus.h
        • player_speed() : player_controller.c, player_controller.h
        • player_terrain_collision() : collision.c, collision.h
        • diff --git a/globals_func_r.html b/globals_func_r.html index 6cda540e5..5d8f55057 100644 --- a/globals_func_r.html +++ b/globals_func_r.html @@ -276,8 +276,11 @@ $(function(){initNavTree('globals_func_r.html',''); initResizable(true); });
        • reset_object_variable() : code_8006E9C0.c, code_8006E9C0.h
        • reset_save_data_grand_prix_points_and_sound_mode() : save.c, save.h
        • reset_spline() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • reset_spline_wrap() : ceremony_and_credits.c, ceremony_and_credits.h
        • resource_display() : profiler.c, profiler.h
        • rmonPrintf() : code_80091750.h, menus.h, is_debug.c, osSyncPrintf.c
        • +
        • rotate_x_vec3f() : ceremony_and_credits.c, ceremony_and_credits.h
        • +
        • rotate_y_vec3f() : ceremony_and_credits.c, ceremony_and_credits.h
        • rsp_load_texture() : render_objects.c, render_objects.h
        • rsp_load_texture_mask() : render_objects.c, render_objects.h
        • rsp_set_matrix_diff_translation_scale() : math_util_2.c, math_util_2.h
        • diff --git a/globals_func_s.html b/globals_func_s.html index 4661f0a2f..ad02ca34a 100644 --- a/globals_func_s.html +++ b/globals_func_s.html @@ -163,7 +163,6 @@ $(function(){initNavTree('globals_func_s.html',''); initResizable(true); });
        • set_text_color() : code_80091750.c, code_80091750.h
        • set_text_color_rainbow_if_selected() : code_80091750.c, code_80091750.h
        • set_transform_matrix() : math_util_2.c, math_util_2.h
        • -
        • set_transition_colour_fade_alpha_ending() : ceremony_and_credits.c, ceremony_and_credits.h
        • set_transparency() : render_objects.c, render_objects.h
        • set_type_object() : update_objects.c
        • set_vblank_handler() : main.c, main.h
        • @@ -176,7 +175,6 @@ $(function(){initNavTree('globals_func_s.html',''); initResizable(true); });
        • set_vtx_from_quadrangle() : collision.c
        • set_vtx_from_tri2() : collision.c
        • set_vtx_from_triangle() : collision.c
        • -
        • setup_camera_podium_ceremony() : camera_junk.h, camera_junk.c
        • setup_game_memory() : main.c, main.h
        • setup_mesg_queues() : main.c, main.h
        • setup_race() : code_800029B0.c, code_800029B0.h
        • diff --git a/globals_func_t.html b/globals_func_t.html index 572575825..a04fe22e8 100644 --- a/globals_func_t.html +++ b/globals_func_t.html @@ -118,7 +118,6 @@ $(function(){initNavTree('globals_func_t.html',''); initResizable(true); });
        • thread5_game_loop() : main.c, main.h
        • thread9_crash_screen() : crash_screen.c
        • tkmk00decode() : code_80091750.h
        • -
        • transition_sliding_borders() : ceremony_and_credits.c, ceremony_and_credits.h
        • triple_shell_actor_collide_with_player() : actors_extended.c
        • try_remove_destructable_item() : actors.c
        • try_rendering_player() : render_player.c, render_player.h
        • diff --git a/globals_func_u.html b/globals_func_u.html index 48d5dbb4c..4e8f10f61 100644 --- a/globals_func_u.html +++ b/globals_func_u.html @@ -162,6 +162,7 @@ $(function(){initNavTree('globals_func_u.html',''); initResizable(true); });
        • update_actors_loop() : podium_ceremony_actors.c, podium_ceremony_actors.h
        • update_bat() : update_objects.c
        • update_boos() : update_objects.c
        • +
        • update_camera_podium_ceremony() : camera_junk.h, camera_junk.c
        • update_chain_chomps() : update_objects.c
        • update_cheep_cheep() : update_objects.c
        • update_cheep_cheep_ending() : update_objects.c
        • diff --git a/globals_func_w.html b/globals_func_w.html index f1ed3c9d4..89d7d4409 100644 --- a/globals_func_w.html +++ b/globals_func_w.html @@ -108,6 +108,12 @@ $(function(){initNavTree('globals_func_w.html',''); initResizable(true); });
          Here is a list of all functions with links to the files they belong to:

          - w -

            +
          • wrap_func_80092C80() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • wrap_func_800CA0CC() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • wrap_func_800CB134() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • wrap_func_800CB14C() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • wrap_func_80280FFC() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • wrap_func_8028100C() : ceremony_and_credits.c, ceremony_and_credits.h
          • wrapper_update_boos() : update_objects.c
          • write_dashes() : code_80091750.c, code_80091750.h
          • write_save_data_grand_prix_points_and_sound_mode() : save.c, save.h
          • diff --git a/globals_g.html b/globals_g.html index 5250d9d63..1ef4afcba 100644 --- a/globals_g.html +++ b/globals_g.html @@ -761,6 +761,7 @@ $(function(){initNavTree('globals_g.html',''); initResizable(true); });
          • gCurrentCourseId : code_800029B0.c, code_800029B0.h, code_8003DC40.h, code_80086E70.h
          • gCurrentKartAIBehaviourId : code_80005FD0.c, code_80005FD0.h
          • gCurrentlyLoadedCourseId : code_800029B0.c, code_800029B0.h
          • +
          • gCutScene : ceremony_and_credits.c, ceremony_and_credits.h
          • gCutsceneShotTimer : ceremony_and_credits.c, ceremony_and_credits.h
          • gCycleFlashMenu : code_80091750.c, code_80091750.h
          • gD_80150158 : main.c, main.h
          • @@ -4139,6 +4140,7 @@ $(function(){initNavTree('globals_g.html',''); initResizable(true); });
          • gold_trophy_dl7 : ceremony_data.h
          • gold_trophy_dl8 : ceremony_data.h
          • gold_trophy_dl9 : ceremony_data.h
          • +
          • gOrderedSizeSlidingBorders : ceremony_and_credits.c, ceremony_and_credits.h
          • gOsPiAccessQueueCreated : __osPiCreateAccessQueue.c, osCreatePiManager.c
          • gOsPiMessageQueue : __osPiCreateAccessQueue.c, osCreatePiManager.c
          • gOsSiAccessQueueCreated : __osSiCreateAccessQueue.c
          • @@ -4282,6 +4284,7 @@ $(function(){initNavTree('globals_g.html',''); initResizable(true); });
          • gSIEventMesgBuf : main.c, main.h
          • gSIEventMesgQueue : main.c, main.h
          • gSineTable : trig_tables.c, trig_tables.h
          • +
          • gSizeSlidingBorders : ceremony_and_credits.c, ceremony_and_credits.h
          • gSLTexture643B3C : course_textures.linkonly.c, course_textures.linkonly.h
          • gSLTexture651428 : course_textures.linkonly.c, course_textures.linkonly.h
          • gSLTexture651984 : course_textures.linkonly.c, course_textures.linkonly.h
          • diff --git a/globals_i.html b/globals_i.html index 73c535b04..d836f1bf4 100644 --- a/globals_i.html +++ b/globals_i.html @@ -121,6 +121,7 @@ $(function(){initNavTree('globals_i.html',''); initResizable(true); });
          • init_actor_hot_air_balloon_item_box() : actors.c
          • init_actors_and_load_textures() : actors.c
          • init_bb_trash_bin() : update_objects.c
          • +
          • init_camera_podium_ceremony() : camera_junk.h, camera_junk.c
          • init_cinematic_camera() : ceremony_and_credits.c, ceremony_and_credits.h
          • init_cloud_object() : code_8006E9C0.c, code_8006E9C0.h
          • init_clouds() : code_8006E9C0.c, code_8006E9C0.h
          • diff --git a/globals_l.html b/globals_l.html index 126581c3b..8f9b00aea 100644 --- a/globals_l.html +++ b/globals_l.html @@ -198,6 +198,8 @@ $(function(){initNavTree('globals_l.html',''); initResizable(true); });
          • LEO_TRACK_MODE : os.h
          • LeoDiskHandle : osLeoDiskInit.c, piint.h
          • leoDiskStack : __osLeoInterrupt.c
          • +
          • lerp_player_three_in_camera() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • lerp_player_two_in_camera() : ceremony_and_credits.c, ceremony_and_credits.h
          • LEVEL_SCRIPT_EXECUTE : profiler.h
          • light1 : ceremony_data.h
          • light2 : ceremony_data.h
          • diff --git a/globals_m.html b/globals_m.html index f5df6e57a..83b4e9a90 100644 --- a/globals_m.html +++ b/globals_m.html @@ -211,8 +211,9 @@ $(function(){initNavTree('globals_m.html',''); initResizable(true); });
          • moo_moo_farm_dls : all_course_offsets.h, course_offsets.c
          • moo_moo_farm_textures : all_course_offsets.h, courseTable.h, course_offsets.c
          • MOTOR_NOT_SPINNING : hardware.h
          • +
          • move_cinematic_camera_along_spline() : ceremony_and_credits.c, ceremony_and_credits.h
          • move_f32_towards() : render_player.c, render_player.h
          • -
          • move_point_along_spline() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • move_point_along_spline() : ceremony_and_credits.c, ceremony_and_credits.h
          • move_s16_towards() : render_player.c, render_player.h
          • move_s32_towards() : render_player.c, render_player.h
          • move_segment_table_to_dmem() : memory.c, memory.h
          • diff --git a/globals_p.html b/globals_p.html index 6abdb3864..d7a1376d3 100644 --- a/globals_p.html +++ b/globals_p.html @@ -218,20 +218,20 @@ $(function(){initNavTree('globals_p.html',''); initResizable(true); });
          • piMgrStack : osCreatePiManager.c
          • piMgrThread : osCreatePiManager.c
          • PINVALID : R4300.h
          • -
          • play_cutscene() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • play_cutscene() : ceremony_and_credits.c, ceremony_and_credits.h
          • play_sound() : external.c
          • play_sound2() : external.c
          • -
          • play_sound_balloon_pop() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • play_sound_balloon_pop() : ceremony_and_credits.c, ceremony_and_credits.h
          • play_sound_before_despawn() : actors.c
          • -
          • play_sound_congratulation() : ceremony_and_credits.c, ceremony_and_credits.h
          • -
          • play_sound_farewell() : ceremony_and_credits.c, ceremony_and_credits.h
          • -
          • play_sound_fish() : ceremony_and_credits.c, ceremony_and_credits.h
          • -
          • play_sound_fish_2() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • play_sound_congratulation() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • play_sound_farewell() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • play_sound_fish() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • play_sound_fish_2() : ceremony_and_credits.c, ceremony_and_credits.h
          • play_sound_on_destructible_actor_collision() : actors.c
          • -
          • play_sound_podium() : ceremony_and_credits.c, ceremony_and_credits.h
          • -
          • play_sound_shoot_trophy() : ceremony_and_credits.c, ceremony_and_credits.h
          • -
          • play_sound_trophy() : ceremony_and_credits.c, ceremony_and_credits.h
          • -
          • play_sound_welcome() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • play_sound_podium() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • play_sound_shoot_trophy() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • play_sound_trophy() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • play_sound_welcome() : ceremony_and_credits.c, ceremony_and_credits.h
          • PLAYER_CINEMATIC_MODE : defines.h
          • PLAYER_EIGHT : defines.h
          • PLAYER_EXISTS : defines.h
          • diff --git a/globals_r.html b/globals_r.html index d69c54bd9..95c181d74 100644 --- a/globals_r.html +++ b/globals_r.html @@ -334,6 +334,7 @@ $(function(){initNavTree('globals_r.html',''); initResizable(true); });
          • reset_object_variable() : code_8006E9C0.c, code_8006E9C0.h
          • reset_save_data_grand_prix_points_and_sound_mode() : save.c, save.h
          • reset_spline() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • reset_spline_wrap() : ceremony_and_credits.c, ceremony_and_credits.h
          • RESET_STATE : hardware.h
          • RESET_TYPE_BOOT_DISK : libultra.h
          • RESET_TYPE_COLD_RESET : libultra.h
          • @@ -399,6 +400,8 @@ $(function(){initNavTree('globals_r.html',''); initResizable(true); });
          • RM_ZB_XLU_SURF : gbi.h
          • rmonPrintf() : code_80091750.h, menus.h, is_debug.c, osSyncPrintf.c
          • ROPE_BRIDGE : mk64.h
          • +
          • rotate_x_vec3f() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • rotate_y_vec3f() : ceremony_and_credits.c, ceremony_and_credits.h
          • royal_raceway_dls : all_course_offsets.h, course_offsets.c
          • royal_raceway_textures : all_course_offsets.h, courseTable.h, course_offsets.c
          • rpi : cosf.c, sinf.c
          • diff --git a/globals_s.html b/globals_s.html index c6a516e5e..5dd6b3642 100644 --- a/globals_s.html +++ b/globals_s.html @@ -254,7 +254,6 @@ $(function(){initNavTree('globals_s.html',''); initResizable(true); });
          • set_text_color() : code_80091750.c, code_80091750.h
          • set_text_color_rainbow_if_selected() : code_80091750.c, code_80091750.h
          • set_transform_matrix() : math_util_2.c, math_util_2.h
          • -
          • set_transition_colour_fade_alpha_ending() : ceremony_and_credits.c, ceremony_and_credits.h
          • set_transparency() : render_objects.c, render_objects.h
          • set_type_object() : update_objects.c
          • set_vblank_handler() : main.c, main.h
          • @@ -267,7 +266,6 @@ $(function(){initNavTree('globals_s.html',''); initResizable(true); });
          • set_vtx_from_quadrangle() : collision.c
          • set_vtx_from_tri2() : collision.c
          • set_vtx_from_triangle() : collision.c
          • -
          • setup_camera_podium_ceremony() : camera_junk.h, camera_junk.c
          • setup_game_memory() : main.c, main.h
          • setup_mesg_queues() : main.c, main.h
          • setup_race() : code_800029B0.c, code_800029B0.h
          • diff --git a/globals_t.html b/globals_t.html index 5f2fe0f39..586a66c06 100644 --- a/globals_t.html +++ b/globals_t.html @@ -206,7 +206,6 @@ $(function(){initNavTree('globals_t.html',''); initResizable(true); });
          • TRAIN_CROSSING_AI_DISTANCE : vehicles.h
          • TRAIN_SMOKE_RENDER_DISTANCE : vehicles.h
          • TRAIN_TRACK : mk64.h
          • -
          • transition_sliding_borders() : ceremony_and_credits.c, ceremony_and_credits.h
          • TRIG_TABLES : segments.h
          • TRIG_TABLES_ROM_START : segments.h
          • TRIG_TABLES_SIZE : segments.h
          • diff --git a/globals_type.html b/globals_type.html index bf0259f69..933769bc0 100644 --- a/globals_type.html +++ b/globals_type.html @@ -128,9 +128,9 @@ $(function(){initNavTree('globals_type.html',''); initResizable(true); });

            - c -

            diff --git a/globals_u.html b/globals_u.html index 419ba68ed..dc1ebbfc9 100644 --- a/globals_u.html +++ b/globals_u.html @@ -175,6 +175,7 @@ $(function(){initNavTree('globals_u.html',''); initResizable(true); });
          • update_actors_loop() : podium_ceremony_actors.c, podium_ceremony_actors.h
          • update_bat() : update_objects.c
          • update_boos() : update_objects.c
          • +
          • update_camera_podium_ceremony() : camera_junk.h, camera_junk.c
          • update_chain_chomps() : update_objects.c
          • update_cheep_cheep() : update_objects.c
          • update_cheep_cheep_ending() : update_objects.c
          • diff --git a/globals_vars_d.html b/globals_vars_d.html index e940874e5..d5d7be4ab 100644 --- a/globals_vars_d.html +++ b/globals_vars_d.html @@ -2556,9 +2556,7 @@ $(function(){initNavTree('globals_vars_d.html',''); initResizable(true); });
          • D_802854B0 : credits.c, credits.h
          • D_802856B0 : ceremony_and_credits.c, ceremony_and_credits.h
          • D_802856B4 : ceremony_and_credits.c, ceremony_and_credits.h
          • -
          • D_802856B8 : ceremony_and_credits.c, ceremony_and_credits.h
          • D_802856BC : ceremony_and_credits.c, ceremony_and_credits.h
          • -
          • D_802856C0 : ceremony_and_credits.c, ceremony_and_credits.h
          • D_802856C4 : ceremony_and_credits.c, ceremony_and_credits.h
          • D_802856C8 : ceremony_and_credits.c, ceremony_and_credits.h
          • D_802856DC : ceremony_and_credits.c, ceremony_and_credits.h
          • @@ -2590,7 +2588,6 @@ $(function(){initNavTree('globals_vars_d.html',''); initResizable(true); });
          • D_80285C74 : ceremony_and_credits.c, ceremony_and_credits.h
          • D_80285CB0 : ceremony_and_credits.c
          • D_80285CE0 : ceremony_and_credits.c
          • -
          • D_80285D10 : ceremony_and_credits.c, ceremony_and_credits.h
          • D_80285D14 : ceremony_and_credits.h
          • D_80285D58 : ceremony_and_credits.c
          • D_80285D80 : ceremony_and_credits.c
          • @@ -2608,7 +2605,7 @@ $(function(){initNavTree('globals_vars_d.html',''); initResizable(true); });
          • D_802876D4 : ceremony_and_credits.c, ceremony_and_credits.h
          • D_802876D8 : ceremony_and_credits.c, ceremony_and_credits.h
          • D_802876DC : ceremony_and_credits.c, ceremony_and_credits.h
          • -
          • D_802876E0 : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • D_802876E0 : ceremony_and_credits.c, ceremony_and_credits.h
          • D_80287750 : ceremony_and_credits.c, ceremony_and_credits.h
          • D_80287818 : ceremony_and_credits.c, ceremony_and_credits.h
          • D_80287998 : ceremony_and_credits.c, ceremony_and_credits.h
          • diff --git a/globals_vars_g.html b/globals_vars_g.html index dd4b45452..4d5577836 100644 --- a/globals_vars_g.html +++ b/globals_vars_g.html @@ -315,6 +315,7 @@ $(function(){initNavTree('globals_vars_g.html',''); initResizable(true); });
          • gCurrentCourseId : code_800029B0.c, code_800029B0.h, code_8003DC40.h, code_80086E70.h
          • gCurrentKartAIBehaviourId : code_80005FD0.c, code_80005FD0.h
          • gCurrentlyLoadedCourseId : code_800029B0.c, code_800029B0.h
          • +
          • gCutScene : ceremony_and_credits.c, ceremony_and_credits.h
          • gCutsceneShotTimer : ceremony_and_credits.c, ceremony_and_credits.h
          • gCycleFlashMenu : code_80091750.c, code_80091750.h
          • gD_80150158 : main.c, main.h
          • @@ -3626,6 +3627,7 @@ $(function(){initNavTree('globals_vars_g.html',''); initResizable(true); });
          • gold_trophy_dl7 : ceremony_data.h
          • gold_trophy_dl8 : ceremony_data.h
          • gold_trophy_dl9 : ceremony_data.h
          • +
          • gOrderedSizeSlidingBorders : ceremony_and_credits.c, ceremony_and_credits.h
          • gOsPiAccessQueueCreated : __osPiCreateAccessQueue.c, osCreatePiManager.c
          • gOsPiMessageQueue : __osPiCreateAccessQueue.c, osCreatePiManager.c
          • gOsSiAccessQueueCreated : __osSiCreateAccessQueue.c
          • @@ -3752,6 +3754,7 @@ $(function(){initNavTree('globals_vars_g.html',''); initResizable(true); });
          • gSIEventMesgBuf : main.c, main.h
          • gSIEventMesgQueue : main.c, main.h
          • gSineTable : trig_tables.c, trig_tables.h
          • +
          • gSizeSlidingBorders : ceremony_and_credits.c, ceremony_and_credits.h
          • gSLTexture643B3C : course_textures.linkonly.c, course_textures.linkonly.h
          • gSLTexture651428 : course_textures.linkonly.c, course_textures.linkonly.h
          • gSLTexture651984 : course_textures.linkonly.c, course_textures.linkonly.h
          • diff --git a/globals_w.html b/globals_w.html index 1762824e5..37bc3b19f 100644 --- a/globals_w.html +++ b/globals_w.html @@ -122,6 +122,12 @@ $(function(){initNavTree('globals_w.html',''); initResizable(true); });
          • WATCHLO_WTRAP : R4300.h
          • WET_SAND : mk64.h
          • WOOD_BRIDGE : mk64.h
          • +
          • wrap_func_80092C80() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • wrap_func_800CA0CC() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • wrap_func_800CB134() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • wrap_func_800CB14C() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • wrap_func_80280FFC() : ceremony_and_credits.c, ceremony_and_credits.h
          • +
          • wrap_func_8028100C() : ceremony_and_credits.c, ceremony_and_credits.h
          • wrapper_update_boos() : update_objects.c
          • write_dashes() : code_80091750.c, code_80091750.h
          • WRITE_PROTECT_ERROR : hardware.h
          • diff --git a/kalimari__desert_2course__data_8c.html b/kalimari__desert_2course__data_8c.html index c355b51cc..7b89b0497 100644 --- a/kalimari__desert_2course__data_8c.html +++ b/kalimari__desert_2course__data_8c.html @@ -1425,7 +1425,7 @@ Variables
            Gfx d_course_kalimari_desert_packed_dl_4CB0[]
            Definition course_displaylists.inc.c:3238
            Gfx d_course_kalimari_desert_packed_dl_5948[]
            Definition course_displaylists.inc.c:3764
            Gfx d_course_kalimari_desert_packed_dl_5A60[]
            Definition course_displaylists.inc.c:3809
            -
            Todo
            Replace addresses with variables
            +
            Todo
            Replace addresses with variables
            diff --git a/kalimari__desert_2course__data_8h.html b/kalimari__desert_2course__data_8h.html index c5a7762fc..819119d9d 100644 --- a/kalimari__desert_2course__data_8h.html +++ b/kalimari__desert_2course__data_8h.html @@ -1459,7 +1459,7 @@ Variables
            -
            Todo
            Replace addresses with variables
            +
            Todo
            Replace addresses with variables
            diff --git a/koopa__troopa__beach_2course__data_8c.html b/koopa__troopa__beach_2course__data_8c.html index 25512caba..9daf1fe0d 100644 --- a/koopa__troopa__beach_2course__data_8c.html +++ b/koopa__troopa__beach_2course__data_8c.html @@ -1090,7 +1090,7 @@ Variables
            }
            #define G_IM_FMT_RGBA
            Definition gbi.h:392
            #define G_IM_SIZ_16b
            Definition gbi.h:403
            -
            Todo
            Replace addresses with variables
            +
            Todo
            Replace addresses with variables
            diff --git a/koopa__troopa__beach_2course__data_8h.html b/koopa__troopa__beach_2course__data_8h.html index ee1e5f8a4..84449fc45 100644 --- a/koopa__troopa__beach_2course__data_8h.html +++ b/koopa__troopa__beach_2course__data_8h.html @@ -1095,7 +1095,7 @@ Variables
            -
            Todo
            Replace addresses with variables
            +
            Todo
            Replace addresses with variables
            diff --git a/load_8c.html b/load_8c.html index c66489c43..af84ec8c8 100644 --- a/load_8c.html +++ b/load_8c.html @@ -1029,7 +1029,7 @@ Here is the caller graph for this function:
            -
            Bug
            This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous.
            +
            Bug
            This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous.
            Here is the call graph for this function:
            @@ -1140,7 +1140,7 @@ Here is the caller graph for this function:
            -
            Bug
            should be IS_SEQ_LOAD_COMPLETE
            +
            Bug
            should be IS_SEQ_LOAD_COMPLETE
            Here is the call graph for this function:
            diff --git a/load_8h.html b/load_8h.html index feb8cf7a9..88aeea293 100644 --- a/load_8h.html +++ b/load_8h.html @@ -838,7 +838,7 @@ Here is the caller graph for this function:
            -
            Bug
            This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous.
            +
            Bug
            This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous.
            Here is the call graph for this function:
            @@ -949,7 +949,7 @@ Here is the caller graph for this function:
            -
            Bug
            should be IS_SEQ_LOAD_COMPLETE
            +
            Bug
            should be IS_SEQ_LOAD_COMPLETE
            Here is the call graph for this function:
            diff --git a/luigi__raceway_2course__data_8c.html b/luigi__raceway_2course__data_8c.html index d362a700f..7c942952b 100644 --- a/luigi__raceway_2course__data_8c.html +++ b/luigi__raceway_2course__data_8c.html @@ -567,7 +567,7 @@ Variables
            -
            Todo
            Replace addresses with variables
            +
            Todo
            Replace addresses with variables
            diff --git a/luigi__raceway_2course__data_8h.html b/luigi__raceway_2course__data_8h.html index d26797f36..89527979f 100644 --- a/luigi__raceway_2course__data_8h.html +++ b/luigi__raceway_2course__data_8h.html @@ -587,7 +587,7 @@ Variables
            -
            Todo
            Replace addresses with variables
            +
            Todo
            Replace addresses with variables
            diff --git a/main_8c.html b/main_8c.html index 0ce5c4181..1676ced5d 100644 --- a/main_8c.html +++ b/main_8c.html @@ -577,7 +577,7 @@ Here is the caller graph for this function:
            -
            Todo
            Why did void* work for matching
            +
            Todo
            Why did void* work for matching
            Here is the caller graph for this function:
            diff --git a/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph.map b/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph.map index 5cf602ba5..1f01c14ed 100644 --- a/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph.map +++ b/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph.map @@ -18,8 +18,8 @@ - - + + @@ -84,12 +84,12 @@ - + - + diff --git a/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph.md5 b/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph.md5 index ee9152bb1..c53f2763a 100644 --- a/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph.md5 +++ b/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph.md5 @@ -1 +1 @@ -35bc9100c5a184acd6444f1cd02932e4 \ No newline at end of file +5e8f1b020def957cdcc7568a7c96e04c \ No newline at end of file diff --git a/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph.svg b/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph.svg index 6eeac770a..ff8985539 100644 --- a/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph.svg +++ b/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph.svg @@ -225,19 +225,19 @@ var sectionId = 'dynsection-82'; - - -Node723 - + + +Node725 + osCreateMesgQueue - - -Node1->Node723 - + + +Node1->Node725 + @@ -819,10 +819,10 @@ var sectionId = 'dynsection-82'; - - -Node1884->Node723 - + + +Node1884->Node725 + @@ -864,10 +864,10 @@ var sectionId = 'dynsection-82'; - - -Node1885->Node723 - + + +Node1885->Node725 + diff --git a/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph_org.svg b/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph_org.svg index f9576a9af..4ed6ce0fa 100644 --- a/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph_org.svg +++ b/main_8c_a633ed517e458daeb768f5361895dcac9_cgraph_org.svg @@ -179,19 +179,19 @@ - - -Node723 - + + +Node725 + osCreateMesgQueue - - -Node1->Node723 - + + +Node1->Node725 + @@ -773,10 +773,10 @@ - - -Node1884->Node723 - + + +Node1884->Node725 + @@ -818,10 +818,10 @@ - - -Node1885->Node723 - + + +Node1885->Node725 + diff --git a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.map b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.map index 024600f0c..673a0fdb2 100644 --- a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.map +++ b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.map @@ -16,8 +16,8 @@ - - + + @@ -66,27 +66,27 @@ - + - - + + - - - - - - - - - - + + + + + + + + + + @@ -95,16 +95,16 @@ - - + + - - + + @@ -112,27 +112,27 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.md5 b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.md5 index 83d0a2c2b..194108f09 100644 --- a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.md5 +++ b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.md5 @@ -1 +1 @@ -abe87f24155c1abdf7f394f109251b56 \ No newline at end of file +6b01e958e78ff2f060e17e311367df6a \ No newline at end of file diff --git a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.svg b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.svg index 5e0ff1785..3bceb979a 100644 --- a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.svg +++ b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.svg @@ -4,7 +4,7 @@ - + - + Cutscene Node1 - -Cutscene + +Cutscene @@ -31,9 +31,8 @@ Node2 - -void(*)(struct Cinematic -Camera *) + +void(*)(CinematicCamera *) @@ -41,18 +40,18 @@ Node2->Node1 - - + + - shot + shot Node3 - -signed short int + +signed short int @@ -60,11 +59,11 @@ Node3->Node1 - - + + - duration + duration diff --git a/structCutscene__coll__graph_org.svg b/structCutscene__coll__graph_org.svg index 0247ea893..9e579ef73 100644 --- a/structCutscene__coll__graph_org.svg +++ b/structCutscene__coll__graph_org.svg @@ -4,16 +4,16 @@ - - + + Cutscene Node1 - -Cutscene + +Cutscene @@ -21,9 +21,8 @@ Node2 - -void(*)(struct Cinematic -Camera *) + +void(*)(CinematicCamera *) @@ -31,18 +30,18 @@ Node2->Node1 - - + + - shot + shot Node3 - -signed short int + +signed short int @@ -50,11 +49,11 @@ Node3->Node1 - - + + - duration + duration diff --git a/toads__turnpike_2course__data_8c.html b/toads__turnpike_2course__data_8c.html index 5a02257f3..c1faad701 100644 --- a/toads__turnpike_2course__data_8c.html +++ b/toads__turnpike_2course__data_8c.html @@ -3034,7 +3034,7 @@ Variables
            #define G_IM_FMT_RGBA
            Definition gbi.h:392
            #define G_IM_SIZ_16b
            Definition gbi.h:403
            #define G_CC_DECALRGBA
            Definition gbi.h:508
            -
            Todo
            Replace addresses with variables
            +
            Todo
            Replace addresses with variables
            diff --git a/toads__turnpike_2course__data_8h.html b/toads__turnpike_2course__data_8h.html index 2bd50a883..785b6c262 100644 --- a/toads__turnpike_2course__data_8h.html +++ b/toads__turnpike_2course__data_8h.html @@ -2817,7 +2817,7 @@ Variables
            -
            Todo
            Replace addresses with variables
            +
            Todo
            Replace addresses with variables
            diff --git a/todo.html b/todo.html index d36aa368b..6a2e34c24 100644 --- a/todo.html +++ b/todo.html @@ -110,68 +110,68 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
            Global __osGetId (OSPfs *pfs)
            -

            remove magic constant

            -

            loads of magic constants..

            +

            remove magic constant

            +

            loads of magic constants..

            Global __osPfsReleasePages (OSPfs *pfs, __OSInode *inode, u8 start_page, u16 *sum, u8 bank, __OSInodeUnit *last_page, int flag)
            -
            magic number
            +
            magic number
            Global __osPfsRWInode (OSPfs *pfs, __OSInode *inode, u8 flag, u8 bank)
            -
            don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something
            +
            don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something
            Global __osPiDevMgr
            -
            In libreultra this is in an include
            +
            In libreultra this is in an include
            Global __osRepairPackId (OSPfs *pfs, __OSPackId *badid, __OSPackId *newid)
            -

            fix magic number

            -

            remove magic constant

            +

            fix magic number

            +

            remove magic constant

            Global _course_mario_raceway_dl_mio0SegmentRomStart []
            -
            These should probably be ptr's instead of array's?
            +
            These should probably be ptr's instead of array's?
            Global add_unused_obj_index (s32 *listIdx, s32 *nextFree, s32 size)
            -
            This HAS to be a for-loop of some variety, but I can't make a for-loop to match. If you replace this with for(var_v1 = 0; var_v1 < size; var_v1++) The diff gets massive.
            +
            This HAS to be a for-loop of some variety, but I can't make a for-loop to match. If you replace this with for(var_v1 = 0; var_v1 < size; var_v1++) The diff gets massive.
            Global BAD_RETURN (cmd)
            put this define in types.h or similar. Certain functions are marked as having return values, but do not actually return a value. This causes undefined behavior, which we'd rather avoid on modern GCC. This only impacts -O2 and can matter for both the function itself and functions that call it.
            Global clear_framebuffer (s32)
            -
            Why did void* work for matching
            +
            Why did void* work for matching
            Global D_800E43B0 []
            -
            unused?
            +
            unused?
            Global D_8018D9B0
            -
            Move gGfxPool out of main.h
            +
            Move gGfxPool out of main.h
            Global d_course_banshee_boardwalk_dl_0 []
            -
            Replace addresses with variables
            -
            Global d_course_big_donut_dl []
            Replace addresses with variables
            +
            Global d_course_big_donut_dl []
            +
            Replace addresses with variables
            Global d_course_bowsers_castle_dl_0 []
            -
            Replace addresses with variables
            +
            Replace addresses with variables
            Global d_course_dks_jungle_parkway_dl_0 []
            -
            Replace addresses with variables
            +
            Replace addresses with variables
            Global d_course_frappe_snowland_dl_0 []
            -
            Replace addresses with variables
            +
            Replace addresses with variables
            Global d_course_kalimari_desert_dl_0 []
            -
            Replace addresses with variables
            +
            Replace addresses with variables
            Global d_course_koopa_troopa_beach_dl_0 []
            -
            Replace addresses with variables
            +
            Replace addresses with variables
            Global d_course_luigi_raceway_dl_0 []
            -
            Replace addresses with variables
            +
            Replace addresses with variables
            Global d_course_mario_raceway_dl_0 []
            -
            Replace addresses with variables
            +
            Replace addresses with variables
            Global d_course_moo_moo_farm_dl_0 []
            -
            Replace addresses with variables
            +
            Replace addresses with variables
            Global d_course_rainbow_road_dl_0 []
            -
            Replace addresses with variables
            +
            Replace addresses with variables
            Global d_course_royal_raceway_dl_0 []
            -
            Replace addresses with variables
            +
            Replace addresses with variables
            Global d_course_sherbet_land_dl_0 []
            -
            Replace addresses with variables
            +
            Replace addresses with variables
            Global d_course_toads_turnpike_dl_0 []
            -
            Replace addresses with variables
            -
            Global d_course_wario_stadium_dl_0 []
            Replace addresses with variables
            +
            Global d_course_wario_stadium_dl_0 []
            +
            Replace addresses with variables
            Global d_course_yoshi_valley_dl_0 []
            -
            Replace addresses with variables
            +
            Replace addresses with variables
            Global debug_switch_character_ceremony_cutscene (void)
            -
            confirm this.
            +
            confirm this.
            Union du
            -

            is it possible to remove them somehow?

            -

            is it possible to remove them somehow?

            +

            is it possible to remove them somehow?

            +

            is it possible to remove them somehow?

            Global fill [2]
            file boundary?
            @@ -180,35 +180,33 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
            Global func_800100F0 (s32)
            Confirm this comment
            Global func_80028864 (Player *, Camera *, s8, s8)
            -
            make a proper match
            +
            make a proper match
            Global func_80046030 (u8 *tlut, u8 *texture, Vtx *arg2, s32 width, s32 arg4, s32 height)
            -
            tlut/texture unconfirmed. This could be texture1 and texture2
            +
            tlut/texture unconfirmed. This could be texture1 and texture2
            Global func_8004B7DC (s32 x, s32 y, s32 width, s32 height, s32 arg4, s32 arg5, s32 arg6)
            -
            Update to F3DEX. Uses OLD definition for gspTextureRectangle.
            +
            Update to F3DEX. Uses OLD definition for gspTextureRectangle.
            Global func_8004C268 (u32 arg0, u32 arg1, u8 *texture, u32 width, u32 arg4, u32 height, s32 arg6)
            -
            fakematch?
            +
            fakematch?
            Global func_800745C8 (s32 objectIndex, uintptr_t arg1)
            -
            arg1 should likely be a u8 *
            +
            arg1 should likely be a u8 *
            Global func_80091FA4 (void)
            -
            These sizes need to be sizeof() for shiftability if possible
            +
            These sizes need to be sizeof() for shiftability if possible
            Global func_800CBC24 (void)
            clenanup, something's weird with the variables. D_800EA4A4 is probably EuAudioCmd bc of the + 0x100
            -
            Global func_80282D90 (struct CinematicCamera *, struct struct_80286A04 *, struct struct_80286A04 *, s32)
            -
            Cast to normal Camera? Or from CinematicCamera?
            -
            Global func_8028336C (UNUSED struct CinematicCamera *arg0, UNUSED Camera *camera)
            -
            Does this match as a return of s8?
            -
            Global func_802846E4 (struct CinematicCamera *)
            -
            What does this even do?
            +
            Global func_8028336C (UNUSED CinematicCamera *arg0, UNUSED Camera *camera)
            +
            Does this match as a return of s8?
            +
            Global func_802846E4 (CinematicCamera *)
            +
            What does this even do?
            Global func_8028F970 (void)
            -
            increasing players past four would require increase this loop iterator.
            +
            increasing players past four would require increase this loop iterator.
            Global gen_random_item (s16 rank, s16 isCpu)
            -
            Cleanup this function to use array access and struct if possible.
            +
            Cleanup this function to use array access and struct if possible.
            Global gPlayerWinningIndex
            gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8
            Global gTorchSpawns []
            -
            fix this extern
            +
            fix this extern
            Global IO_WRITE (addr, data)
            -
            These defines are from PR/rcp.h, but including that causes problems...
            +
            These defines are from PR/rcp.h, but including that causes problems...
            Global LEO_CMD_TYPE_0
            name
            Global LEO_CMD_TYPE_1
            @@ -216,37 +214,37 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
            Global LEO_CMD_TYPE_2
            name
            Global M_TASK_FLAG0
            -
            These defines shouldn't exist - PR/rcp.h has them properly defined (ultralib)
            +
            These defines shouldn't exist - PR/rcp.h has them properly defined (ultralib)
            Global MTX_KART_POOL_SIZE
            -
            Verify with proper documentation
            -
            Global MTX_SHADOW_POOL_SIZE
            Verify with proper documentation
            +
            Global MTX_SHADOW_POOL_SIZE
            +
            Verify with proper documentation
            Global new_actor (ActorInitParams *)
            -
            More indepth error checking/return value
            +
            More indepth error checking/return value
            Global Note::priority
            use macros or something instead.
            Global osContInit (OSMesgQueue *mq, u8 *bitpattern, OSContStatus *status)
            -
            figure out what it means
            +
            figure out what it means
            Global osPfsDeleteFile (OSPfs *pfs, u16 company_code, u32 game_code, u8 *game_name, u8 *ext_name)
            -
            magic constant
            +
            magic constant
            Global osPiStartDma (OSIoMesg *mb, s32 priority, s32 direction, uintptr_t devAddr, void *vAddr, size_t nbytes, OSMesgQueue *mq)
            -
            name magic constants
            +
            name magic constants
            Global osRomBase
            figure out why this is like this
            Global osViBlack (u8 active)
            -
            name magic constants
            +
            name magic constants
            Global osViSwapBuffer (void *vaddr)
            -
            figure out what this flag means
            +
            figure out what this flag means
            Global PI_DOMAIN1
            -
            This define is from os.h, but including that causes problems...
            +
            This define is from os.h, but including that causes problems...
            Global render_actor_shell (Camera *camera, Mat4 matrix, struct ShellActor *shell)
            -
            Is this making the shell spin?
            +
            Is this making the shell spin?
            Global render_course_segments (uintptr_t, struct UnkStruct_800DC5EC *)
            -
            Should be Gfx*
            +
            Should be Gfx*
            Global SOUND_ARG_LOAD (sound_bank, byte2, byte3, sound_id)
            -
            format like sm64 sounds.h
            +
            format like sm64 sounds.h
            Global UPDATE_REG (reg, var)
            -
            This define is from piint.h, but including that causes problems...
            +
            This define is from piint.h, but including that causes problems...
            Global US_FLOAT (x)
            US_FLOAT should probably be renamed to JP_DOUBLE since eu seems to use floats too
            diff --git a/uniondu.html b/uniondu.html index de2e3c0e9..0ee3997d2 100644 --- a/uniondu.html +++ b/uniondu.html @@ -138,8 +138,8 @@ Data Fields  

            Detailed Description

            -
            Todo
            is it possible to remove them somehow?
            -
            Todo
            is it possible to remove them somehow?
            +
            Todo
            is it possible to remove them somehow?
            +
            Todo
            is it possible to remove them somehow?

            Field Documentation

            ◆ d

            diff --git a/update__objects_8c.html b/update__objects_8c.html index 4b1d248eb..4bdf71048 100644 --- a/update__objects_8c.html +++ b/update__objects_8c.html @@ -956,7 +956,7 @@ Variables
            -
            Todo
            This HAS to be a for-loop of some variety, but I can't make a for-loop to match. If you replace this with for(var_v1 = 0; var_v1 < size; var_v1++) The diff gets massive.
            +
            Todo
            This HAS to be a for-loop of some variety, but I can't make a for-loop to match. If you replace this with for(var_v1 = 0; var_v1 < size; var_v1++) The diff gets massive.
            Here is the call graph for this function:
            @@ -3944,7 +3944,7 @@ Here is the caller graph for this function:
            -
            Todo
            arg1 should likely be a u8 *
            +
            Todo
            arg1 should likely be a u8 *
            Here is the call graph for this function:
            @@ -10387,7 +10387,7 @@ Here is the caller graph for this function:
            -
            Todo
            Cleanup this function to use array access and struct if possible.
            +
            Todo
            Cleanup this function to use array access and struct if possible.
            Here is the call graph for this function:
            @@ -12219,7 +12219,7 @@ Here is the caller graph for this function:
            -
            Todo
            unused?
            +
            Todo
            unused?
            diff --git a/wario__stadium_2course__data_8c.html b/wario__stadium_2course__data_8c.html index d1e4fb9bb..6fa304626 100644 --- a/wario__stadium_2course__data_8c.html +++ b/wario__stadium_2course__data_8c.html @@ -454,7 +454,7 @@ Variables
            Gfx d_course_wario_stadium_packed_dl_4218[]
            Definition course_displaylists.inc.c:2737
            Gfx d_course_wario_stadium_packed_dl_5888[]
            Definition course_displaylists.inc.c:3603
            Gfx d_course_wario_stadium_packed_dl_4BA8[]
            Definition course_displaylists.inc.c:3112
            -
            Todo
            Replace addresses with variables
            +
            Todo
            Replace addresses with variables
            diff --git a/wario__stadium_2course__data_8h.html b/wario__stadium_2course__data_8h.html index befe1f103..fbdaf21bc 100644 --- a/wario__stadium_2course__data_8h.html +++ b/wario__stadium_2course__data_8h.html @@ -423,7 +423,7 @@ Variables
            -
            Todo
            Replace addresses with variables
            +
            Todo
            Replace addresses with variables
            diff --git a/yoshi__valley_2course__data_8c.html b/yoshi__valley_2course__data_8c.html index c3fd10d32..434b728b5 100644 --- a/yoshi__valley_2course__data_8c.html +++ b/yoshi__valley_2course__data_8c.html @@ -528,7 +528,7 @@ Variables
            #define G_CC_MODULATEIDECALA
            Definition gbi.h:481
            #define G_RM_AA_ZB_TEX_EDGE2
            Definition gbi.h:895
            #define G_RM_AA_ZB_TEX_EDGE
            Definition gbi.h:894
            -
            Todo
            Replace addresses with variables
            +
            Todo
            Replace addresses with variables
            diff --git a/yoshi__valley_2course__data_8h.html b/yoshi__valley_2course__data_8h.html index f8867e27c..87defd44d 100644 --- a/yoshi__valley_2course__data_8h.html +++ b/yoshi__valley_2course__data_8h.html @@ -533,7 +533,7 @@ Variables
            -
            Todo
            Replace addresses with variables
            +
            Todo
            Replace addresses with variables