Deploying to gh-pages from @ n64decomp/mk64@f5d8147d4b 🚀

This commit is contained in:
MegaMech
2024-05-02 01:26:43 +00:00
parent 9c7c3d0ad1
commit 394662cadd
712 changed files with 41113 additions and 36810 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ $(function(){initNavTree('actors.html',''); initResizable(); });
<div class="headertitle"><div class="title">How Actors Work</div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="actors"></a>
<div class="textblock"><h1><a class="anchor" id="actors-1"></a>
Actors</h1>
<p>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.</p>
<p>Example actor setup based on <a class="el" href="actors_8c.html#aa6387502059c64a81d32c944b39d78f9">update_course_actors</a> </p><div class="fragment"><div class="line"><span class="comment">// Loop through the actor list and run that particular actors behaviour.</span></div>
+1 -1
View File
@@ -1565,7 +1565,7 @@ Here is the caller graph for this function:</div>
</tr>
</table>
</div><div class="memdoc">
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000040">Todo</a></b></dt><dd>Is this making the shell spin? </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000042">Todo</a></b></dt><dd>Is this making the shell spin? </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
+1 -1
View File
@@ -172,7 +172,7 @@ $(function(){initNavTree('actorsmenu.html',''); initResizable(); });
</div>
</p>
<p><a class="el" href="actors.html#actors">Actors</a> <a class="el" href="objects.html#objects">Objects</a> <a class="el" href="vehicles.html">Vehicles</a> <a class="el" href="items.html">Items</a> </p>
<p><a class="el" href="controlflow.html#actors">Actors</a> <a class="el" href="objects.html#objects">Objects</a> <a class="el" href="vehicles.html">Vehicles</a> <a class="el" href="items.html">Items</a> </p>
</div></div><!-- contents -->
</div><!-- PageDoc -->
</div><!-- doc-content -->
+1 -1
View File
@@ -1,7 +1,7 @@
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 ]
+1 -1
View File
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="108.9" height="20"><linearGradient id="smooth" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="round"><rect width="108.9" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#round)"><rect width="84.9" height="20" fill="#555"/><rect x="84.9" width="24.0" height="20" fill="#007ec6"/><rect width="108.9" height="20" fill="url(#smooth)"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="434.5" y="150" fill="#010101" fill-opacity=".3" transform="scale(0.1)" textLength="749.0" lengthAdjust="spacing">WIP functions</text><text x="434.5" y="140" transform="scale(0.1)" textLength="749.0" lengthAdjust="spacing">WIP functions</text><text x="959.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(0.1)" textLength="140.0" lengthAdjust="spacing">56</text><text x="959.0" y="140" transform="scale(0.1)" textLength="140.0" lengthAdjust="spacing">56</text></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="108.9" height="20"><linearGradient id="smooth" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="round"><rect width="108.9" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#round)"><rect width="84.9" height="20" fill="#555"/><rect x="84.9" width="24.0" height="20" fill="#007ec6"/><rect width="108.9" height="20" fill="url(#smooth)"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="434.5" y="150" fill="#010101" fill-opacity=".3" transform="scale(0.1)" textLength="749.0" lengthAdjust="spacing">WIP functions</text><text x="434.5" y="140" transform="scale(0.1)" textLength="749.0" lengthAdjust="spacing">WIP functions</text><text x="959.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(0.1)" textLength="140.0" lengthAdjust="spacing">54</text><text x="959.0" y="140" transform="scale(0.1)" textLength="140.0" lengthAdjust="spacing">54</text></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

+1 -1
View File
@@ -24,7 +24,7 @@ var basics =
[ "Code Breakdown", "controlflow.html#code-breakdown", [
[ "Menus", "controlflow.html#menus", null ],
[ "Players", "controlflow.html#players", null ],
[ "Actors", "controlflow.html#actors-1", null ],
[ "Actors", "controlflow.html#actors", null ],
[ "Objects", "controlflow.html#objects-1", null ],
[ "Courses", "controlflow.html#courses-1", [
[ "Course Folder", "controlflow.html#course-folder", null ]
+124 -119
View File
@@ -116,161 +116,161 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#include &lt;<a class="code" href="code__800029B0_8h.html">code_800029B0.h</a>&gt;</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="foldopen" id="foldopen00008" data-start="{" data-end="}">
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"><a class="line" href="blue__and__red__shells_2update_8inc_8c.html#a10550a4f6cb14493d6b16ac44a3c9484"> 8</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="blue__and__red__shells_2update_8inc_8c.html#a10550a4f6cb14493d6b16ac44a3c9484">func_802B3B44</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structShellActor.html">ShellActor</a> *<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>) {</div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> <a class="code hl_typedef" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">currentWaypoint</a>;</div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> <a class="code hl_typedef" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>;</div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a>;</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_2</a>;</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_3</a>;</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a>;</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f14_2</a>;</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a>;</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f2</a>;</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12</a>;</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f28</a>;</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f20</a>;</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f22</a>;</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f24</a>;</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_0</a>;</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_1</a>;</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_2</a>;</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f18_3</a>;</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_3</a>;</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f26</a>;</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">origPos</a>;</div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"><a class="line" href="blue__and__red__shells_2update_8inc_8c.html#a10550a4f6cb14493d6b16ac44a3c9484"> 8</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="blue__and__red__shells_2update_8inc_8c.html#a10550a4f6cb14493d6b16ac44a3c9484">func_802B3B44</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structShellActor.html">ShellActor</a> *shell) {</div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> <a class="code hl_typedef" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> currentWaypoint;</div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> <a class="code hl_typedef" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> nextWaypoint;</div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f0;</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f0_2;</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f0_3;</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f12_3;</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f14_2;</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f16_2;</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f2;</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f12;</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f28;</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f20;</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f22;</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f24;</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f12_0;</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f12_1;</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f12_2;</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f18_3;</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f16_3;</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f26;</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> origPos;</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">currentWaypoint</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pathIndex;</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f2</a> = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">currentWaypoint</a>].<a class="code hl_variable" href="structTrackWaypoint.html#ad99798faed81104bf699508cf81e89e3">posX</a>;</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12</a> = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">currentWaypoint</a>].<a class="code hl_variable" href="structTrackWaypoint.html#abbe76f518626f4fac5072cc03a13e64c">posY</a>;</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f28</a> = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">currentWaypoint</a>].<a class="code hl_variable" href="structTrackWaypoint.html#a97245ae8b27a6a88fdf8310a8e252e4c">posZ</a>;</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">currentWaypoint</a> + 1;</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> currentWaypoint = shell-&gt;<a class="code hl_variable" href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5">pathIndex</a>;</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> temp_f2 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[currentWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#ad99798faed81104bf699508cf81e89e3">posX</a>;</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> temp_f12 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[currentWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#abbe76f518626f4fac5072cc03a13e64c">posY</a>;</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> temp_f28 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[currentWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#a97245ae8b27a6a88fdf8310a8e252e4c">posZ</a>;</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> nextWaypoint = currentWaypoint + 1;</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a> &gt;= <a class="code hl_variable" href="code__80005FD0_8c.html#aefa24c5b76e7fc9a41036c0b3c4599d8">D_80164430</a>) {</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a> -= <a class="code hl_variable" href="code__80005FD0_8c.html#aefa24c5b76e7fc9a41036c0b3c4599d8">D_80164430</a>;</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <span class="keywordflow">if</span> (nextWaypoint &gt;= <a class="code hl_variable" href="code__80005FD0_8c.html#aefa24c5b76e7fc9a41036c0b3c4599d8">D_80164430</a>) {</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> nextWaypoint -= <a class="code hl_variable" href="code__80005FD0_8c.html#aefa24c5b76e7fc9a41036c0b3c4599d8">D_80164430</a>;</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> }</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f20</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f2</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[0];</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f22</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[1];</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f24</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f28</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[2];</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> = (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f20</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f20</a>) + (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f22</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f22</a>) + (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f24</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f24</a>);</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> &gt; 400.0f) {</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f18_3</a> = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>].<a class="code hl_variable" href="structTrackWaypoint.html#ad99798faed81104bf699508cf81e89e3">posX</a>;</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_3</a> = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>].<a class="code hl_variable" href="structTrackWaypoint.html#abbe76f518626f4fac5072cc03a13e64c">posY</a>;</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f26</a> = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>].<a class="code hl_variable" href="structTrackWaypoint.html#a97245ae8b27a6a88fdf8310a8e252e4c">posZ</a>;</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> temp_f20 = temp_f2 - shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[0];</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> temp_f22 = temp_f12 - shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1];</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> temp_f24 = temp_f28 - shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[2];</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> temp_f0 = (temp_f20 * temp_f20) + (temp_f22 * temp_f22) + (temp_f24 * temp_f24);</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keywordflow">if</span> (temp_f0 &gt; 400.0f) {</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> temp_f18_3 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[nextWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#ad99798faed81104bf699508cf81e89e3">posX</a>;</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> temp_f16_3 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[nextWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#abbe76f518626f4fac5072cc03a13e64c">posY</a>;</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> temp_f26 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[nextWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#a97245ae8b27a6a88fdf8310a8e252e4c">posZ</a>;</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_0</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f18_3</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[0];</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_1</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_3</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[1];</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_2</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f26</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[2];</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> temp_f12_0 = temp_f18_3 - shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[0];</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> temp_f12_1 = temp_f16_3 - shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1];</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> temp_f12_2 = temp_f26 - shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[2];</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_3</a> = (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_0</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_0</a>) + (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_1</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_1</a>) + (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_2</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_2</a>);</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_3</a> &lt; <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a>) {</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pathIndex = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>;</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> temp_f0_3 = (temp_f12_0 * temp_f12_0) + (temp_f12_1 * temp_f12_1) + (temp_f12_2 * temp_f12_2);</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keywordflow">if</span> (temp_f0_3 &lt; temp_f0) {</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5">pathIndex</a> = nextWaypoint;</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_2</a> = <a class="code hl_function" href="math_8h.html#a37bde043e94a6f074c78f10518fb5d99">sqrtf</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a>) * 4.0f;</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f20</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_2</a>;</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f22</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_2</a>;</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f24</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_2</a>;</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> temp_f0_2 = <a class="code hl_function" href="math_8h.html#a37bde043e94a6f074c78f10518fb5d99">sqrtf</a>(temp_f0) * 4.0f;</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> temp_f20 /= temp_f0_2;</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> temp_f22 /= temp_f0_2;</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> temp_f24 /= temp_f0_2;</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;velocity[0];</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f14_2</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;velocity[1];</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;velocity[2];</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> temp_f12_3 = shell-&gt;<a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[0];</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> temp_f14_2 = shell-&gt;<a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[1];</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> temp_f16_2 = shell-&gt;<a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[2];</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a> += <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f20</a>;</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f14_2</a> += <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f22</a>;</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a> += <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f24</a>;</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> = <a class="code hl_function" href="math_8h.html#a37bde043e94a6f074c78f10518fb5d99">sqrtf</a>((<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a>) + (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f14_2</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f14_2</a>) + (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a>));</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> &gt; 6.0f) {</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> /= 6.0f;</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a>;</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f14_2</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a>;</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a>;</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> temp_f12_3 += temp_f20;</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> temp_f14_2 += temp_f22;</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> temp_f16_2 += temp_f24;</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> temp_f0 = <a class="code hl_function" href="math_8h.html#a37bde043e94a6f074c78f10518fb5d99">sqrtf</a>((temp_f12_3 * temp_f12_3) + (temp_f14_2 * temp_f14_2) + (temp_f16_2 * temp_f16_2));</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <span class="keywordflow">if</span> (temp_f0 &gt; 6.0f) {</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> temp_f0 /= 6.0f;</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> temp_f12_3 /= temp_f0;</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> temp_f14_2 /= temp_f0;</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> temp_f16_2 /= temp_f0;</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> }</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;velocity[0] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a>;</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;velocity[1] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f14_2</a>;</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;velocity[2] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a>;</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[0] = temp_f12_3;</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[1] = temp_f14_2;</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[2] = temp_f16_2;</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> </div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">origPos</a>[0] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[0];</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">origPos</a>[1] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[1];</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">origPos</a>[2] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[2];</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> origPos[0] = shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[0];</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> origPos[1] = shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1];</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> origPos[2] = shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[2];</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> </div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[0] += <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a>;</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[1] += <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f14_2</a>;</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[2] += <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a>;</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> <a class="code hl_function" href="collision_8c.html#a0724869c38f177efa5357ac2205857d4">func_802AD950</a>(&amp;<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;unk30, 4.0f, <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[0], <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[1], <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[2], <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">origPos</a>[0], <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">origPos</a>[1], <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">origPos</a>[2]);</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> <a class="code hl_function" href="actors__extended_8c.html#a78e98c146f1f4dd6e3608016486172a4">func_802B4E30</a>((<span class="keyword">struct</span> <a class="code hl_struct" href="structActor.html">Actor</a> *) <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>);</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[0] += temp_f12_3;</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1] += temp_f14_2;</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[2] += temp_f16_2;</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> <a class="code hl_function" href="collision_8c.html#a0724869c38f177efa5357ac2205857d4">func_802AD950</a>(&amp;shell-&gt;<a class="code hl_variable" href="structShellActor.html#acf7c6324c79136005a8a16b0280862d4">unk30</a>, 4.0f, shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[0], shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1], shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[2], origPos[0], origPos[1], origPos[2]);</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> <a class="code hl_function" href="actors__extended_8c.html#a78e98c146f1f4dd6e3608016486172a4">func_802B4E30</a>((<span class="keyword">struct</span> <a class="code hl_struct" href="structActor.html">Actor</a> *) shell);</div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> }</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> &gt; 5.0f) {</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[0] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f2</a>;</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[1] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;boundingBoxSize + <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12</a>;</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[2] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f28</a>;</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pathIndex = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>;</div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> <span class="keywordflow">if</span> (temp_f0 &gt; 5.0f) {</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[0] = temp_f2;</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1] = shell-&gt;<a class="code hl_variable" href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">boundingBoxSize</a> + temp_f12;</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[2] = temp_f28;</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5">pathIndex</a> = nextWaypoint;</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f18_3</a> = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>].<a class="code hl_variable" href="structTrackWaypoint.html#ad99798faed81104bf699508cf81e89e3">posX</a>;</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_3</a> = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>].<a class="code hl_variable" href="structTrackWaypoint.html#abbe76f518626f4fac5072cc03a13e64c">posY</a>;</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f26</a> = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>].<a class="code hl_variable" href="structTrackWaypoint.html#a97245ae8b27a6a88fdf8310a8e252e4c">posZ</a>;</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> temp_f18_3 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[nextWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#ad99798faed81104bf699508cf81e89e3">posX</a>;</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> temp_f16_3 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[nextWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#abbe76f518626f4fac5072cc03a13e64c">posY</a>;</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> temp_f26 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[nextWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#a97245ae8b27a6a88fdf8310a8e252e4c">posZ</a>;</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> </div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[0] = (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f2</a> + <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f18_3</a>) * 0.5f;</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[1] = ((<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12</a> + <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_3</a>) * 0.5f) + <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;boundingBoxSize;</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[2] = (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f28</a> + <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f26</a>) * 0.5f;</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[0] = (temp_f2 + temp_f18_3) * 0.5f;</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1] = ((temp_f12 + temp_f16_3) * 0.5f) + shell-&gt;<a class="code hl_variable" href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">boundingBoxSize</a>;</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[2] = (temp_f28 + temp_f26) * 0.5f;</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> </div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;velocity[0] = (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f18_3</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f2</a>) * 0.5f;</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;velocity[1] = (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_3</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12</a>) * 0.5f;</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;velocity[2] = (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f26</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f28</a>) * 0.5f;</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[0] = (temp_f18_3 - temp_f2) * 0.5f;</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[1] = (temp_f16_3 - temp_f12) * 0.5f;</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[2] = (temp_f26 - temp_f28) * 0.5f;</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> }</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> }</div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span>}</div>
</div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> </div>
<div class="foldopen" id="foldopen00113" data-start="{" data-end="}">
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="blue__and__red__shells_2update_8inc_8c.html#a0cc339b71fb81e84d30eb55dc05b1a04"> 113</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="blue__and__red__shells_2update_8inc_8c.html#a0cc339b71fb81e84d30eb55dc05b1a04">func_802B3E7C</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structShellActor.html">ShellActor</a> *<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>, <a class="code hl_struct" href="structPlayer.html">Player</a> *player) {</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">x_velocity</a>;</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">z_velocity</a>;</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">xz_dist</a>;</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">newPosition</a>;</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="blue__and__red__shells_2update_8inc_8c.html#a0cc339b71fb81e84d30eb55dc05b1a04"> 113</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="blue__and__red__shells_2update_8inc_8c.html#a0cc339b71fb81e84d30eb55dc05b1a04">func_802B3E7C</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structShellActor.html">ShellActor</a> *shell, <a class="code hl_struct" href="structPlayer.html">Player</a> *player) {</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> x_velocity;</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> z_velocity;</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> xz_dist;</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> newPosition;</div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> </div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">x_velocity</a> = player-&gt;<a class="code hl_variable" href="structPlayer.html#aff7447121b2e0bd051e58a276fce7b36">pos</a>[0];</div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">x_velocity</a> -= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[0];</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">z_velocity</a> = player-&gt;<a class="code hl_variable" href="structPlayer.html#aff7447121b2e0bd051e58a276fce7b36">pos</a>[2];</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">z_velocity</a> -= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[2];</div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">xz_dist</a> = <a class="code hl_function" href="math_8h.html#a37bde043e94a6f074c78f10518fb5d99">sqrtf</a>((<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">x_velocity</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">x_velocity</a>) + (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">z_velocity</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">z_velocity</a>)) / 8;</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">xz_dist</a> == 0.0f) {</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">x_velocity</a> = 0.0f;</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">z_velocity</a> = 0.0f;</div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> x_velocity = player-&gt;<a class="code hl_variable" href="structPlayer.html#aff7447121b2e0bd051e58a276fce7b36">pos</a>[0];</div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> x_velocity -= shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[0];</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> z_velocity = player-&gt;<a class="code hl_variable" href="structPlayer.html#aff7447121b2e0bd051e58a276fce7b36">pos</a>[2];</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> z_velocity -= shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[2];</div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> xz_dist = <a class="code hl_function" href="math_8h.html#a37bde043e94a6f074c78f10518fb5d99">sqrtf</a>((x_velocity * x_velocity) + (z_velocity * z_velocity)) / 8;</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> <span class="keywordflow">if</span> (xz_dist == 0.0f) {</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> x_velocity = 0.0f;</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> z_velocity = 0.0f;</div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">x_velocity</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">xz_dist</a>;</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">z_velocity</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">xz_dist</a>;</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> x_velocity /= xz_dist;</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> z_velocity /= xz_dist;</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> }</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> </div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">newPosition</a>[0] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[0];</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">newPosition</a>[1] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[1];</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">newPosition</a>[2] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[2];</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[0] += <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">x_velocity</a>;</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[1] -= 2.0f;</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[2] += <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">z_velocity</a>;</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;velocity[0] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">x_velocity</a>;</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;velocity[1] = -2.0f;</div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;velocity[2] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">z_velocity</a>;</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> newPosition[0] = shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[0];</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> newPosition[1] = shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1];</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> newPosition[2] = shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[2];</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[0] += x_velocity;</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1] -= 2.0f;</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[2] += z_velocity;</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[0] = x_velocity;</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[1] = -2.0f;</div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> shell-&gt;<a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[2] = z_velocity;</div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> </div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <span class="keywordflow">if</span> (player-&gt;<a class="code hl_variable" href="structPlayer.html#a43ea00ff8972384bcc7da1733b73e0ab">effects</a> &amp; <a class="code hl_define" href="defines_8h.html#a097e621533b6b47ca98facc0a937437c">BOO_EFFECT</a>) {</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <a class="code hl_function" href="actors_8c.html#a53268aa601911d56424ff08fb3395bcb">destroy_destructable_actor</a>((<span class="keyword">struct</span> <a class="code hl_struct" href="structActor.html">Actor</a> *) <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>);</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <a class="code hl_function" href="actors_8c.html#a53268aa601911d56424ff08fb3395bcb">destroy_destructable_actor</a>((<span class="keyword">struct</span> <a class="code hl_struct" href="structActor.html">Actor</a> *) shell);</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> <a class="code hl_function" href="collision_8c.html#a0724869c38f177efa5357ac2205857d4">func_802AD950</a>(&amp;<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;unk30, 4.0f, <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[0], <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[1], <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>-&gt;pos[2], <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">newPosition</a>[0], <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">newPosition</a>[1], <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">newPosition</a>[2]);</div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> <a class="code hl_function" href="actors__extended_8c.html#a78e98c146f1f4dd6e3608016486172a4">func_802B4E30</a>((<span class="keyword">struct</span> <a class="code hl_struct" href="structActor.html">Actor</a> *) <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>);</div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> <a class="code hl_function" href="blue__and__red__shells_2update_8inc_8c.html#a334de9136224947ca20e7d31fb009a82">func_802B4104</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>);</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> <a class="code hl_function" href="collision_8c.html#a0724869c38f177efa5357ac2205857d4">func_802AD950</a>(&amp;shell-&gt;<a class="code hl_variable" href="structShellActor.html#acf7c6324c79136005a8a16b0280862d4">unk30</a>, 4.0f, shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[0], shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1], shell-&gt;<a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[2], newPosition[0], newPosition[1], newPosition[2]);</div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> <a class="code hl_function" href="actors__extended_8c.html#a78e98c146f1f4dd6e3608016486172a4">func_802B4E30</a>((<span class="keyword">struct</span> <a class="code hl_struct" href="structActor.html">Actor</a> *) shell);</div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> <a class="code hl_function" href="blue__and__red__shells_2update_8inc_8c.html#a334de9136224947ca20e7d31fb009a82">func_802B4104</a>(shell);</div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> }</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span>}</div>
</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> </div>
<div class="foldopen" id="foldopen00155" data-start="{" data-end="}">
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"><a class="line" href="blue__and__red__shells_2update_8inc_8c.html#a7e2174a63721c801f8a932d74e8c3be9"> 155</a></span><a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_function" href="blue__and__red__shells_2update_8inc_8c.html#a7e2174a63721c801f8a932d74e8c3be9">func_802B3FD0</a>(<a class="code hl_struct" href="structPlayer.html">Player</a> *<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">owner</a>, <span class="keyword">struct</span> <a class="code hl_struct" href="structShellActor.html">ShellActor</a> *<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>) {</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"><a class="line" href="blue__and__red__shells_2update_8inc_8c.html#a7e2174a63721c801f8a932d74e8c3be9"> 155</a></span><a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_function" href="blue__and__red__shells_2update_8inc_8c.html#a7e2174a63721c801f8a932d74e8c3be9">func_802B3FD0</a>(<a class="code hl_struct" href="structPlayer.html">Player</a> *owner, <span class="keyword">struct</span> <a class="code hl_struct" href="structShellActor.html">ShellActor</a> *shell) {</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> <a class="code hl_struct" href="structPlayer.html">Player</a> *player;</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">playerIndex</a>;</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">playerToShellDistance</a>;</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> playerIndex;</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> playerToShellDistance;</div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> playerId = -1;</div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">smallestDistance</a> = 25000000.0f;</div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> smallestDistance = 25000000.0f;</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> </div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> <span class="keywordflow">for</span> (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">playerIndex</a> = 0; <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">playerIndex</a> &lt; 4; <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">playerIndex</a>++) {</div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> <span class="keywordflow">for</span> (playerIndex = 0; playerIndex &lt; 4; playerIndex++) {</div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> player = &amp;<a class="code hl_variable" href="main_8c.html#a5f24aafa500466dbf1a7154ff7041fc2">gPlayers</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">playerIndex</a>];</div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <span class="keywordflow">if</span> ((player-&gt;<a class="code hl_variable" href="structPlayer.html#a71c4ebed7633cd2330dec792fcf24f1f">type</a> &amp; <a class="code hl_define" href="defines_8h.html#a697a31ba36158a0ed8ed4facfb70a6c0">PLAYER_EXISTS</a>) == 0) {<span class="keywordflow">continue</span>;}</div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> <span class="keywordflow">if</span> (player == <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">owner</a>) {<span class="keywordflow">continue</span>; }</div>
@@ -608,10 +608,10 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
<div class="ttc" id="acode__800029B0_8c_html_ad1302749c19d1854717267f35a2d0078"><div class="ttname"><a href="code__800029B0_8c.html#ad1302749c19d1854717267f35a2d0078">gCourseMaxX</a></div><div class="ttdeci">s16 gCourseMaxX</div><div class="ttdef"><b>Definition</b> code_800029B0.c:86</div></div>
<div class="ttc" id="acode__800029B0_8c_html_af041d75e08bc4d654b30e1c5c79550c9"><div class="ttname"><a href="code__800029B0_8c.html#af041d75e08bc4d654b30e1c5c79550c9">gPlayerPositionLUT</a></div><div class="ttdeci">s16 gPlayerPositionLUT[8]</div><div class="ttdef"><b>Definition</b> code_800029B0.c:144</div></div>
<div class="ttc" id="acode__800029B0_8h_html"><div class="ttname"><a href="code__800029B0_8h.html">code_800029B0.h</a></div></div>
<div class="ttc" id="acode__80005FD0_8c_html_a049aa28f9db56c36a8ea389644629029"><div class="ttname"><a href="code__80005FD0_8c.html#a049aa28f9db56c36a8ea389644629029">add_red_shell_in_unexpired_actor_list</a></div><div class="ttdeci">s32 add_red_shell_in_unexpired_actor_list(s32 actorIndex)</div><div class="ttdef"><b>Definition</b> code_80005FD0.c:3253</div></div>
<div class="ttc" id="acode__80005FD0_8c_html_a049aa28f9db56c36a8ea389644629029"><div class="ttname"><a href="code__80005FD0_8c.html#a049aa28f9db56c36a8ea389644629029">add_red_shell_in_unexpired_actor_list</a></div><div class="ttdeci">s32 add_red_shell_in_unexpired_actor_list(s32 actorIndex)</div><div class="ttdef"><b>Definition</b> code_80005FD0.c:3240</div></div>
<div class="ttc" id="acode__80005FD0_8c_html_a1ece282a256d90abb3b91a6fe85e42e3"><div class="ttname"><a href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a></div><div class="ttdeci">TrackWaypoint * D_80164490</div><div class="ttdef"><b>Definition</b> code_80005FD0.c:166</div></div>
<div class="ttc" id="acode__80005FD0_8c_html_a5cb127e00f40f2c98ada63fe7bbf6e04"><div class="ttname"><a href="code__80005FD0_8c.html#a5cb127e00f40f2c98ada63fe7bbf6e04">gNearestWaypointByPlayerId</a></div><div class="ttdeci">u16 gNearestWaypointByPlayerId[12]</div><div class="ttdef"><b>Definition</b> code_80005FD0.c:162</div></div>
<div class="ttc" id="acode__80005FD0_8c_html_a8d5e85372f25e4b12d62edcc131bf7ae"><div class="ttname"><a href="code__80005FD0_8c.html#a8d5e85372f25e4b12d62edcc131bf7ae">add_blue_shell_in_unexpired_actor_list</a></div><div class="ttdeci">s32 add_blue_shell_in_unexpired_actor_list(s32 arg0)</div><div class="ttdef"><b>Definition</b> code_80005FD0.c:3269</div></div>
<div class="ttc" id="acode__80005FD0_8c_html_a8d5e85372f25e4b12d62edcc131bf7ae"><div class="ttname"><a href="code__80005FD0_8c.html#a8d5e85372f25e4b12d62edcc131bf7ae">add_blue_shell_in_unexpired_actor_list</a></div><div class="ttdeci">s32 add_blue_shell_in_unexpired_actor_list(s32 arg0)</div><div class="ttdef"><b>Definition</b> code_80005FD0.c:3256</div></div>
<div class="ttc" id="acode__80005FD0_8c_html_aefa24c5b76e7fc9a41036c0b3c4599d8"><div class="ttname"><a href="code__80005FD0_8c.html#aefa24c5b76e7fc9a41036c0b3c4599d8">D_80164430</a></div><div class="ttdeci">u16 D_80164430</div><div class="ttdef"><b>Definition</b> code_80005FD0.c:161</div></div>
<div class="ttc" id="acode__80057C60__var_8c_html_aac3337c246fb507e639a92c29cac7386"><div class="ttname"><a href="code__80057C60__var_8c.html#aac3337c246fb507e639a92c29cac7386">gPlayerBalloonCount</a></div><div class="ttdeci">s16 gPlayerBalloonCount[8]</div><div class="ttdef"><b>Definition</b> code_80057C60_var.c:232</div></div>
<div class="ttc" id="acollision_8c_html_a0724869c38f177efa5357ac2205857d4"><div class="ttname"><a href="collision_8c.html#a0724869c38f177efa5357ac2205857d4">func_802AD950</a></div><div class="ttdeci">u16 func_802AD950(Collision *collision, f32 boundingBoxSize, f32 x1, f32 y1, f32 z1, f32 x2, f32 y2, f32 z2)</div><div class="ttdef"><b>Definition</b> collision.c:1233</div></div>
@@ -660,6 +660,11 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
<div class="ttc" id="astructPlayer_html_af68a201da4cc5a0628252a352d147767"><div class="ttname"><a href="structPlayer.html#af68a201da4cc5a0628252a352d147767">Player::currentRank</a></div><div class="ttdeci">s16 currentRank</div><div class="ttdef"><b>Definition</b> common_structs.h:272</div></div>
<div class="ttc" id="astructPlayer_html_aff7447121b2e0bd051e58a276fce7b36"><div class="ttname"><a href="structPlayer.html#aff7447121b2e0bd051e58a276fce7b36">Player::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> common_structs.h:279</div></div>
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:302</div></div>
<div class="ttc" id="astructShellActor_html_a610da60b5b38774fba6b6bb3076fd007"><div class="ttname"><a href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">ShellActor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:315</div></div>
<div class="ttc" id="astructShellActor_html_a89a884c6ba2b5b022b7dcb5e74d50910"><div class="ttname"><a href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">ShellActor::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:324</div></div>
<div class="ttc" id="astructShellActor_html_acd41b01d05450b6a241a81907bb4fbb8"><div class="ttname"><a href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">ShellActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:323</div></div>
<div class="ttc" id="astructShellActor_html_acf7c6324c79136005a8a16b0280862d4"><div class="ttname"><a href="structShellActor.html#acf7c6324c79136005a8a16b0280862d4">ShellActor::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:325</div></div>
<div class="ttc" id="astructShellActor_html_af3da1448ac4320471aadbc7652ea81a5"><div class="ttname"><a href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5">ShellActor::pathIndex</a></div><div class="ttdeci">u16 pathIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:319</div></div>
<div class="ttc" id="astructTrackWaypoint_html_a97245ae8b27a6a88fdf8310a8e252e4c"><div class="ttname"><a href="structTrackWaypoint.html#a97245ae8b27a6a88fdf8310a8e252e4c">TrackWaypoint::posZ</a></div><div class="ttdeci">s16 posZ</div><div class="ttdef"><b>Definition</b> waypoints.h:9</div></div>
<div class="ttc" id="astructTrackWaypoint_html_abbe76f518626f4fac5072cc03a13e64c"><div class="ttname"><a href="structTrackWaypoint.html#abbe76f518626f4fac5072cc03a13e64c">TrackWaypoint::posY</a></div><div class="ttdeci">s16 posY</div><div class="ttdef"><b>Definition</b> waypoints.h:8</div></div>
<div class="ttc" id="astructTrackWaypoint_html_ad99798faed81104bf699508cf81e89e3"><div class="ttname"><a href="structTrackWaypoint.html#ad99798faed81104bf699508cf81e89e3">TrackWaypoint::posX</a></div><div class="ttdeci">s16 posX</div><div class="ttdef"><b>Definition</b> waypoints.h:7</div></div>
+2 -2
View File
@@ -111,9 +111,9 @@ $(function(){initNavTree('bug.html',''); initResizable(); });
<dt>Global <a class="el" href="code__80005FD0_8c.html#a61da9c57e00b21e4a075bf9d41b932a1">func_8001969C</a> (UNUSED s32 playerId, UNUSED f32 arg1, s32 cameraId, UNUSED s16 pathIndex)</dt>
<dd><a class="anchor" id="_bug000007"></a>Adding an (f32) cast changes asm, why? </dd>
<dt>Global <a class="el" href="heap_8h.html#ab4f80aff560307d96b2c40b5c0ed82f8">func_800B9BE4</a> (f32, f32, u16 *)</dt>
<dd><a class="anchor" id="_bug000001"></a>they probably meant to store the value to tmp[i] and tmp[8 + i] </dd>
<dd><a class="anchor" id="_bug000002"></a>they probably meant to store the value to tmp[i] and tmp[8 + i] </dd>
<dt>Global <a class="el" href="load_8h.html#ab3527402c5b0ba729e379fb33e802291">func_800BB388</a> (s32 bankId, s32 instId, s32 arg2)</dt>
<dd><a class="anchor" id="_bug000002"></a>missing return </dd>
<dd><a class="anchor" id="_bug000001"></a>missing return </dd>
<dt>Global <a class="el" href="collision_8h.html#aeaac8b2a46cdaa9b6a70aa764bf92ffd">func_802AF314</a> (void)</dt>
<dd><a class="anchor" id="_bug000013"></a>possibly bug. Allocate memory but not increment the pointer. This is bad, dumb code, and more importantly it's bad dumb code that doesn't make any sense here. It is incremented after this function completes using a different variable. Not good. </dd>
<dt>Global <a class="el" href="seqplayer_8h.html#a96fd2718691a0e1c86de13d55670a8b1">init_sequence_players</a> (void)</dt>
+3 -3
View File
@@ -1007,7 +1007,7 @@ Here is the caller graph for this function:</div>
</tr>
</table>
</div><div class="memdoc">
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000011">Todo</a></b></dt><dd>Cast to normal <a class="el" href="structCamera.html">Camera</a>? Or from <a class="el" href="structCinematicCamera.html">CinematicCamera</a>? </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000009">Todo</a></b></dt><dd>Cast to normal <a class="el" href="structCamera.html">Camera</a>? Or from <a class="el" href="structCinematicCamera.html">CinematicCamera</a>? </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
@@ -1294,7 +1294,7 @@ Here is the caller graph for this function:</div>
</tr>
</table>
</div><div class="memdoc">
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000012">Todo</a></b></dt><dd>Does this match as a return of s8? </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000010">Todo</a></b></dt><dd>Does this match as a return of s8? </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
@@ -2366,7 +2366,7 @@ Here is the call graph for this function:</div>
</tr>
</table>
</div><div class="memdoc">
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000013">Todo</a></b></dt><dd>What does this even do? </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000012">Todo</a></b></dt><dd>What does this even do? </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
+2 -2
View File
@@ -960,7 +960,7 @@ Here is the caller graph for this function:</div>
</tr>
</table>
</div><div class="memdoc">
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000011">Todo</a></b></dt><dd>Cast to normal <a class="el" href="structCamera.html">Camera</a>? Or from <a class="el" href="structCinematicCamera.html">CinematicCamera</a>? </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000009">Todo</a></b></dt><dd>Cast to normal <a class="el" href="structCamera.html">Camera</a>? Or from <a class="el" href="structCinematicCamera.html">CinematicCamera</a>? </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
@@ -2202,7 +2202,7 @@ Here is the call graph for this function:</div>
</tr>
</table>
</div><div class="memdoc">
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000013">Todo</a></b></dt><dd>What does this even do? </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000012">Todo</a></b></dt><dd>What does this even do? </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
+57
View File
@@ -159,8 +159,12 @@ Functions</h2></td></tr>
<tr class="separator:a52731d6b2880816d8559df507cbdb912"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a878a70e55513d16ec3af89ac2adad271" id="r_a878a70e55513d16ec3af89ac2adad271"><td class="memItemLeft" align="right" valign="top"><a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">void</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a878a70e55513d16ec3af89ac2adad271">func_800070F4</a> (<a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">void</a>)</td></tr>
<tr class="separator:a878a70e55513d16ec3af89ac2adad271"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a54d8d336f4ab9f5fe499af96d0a8aea9" id="r_a54d8d336f4ab9f5fe499af96d0a8aea9"><td class="memItemLeft" align="right" valign="top"><a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">void</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a54d8d336f4ab9f5fe499af96d0a8aea9">func_800074D4</a> (<a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">void</a>)</td></tr>
<tr class="separator:a54d8d336f4ab9f5fe499af96d0a8aea9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a253b99c8d1b5255070b129061832d759" id="r_a253b99c8d1b5255070b129061832d759"><td class="memItemLeft" align="right" valign="top"><a class="el" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a253b99c8d1b5255070b129061832d759">func_80007BF8</a> (<a class="el" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> <a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">arg0</a>, <a class="el" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> <a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">arg1</a>, <a class="el" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> arg2, <a class="el" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> arg3, <a class="el" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> <a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">arg4</a>)</td></tr>
<tr class="separator:a253b99c8d1b5255070b129061832d759"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa82785502c78ed47b4a21b88bebdb6eb" id="r_aa82785502c78ed47b4a21b88bebdb6eb"><td class="memItemLeft" align="right" valign="top"><a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">void</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#aa82785502c78ed47b4a21b88bebdb6eb">func_80007D04</a> (<a class="el" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> playerId, <a class="el" href="structPlayer.html">Player</a> *player)</td></tr>
<tr class="separator:aa82785502c78ed47b4a21b88bebdb6eb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a19bb3a2826efd633cf3a639d8ac64573" id="r_a19bb3a2826efd633cf3a639d8ac64573"><td class="memItemLeft" align="right" valign="top"><a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">void</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a19bb3a2826efd633cf3a639d8ac64573">func_80007FA4</a> (<a class="el" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> <a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">arg0</a>, <a class="el" href="structPlayer.html">Player</a> *player, <a class="el" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> arg2)</td></tr>
<tr class="separator:a19bb3a2826efd633cf3a639d8ac64573"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a49d37b9c623085ef266ca1e39af0cba7" id="r_a49d37b9c623085ef266ca1e39af0cba7"><td class="memItemLeft" align="right" valign="top"><a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">void</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a49d37b9c623085ef266ca1e39af0cba7">func_80008424</a> (<a class="el" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> playerId, <a class="el" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">arg1</a>, <a class="el" href="structPlayer.html">Player</a> *player)</td></tr>
@@ -1546,6 +1550,28 @@ Here is the caller graph for this function:</div>
<div class="center"><div class="zoom"><iframe scrolling="no" frameborder="0" src="code__80005FD0_8c_a878a70e55513d16ec3af89ac2adad271_icgraph.svg" width="100%" height="300"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div></div>
</div>
</div>
</div>
<a id="a54d8d336f4ab9f5fe499af96d0a8aea9" name="a54d8d336f4ab9f5fe499af96d0a8aea9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a54d8d336f4ab9f5fe499af96d0a8aea9">&#9670;&#160;</a></span>func_800074D4()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">void</a> func_800074D4 </td>
<td>(</td>
<td class="paramtype"><a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">void</a></td> <td class="paramname"><span class="paramname"></span></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><div class="zoom"><iframe scrolling="no" frameborder="0" src="code__80005FD0_8c_a54d8d336f4ab9f5fe499af96d0a8aea9_icgraph.svg" width="100%" height="300"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div></div>
</div>
</div>
</div>
<a id="a253b99c8d1b5255070b129061832d759" name="a253b99c8d1b5255070b129061832d759"></a>
@@ -1587,6 +1613,37 @@ Here is the caller graph for this function:</div>
<div class="center"><div class="zoom"><iframe scrolling="no" frameborder="0" src="code__80005FD0_8c_a253b99c8d1b5255070b129061832d759_icgraph.svg" width="100%" height="600"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div></div>
</div>
</div>
</div>
<a id="aa82785502c78ed47b4a21b88bebdb6eb" name="aa82785502c78ed47b4a21b88bebdb6eb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa82785502c78ed47b4a21b88bebdb6eb">&#9670;&#160;</a></span>func_80007D04()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">void</a> func_80007D04 </td>
<td>(</td>
<td class="paramtype"><a class="el" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a></td> <td class="paramname"><span class="paramname"><em>playerId</em>, </span></td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="structPlayer.html">Player</a> *</td> <td class="paramname"><span class="paramname"><em>player</em></span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><div class="zoom"><iframe scrolling="no" frameborder="0" src="code__80005FD0_8c_aa82785502c78ed47b4a21b88bebdb6eb_cgraph.svg" width="100%" height="600"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div></div>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="code__80005FD0_8c_aa82785502c78ed47b4a21b88bebdb6eb_icgraph.svg" width="303" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
</div>
<a id="a19bb3a2826efd633cf3a639d8ac64573" name="a19bb3a2826efd633cf3a639d8ac64573"></a>
+2
View File
@@ -12,7 +12,9 @@ var code__80005FD0_8c =
[ "func_800061DC", "code__80005FD0_8c.html#a850bf12e6ea0e5403e5e6eebc684921d", null ],
[ "func_800065D0", "code__80005FD0_8c.html#a4dd247c7d36363ec09b72e28c7bc14c7", null ],
[ "func_800070F4", "code__80005FD0_8c.html#a878a70e55513d16ec3af89ac2adad271", null ],
[ "func_800074D4", "code__80005FD0_8c.html#a54d8d336f4ab9f5fe499af96d0a8aea9", null ],
[ "func_80007BF8", "code__80005FD0_8c.html#a253b99c8d1b5255070b129061832d759", null ],
[ "func_80007D04", "code__80005FD0_8c.html#aa82785502c78ed47b4a21b88bebdb6eb", null ],
[ "func_80007FA4", "code__80005FD0_8c.html#a19bb3a2826efd633cf3a639d8ac64573", null ],
[ "func_80008424", "code__80005FD0_8c.html#a49d37b9c623085ef266ca1e39af0cba7", null ],
[ "func_80008DC0", "code__80005FD0_8c.html#a47eabd7ab140532839e901a167b8e45d", null ],
@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1292;
var viewHeight = 64;
var sectionId = 'dynsection-101';
var sectionId = 'dynsection-104';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 910;
var viewHeight = 27;
var sectionId = 'dynsection-231';
var sectionId = 'dynsection-234';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1294;
var viewHeight = 65;
var sectionId = 'dynsection-65';
var sectionId = 'dynsection-68';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1637;
var viewHeight = 438;
var sectionId = 'dynsection-165';
var sectionId = 'dynsection-168';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 919;
var viewHeight = 288;
var sectionId = 'dynsection-130';
var sectionId = 'dynsection-133';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1169;
var viewHeight = 65;
var sectionId = 'dynsection-131';
var sectionId = 'dynsection-134';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 2229;
var viewHeight = 378;
var sectionId = 'dynsection-29';
var sectionId = 'dynsection-32';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 561;
var viewHeight = 103;
var sectionId = 'dynsection-241';
var sectionId = 'dynsection-244';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 888;
var viewHeight = 415;
var sectionId = 'dynsection-154';
var sectionId = 'dynsection-157';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1764;
var viewHeight = 515;
var sectionId = 'dynsection-155';
var sectionId = 'dynsection-158';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1404;
var viewHeight = 556;
var sectionId = 'dynsection-220';
var sectionId = 'dynsection-223';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1251;
var viewHeight = 46;
var sectionId = 'dynsection-221';
var sectionId = 'dynsection-224';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1052;
var viewHeight = 568;
var sectionId = 'dynsection-20';
var sectionId = 'dynsection-23';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1073;
var viewHeight = 721;
var sectionId = 'dynsection-71';
var sectionId = 'dynsection-74';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1165;
var viewHeight = 64;
var sectionId = 'dynsection-72';
var sectionId = 'dynsection-75';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 784;
var viewHeight = 175;
var sectionId = 'dynsection-235';
var sectionId = 'dynsection-238';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1211;
var viewHeight = 65;
var sectionId = 'dynsection-236';
var sectionId = 'dynsection-239';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1637;
var viewHeight = 438;
var sectionId = 'dynsection-169';
var sectionId = 'dynsection-172';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1407;
var viewHeight = 690;
var sectionId = 'dynsection-177';
var sectionId = 'dynsection-180';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1250;
var viewHeight = 46;
var sectionId = 'dynsection-178';
var sectionId = 'dynsection-181';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1379;
var viewHeight = 286;
var sectionId = 'dynsection-147';
var sectionId = 'dynsection-150';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1251;
var viewHeight = 157;
var sectionId = 'dynsection-66';
var sectionId = 'dynsection-69';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1250;
var viewHeight = 46;
var sectionId = 'dynsection-170';
var sectionId = 'dynsection-173';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1379;
var viewHeight = 341;
var sectionId = 'dynsection-19';
var sectionId = 'dynsection-20';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1018;
var viewHeight = 1051;
var sectionId = 'dynsection-228';
var sectionId = 'dynsection-231';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 908;
var viewHeight = 27;
var sectionId = 'dynsection-229';
var sectionId = 'dynsection-232';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1293;
var viewHeight = 64;
var sectionId = 'dynsection-82';
var sectionId = 'dynsection-85';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 648;
var viewHeight = 243;
var sectionId = 'dynsection-75';
var sectionId = 'dynsection-78';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1292;
var viewHeight = 64;
var sectionId = 'dynsection-76';
var sectionId = 'dynsection-79';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 917;
var viewHeight = 185;
var sectionId = 'dynsection-122';
var sectionId = 'dynsection-125';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1292;
var viewHeight = 64;
var sectionId = 'dynsection-123';
var sectionId = 'dynsection-126';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 919;
var viewHeight = 288;
var sectionId = 'dynsection-124';
var sectionId = 'dynsection-127';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1169;
var viewHeight = 65;
var sectionId = 'dynsection-125';
var sectionId = 'dynsection-128';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 790;
var viewHeight = 249;
var sectionId = 'dynsection-132';
var sectionId = 'dynsection-135';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1636;
var viewHeight = 438;
var sectionId = 'dynsection-176';
var sectionId = 'dynsection-179';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1421;
var viewHeight = 65;
var sectionId = 'dynsection-95';
var sectionId = 'dynsection-98';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1254;
var viewHeight = 64;
var sectionId = 'dynsection-197';
var sectionId = 'dynsection-200';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1408;
var viewHeight = 652;
var sectionId = 'dynsection-158';
var sectionId = 'dynsection-161';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1251;
var viewHeight = 46;
var sectionId = 'dynsection-159';
var sectionId = 'dynsection-162';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

@@ -1,63 +1,65 @@
<map id="func_80008424" name="func_80008424">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,225,127,251"/>
<area shape="rect" id="Node000002" href="$code__80005FD0_8h.html#ad278f61aeb270c0c1cd359d2e143dbab" title=" " alt="" coords="175,124,297,149"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="85,223,173,166,196,154,198,158,176,171,87,227"/>
<area shape="rect" id="Node000003" href="$code__80005FD0_8c.html#a19bb3a2826efd633cf3a639d8ac64573" title=" " alt="" coords="176,225,296,251"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="127,235,162,235,162,241,127,241"/>
<area shape="rect" id="Node000004" href="$player__controller_8c.html#ac7a97dc1bb35fea10379d0fa68c83f3e" title=" " alt="" coords="346,275,467,300"/>
<area shape="poly" id="edge29_Node000001_Node000004" title=" " alt="" coords="116,248,175,261,332,279,332,285,174,266,115,253"/>
<area shape="rect" id="Node000028" href="$code__80005FD0_8h.html#ac5056b59e25bc19162ec4006b72066a7" title=" " alt="" coords="175,327,297,352"/>
<area shape="poly" id="edge28_Node000001_Node000028" title=" " alt="" coords="87,249,176,305,198,318,196,322,173,310,85,253"/>
<area shape="rect" id="Node000029" href="$player__controller_8c.html#a84e13f8b3b653c5b3cdd4483b6e1b153" title=" " alt="" coords="352,176,461,201"/>
<area shape="poly" id="edge30_Node000001_Node000029" title=" " alt="" coords="118,223,174,211,338,191,339,197,175,217,119,228"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="281,248,349,268,348,273,280,253"/>
<area shape="rect" id="Node000027" href="$player__controller_8c.html#ac7de2240e53129599337038bade1f4fc" title=" " alt="" coords="345,225,468,251"/>
<area shape="poly" id="edge27_Node000003_Node000027" title=" " alt="" coords="296,235,331,235,331,241,296,241"/>
<area shape="rect" id="Node000005" href="$effects_8c.html#ae77e5662a7ef9f09c2e2150a36883d04" title=" " alt="" coords="535,187,656,212"/>
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="442,272,467,261,515,233,551,215,554,220,517,238,469,266,444,277"/>
<area shape="rect" id="Node000026" href="$player__controller_8c.html#aafeb0470c7da44e1440ffa4848f7d500" title=" " alt="" coords="516,247,675,287"/>
<area shape="poly" id="edge26_Node000004_Node000026" title=" " alt="" coords="467,278,502,275,503,280,468,284"/>
<area shape="rect" id="Node000006" href="$effects_8c.html#aeda67f98b2369b1c3952d9e4eb30b4d1" title=" " alt="" coords="723,368,824,393"/>
<area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="636,210,657,220,676,233,705,262,729,295,763,354,758,357,724,298,701,266,673,237,654,224,634,214"/>
<area shape="rect" id="Node000025" href="$external_8c.html#a337fc3ab94ebb3293a85908229303ac8" title=" " alt="" coords="1131,5,1253,31"/>
<area shape="poly" id="edge24_Node000005_Node000025" title=" " alt="" coords="612,184,655,153,717,113,791,73,871,41,935,26,1000,17,1117,12,1117,18,1001,22,936,31,873,46,794,77,720,118,658,158,615,188"/>
<area shape="rect" id="Node000007" href="$effects_8c.html#ad164a912d7ef76f24e7b5cfb9169c16f" title=" " alt="" coords="915,171,1039,196"/>
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="776,367,786,335,805,291,833,245,850,225,870,206,901,191,904,196,874,211,854,228,837,248,810,293,791,336,781,369"/>
<area shape="rect" id="Node000008" href="$effects_8c.html#a105203221e314be241a95e006b62ef80" title=" " alt="" coords="916,220,1039,245"/>
<area shape="poly" id="edge7_Node000006_Node000008" title=" " alt="" coords="779,367,813,313,839,282,871,256,901,242,904,247,873,260,843,286,817,316,783,369"/>
<area shape="rect" id="Node000009" href="$effects_8c.html#acab450a6af6eca812ad3987a292a5165" title=" " alt="" coords="916,269,1039,295"/>
<area shape="poly" id="edge8_Node000006_Node000009" title=" " alt="" coords="786,366,823,335,871,305,902,293,904,298,873,310,826,339,790,370"/>
<area shape="rect" id="Node000010" href="$effects_8c.html#a663cb8df8b606cf00e361977c9d6d834" title=" " alt="" coords="915,319,1039,344"/>
<area shape="poly" id="edge9_Node000006_Node000010" title=" " alt="" coords="824,366,871,354,910,345,911,350,873,359,825,371"/>
<area shape="rect" id="Node000011" href="$effects_8c.html#a5f19eaaa048055d292d02c717e635786" title=" " alt="" coords="916,368,1039,393"/>
<area shape="poly" id="edge10_Node000006_Node000011" title=" " alt="" coords="824,378,902,378,902,383,824,383"/>
<area shape="rect" id="Node000012" href="$effects_8c.html#a4ea2da0616ee3c475e4be217dc0bc71f" title=" " alt="" coords="915,417,1039,443"/>
<area shape="poly" id="edge11_Node000006_Node000012" title=" " alt="" coords="823,391,873,403,907,412,906,417,871,409,822,396"/>
<area shape="rect" id="Node000013" href="$effects_8c.html#a4a437d6caeeaa794bcce43ec60c097e9" title=" " alt="" coords="917,467,1038,492"/>
<area shape="poly" id="edge12_Node000006_Node000013" title=" " alt="" coords="790,392,826,423,873,453,904,464,902,469,871,458,822,427,786,396"/>
<area shape="rect" id="Node000014" href="$effects_8c.html#ae02351b6bbb678b552ec8864b47fc56c" title=" " alt="" coords="917,516,1038,541"/>
<area shape="poly" id="edge13_Node000006_Node000014" title=" " alt="" coords="783,392,817,446,842,477,873,502,905,516,902,521,871,507,839,481,812,450,779,395"/>
<area shape="rect" id="Node000015" href="$effects_8c.html#afcf39ca15166fb7561402462930cd979" title=" " alt="" coords="916,56,1039,81"/>
<area shape="poly" id="edge14_Node000006_Node000015" title=" " alt="" coords="772,367,776,316,790,242,802,201,819,161,842,124,870,92,901,74,904,79,874,96,846,127,824,164,807,203,795,243,782,317,778,368"/>
<area shape="rect" id="Node000020" href="$effects_8c.html#ab6d84742231847170dd64267f0519cdf" title=" " alt="" coords="915,565,1039,591"/>
<area shape="poly" id="edge19_Node000006_Node000020" title=" " alt="" coords="781,393,791,425,810,469,837,514,854,534,873,552,903,567,901,571,871,556,850,538,833,517,805,471,786,427,775,394"/>
<area shape="rect" id="Node000021" href="$effects_8c.html#a5b9e2c886a5267f2cca1190984277a38" title=" " alt="" coords="898,615,1057,640"/>
<area shape="poly" id="edge20_Node000006_Node000021" title=" " alt="" coords="779,393,787,434,803,491,831,551,850,578,874,601,887,610,884,614,870,605,846,581,827,553,798,493,781,435,774,394"/>
<area shape="rect" id="Node000022" href="$effects_8c.html#a4768d56263e476d3bac47ee01bac3dc8" title=" " alt="" coords="872,665,1083,705"/>
<area shape="poly" id="edge21_Node000006_Node000022" title=" " alt="" coords="778,393,783,441,798,511,810,548,827,586,848,620,874,651,878,655,875,659,870,655,843,623,822,588,805,550,793,512,778,442,773,394"/>
<area shape="rect" id="Node000023" href="$effects_8c.html#aafe14c45e9b91bb1d409ef2f2bfe5c53" title=" " alt="" coords="878,729,1077,769"/>
<area shape="poly" id="edge22_Node000006_Node000023" title=" " alt="" coords="777,393,779,451,791,537,802,585,820,632,843,676,874,715,878,718,874,722,870,718,839,679,815,634,797,586,785,538,774,452,772,394"/>
<area shape="rect" id="Node000024" href="$effects_8c.html#a0d5728af3b320b88b01fadef778fcbff" title=" " alt="" coords="899,106,1055,146"/>
<area shape="poly" id="edge23_Node000006_Node000024" title=" " alt="" coords="774,367,782,327,799,270,828,209,847,181,870,156,885,145,889,149,874,160,851,184,832,212,804,272,787,328,779,368"/>
<area shape="rect" id="Node000016" href="$code__80057C60_8c.html#a0a55fae21abd30d3c618adef1a9f3ccd" title=" " alt="" coords="1131,56,1253,81"/>
<area shape="poly" id="edge15_Node000015_Node000016" title=" " alt="" coords="1039,66,1117,66,1117,71,1039,71"/>
<area shape="rect" id="Node000017" href="$effects_8c.html#a1c7552c4a370cc015c2726e40f1fdb06" title=" " alt="" coords="1301,105,1425,131"/>
<area shape="poly" id="edge16_Node000016_Node000017" title=" " alt="" coords="1238,79,1305,99,1304,104,1236,84"/>
<area shape="rect" id="Node000018" href="$external_8c.html#a2be9efc97a92e19d02aaee90d676acc1" title=" " alt="" coords="1302,56,1425,81"/>
<area shape="poly" id="edge17_Node000016_Node000018" title=" " alt="" coords="1254,66,1288,66,1288,71,1254,71"/>
<area shape="rect" id="Node000019" href="$external_8c.html#a475cff796211891556f52877cd8e9b9e" title=" " alt="" coords="1473,31,1569,56"/>
<area shape="poly" id="edge18_Node000018_Node000019" title=" " alt="" coords="1424,56,1459,51,1460,56,1425,62"/>
<area shape="poly" id="edge25_Node000025_Node000019" title=" " alt="" coords="1254,20,1460,36,1460,41,1253,25"/>
<area shape="poly" id="edge31_Node000029_Node000005" title=" " alt="" coords="462,189,521,192,521,198,462,194"/>
<area shape="poly" id="edge32_Node000029_Node000026" title=" " alt="" coords="440,199,469,212,535,240,533,244,467,216,437,204"/>
<area shape="rect" id="Node000001" title=" " alt="" coords="5,241,127,267"/>
<area shape="rect" id="Node000002" href="$code__80005FD0_8c.html#aa82785502c78ed47b4a21b88bebdb6eb" title=" " alt="" coords="175,191,297,216"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="109,239,179,217,180,223,110,244"/>
<area shape="rect" id="Node000003" href="$player__controller_8c.html#ac7a97dc1bb35fea10379d0fa68c83f3e" title=" " alt="" coords="346,241,467,267"/>
<area shape="poly" id="edge33_Node000001_Node000003" title=" " alt="" coords="127,251,332,251,332,257,127,257"/>
<area shape="rect" id="Node000026" href="$player__controller_8c.html#a84e13f8b3b653c5b3cdd4483b6e1b153" title=" " alt="" coords="352,188,461,213"/>
<area shape="poly" id="edge34_Node000001_Node000026" title=" " alt="" coords="78,239,118,205,145,188,174,175,221,167,269,167,315,173,355,182,354,187,314,178,269,172,221,172,175,181,147,193,121,210,81,243"/>
<area shape="rect" id="Node000027" href="$code__80005FD0_8c.html#a19bb3a2826efd633cf3a639d8ac64573" title=" " alt="" coords="176,292,296,317"/>
<area shape="poly" id="edge29_Node000001_Node000027" title=" " alt="" coords="110,264,180,285,179,291,109,269"/>
<area shape="rect" id="Node000029" href="$code__80005FD0_8h.html#ac5056b59e25bc19162ec4006b72066a7" title=" " alt="" coords="175,341,297,367"/>
<area shape="poly" id="edge32_Node000001_Node000029" title=" " alt="" coords="85,265,125,295,176,328,187,333,185,338,173,332,122,300,81,269"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="280,214,351,235,349,240,279,219"/>
<area shape="poly" id="edge26_Node000002_Node000026" title=" " alt="" coords="297,200,338,199,338,204,298,205"/>
<area shape="rect" id="Node000004" href="$effects_8c.html#ae77e5662a7ef9f09c2e2150a36883d04" title=" " alt="" coords="535,187,656,212"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="450,239,537,213,538,219,452,244"/>
<area shape="rect" id="Node000025" href="$player__controller_8c.html#aafeb0470c7da44e1440ffa4848f7d500" title=" " alt="" coords="516,237,675,277"/>
<area shape="poly" id="edge25_Node000003_Node000025" title=" " alt="" coords="467,252,502,253,502,258,467,258"/>
<area shape="rect" id="Node000005" href="$effects_8c.html#aeda67f98b2369b1c3952d9e4eb30b4d1" title=" " alt="" coords="723,368,824,393"/>
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="654,210,676,223,707,253,732,289,765,354,760,356,728,291,703,257,673,227,651,214"/>
<area shape="rect" id="Node000024" href="$external_8c.html#a337fc3ab94ebb3293a85908229303ac8" title=" " alt="" coords="1131,5,1253,31"/>
<area shape="poly" id="edge23_Node000004_Node000024" title=" " alt="" coords="612,184,655,153,717,113,791,73,871,41,935,26,1000,17,1117,12,1117,18,1001,22,936,31,873,46,794,77,720,118,658,158,615,188"/>
<area shape="rect" id="Node000006" href="$effects_8c.html#ad164a912d7ef76f24e7b5cfb9169c16f" title=" " alt="" coords="915,171,1039,196"/>
<area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="775,367,786,334,805,290,833,244,850,223,871,205,901,190,903,195,873,210,854,227,837,247,810,293,791,336,781,369"/>
<area shape="rect" id="Node000007" href="$effects_8c.html#a105203221e314be241a95e006b62ef80" title=" " alt="" coords="916,220,1039,245"/>
<area shape="poly" id="edge6_Node000005_Node000007" title=" " alt="" coords="779,366,812,312,839,281,871,254,901,241,904,245,873,259,842,284,817,315,783,369"/>
<area shape="rect" id="Node000008" href="$effects_8c.html#acab450a6af6eca812ad3987a292a5165" title=" " alt="" coords="916,269,1039,295"/>
<area shape="poly" id="edge7_Node000005_Node000008" title=" " alt="" coords="786,366,823,335,871,305,902,293,904,298,873,310,826,339,790,370"/>
<area shape="rect" id="Node000009" href="$effects_8c.html#a663cb8df8b606cf00e361977c9d6d834" title=" " alt="" coords="915,319,1039,344"/>
<area shape="poly" id="edge8_Node000005_Node000009" title=" " alt="" coords="824,366,871,354,910,345,911,350,873,359,825,371"/>
<area shape="rect" id="Node000010" href="$effects_8c.html#a5f19eaaa048055d292d02c717e635786" title=" " alt="" coords="916,368,1039,393"/>
<area shape="poly" id="edge9_Node000005_Node000010" title=" " alt="" coords="824,378,902,378,902,383,824,383"/>
<area shape="rect" id="Node000011" href="$effects_8c.html#a4ea2da0616ee3c475e4be217dc0bc71f" title=" " alt="" coords="915,417,1039,443"/>
<area shape="poly" id="edge10_Node000005_Node000011" title=" " alt="" coords="823,391,873,403,907,412,906,417,871,409,822,396"/>
<area shape="rect" id="Node000012" href="$effects_8c.html#a4a437d6caeeaa794bcce43ec60c097e9" title=" " alt="" coords="917,467,1038,492"/>
<area shape="poly" id="edge11_Node000005_Node000012" title=" " alt="" coords="790,392,826,423,873,453,904,464,902,469,871,458,822,427,786,396"/>
<area shape="rect" id="Node000013" href="$effects_8c.html#ae02351b6bbb678b552ec8864b47fc56c" title=" " alt="" coords="917,516,1038,541"/>
<area shape="poly" id="edge12_Node000005_Node000013" title=" " alt="" coords="783,392,817,446,842,477,873,502,905,516,902,521,871,507,839,481,812,450,779,395"/>
<area shape="rect" id="Node000014" href="$effects_8c.html#afcf39ca15166fb7561402462930cd979" title=" " alt="" coords="916,56,1039,81"/>
<area shape="poly" id="edge13_Node000005_Node000014" title=" " alt="" coords="772,367,776,316,790,242,802,201,819,161,842,124,870,92,901,74,904,79,874,96,846,127,824,164,807,203,795,243,782,317,778,368"/>
<area shape="rect" id="Node000019" href="$effects_8c.html#ab6d84742231847170dd64267f0519cdf" title=" " alt="" coords="915,565,1039,591"/>
<area shape="poly" id="edge18_Node000005_Node000019" title=" " alt="" coords="781,393,791,425,810,469,837,514,854,534,873,552,903,567,901,571,871,556,850,538,833,517,805,471,786,427,775,394"/>
<area shape="rect" id="Node000020" href="$effects_8c.html#a5b9e2c886a5267f2cca1190984277a38" title=" " alt="" coords="898,615,1057,640"/>
<area shape="poly" id="edge19_Node000005_Node000020" title=" " alt="" coords="779,393,787,434,803,491,831,551,850,578,874,601,887,610,884,614,870,605,846,581,827,553,798,493,781,435,774,394"/>
<area shape="rect" id="Node000021" href="$effects_8c.html#a4768d56263e476d3bac47ee01bac3dc8" title=" " alt="" coords="872,665,1083,705"/>
<area shape="poly" id="edge20_Node000005_Node000021" title=" " alt="" coords="778,393,783,441,798,511,810,548,827,586,848,620,874,651,878,655,875,659,870,655,843,623,822,588,805,550,793,512,778,442,773,394"/>
<area shape="rect" id="Node000022" href="$effects_8c.html#aafe14c45e9b91bb1d409ef2f2bfe5c53" title=" " alt="" coords="878,729,1077,769"/>
<area shape="poly" id="edge21_Node000005_Node000022" title=" " alt="" coords="777,393,779,451,791,537,802,585,820,632,843,676,874,715,878,718,874,722,870,718,839,679,815,634,797,586,785,538,774,452,772,394"/>
<area shape="rect" id="Node000023" href="$effects_8c.html#a0d5728af3b320b88b01fadef778fcbff" title=" " alt="" coords="899,106,1055,146"/>
<area shape="poly" id="edge22_Node000005_Node000023" title=" " alt="" coords="774,367,782,327,799,270,828,209,847,181,870,156,885,145,889,149,874,160,851,184,832,212,804,272,787,328,779,368"/>
<area shape="rect" id="Node000015" href="$code__80057C60_8c.html#a0a55fae21abd30d3c618adef1a9f3ccd" title=" " alt="" coords="1131,56,1253,81"/>
<area shape="poly" id="edge14_Node000014_Node000015" title=" " alt="" coords="1039,66,1117,66,1117,71,1039,71"/>
<area shape="rect" id="Node000016" href="$effects_8c.html#a1c7552c4a370cc015c2726e40f1fdb06" title=" " alt="" coords="1301,105,1425,131"/>
<area shape="poly" id="edge15_Node000015_Node000016" title=" " alt="" coords="1238,79,1305,99,1304,104,1236,84"/>
<area shape="rect" id="Node000017" href="$external_8c.html#a2be9efc97a92e19d02aaee90d676acc1" title=" " alt="" coords="1302,56,1425,81"/>
<area shape="poly" id="edge16_Node000015_Node000017" title=" " alt="" coords="1254,66,1288,66,1288,71,1254,71"/>
<area shape="rect" id="Node000018" href="$external_8c.html#a475cff796211891556f52877cd8e9b9e" title=" " alt="" coords="1473,31,1569,56"/>
<area shape="poly" id="edge17_Node000017_Node000018" title=" " alt="" coords="1424,56,1459,51,1460,56,1425,62"/>
<area shape="poly" id="edge24_Node000024_Node000018" title=" " alt="" coords="1254,20,1460,36,1460,41,1253,25"/>
<area shape="poly" id="edge27_Node000026_Node000004" title=" " alt="" coords="462,198,521,197,521,203,462,203"/>
<area shape="poly" id="edge28_Node000026_Node000025" title=" " alt="" coords="451,211,515,230,514,235,449,216"/>
<area shape="poly" id="edge30_Node000027_Node000003" title=" " alt="" coords="279,289,349,268,351,273,280,294"/>
<area shape="rect" id="Node000028" href="$player__controller_8c.html#ac7de2240e53129599337038bade1f4fc" title=" " alt="" coords="345,292,468,317"/>
<area shape="poly" id="edge31_Node000027_Node000028" title=" " alt="" coords="296,302,331,302,331,307,296,307"/>
</map>
@@ -1 +1 @@
c0d2560fe3123ebe8244c03f16aadbbf
ad699c69709e9992e104d5dc97f1d45b
@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1181;
var viewHeight = 581;
var sectionId = 'dynsection-22';
var sectionId = 'dynsection-25';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">
@@ -58,17 +58,17 @@ var sectionId = 'dynsection-22';
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="91,-407.5 0,-407.5 0,-388.5 91,-388.5 91,-407.5"/>
<text text-anchor="middle" x="45.5" y="-395.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80008424</text>
<polygon fill="#999999" stroke="#666666" points="91,-395.5 0,-395.5 0,-376.5 91,-376.5 91,-395.5"/>
<text text-anchor="middle" x="45.5" y="-383.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80008424</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="code__80005FD0_8h.html#ad278f61aeb270c0c1cd359d2e143dbab" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="219,-483.5 127,-483.5 127,-464.5 219,-464.5 219,-483.5"/>
<text text-anchor="middle" x="173" y="-471.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80007D04</text>
<g id="a_Node000002"><a xlink:href="code__80005FD0_8c.html#aa82785502c78ed47b4a21b88bebdb6eb" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="219,-433.5 127,-433.5 127,-414.5 219,-414.5 219,-433.5"/>
<text text-anchor="middle" x="173" y="-421.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80007D04</text>
</a>
</g>
</g>
@@ -76,80 +76,107 @@ var sectionId = 'dynsection-22';
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M60.53,-407.57C76.41,-418.29 103.19,-436 127,-450 132.38,-453.16 138.2,-456.4 143.83,-459.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.5,-462.7 152.98,-464.3 145.79,-456.52 142.5,-462.7"/>
<path fill="none" stroke="#63b8ff" d="M78.17,-395.59C94.07,-400.4 113.54,-406.3 130.61,-411.47"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.76,-414.87 140.34,-414.41 131.78,-408.17 129.76,-414.87"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="code__80005FD0_8c.html#a19bb3a2826efd633cf3a639d8ac64573" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="218,-407.5 128,-407.5 128,-388.5 218,-388.5 218,-407.5"/>
<text text-anchor="middle" x="173" y="-395.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80007FA4</text>
<g id="a_Node000003"><a xlink:href="player__controller_8c.html#ac7a97dc1bb35fea10379d0fa68c83f3e" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="346.5,-395.5 255.5,-395.5 255.5,-376.5 346.5,-376.5 346.5,-395.5"/>
<text text-anchor="middle" x="301" y="-383.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80031F48</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<g id="edge33_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M91.1,-398C99.71,-398 108.82,-398 117.69,-398"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="117.97,-401.5 127.97,-398 117.97,-394.5 117.97,-401.5"/>
<g id="a_edge33_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M91.24,-386C134.18,-386 199.15,-386 245.18,-386"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="245.28,-389.5 255.28,-386 245.28,-382.5 245.28,-389.5"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="player__controller_8c.html#ac7a97dc1bb35fea10379d0fa68c83f3e" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="346.5,-370.5 255.5,-370.5 255.5,-351.5 346.5,-351.5 346.5,-370.5"/>
<text text-anchor="middle" x="301" y="-358.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80031F48</text>
<!-- Node26 -->
<g id="Node000026" class="node">
<title>Node26</title>
<g id="a_Node000026"><a xlink:href="player__controller_8c.html#a84e13f8b3b653c5b3cdd4483b6e1b153" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="342,-435.5 260,-435.5 260,-416.5 342,-416.5 342,-435.5"/>
<text text-anchor="middle" x="301" y="-423.5" font-family="Helvetica,sans-Serif" font-size="10.00">player_speed</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge29_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge29_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M82.36,-388.5C96.23,-385.1 112.28,-381.49 127,-379 166.26,-372.35 210.97,-367.78 245.11,-364.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="245.66,-368.37 255.34,-364.07 245.09,-361.39 245.66,-368.37"/>
<!-- Node1&#45;&gt;Node26 -->
<g id="edge34_Node000001_Node000026" class="edge">
<title>Node1&#45;&gt;Node26</title>
<g id="a_edge34_Node000001_Node000026"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M55.81,-395.62C69.76,-409.27 97.63,-433.65 127,-443 171.76,-457.24 226.04,-447.88 261.72,-438.36"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="263.03,-441.62 271.71,-435.55 261.14,-434.88 263.03,-441.62"/>
</a>
</g>
</g>
<!-- Node28 -->
<g id="Node000028" class="node">
<title>Node28</title>
<g id="a_Node000028"><a xlink:href="code__80005FD0_8h.html#ac5056b59e25bc19162ec4006b72066a7" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="219,-331.5 127,-331.5 127,-312.5 219,-312.5 219,-331.5"/>
<text text-anchor="middle" x="173" y="-319.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_800088D8</text>
<!-- Node27 -->
<g id="Node000027" class="node">
<title>Node27</title>
<g id="a_Node000027"><a xlink:href="code__80005FD0_8c.html#a19bb3a2826efd633cf3a639d8ac64573" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="218,-357.5 128,-357.5 128,-338.5 218,-338.5 218,-357.5"/>
<text text-anchor="middle" x="173" y="-345.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80007FA4</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node28 -->
<g id="edge28_Node000001_Node000028" class="edge">
<title>Node1&#45;&gt;Node28</title>
<g id="a_edge28_Node000001_Node000028"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M60.53,-388.43C76.41,-377.71 103.19,-360 127,-346 132.38,-342.84 138.2,-339.6 143.83,-336.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.79,-339.48 152.98,-331.7 142.5,-333.3 145.79,-339.48"/>
<!-- Node1&#45;&gt;Node27 -->
<g id="edge29_Node000001_Node000027" class="edge">
<title>Node1&#45;&gt;Node27</title>
<g id="a_edge29_Node000001_Node000027"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M78.17,-376.41C94.07,-371.6 113.54,-365.7 130.61,-360.53"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.78,-363.83 140.34,-357.59 129.76,-357.13 131.78,-363.83"/>
</a>
</g>
</g>
<!-- Node29 -->
<g id="Node000029" class="node">
<title>Node29</title>
<g id="a_Node000029"><a xlink:href="player__controller_8c.html#a84e13f8b3b653c5b3cdd4483b6e1b153" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="342,-444.5 260,-444.5 260,-425.5 342,-425.5 342,-444.5"/>
<text text-anchor="middle" x="301" y="-432.5" font-family="Helvetica,sans-Serif" font-size="10.00">player_speed</text>
<g id="a_Node000029"><a xlink:href="code__80005FD0_8h.html#ac5056b59e25bc19162ec4006b72066a7" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="219,-320.5 127,-320.5 127,-301.5 219,-301.5 219,-320.5"/>
<text text-anchor="middle" x="173" y="-308.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_800088D8</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node29 -->
<g id="edge30_Node000001_Node000029" class="edge">
<g id="edge32_Node000001_Node000029" class="edge">
<title>Node1&#45;&gt;Node29</title>
<g id="a_edge30_Node000001_Node000029"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M85.23,-407.57C98.42,-410.59 113.3,-413.72 127,-416 168.06,-422.82 215.02,-427.8 249.65,-430.95"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="249.7,-434.47 259.97,-431.87 250.32,-427.5 249.7,-434.47"/>
<g id="a_edge32_Node000001_Node000029"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M58.19,-376.38C73.36,-364.21 100.98,-343.16 127,-329 129.72,-327.52 132.59,-326.09 135.51,-324.73"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.11,-327.86 144.87,-320.65 134.31,-321.44 137.11,-327.86"/>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M205.8,-414.41C221.76,-409.6 241.31,-403.7 258.45,-398.53"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="259.65,-401.82 268.22,-395.59 257.63,-395.12 259.65,-401.82"/>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node26 -->
<g id="edge26_Node000002_Node000026" class="edge">
<title>Node2&#45;&gt;Node26</title>
<g id="a_edge26_Node000002_Node000026"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M219.13,-424.72C228.99,-424.87 239.47,-425.04 249.52,-425.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="249.73,-428.7 259.78,-425.36 249.84,-421.7 249.73,-428.7"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="effects_8c.html#ae77e5662a7ef9f09c2e2150a36883d04" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="488,-436.5 397,-436.5 397,-417.5 488,-417.5 488,-436.5"/>
<text text-anchor="middle" x="442.5" y="-424.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008F104</text>
</a>
</g>
</g>
@@ -157,35 +184,36 @@ var sectionId = 'dynsection-22';
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M206.45,-388.47C221.91,-383.93 240.6,-378.44 257.2,-373.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="258.62,-376.8 267.22,-370.62 256.64,-370.08 258.62,-376.8"/>
<path fill="none" stroke="#63b8ff" d="M334.35,-395.51C353.58,-401.16 378.2,-408.39 398.98,-414.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="398.26,-417.94 408.84,-417.4 400.23,-411.22 398.26,-417.94"/>
</a>
</g>
</g>
<!-- Node27 -->
<g id="Node000027" class="node">
<title>Node27</title>
<g id="a_Node000027"><a xlink:href="player__controller_8c.html#ac7de2240e53129599337038bade1f4fc" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="347,-407.5 255,-407.5 255,-388.5 347,-388.5 347,-407.5"/>
<text text-anchor="middle" x="301" y="-395.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80038BE4</text>
<!-- Node25 -->
<g id="Node000025" class="node">
<title>Node25</title>
<g id="a_Node000025"><a xlink:href="player__controller_8c.html#aafeb0470c7da44e1440ffa4848f7d500" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="502,-399 383,-399 383,-369 502,-369 502,-399"/>
<text text-anchor="start" x="391" y="-387" font-family="Helvetica,sans-Serif" font-size="10.00">get_player_index_for</text>
<text text-anchor="middle" x="442.5" y="-376" font-family="Helvetica,sans-Serif" font-size="10.00">_player</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node27 -->
<g id="edge27_Node000003_Node000027" class="edge">
<title>Node3&#45;&gt;Node27</title>
<g id="a_edge27_Node000003_Node000027"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M218.07,-398C226.64,-398 235.72,-398 244.6,-398"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="244.89,-401.5 254.89,-398 244.89,-394.5 244.89,-401.5"/>
<!-- Node3&#45;&gt;Node25 -->
<g id="edge25_Node000003_Node000025" class="edge">
<title>Node3&#45;&gt;Node25</title>
<g id="a_edge25_Node000003_Node000025"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M346.52,-385.36C354.92,-385.24 363.89,-385.11 372.83,-384.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="372.93,-388.48 382.88,-384.84 372.83,-381.48 372.93,-388.48"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:href="effects_8c.html#ae77e5662a7ef9f09c2e2150a36883d04" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="488,-436.5 397,-436.5 397,-417.5 488,-417.5 488,-436.5"/>
<text text-anchor="middle" x="442.5" y="-424.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008F104</text>
<g id="a_Node000005"><a xlink:href="effects_8c.html#aeda67f98b2369b1c3952d9e4eb30b4d1" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="614,-300.5 538,-300.5 538,-281.5 614,-281.5 614,-300.5"/>
<text text-anchor="middle" x="576" y="-288.5" font-family="Helvetica,sans-Serif" font-size="10.00">clean_effect</text>
</a>
</g>
</g>
@@ -193,36 +221,35 @@ var sectionId = 'dynsection-22';
<g id="edge4_Node000004_Node000005" class="edge">
<title>Node4&#45;&gt;Node5</title>
<g id="a_edge4_Node000004_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M327.99,-370.64C334.29,-373.18 340.95,-376.05 347,-379 363.64,-387.13 366.57,-391.44 383,-400 391.74,-404.55 401.4,-409.17 410.3,-413.27"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="409.04,-416.54 419.59,-417.49 411.93,-410.17 409.04,-416.54"/>
<path fill="none" stroke="#63b8ff" d="M485.29,-417.46C491.25,-414.98 497.04,-411.88 502,-408 535.32,-381.95 557.42,-336.14 567.91,-310.24"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="571.23,-311.37 571.59,-300.78 564.71,-308.83 571.23,-311.37"/>
</a>
</g>
</g>
<!-- Node26 -->
<g id="Node000026" class="node">
<title>Node26</title>
<g id="a_Node000026"><a xlink:href="player__controller_8c.html#aafeb0470c7da44e1440ffa4848f7d500" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="502,-391 383,-391 383,-361 502,-361 502,-391"/>
<text text-anchor="start" x="391" y="-379" font-family="Helvetica,sans-Serif" font-size="10.00">get_player_index_for</text>
<text text-anchor="middle" x="442.5" y="-368" font-family="Helvetica,sans-Serif" font-size="10.00">_player</text>
<!-- Node24 -->
<g id="Node000024" class="node">
<title>Node24</title>
<g id="a_Node000024"><a xlink:href="external_8c.html#a337fc3ab94ebb3293a85908229303ac8" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="936,-572.5 844,-572.5 844,-553.5 936,-553.5 936,-572.5"/>
<text text-anchor="middle" x="890" y="-560.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_800C90F4</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node26 -->
<g id="edge26_Node000004_Node000026" class="edge">
<title>Node4&#45;&gt;Node26</title>
<g id="a_edge26_Node000004_Node000026"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M346.52,-365.79C354.92,-366.69 363.89,-367.65 372.83,-368.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="372.56,-372.11 382.88,-369.7 373.31,-365.15 372.56,-372.11"/>
<!-- Node4&#45;&gt;Node24 -->
<g id="edge23_Node000004_Node000024" class="edge">
<title>Node4&#45;&gt;Node24</title>
<g id="a_edge23_Node000004_Node000024"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M456.1,-436.82C487.04,-460.28 570.03,-519.49 650,-544 710.93,-562.68 784.47,-565.81 833.74,-565.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="833.93,-568.81 843.87,-565.15 833.82,-561.81 833.93,-568.81"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_Node000006"><a xlink:href="effects_8c.html#aeda67f98b2369b1c3952d9e4eb30b4d1" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="614,-300.5 538,-300.5 538,-281.5 614,-281.5 614,-300.5"/>
<text text-anchor="middle" x="576" y="-288.5" font-family="Helvetica,sans-Serif" font-size="10.00">clean_effect</text>
<g id="a_Node000006"><a xlink:href="effects_8c.html#ad164a912d7ef76f24e7b5cfb9169c16f" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-448.5 682.5,-448.5 682.5,-429.5 775.5,-429.5 775.5,-448.5"/>
<text text-anchor="middle" x="729" y="-436.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008C6D0</text>
</a>
</g>
</g>
@@ -230,290 +257,272 @@ var sectionId = 'dynsection-22';
<g id="edge5_Node000005_Node000006" class="edge">
<title>Node5&#45;&gt;Node6</title>
<g id="a_edge5_Node000005_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M472.12,-417.48C482.27,-413.2 493.32,-407.41 502,-400 531.88,-374.5 554.63,-333.88 566.3,-310.09"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="569.61,-311.28 570.74,-300.74 563.29,-308.27 569.61,-311.28"/>
</a>
</g>
</g>
<!-- Node25 -->
<g id="Node000025" class="node">
<title>Node25</title>
<g id="a_Node000025"><a xlink:href="external_8c.html#a337fc3ab94ebb3293a85908229303ac8" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="936,-572.5 844,-572.5 844,-553.5 936,-553.5 936,-572.5"/>
<text text-anchor="middle" x="890" y="-560.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_800C90F4</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node25 -->
<g id="edge24_Node000005_Node000025" class="edge">
<title>Node5&#45;&gt;Node25</title>
<g id="a_edge24_Node000005_Node000025"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M456.1,-436.82C487.04,-460.28 570.03,-519.49 650,-544 710.93,-562.68 784.47,-565.81 833.74,-565.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="833.93,-568.81 843.87,-565.15 833.82,-561.81 833.93,-568.81"/>
<path fill="none" stroke="#63b8ff" d="M579.48,-300.63C586.27,-324.96 607.53,-389.18 650,-421 656.64,-425.98 664.43,-429.61 672.47,-432.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="671.76,-435.69 682.34,-435.02 673.65,-428.95 671.76,-435.69"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_Node000007"><a xlink:href="effects_8c.html#ad164a912d7ef76f24e7b5cfb9169c16f" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-448.5 682.5,-448.5 682.5,-429.5 775.5,-429.5 775.5,-448.5"/>
<text text-anchor="middle" x="729" y="-436.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008C6D0</text>
<g id="a_Node000007"><a xlink:href="effects_8c.html#a105203221e314be241a95e006b62ef80" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-411.5 683,-411.5 683,-392.5 775,-392.5 775,-411.5"/>
<text text-anchor="middle" x="729" y="-399.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008C8C4</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node7 -->
<g id="edge6_Node000006_Node000007" class="edge">
<title>Node6&#45;&gt;Node7</title>
<g id="a_edge6_Node000006_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M579.53,-300.53C586.42,-324.6 607.92,-388.18 650,-420 656.71,-425.08 664.6,-428.81 672.73,-431.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="671.75,-434.92 682.33,-434.36 673.71,-428.2 671.75,-434.92"/>
<!-- Node5&#45;&gt;Node7 -->
<g id="edge6_Node000005_Node000007" class="edge">
<title>Node5&#45;&gt;Node7</title>
<g id="a_edge6_Node000005_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M581.7,-300.67C591.54,-319.81 616.22,-362.53 650,-384 656.92,-388.4 664.8,-391.72 672.82,-394.24"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.05,-397.66 682.62,-396.92 673.9,-390.91 672.05,-397.66"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_Node000008"><a xlink:href="effects_8c.html#a105203221e314be241a95e006b62ef80" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-411.5 683,-411.5 683,-392.5 775,-392.5 775,-411.5"/>
<text text-anchor="middle" x="729" y="-399.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008C8C4</text>
<g id="a_Node000008"><a xlink:href="effects_8c.html#acab450a6af6eca812ad3987a292a5165" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-374.5 683,-374.5 683,-355.5 775,-355.5 775,-374.5"/>
<text text-anchor="middle" x="729" y="-362.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D0E4</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node8 -->
<g id="edge7_Node000006_Node000008" class="edge">
<title>Node6&#45;&gt;Node8</title>
<g id="a_edge7_Node000006_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M581.76,-300.53C591.69,-319.4 616.52,-361.56 650,-383 656.93,-387.43 664.8,-390.83 672.83,-393.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.05,-396.86 682.63,-396.24 673.98,-390.13 672.05,-396.86"/>
<!-- Node5&#45;&gt;Node8 -->
<g id="edge7_Node000005_Node000008" class="edge">
<title>Node5&#45;&gt;Node8</title>
<g id="a_edge7_Node000005_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M586.99,-300.68C600.29,-313.02 625.05,-334.18 650,-346 657.25,-349.44 665.19,-352.29 673.14,-354.64"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.22,-358.02 682.79,-357.28 674.06,-351.27 672.22,-358.02"/>
</a>
</g>
</g>
<!-- Node9 -->
<g id="Node000009" class="node">
<title>Node9</title>
<g id="a_Node000009"><a xlink:href="effects_8c.html#acab450a6af6eca812ad3987a292a5165" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-374.5 683,-374.5 683,-355.5 775,-355.5 775,-374.5"/>
<text text-anchor="middle" x="729" y="-362.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D0E4</text>
<g id="a_Node000009"><a xlink:href="effects_8c.html#a663cb8df8b606cf00e361977c9d6d834" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-337.5 682.5,-337.5 682.5,-318.5 775.5,-318.5 775.5,-337.5"/>
<text text-anchor="middle" x="729" y="-325.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D3B0</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node9 -->
<g id="edge8_Node000006_Node000009" class="edge">
<title>Node6&#45;&gt;Node9</title>
<g id="a_edge8_Node000006_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M586.99,-300.68C600.29,-313.02 625.05,-334.18 650,-346 657.25,-349.44 665.19,-352.29 673.14,-354.64"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.22,-358.02 682.79,-357.28 674.06,-351.27 672.22,-358.02"/>
<!-- Node5&#45;&gt;Node9 -->
<g id="edge8_Node000005_Node000009" class="edge">
<title>Node5&#45;&gt;Node9</title>
<g id="a_edge8_Node000005_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M614.13,-300.18C625.63,-303.01 638.34,-306.14 650,-309 659.34,-311.29 669.32,-313.73 678.91,-316.06"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="678.17,-319.49 688.71,-318.45 679.83,-312.69 678.17,-319.49"/>
</a>
</g>
</g>
<!-- Node10 -->
<g id="Node000010" class="node">
<title>Node10</title>
<g id="a_Node000010"><a xlink:href="effects_8c.html#a663cb8df8b606cf00e361977c9d6d834" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-337.5 682.5,-337.5 682.5,-318.5 775.5,-318.5 775.5,-337.5"/>
<text text-anchor="middle" x="729" y="-325.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D3B0</text>
<g id="a_Node000010"><a xlink:href="effects_8c.html#a5f19eaaa048055d292d02c717e635786" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-300.5 683,-300.5 683,-281.5 775,-281.5 775,-300.5"/>
<text text-anchor="middle" x="729" y="-288.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D760</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node10 -->
<g id="edge9_Node000006_Node000010" class="edge">
<title>Node6&#45;&gt;Node10</title>
<g id="a_edge9_Node000006_Node000010"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M614.13,-300.18C625.63,-303.01 638.34,-306.14 650,-309 659.34,-311.29 669.32,-313.73 678.91,-316.06"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="678.17,-319.49 688.71,-318.45 679.83,-312.69 678.17,-319.49"/>
<!-- Node5&#45;&gt;Node10 -->
<g id="edge9_Node000005_Node000010" class="edge">
<title>Node5&#45;&gt;Node10</title>
<g id="a_edge9_Node000005_Node000010"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M614.33,-291C631.87,-291 653.15,-291 672.53,-291"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.76,-294.5 682.76,-291 672.76,-287.5 672.76,-294.5"/>
</a>
</g>
</g>
<!-- Node11 -->
<g id="Node000011" class="node">
<title>Node11</title>
<g id="a_Node000011"><a xlink:href="effects_8c.html#a5f19eaaa048055d292d02c717e635786" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-300.5 683,-300.5 683,-281.5 775,-281.5 775,-300.5"/>
<text text-anchor="middle" x="729" y="-288.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D760</text>
<g id="a_Node000011"><a xlink:href="effects_8c.html#a4ea2da0616ee3c475e4be217dc0bc71f" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-263.5 682.5,-263.5 682.5,-244.5 775.5,-244.5 775.5,-263.5"/>
<text text-anchor="middle" x="729" y="-251.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D97C</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node11 -->
<g id="edge10_Node000006_Node000011" class="edge">
<title>Node6&#45;&gt;Node11</title>
<g id="a_edge10_Node000006_Node000011"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M614.33,-291C631.87,-291 653.15,-291 672.53,-291"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.76,-294.5 682.76,-291 672.76,-287.5 672.76,-294.5"/>
<!-- Node5&#45;&gt;Node11 -->
<g id="edge10_Node000005_Node000011" class="edge">
<title>Node5&#45;&gt;Node11</title>
<g id="a_edge10_Node000005_Node000011"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M612.97,-281.43C624.75,-278.35 637.92,-274.97 650,-272 658.34,-269.95 667.2,-267.84 675.85,-265.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="676.9,-269.17 685.85,-263.5 675.32,-262.35 676.9,-269.17"/>
</a>
</g>
</g>
<!-- Node12 -->
<g id="Node000012" class="node">
<title>Node12</title>
<g id="a_Node000012"><a xlink:href="effects_8c.html#a4ea2da0616ee3c475e4be217dc0bc71f" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-263.5 682.5,-263.5 682.5,-244.5 775.5,-244.5 775.5,-263.5"/>
<text text-anchor="middle" x="729" y="-251.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D97C</text>
<g id="a_Node000012"><a xlink:href="effects_8c.html#a4a437d6caeeaa794bcce43ec60c097e9" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="774.5,-226.5 683.5,-226.5 683.5,-207.5 774.5,-207.5 774.5,-226.5"/>
<text text-anchor="middle" x="729" y="-214.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008E884</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node12 -->
<g id="edge11_Node000006_Node000012" class="edge">
<title>Node6&#45;&gt;Node12</title>
<g id="a_edge11_Node000006_Node000012"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M612.97,-281.43C624.75,-278.35 637.92,-274.97 650,-272 658.34,-269.95 667.2,-267.84 675.85,-265.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="676.9,-269.17 685.85,-263.5 675.32,-262.35 676.9,-269.17"/>
<!-- Node5&#45;&gt;Node12 -->
<g id="edge11_Node000005_Node000012" class="edge">
<title>Node5&#45;&gt;Node12</title>
<g id="a_edge11_Node000005_Node000012"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M586.93,-281.09C600.17,-268.46 624.86,-246.85 650,-235 657.33,-231.54 665.36,-228.73 673.4,-226.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="674.37,-229.81 683.17,-223.91 672.61,-223.03 674.37,-229.81"/>
</a>
</g>
</g>
<!-- Node13 -->
<g id="Node000013" class="node">
<title>Node13</title>
<g id="a_Node000013"><a xlink:href="effects_8c.html#a4a437d6caeeaa794bcce43ec60c097e9" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="774.5,-226.5 683.5,-226.5 683.5,-207.5 774.5,-207.5 774.5,-226.5"/>
<text text-anchor="middle" x="729" y="-214.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008E884</text>
<g id="a_Node000013"><a xlink:href="effects_8c.html#ae02351b6bbb678b552ec8864b47fc56c" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="774.5,-189.5 683.5,-189.5 683.5,-170.5 774.5,-170.5 774.5,-189.5"/>
<text text-anchor="middle" x="729" y="-177.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008F3E0</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node13 -->
<g id="edge12_Node000006_Node000013" class="edge">
<title>Node6&#45;&gt;Node13</title>
<g id="a_edge12_Node000006_Node000013"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M586.93,-281.09C600.17,-268.46 624.86,-246.85 650,-235 657.33,-231.54 665.36,-228.73 673.4,-226.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="674.37,-229.81 683.17,-223.91 672.61,-223.03 674.37,-229.81"/>
<!-- Node5&#45;&gt;Node13 -->
<g id="edge12_Node000005_Node000013" class="edge">
<title>Node5&#45;&gt;Node13</title>
<g id="a_edge12_Node000005_Node000013"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M581.7,-281.33C591.54,-262.19 616.22,-219.47 650,-198 657.17,-193.45 665.35,-190.04 673.67,-187.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="674.68,-190.85 683.43,-184.88 672.87,-184.09 674.68,-190.85"/>
</a>
</g>
</g>
<!-- Node14 -->
<g id="Node000014" class="node">
<title>Node14</title>
<g id="a_Node000014"><a xlink:href="effects_8c.html#ae02351b6bbb678b552ec8864b47fc56c" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="774.5,-189.5 683.5,-189.5 683.5,-170.5 774.5,-170.5 774.5,-189.5"/>
<text text-anchor="middle" x="729" y="-177.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008F3E0</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node14 -->
<g id="edge13_Node000006_Node000014" class="edge">
<title>Node6&#45;&gt;Node14</title>
<g id="a_edge13_Node000006_Node000014"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M581.7,-281.33C591.54,-262.19 616.22,-219.47 650,-198 657.17,-193.45 665.35,-190.04 673.67,-187.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="674.68,-190.85 683.43,-184.88 672.87,-184.09 674.68,-190.85"/>
</a>
</g>
</g>
<!-- Node15 -->
<g id="Node000015" class="node">
<title>Node15</title>
<g id="a_Node000015"><a xlink:href="effects_8c.html#afcf39ca15166fb7561402462930cd979" target="_top" xlink:title=" ">
<g id="a_Node000014"><a xlink:href="effects_8c.html#afcf39ca15166fb7561402462930cd979" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-534.5 683,-534.5 683,-515.5 775,-515.5 775,-534.5"/>
<text text-anchor="middle" x="729" y="-522.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008F5A4</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node15 -->
<g id="edge14_Node000006_Node000015" class="edge">
<title>Node6&#45;&gt;Node15</title>
<g id="a_edge14_Node000006_Node000015"><a xlink:title=" ">
<!-- Node5&#45;&gt;Node14 -->
<g id="edge13_Node000005_Node000014" class="edge">
<title>Node5&#45;&gt;Node14</title>
<g id="a_edge13_Node000005_Node000014"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M577.19,-300.9C578.4,-334.97 587.19,-448.51 650,-506 656.5,-511.95 664.54,-516.12 672.98,-519.02"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.02,-522.39 682.6,-521.8 673.96,-515.66 672.02,-522.39"/>
</a>
</g>
</g>
<!-- Node19 -->
<g id="Node000019" class="node">
<title>Node19</title>
<g id="a_Node000019"><a xlink:href="effects_8c.html#ab6d84742231847170dd64267f0519cdf" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-152.5 682.5,-152.5 682.5,-133.5 775.5,-133.5 775.5,-152.5"/>
<text text-anchor="middle" x="729" y="-140.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008FEDC</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node19 -->
<g id="edge18_Node000005_Node000019" class="edge">
<title>Node5&#45;&gt;Node19</title>
<g id="a_edge18_Node000005_Node000019"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M579.48,-281.37C586.27,-257.04 607.53,-192.82 650,-161 656.64,-156.02 664.43,-152.39 672.47,-149.74"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="673.65,-153.05 682.34,-146.98 671.76,-146.31 673.65,-153.05"/>
</a>
</g>
</g>
<!-- Node20 -->
<g id="Node000020" class="node">
<title>Node20</title>
<g id="a_Node000020"><a xlink:href="effects_8c.html#ab6d84742231847170dd64267f0519cdf" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-152.5 682.5,-152.5 682.5,-133.5 775.5,-133.5 775.5,-152.5"/>
<text text-anchor="middle" x="729" y="-140.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008FEDC</text>
<g id="a_Node000020"><a xlink:href="effects_8c.html#a5b9e2c886a5267f2cca1190984277a38" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="788.5,-115.5 669.5,-115.5 669.5,-96.5 788.5,-96.5 788.5,-115.5"/>
<text text-anchor="middle" x="729" y="-103.5" font-family="Helvetica,sans-Serif" font-size="10.00">remove_boost_effect</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node20 -->
<g id="edge19_Node000006_Node000020" class="edge">
<title>Node6&#45;&gt;Node20</title>
<g id="a_edge19_Node000006_Node000020"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M579.48,-281.37C586.27,-257.04 607.53,-192.82 650,-161 656.64,-156.02 664.43,-152.39 672.47,-149.74"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="673.65,-153.05 682.34,-146.98 671.76,-146.31 673.65,-153.05"/>
<!-- Node5&#45;&gt;Node20 -->
<g id="edge19_Node000005_Node000020" class="edge">
<title>Node5&#45;&gt;Node20</title>
<g id="a_edge19_Node000005_Node000020"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M578.21,-281.29C582.35,-252.44 598.63,-166.64 650,-124 653.1,-121.43 656.5,-119.21 660.09,-117.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="661.65,-120.42 669.34,-113.13 658.78,-114.04 661.65,-120.42"/>
</a>
</g>
</g>
<!-- Node21 -->
<g id="Node000021" class="node">
<title>Node21</title>
<g id="a_Node000021"><a xlink:href="effects_8c.html#a5b9e2c886a5267f2cca1190984277a38" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="788.5,-115.5 669.5,-115.5 669.5,-96.5 788.5,-96.5 788.5,-115.5"/>
<text text-anchor="middle" x="729" y="-103.5" font-family="Helvetica,sans-Serif" font-size="10.00">remove_boost_effect</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node21 -->
<g id="edge20_Node000006_Node000021" class="edge">
<title>Node6&#45;&gt;Node21</title>
<g id="a_edge20_Node000006_Node000021"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M578.21,-281.29C582.35,-252.44 598.63,-166.64 650,-124 653.1,-121.43 656.5,-119.21 660.09,-117.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="661.65,-120.42 669.34,-113.13 658.78,-114.04 661.65,-120.42"/>
</a>
</g>
</g>
<!-- Node22 -->
<g id="Node000022" class="node">
<title>Node22</title>
<g id="a_Node000022"><a xlink:href="effects_8c.html#a4768d56263e476d3bac47ee01bac3dc8" target="_top" xlink:title=" ">
<g id="a_Node000021"><a xlink:href="effects_8c.html#a4768d56263e476d3bac47ee01bac3dc8" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="808,-78 650,-78 650,-48 808,-48 808,-78"/>
<text text-anchor="start" x="658" y="-66" font-family="Helvetica,sans-Serif" font-size="10.00">remove_boost_ramp_asphalt</text>
<text text-anchor="middle" x="729" y="-55" font-family="Helvetica,sans-Serif" font-size="10.00">_effect</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node22 -->
<g id="edge21_Node000006_Node000022" class="edge">
<title>Node6&#45;&gt;Node22</title>
<g id="a_edge21_Node000006_Node000022"><a xlink:title=" ">
<!-- Node5&#45;&gt;Node21 -->
<g id="edge20_Node000005_Node000021" class="edge">
<title>Node5&#45;&gt;Node21</title>
<g id="a_edge20_Node000005_Node000021"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M577.52,-281.28C579.78,-248.79 591.54,-142.88 650,-87 651.12,-85.93 652.29,-84.91 653.49,-83.93"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="655.71,-86.65 661.99,-78.12 651.76,-80.87 655.71,-86.65"/>
</a>
</g>
</g>
<!-- Node23 -->
<g id="Node000023" class="node">
<title>Node23</title>
<g id="a_Node000023"><a xlink:href="effects_8c.html#aafe14c45e9b91bb1d409ef2f2bfe5c53" target="_top" xlink:title=" ">
<!-- Node22 -->
<g id="Node000022" class="node">
<title>Node22</title>
<g id="a_Node000022"><a xlink:href="effects_8c.html#aafe14c45e9b91bb1d409ef2f2bfe5c53" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="803.5,-30 654.5,-30 654.5,0 803.5,0 803.5,-30"/>
<text text-anchor="start" x="662.5" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">remove_boost_ramp_wood</text>
<text text-anchor="middle" x="729" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">_effect</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node23 -->
<g id="edge22_Node000006_Node000023" class="edge">
<title>Node6&#45;&gt;Node23</title>
<g id="a_edge22_Node000006_Node000023"><a xlink:title=" ">
<!-- Node5&#45;&gt;Node22 -->
<g id="edge21_Node000005_Node000022" class="edge">
<title>Node5&#45;&gt;Node22</title>
<g id="a_edge21_Node000005_Node000022"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M576.75,-281.44C576.34,-244.59 579.89,-110.28 650,-39 650.95,-38.03 651.94,-37.11 652.96,-36.22"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="655.35,-38.81 661.38,-30.09 651.24,-33.14 655.35,-38.81"/>
</a>
</g>
</g>
<!-- Node24 -->
<g id="Node000024" class="node">
<title>Node24</title>
<g id="a_Node000024"><a xlink:href="effects_8c.html#a0d5728af3b320b88b01fadef778fcbff" target="_top" xlink:title=" ">
<!-- Node23 -->
<g id="Node000023" class="node">
<title>Node23</title>
<g id="a_Node000023"><a xlink:href="effects_8c.html#a0d5728af3b320b88b01fadef778fcbff" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="787.5,-497 670.5,-497 670.5,-467 787.5,-467 787.5,-497"/>
<text text-anchor="start" x="678.5" y="-485" font-family="Helvetica,sans-Serif" font-size="10.00">remove_hit_by_item</text>
<text text-anchor="middle" x="729" y="-474" font-family="Helvetica,sans-Serif" font-size="10.00">_effect</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node24 -->
<g id="edge23_Node000006_Node000024" class="edge">
<title>Node6&#45;&gt;Node24</title>
<g id="a_edge23_Node000006_Node000024"><a xlink:title=" ">
<!-- Node5&#45;&gt;Node23 -->
<g id="edge22_Node000005_Node000023" class="edge">
<title>Node5&#45;&gt;Node23</title>
<g id="a_edge22_Node000005_Node000023"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M578.36,-300.55C582.9,-328.92 600.19,-413.55 650,-458 653.42,-461.05 657.23,-463.72 661.26,-466.05"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="659.89,-469.28 670.4,-470.62 663.02,-463.01 659.89,-469.28"/>
</a>
</g>
</g>
<!-- Node15 -->
<g id="Node000015" class="node">
<title>Node15</title>
<g id="a_Node000015"><a xlink:href="code__80057C60_8c.html#a0a55fae21abd30d3c618adef1a9f3ccd" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="936,-534.5 844,-534.5 844,-515.5 936,-515.5 936,-534.5"/>
<text text-anchor="middle" x="890" y="-522.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8006B8B4</text>
</a>
</g>
</g>
<!-- Node14&#45;&gt;Node15 -->
<g id="edge14_Node000014_Node000015" class="edge">
<title>Node14&#45;&gt;Node15</title>
<g id="a_edge14_Node000014_Node000015"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M775.14,-525C793.35,-525 814.54,-525 833.67,-525"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="833.75,-528.5 843.75,-525 833.75,-521.5 833.75,-528.5"/>
</a>
</g>
</g>
<!-- Node16 -->
<g id="Node000016" class="node">
<title>Node16</title>
<g id="a_Node000016"><a xlink:href="code__80057C60_8c.html#a0a55fae21abd30d3c618adef1a9f3ccd" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="936,-534.5 844,-534.5 844,-515.5 936,-515.5 936,-534.5"/>
<text text-anchor="middle" x="890" y="-522.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8006B8B4</text>
<g id="a_Node000016"><a xlink:href="effects_8c.html#a1c7552c4a370cc015c2726e40f1fdb06" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1065,-497.5 972,-497.5 972,-478.5 1065,-478.5 1065,-497.5"/>
<text text-anchor="middle" x="1018.5" y="-485.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008FD4C</text>
</a>
</g>
</g>
@@ -521,89 +530,98 @@ var sectionId = 'dynsection-22';
<g id="edge15_Node000015_Node000016" class="edge">
<title>Node15&#45;&gt;Node16</title>
<g id="a_edge15_Node000015_Node000016"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M775.14,-525C793.35,-525 814.54,-525 833.67,-525"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="833.75,-528.5 843.75,-525 833.75,-521.5 833.75,-528.5"/>
<path fill="none" stroke="#63b8ff" d="M923.58,-515.47C939.1,-510.93 957.87,-505.44 974.53,-500.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="975.98,-503.79 984.59,-497.62 974.01,-497.07 975.98,-503.79"/>
</a>
</g>
</g>
<!-- Node17 -->
<g id="Node000017" class="node">
<title>Node17</title>
<g id="a_Node000017"><a xlink:href="effects_8c.html#a1c7552c4a370cc015c2726e40f1fdb06" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1065,-497.5 972,-497.5 972,-478.5 1065,-478.5 1065,-497.5"/>
<text text-anchor="middle" x="1018.5" y="-485.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008FD4C</text>
<g id="a_Node000017"><a xlink:href="external_8c.html#a2be9efc97a92e19d02aaee90d676acc1" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1064.5,-534.5 972.5,-534.5 972.5,-515.5 1064.5,-515.5 1064.5,-534.5"/>
<text text-anchor="middle" x="1018.5" y="-522.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_800C9060</text>
</a>
</g>
</g>
<!-- Node16&#45;&gt;Node17 -->
<g id="edge16_Node000016_Node000017" class="edge">
<title>Node16&#45;&gt;Node17</title>
<g id="a_edge16_Node000016_Node000017"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M923.58,-515.47C939.1,-510.93 957.87,-505.44 974.53,-500.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="975.98,-503.79 984.59,-497.62 974.01,-497.07 975.98,-503.79"/>
<!-- Node15&#45;&gt;Node17 -->
<g id="edge16_Node000015_Node000017" class="edge">
<title>Node15&#45;&gt;Node17</title>
<g id="a_edge16_Node000015_Node000017"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M936.31,-525C944.58,-525 953.29,-525 961.81,-525"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="962.08,-528.5 972.08,-525 962.08,-521.5 962.08,-528.5"/>
</a>
</g>
</g>
<!-- Node18 -->
<g id="Node000018" class="node">
<title>Node18</title>
<g id="a_Node000018"><a xlink:href="external_8c.html#a2be9efc97a92e19d02aaee90d676acc1" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1064.5,-534.5 972.5,-534.5 972.5,-515.5 1064.5,-515.5 1064.5,-534.5"/>
<text text-anchor="middle" x="1018.5" y="-522.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_800C9060</text>
</a>
</g>
</g>
<!-- Node16&#45;&gt;Node18 -->
<g id="edge17_Node000016_Node000018" class="edge">
<title>Node16&#45;&gt;Node18</title>
<g id="a_edge17_Node000016_Node000018"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M936.31,-525C944.58,-525 953.29,-525 961.81,-525"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="962.08,-528.5 972.08,-525 962.08,-521.5 962.08,-528.5"/>
</a>
</g>
</g>
<!-- Node19 -->
<g id="Node000019" class="node">
<title>Node19</title>
<g id="a_Node000019"><a xlink:href="external_8c.html#a475cff796211891556f52877cd8e9b9e" target="_top" xlink:title=" ">
<g id="a_Node000018"><a xlink:href="external_8c.html#a475cff796211891556f52877cd8e9b9e" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1173,-553.5 1101,-553.5 1101,-534.5 1173,-534.5 1173,-553.5"/>
<text text-anchor="middle" x="1137" y="-541.5" font-family="Helvetica,sans-Serif" font-size="10.00">play_sound</text>
</a>
</g>
</g>
<!-- Node18&#45;&gt;Node19 -->
<g id="edge18_Node000018_Node000019" class="edge">
<title>Node18&#45;&gt;Node19</title>
<g id="a_edge18_Node000018_Node000019"><a xlink:title=" ">
<!-- Node17&#45;&gt;Node18 -->
<g id="edge17_Node000017_Node000018" class="edge">
<title>Node17&#45;&gt;Node18</title>
<g id="a_edge17_Node000017_Node000018"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M1064.54,-532.35C1073.19,-533.76 1082.26,-535.23 1090.91,-536.65"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="1090.4,-540.11 1100.83,-538.26 1091.53,-533.2 1090.4,-540.11"/>
</a>
</g>
</g>
<!-- Node25&#45;&gt;Node19 -->
<g id="edge25_Node000025_Node000019" class="edge">
<title>Node25&#45;&gt;Node19</title>
<g id="a_edge25_Node000025_Node000019"><a xlink:title=" ">
<!-- Node24&#45;&gt;Node18 -->
<g id="edge24_Node000024_Node000018" class="edge">
<title>Node24&#45;&gt;Node18</title>
<g id="a_edge24_Node000024_Node000018"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M936.22,-559.49C980.26,-556.08 1046.8,-550.92 1090.82,-547.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="1091.25,-550.98 1100.95,-546.72 1090.71,-544 1091.25,-550.98"/>
</a>
</g>
</g>
<!-- Node29&#45;&gt;Node5 -->
<g id="edge31_Node000029_Node000005" class="edge">
<title>Node29&#45;&gt;Node5</title>
<g id="a_edge31_Node000029_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M342.35,-432.69C356.21,-431.89 371.97,-430.99 386.77,-430.14"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="387.06,-433.63 396.84,-429.56 386.66,-426.64 387.06,-433.63"/>
<!-- Node26&#45;&gt;Node4 -->
<g id="edge27_Node000026_Node000004" class="edge">
<title>Node26&#45;&gt;Node4</title>
<g id="a_edge27_Node000026_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M342.35,-426.29C356.21,-426.39 371.97,-426.5 386.77,-426.61"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="386.81,-430.11 396.84,-426.68 386.87,-423.11 386.81,-430.11"/>
</a>
</g>
</g>
<!-- Node29&#45;&gt;Node26 -->
<g id="edge32_Node000029_Node000026" class="edge">
<title>Node29&#45;&gt;Node26</title>
<g id="a_edge32_Node000029_Node000026"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M324.89,-425.34C331.98,-422.35 339.81,-419.04 347,-416 363.17,-409.16 380.9,-401.66 396.58,-395.02"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="398.21,-398.14 406.05,-391.01 395.48,-391.69 398.21,-398.14"/>
<!-- Node26&#45;&gt;Node25 -->
<g id="edge28_Node000026_Node000025" class="edge">
<title>Node26&#45;&gt;Node25</title>
<g id="a_edge28_Node000026_Node000025"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M333.65,-416.47C347.97,-412.16 365.37,-406.92 381.98,-401.92"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="383.07,-405.25 391.64,-399.01 381.05,-398.54 383.07,-405.25"/>
</a>
</g>
</g>
<!-- Node27&#45;&gt;Node3 -->
<g id="edge30_Node000027_Node000003" class="edge">
<title>Node27&#45;&gt;Node3</title>
<g id="a_edge30_Node000027_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M205.8,-357.59C221.76,-362.4 241.31,-368.3 258.45,-373.47"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="257.63,-376.88 268.22,-376.41 259.65,-370.18 257.63,-376.88"/>
</a>
</g>
</g>
<!-- Node28 -->
<g id="Node000028" class="node">
<title>Node28</title>
<g id="a_Node000028"><a xlink:href="player__controller_8c.html#ac7de2240e53129599337038bade1f4fc" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="347,-357.5 255,-357.5 255,-338.5 347,-338.5 347,-357.5"/>
<text text-anchor="middle" x="301" y="-345.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80038BE4</text>
</a>
</g>
</g>
<!-- Node27&#45;&gt;Node28 -->
<g id="edge31_Node000027_Node000028" class="edge">
<title>Node27&#45;&gt;Node28</title>
<g id="a_edge31_Node000027_Node000028"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M218.07,-348C226.64,-348 235.72,-348 244.6,-348"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="244.89,-351.5 254.89,-348 244.89,-344.5 244.89,-351.5"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 31 KiB

@@ -12,17 +12,17 @@
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="91,-407.5 0,-407.5 0,-388.5 91,-388.5 91,-407.5"/>
<text text-anchor="middle" x="45.5" y="-395.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80008424</text>
<polygon fill="#999999" stroke="#666666" points="91,-395.5 0,-395.5 0,-376.5 91,-376.5 91,-395.5"/>
<text text-anchor="middle" x="45.5" y="-383.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80008424</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="code__80005FD0_8h.html#ad278f61aeb270c0c1cd359d2e143dbab" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="219,-483.5 127,-483.5 127,-464.5 219,-464.5 219,-483.5"/>
<text text-anchor="middle" x="173" y="-471.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80007D04</text>
<g id="a_Node000002"><a xlink:href="code__80005FD0_8c.html#aa82785502c78ed47b4a21b88bebdb6eb" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="219,-433.5 127,-433.5 127,-414.5 219,-414.5 219,-433.5"/>
<text text-anchor="middle" x="173" y="-421.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80007D04</text>
</a>
</g>
</g>
@@ -30,80 +30,107 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M60.53,-407.57C76.41,-418.29 103.19,-436 127,-450 132.38,-453.16 138.2,-456.4 143.83,-459.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.5,-462.7 152.98,-464.3 145.79,-456.52 142.5,-462.7"/>
<path fill="none" stroke="#63b8ff" d="M78.17,-395.59C94.07,-400.4 113.54,-406.3 130.61,-411.47"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.76,-414.87 140.34,-414.41 131.78,-408.17 129.76,-414.87"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="code__80005FD0_8c.html#a19bb3a2826efd633cf3a639d8ac64573" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="218,-407.5 128,-407.5 128,-388.5 218,-388.5 218,-407.5"/>
<text text-anchor="middle" x="173" y="-395.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80007FA4</text>
<g id="a_Node000003"><a xlink:href="player__controller_8c.html#ac7a97dc1bb35fea10379d0fa68c83f3e" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="346.5,-395.5 255.5,-395.5 255.5,-376.5 346.5,-376.5 346.5,-395.5"/>
<text text-anchor="middle" x="301" y="-383.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80031F48</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<g id="edge33_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M91.1,-398C99.71,-398 108.82,-398 117.69,-398"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="117.97,-401.5 127.97,-398 117.97,-394.5 117.97,-401.5"/>
<g id="a_edge33_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M91.24,-386C134.18,-386 199.15,-386 245.18,-386"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="245.28,-389.5 255.28,-386 245.28,-382.5 245.28,-389.5"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="player__controller_8c.html#ac7a97dc1bb35fea10379d0fa68c83f3e" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="346.5,-370.5 255.5,-370.5 255.5,-351.5 346.5,-351.5 346.5,-370.5"/>
<text text-anchor="middle" x="301" y="-358.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80031F48</text>
<!-- Node26 -->
<g id="Node000026" class="node">
<title>Node26</title>
<g id="a_Node000026"><a xlink:href="player__controller_8c.html#a84e13f8b3b653c5b3cdd4483b6e1b153" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="342,-435.5 260,-435.5 260,-416.5 342,-416.5 342,-435.5"/>
<text text-anchor="middle" x="301" y="-423.5" font-family="Helvetica,sans-Serif" font-size="10.00">player_speed</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge29_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge29_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M82.36,-388.5C96.23,-385.1 112.28,-381.49 127,-379 166.26,-372.35 210.97,-367.78 245.11,-364.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="245.66,-368.37 255.34,-364.07 245.09,-361.39 245.66,-368.37"/>
<!-- Node1&#45;&gt;Node26 -->
<g id="edge34_Node000001_Node000026" class="edge">
<title>Node1&#45;&gt;Node26</title>
<g id="a_edge34_Node000001_Node000026"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M55.81,-395.62C69.76,-409.27 97.63,-433.65 127,-443 171.76,-457.24 226.04,-447.88 261.72,-438.36"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="263.03,-441.62 271.71,-435.55 261.14,-434.88 263.03,-441.62"/>
</a>
</g>
</g>
<!-- Node28 -->
<g id="Node000028" class="node">
<title>Node28</title>
<g id="a_Node000028"><a xlink:href="code__80005FD0_8h.html#ac5056b59e25bc19162ec4006b72066a7" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="219,-331.5 127,-331.5 127,-312.5 219,-312.5 219,-331.5"/>
<text text-anchor="middle" x="173" y="-319.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_800088D8</text>
<!-- Node27 -->
<g id="Node000027" class="node">
<title>Node27</title>
<g id="a_Node000027"><a xlink:href="code__80005FD0_8c.html#a19bb3a2826efd633cf3a639d8ac64573" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="218,-357.5 128,-357.5 128,-338.5 218,-338.5 218,-357.5"/>
<text text-anchor="middle" x="173" y="-345.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80007FA4</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node28 -->
<g id="edge28_Node000001_Node000028" class="edge">
<title>Node1&#45;&gt;Node28</title>
<g id="a_edge28_Node000001_Node000028"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M60.53,-388.43C76.41,-377.71 103.19,-360 127,-346 132.38,-342.84 138.2,-339.6 143.83,-336.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.79,-339.48 152.98,-331.7 142.5,-333.3 145.79,-339.48"/>
<!-- Node1&#45;&gt;Node27 -->
<g id="edge29_Node000001_Node000027" class="edge">
<title>Node1&#45;&gt;Node27</title>
<g id="a_edge29_Node000001_Node000027"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M78.17,-376.41C94.07,-371.6 113.54,-365.7 130.61,-360.53"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.78,-363.83 140.34,-357.59 129.76,-357.13 131.78,-363.83"/>
</a>
</g>
</g>
<!-- Node29 -->
<g id="Node000029" class="node">
<title>Node29</title>
<g id="a_Node000029"><a xlink:href="player__controller_8c.html#a84e13f8b3b653c5b3cdd4483b6e1b153" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="342,-444.5 260,-444.5 260,-425.5 342,-425.5 342,-444.5"/>
<text text-anchor="middle" x="301" y="-432.5" font-family="Helvetica,sans-Serif" font-size="10.00">player_speed</text>
<g id="a_Node000029"><a xlink:href="code__80005FD0_8h.html#ac5056b59e25bc19162ec4006b72066a7" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="219,-320.5 127,-320.5 127,-301.5 219,-301.5 219,-320.5"/>
<text text-anchor="middle" x="173" y="-308.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_800088D8</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node29 -->
<g id="edge30_Node000001_Node000029" class="edge">
<g id="edge32_Node000001_Node000029" class="edge">
<title>Node1&#45;&gt;Node29</title>
<g id="a_edge30_Node000001_Node000029"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M85.23,-407.57C98.42,-410.59 113.3,-413.72 127,-416 168.06,-422.82 215.02,-427.8 249.65,-430.95"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="249.7,-434.47 259.97,-431.87 250.32,-427.5 249.7,-434.47"/>
<g id="a_edge32_Node000001_Node000029"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M58.19,-376.38C73.36,-364.21 100.98,-343.16 127,-329 129.72,-327.52 132.59,-326.09 135.51,-324.73"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.11,-327.86 144.87,-320.65 134.31,-321.44 137.11,-327.86"/>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M205.8,-414.41C221.76,-409.6 241.31,-403.7 258.45,-398.53"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="259.65,-401.82 268.22,-395.59 257.63,-395.12 259.65,-401.82"/>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node26 -->
<g id="edge26_Node000002_Node000026" class="edge">
<title>Node2&#45;&gt;Node26</title>
<g id="a_edge26_Node000002_Node000026"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M219.13,-424.72C228.99,-424.87 239.47,-425.04 249.52,-425.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="249.73,-428.7 259.78,-425.36 249.84,-421.7 249.73,-428.7"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="effects_8c.html#ae77e5662a7ef9f09c2e2150a36883d04" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="488,-436.5 397,-436.5 397,-417.5 488,-417.5 488,-436.5"/>
<text text-anchor="middle" x="442.5" y="-424.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008F104</text>
</a>
</g>
</g>
@@ -111,35 +138,36 @@
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M206.45,-388.47C221.91,-383.93 240.6,-378.44 257.2,-373.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="258.62,-376.8 267.22,-370.62 256.64,-370.08 258.62,-376.8"/>
<path fill="none" stroke="#63b8ff" d="M334.35,-395.51C353.58,-401.16 378.2,-408.39 398.98,-414.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="398.26,-417.94 408.84,-417.4 400.23,-411.22 398.26,-417.94"/>
</a>
</g>
</g>
<!-- Node27 -->
<g id="Node000027" class="node">
<title>Node27</title>
<g id="a_Node000027"><a xlink:href="player__controller_8c.html#ac7de2240e53129599337038bade1f4fc" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="347,-407.5 255,-407.5 255,-388.5 347,-388.5 347,-407.5"/>
<text text-anchor="middle" x="301" y="-395.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80038BE4</text>
<!-- Node25 -->
<g id="Node000025" class="node">
<title>Node25</title>
<g id="a_Node000025"><a xlink:href="player__controller_8c.html#aafeb0470c7da44e1440ffa4848f7d500" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="502,-399 383,-399 383,-369 502,-369 502,-399"/>
<text text-anchor="start" x="391" y="-387" font-family="Helvetica,sans-Serif" font-size="10.00">get_player_index_for</text>
<text text-anchor="middle" x="442.5" y="-376" font-family="Helvetica,sans-Serif" font-size="10.00">_player</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node27 -->
<g id="edge27_Node000003_Node000027" class="edge">
<title>Node3&#45;&gt;Node27</title>
<g id="a_edge27_Node000003_Node000027"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M218.07,-398C226.64,-398 235.72,-398 244.6,-398"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="244.89,-401.5 254.89,-398 244.89,-394.5 244.89,-401.5"/>
<!-- Node3&#45;&gt;Node25 -->
<g id="edge25_Node000003_Node000025" class="edge">
<title>Node3&#45;&gt;Node25</title>
<g id="a_edge25_Node000003_Node000025"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M346.52,-385.36C354.92,-385.24 363.89,-385.11 372.83,-384.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="372.93,-388.48 382.88,-384.84 372.83,-381.48 372.93,-388.48"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:href="effects_8c.html#ae77e5662a7ef9f09c2e2150a36883d04" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="488,-436.5 397,-436.5 397,-417.5 488,-417.5 488,-436.5"/>
<text text-anchor="middle" x="442.5" y="-424.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008F104</text>
<g id="a_Node000005"><a xlink:href="effects_8c.html#aeda67f98b2369b1c3952d9e4eb30b4d1" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="614,-300.5 538,-300.5 538,-281.5 614,-281.5 614,-300.5"/>
<text text-anchor="middle" x="576" y="-288.5" font-family="Helvetica,sans-Serif" font-size="10.00">clean_effect</text>
</a>
</g>
</g>
@@ -147,36 +175,35 @@
<g id="edge4_Node000004_Node000005" class="edge">
<title>Node4&#45;&gt;Node5</title>
<g id="a_edge4_Node000004_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M327.99,-370.64C334.29,-373.18 340.95,-376.05 347,-379 363.64,-387.13 366.57,-391.44 383,-400 391.74,-404.55 401.4,-409.17 410.3,-413.27"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="409.04,-416.54 419.59,-417.49 411.93,-410.17 409.04,-416.54"/>
<path fill="none" stroke="#63b8ff" d="M485.29,-417.46C491.25,-414.98 497.04,-411.88 502,-408 535.32,-381.95 557.42,-336.14 567.91,-310.24"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="571.23,-311.37 571.59,-300.78 564.71,-308.83 571.23,-311.37"/>
</a>
</g>
</g>
<!-- Node26 -->
<g id="Node000026" class="node">
<title>Node26</title>
<g id="a_Node000026"><a xlink:href="player__controller_8c.html#aafeb0470c7da44e1440ffa4848f7d500" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="502,-391 383,-391 383,-361 502,-361 502,-391"/>
<text text-anchor="start" x="391" y="-379" font-family="Helvetica,sans-Serif" font-size="10.00">get_player_index_for</text>
<text text-anchor="middle" x="442.5" y="-368" font-family="Helvetica,sans-Serif" font-size="10.00">_player</text>
<!-- Node24 -->
<g id="Node000024" class="node">
<title>Node24</title>
<g id="a_Node000024"><a xlink:href="external_8c.html#a337fc3ab94ebb3293a85908229303ac8" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="936,-572.5 844,-572.5 844,-553.5 936,-553.5 936,-572.5"/>
<text text-anchor="middle" x="890" y="-560.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_800C90F4</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node26 -->
<g id="edge26_Node000004_Node000026" class="edge">
<title>Node4&#45;&gt;Node26</title>
<g id="a_edge26_Node000004_Node000026"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M346.52,-365.79C354.92,-366.69 363.89,-367.65 372.83,-368.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="372.56,-372.11 382.88,-369.7 373.31,-365.15 372.56,-372.11"/>
<!-- Node4&#45;&gt;Node24 -->
<g id="edge23_Node000004_Node000024" class="edge">
<title>Node4&#45;&gt;Node24</title>
<g id="a_edge23_Node000004_Node000024"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M456.1,-436.82C487.04,-460.28 570.03,-519.49 650,-544 710.93,-562.68 784.47,-565.81 833.74,-565.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="833.93,-568.81 843.87,-565.15 833.82,-561.81 833.93,-568.81"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_Node000006"><a xlink:href="effects_8c.html#aeda67f98b2369b1c3952d9e4eb30b4d1" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="614,-300.5 538,-300.5 538,-281.5 614,-281.5 614,-300.5"/>
<text text-anchor="middle" x="576" y="-288.5" font-family="Helvetica,sans-Serif" font-size="10.00">clean_effect</text>
<g id="a_Node000006"><a xlink:href="effects_8c.html#ad164a912d7ef76f24e7b5cfb9169c16f" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-448.5 682.5,-448.5 682.5,-429.5 775.5,-429.5 775.5,-448.5"/>
<text text-anchor="middle" x="729" y="-436.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008C6D0</text>
</a>
</g>
</g>
@@ -184,290 +211,272 @@
<g id="edge5_Node000005_Node000006" class="edge">
<title>Node5&#45;&gt;Node6</title>
<g id="a_edge5_Node000005_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M472.12,-417.48C482.27,-413.2 493.32,-407.41 502,-400 531.88,-374.5 554.63,-333.88 566.3,-310.09"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="569.61,-311.28 570.74,-300.74 563.29,-308.27 569.61,-311.28"/>
</a>
</g>
</g>
<!-- Node25 -->
<g id="Node000025" class="node">
<title>Node25</title>
<g id="a_Node000025"><a xlink:href="external_8c.html#a337fc3ab94ebb3293a85908229303ac8" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="936,-572.5 844,-572.5 844,-553.5 936,-553.5 936,-572.5"/>
<text text-anchor="middle" x="890" y="-560.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_800C90F4</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node25 -->
<g id="edge24_Node000005_Node000025" class="edge">
<title>Node5&#45;&gt;Node25</title>
<g id="a_edge24_Node000005_Node000025"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M456.1,-436.82C487.04,-460.28 570.03,-519.49 650,-544 710.93,-562.68 784.47,-565.81 833.74,-565.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="833.93,-568.81 843.87,-565.15 833.82,-561.81 833.93,-568.81"/>
<path fill="none" stroke="#63b8ff" d="M579.48,-300.63C586.27,-324.96 607.53,-389.18 650,-421 656.64,-425.98 664.43,-429.61 672.47,-432.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="671.76,-435.69 682.34,-435.02 673.65,-428.95 671.76,-435.69"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_Node000007"><a xlink:href="effects_8c.html#ad164a912d7ef76f24e7b5cfb9169c16f" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-448.5 682.5,-448.5 682.5,-429.5 775.5,-429.5 775.5,-448.5"/>
<text text-anchor="middle" x="729" y="-436.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008C6D0</text>
<g id="a_Node000007"><a xlink:href="effects_8c.html#a105203221e314be241a95e006b62ef80" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-411.5 683,-411.5 683,-392.5 775,-392.5 775,-411.5"/>
<text text-anchor="middle" x="729" y="-399.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008C8C4</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node7 -->
<g id="edge6_Node000006_Node000007" class="edge">
<title>Node6&#45;&gt;Node7</title>
<g id="a_edge6_Node000006_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M579.53,-300.53C586.42,-324.6 607.92,-388.18 650,-420 656.71,-425.08 664.6,-428.81 672.73,-431.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="671.75,-434.92 682.33,-434.36 673.71,-428.2 671.75,-434.92"/>
<!-- Node5&#45;&gt;Node7 -->
<g id="edge6_Node000005_Node000007" class="edge">
<title>Node5&#45;&gt;Node7</title>
<g id="a_edge6_Node000005_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M581.7,-300.67C591.54,-319.81 616.22,-362.53 650,-384 656.92,-388.4 664.8,-391.72 672.82,-394.24"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.05,-397.66 682.62,-396.92 673.9,-390.91 672.05,-397.66"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_Node000008"><a xlink:href="effects_8c.html#a105203221e314be241a95e006b62ef80" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-411.5 683,-411.5 683,-392.5 775,-392.5 775,-411.5"/>
<text text-anchor="middle" x="729" y="-399.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008C8C4</text>
<g id="a_Node000008"><a xlink:href="effects_8c.html#acab450a6af6eca812ad3987a292a5165" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-374.5 683,-374.5 683,-355.5 775,-355.5 775,-374.5"/>
<text text-anchor="middle" x="729" y="-362.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D0E4</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node8 -->
<g id="edge7_Node000006_Node000008" class="edge">
<title>Node6&#45;&gt;Node8</title>
<g id="a_edge7_Node000006_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M581.76,-300.53C591.69,-319.4 616.52,-361.56 650,-383 656.93,-387.43 664.8,-390.83 672.83,-393.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.05,-396.86 682.63,-396.24 673.98,-390.13 672.05,-396.86"/>
<!-- Node5&#45;&gt;Node8 -->
<g id="edge7_Node000005_Node000008" class="edge">
<title>Node5&#45;&gt;Node8</title>
<g id="a_edge7_Node000005_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M586.99,-300.68C600.29,-313.02 625.05,-334.18 650,-346 657.25,-349.44 665.19,-352.29 673.14,-354.64"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.22,-358.02 682.79,-357.28 674.06,-351.27 672.22,-358.02"/>
</a>
</g>
</g>
<!-- Node9 -->
<g id="Node000009" class="node">
<title>Node9</title>
<g id="a_Node000009"><a xlink:href="effects_8c.html#acab450a6af6eca812ad3987a292a5165" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-374.5 683,-374.5 683,-355.5 775,-355.5 775,-374.5"/>
<text text-anchor="middle" x="729" y="-362.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D0E4</text>
<g id="a_Node000009"><a xlink:href="effects_8c.html#a663cb8df8b606cf00e361977c9d6d834" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-337.5 682.5,-337.5 682.5,-318.5 775.5,-318.5 775.5,-337.5"/>
<text text-anchor="middle" x="729" y="-325.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D3B0</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node9 -->
<g id="edge8_Node000006_Node000009" class="edge">
<title>Node6&#45;&gt;Node9</title>
<g id="a_edge8_Node000006_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M586.99,-300.68C600.29,-313.02 625.05,-334.18 650,-346 657.25,-349.44 665.19,-352.29 673.14,-354.64"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.22,-358.02 682.79,-357.28 674.06,-351.27 672.22,-358.02"/>
<!-- Node5&#45;&gt;Node9 -->
<g id="edge8_Node000005_Node000009" class="edge">
<title>Node5&#45;&gt;Node9</title>
<g id="a_edge8_Node000005_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M614.13,-300.18C625.63,-303.01 638.34,-306.14 650,-309 659.34,-311.29 669.32,-313.73 678.91,-316.06"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="678.17,-319.49 688.71,-318.45 679.83,-312.69 678.17,-319.49"/>
</a>
</g>
</g>
<!-- Node10 -->
<g id="Node000010" class="node">
<title>Node10</title>
<g id="a_Node000010"><a xlink:href="effects_8c.html#a663cb8df8b606cf00e361977c9d6d834" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-337.5 682.5,-337.5 682.5,-318.5 775.5,-318.5 775.5,-337.5"/>
<text text-anchor="middle" x="729" y="-325.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D3B0</text>
<g id="a_Node000010"><a xlink:href="effects_8c.html#a5f19eaaa048055d292d02c717e635786" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-300.5 683,-300.5 683,-281.5 775,-281.5 775,-300.5"/>
<text text-anchor="middle" x="729" y="-288.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D760</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node10 -->
<g id="edge9_Node000006_Node000010" class="edge">
<title>Node6&#45;&gt;Node10</title>
<g id="a_edge9_Node000006_Node000010"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M614.13,-300.18C625.63,-303.01 638.34,-306.14 650,-309 659.34,-311.29 669.32,-313.73 678.91,-316.06"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="678.17,-319.49 688.71,-318.45 679.83,-312.69 678.17,-319.49"/>
<!-- Node5&#45;&gt;Node10 -->
<g id="edge9_Node000005_Node000010" class="edge">
<title>Node5&#45;&gt;Node10</title>
<g id="a_edge9_Node000005_Node000010"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M614.33,-291C631.87,-291 653.15,-291 672.53,-291"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.76,-294.5 682.76,-291 672.76,-287.5 672.76,-294.5"/>
</a>
</g>
</g>
<!-- Node11 -->
<g id="Node000011" class="node">
<title>Node11</title>
<g id="a_Node000011"><a xlink:href="effects_8c.html#a5f19eaaa048055d292d02c717e635786" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-300.5 683,-300.5 683,-281.5 775,-281.5 775,-300.5"/>
<text text-anchor="middle" x="729" y="-288.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D760</text>
<g id="a_Node000011"><a xlink:href="effects_8c.html#a4ea2da0616ee3c475e4be217dc0bc71f" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-263.5 682.5,-263.5 682.5,-244.5 775.5,-244.5 775.5,-263.5"/>
<text text-anchor="middle" x="729" y="-251.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D97C</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node11 -->
<g id="edge10_Node000006_Node000011" class="edge">
<title>Node6&#45;&gt;Node11</title>
<g id="a_edge10_Node000006_Node000011"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M614.33,-291C631.87,-291 653.15,-291 672.53,-291"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.76,-294.5 682.76,-291 672.76,-287.5 672.76,-294.5"/>
<!-- Node5&#45;&gt;Node11 -->
<g id="edge10_Node000005_Node000011" class="edge">
<title>Node5&#45;&gt;Node11</title>
<g id="a_edge10_Node000005_Node000011"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M612.97,-281.43C624.75,-278.35 637.92,-274.97 650,-272 658.34,-269.95 667.2,-267.84 675.85,-265.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="676.9,-269.17 685.85,-263.5 675.32,-262.35 676.9,-269.17"/>
</a>
</g>
</g>
<!-- Node12 -->
<g id="Node000012" class="node">
<title>Node12</title>
<g id="a_Node000012"><a xlink:href="effects_8c.html#a4ea2da0616ee3c475e4be217dc0bc71f" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-263.5 682.5,-263.5 682.5,-244.5 775.5,-244.5 775.5,-263.5"/>
<text text-anchor="middle" x="729" y="-251.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008D97C</text>
<g id="a_Node000012"><a xlink:href="effects_8c.html#a4a437d6caeeaa794bcce43ec60c097e9" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="774.5,-226.5 683.5,-226.5 683.5,-207.5 774.5,-207.5 774.5,-226.5"/>
<text text-anchor="middle" x="729" y="-214.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008E884</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node12 -->
<g id="edge11_Node000006_Node000012" class="edge">
<title>Node6&#45;&gt;Node12</title>
<g id="a_edge11_Node000006_Node000012"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M612.97,-281.43C624.75,-278.35 637.92,-274.97 650,-272 658.34,-269.95 667.2,-267.84 675.85,-265.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="676.9,-269.17 685.85,-263.5 675.32,-262.35 676.9,-269.17"/>
<!-- Node5&#45;&gt;Node12 -->
<g id="edge11_Node000005_Node000012" class="edge">
<title>Node5&#45;&gt;Node12</title>
<g id="a_edge11_Node000005_Node000012"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M586.93,-281.09C600.17,-268.46 624.86,-246.85 650,-235 657.33,-231.54 665.36,-228.73 673.4,-226.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="674.37,-229.81 683.17,-223.91 672.61,-223.03 674.37,-229.81"/>
</a>
</g>
</g>
<!-- Node13 -->
<g id="Node000013" class="node">
<title>Node13</title>
<g id="a_Node000013"><a xlink:href="effects_8c.html#a4a437d6caeeaa794bcce43ec60c097e9" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="774.5,-226.5 683.5,-226.5 683.5,-207.5 774.5,-207.5 774.5,-226.5"/>
<text text-anchor="middle" x="729" y="-214.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008E884</text>
<g id="a_Node000013"><a xlink:href="effects_8c.html#ae02351b6bbb678b552ec8864b47fc56c" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="774.5,-189.5 683.5,-189.5 683.5,-170.5 774.5,-170.5 774.5,-189.5"/>
<text text-anchor="middle" x="729" y="-177.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008F3E0</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node13 -->
<g id="edge12_Node000006_Node000013" class="edge">
<title>Node6&#45;&gt;Node13</title>
<g id="a_edge12_Node000006_Node000013"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M586.93,-281.09C600.17,-268.46 624.86,-246.85 650,-235 657.33,-231.54 665.36,-228.73 673.4,-226.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="674.37,-229.81 683.17,-223.91 672.61,-223.03 674.37,-229.81"/>
<!-- Node5&#45;&gt;Node13 -->
<g id="edge12_Node000005_Node000013" class="edge">
<title>Node5&#45;&gt;Node13</title>
<g id="a_edge12_Node000005_Node000013"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M581.7,-281.33C591.54,-262.19 616.22,-219.47 650,-198 657.17,-193.45 665.35,-190.04 673.67,-187.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="674.68,-190.85 683.43,-184.88 672.87,-184.09 674.68,-190.85"/>
</a>
</g>
</g>
<!-- Node14 -->
<g id="Node000014" class="node">
<title>Node14</title>
<g id="a_Node000014"><a xlink:href="effects_8c.html#ae02351b6bbb678b552ec8864b47fc56c" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="774.5,-189.5 683.5,-189.5 683.5,-170.5 774.5,-170.5 774.5,-189.5"/>
<text text-anchor="middle" x="729" y="-177.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008F3E0</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node14 -->
<g id="edge13_Node000006_Node000014" class="edge">
<title>Node6&#45;&gt;Node14</title>
<g id="a_edge13_Node000006_Node000014"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M581.7,-281.33C591.54,-262.19 616.22,-219.47 650,-198 657.17,-193.45 665.35,-190.04 673.67,-187.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="674.68,-190.85 683.43,-184.88 672.87,-184.09 674.68,-190.85"/>
</a>
</g>
</g>
<!-- Node15 -->
<g id="Node000015" class="node">
<title>Node15</title>
<g id="a_Node000015"><a xlink:href="effects_8c.html#afcf39ca15166fb7561402462930cd979" target="_top" xlink:title=" ">
<g id="a_Node000014"><a xlink:href="effects_8c.html#afcf39ca15166fb7561402462930cd979" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775,-534.5 683,-534.5 683,-515.5 775,-515.5 775,-534.5"/>
<text text-anchor="middle" x="729" y="-522.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008F5A4</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node15 -->
<g id="edge14_Node000006_Node000015" class="edge">
<title>Node6&#45;&gt;Node15</title>
<g id="a_edge14_Node000006_Node000015"><a xlink:title=" ">
<!-- Node5&#45;&gt;Node14 -->
<g id="edge13_Node000005_Node000014" class="edge">
<title>Node5&#45;&gt;Node14</title>
<g id="a_edge13_Node000005_Node000014"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M577.19,-300.9C578.4,-334.97 587.19,-448.51 650,-506 656.5,-511.95 664.54,-516.12 672.98,-519.02"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="672.02,-522.39 682.6,-521.8 673.96,-515.66 672.02,-522.39"/>
</a>
</g>
</g>
<!-- Node19 -->
<g id="Node000019" class="node">
<title>Node19</title>
<g id="a_Node000019"><a xlink:href="effects_8c.html#ab6d84742231847170dd64267f0519cdf" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-152.5 682.5,-152.5 682.5,-133.5 775.5,-133.5 775.5,-152.5"/>
<text text-anchor="middle" x="729" y="-140.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008FEDC</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node19 -->
<g id="edge18_Node000005_Node000019" class="edge">
<title>Node5&#45;&gt;Node19</title>
<g id="a_edge18_Node000005_Node000019"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M579.48,-281.37C586.27,-257.04 607.53,-192.82 650,-161 656.64,-156.02 664.43,-152.39 672.47,-149.74"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="673.65,-153.05 682.34,-146.98 671.76,-146.31 673.65,-153.05"/>
</a>
</g>
</g>
<!-- Node20 -->
<g id="Node000020" class="node">
<title>Node20</title>
<g id="a_Node000020"><a xlink:href="effects_8c.html#ab6d84742231847170dd64267f0519cdf" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="775.5,-152.5 682.5,-152.5 682.5,-133.5 775.5,-133.5 775.5,-152.5"/>
<text text-anchor="middle" x="729" y="-140.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008FEDC</text>
<g id="a_Node000020"><a xlink:href="effects_8c.html#a5b9e2c886a5267f2cca1190984277a38" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="788.5,-115.5 669.5,-115.5 669.5,-96.5 788.5,-96.5 788.5,-115.5"/>
<text text-anchor="middle" x="729" y="-103.5" font-family="Helvetica,sans-Serif" font-size="10.00">remove_boost_effect</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node20 -->
<g id="edge19_Node000006_Node000020" class="edge">
<title>Node6&#45;&gt;Node20</title>
<g id="a_edge19_Node000006_Node000020"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M579.48,-281.37C586.27,-257.04 607.53,-192.82 650,-161 656.64,-156.02 664.43,-152.39 672.47,-149.74"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="673.65,-153.05 682.34,-146.98 671.76,-146.31 673.65,-153.05"/>
<!-- Node5&#45;&gt;Node20 -->
<g id="edge19_Node000005_Node000020" class="edge">
<title>Node5&#45;&gt;Node20</title>
<g id="a_edge19_Node000005_Node000020"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M578.21,-281.29C582.35,-252.44 598.63,-166.64 650,-124 653.1,-121.43 656.5,-119.21 660.09,-117.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="661.65,-120.42 669.34,-113.13 658.78,-114.04 661.65,-120.42"/>
</a>
</g>
</g>
<!-- Node21 -->
<g id="Node000021" class="node">
<title>Node21</title>
<g id="a_Node000021"><a xlink:href="effects_8c.html#a5b9e2c886a5267f2cca1190984277a38" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="788.5,-115.5 669.5,-115.5 669.5,-96.5 788.5,-96.5 788.5,-115.5"/>
<text text-anchor="middle" x="729" y="-103.5" font-family="Helvetica,sans-Serif" font-size="10.00">remove_boost_effect</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node21 -->
<g id="edge20_Node000006_Node000021" class="edge">
<title>Node6&#45;&gt;Node21</title>
<g id="a_edge20_Node000006_Node000021"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M578.21,-281.29C582.35,-252.44 598.63,-166.64 650,-124 653.1,-121.43 656.5,-119.21 660.09,-117.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="661.65,-120.42 669.34,-113.13 658.78,-114.04 661.65,-120.42"/>
</a>
</g>
</g>
<!-- Node22 -->
<g id="Node000022" class="node">
<title>Node22</title>
<g id="a_Node000022"><a xlink:href="effects_8c.html#a4768d56263e476d3bac47ee01bac3dc8" target="_top" xlink:title=" ">
<g id="a_Node000021"><a xlink:href="effects_8c.html#a4768d56263e476d3bac47ee01bac3dc8" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="808,-78 650,-78 650,-48 808,-48 808,-78"/>
<text text-anchor="start" x="658" y="-66" font-family="Helvetica,sans-Serif" font-size="10.00">remove_boost_ramp_asphalt</text>
<text text-anchor="middle" x="729" y="-55" font-family="Helvetica,sans-Serif" font-size="10.00">_effect</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node22 -->
<g id="edge21_Node000006_Node000022" class="edge">
<title>Node6&#45;&gt;Node22</title>
<g id="a_edge21_Node000006_Node000022"><a xlink:title=" ">
<!-- Node5&#45;&gt;Node21 -->
<g id="edge20_Node000005_Node000021" class="edge">
<title>Node5&#45;&gt;Node21</title>
<g id="a_edge20_Node000005_Node000021"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M577.52,-281.28C579.78,-248.79 591.54,-142.88 650,-87 651.12,-85.93 652.29,-84.91 653.49,-83.93"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="655.71,-86.65 661.99,-78.12 651.76,-80.87 655.71,-86.65"/>
</a>
</g>
</g>
<!-- Node23 -->
<g id="Node000023" class="node">
<title>Node23</title>
<g id="a_Node000023"><a xlink:href="effects_8c.html#aafe14c45e9b91bb1d409ef2f2bfe5c53" target="_top" xlink:title=" ">
<!-- Node22 -->
<g id="Node000022" class="node">
<title>Node22</title>
<g id="a_Node000022"><a xlink:href="effects_8c.html#aafe14c45e9b91bb1d409ef2f2bfe5c53" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="803.5,-30 654.5,-30 654.5,0 803.5,0 803.5,-30"/>
<text text-anchor="start" x="662.5" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">remove_boost_ramp_wood</text>
<text text-anchor="middle" x="729" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">_effect</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node23 -->
<g id="edge22_Node000006_Node000023" class="edge">
<title>Node6&#45;&gt;Node23</title>
<g id="a_edge22_Node000006_Node000023"><a xlink:title=" ">
<!-- Node5&#45;&gt;Node22 -->
<g id="edge21_Node000005_Node000022" class="edge">
<title>Node5&#45;&gt;Node22</title>
<g id="a_edge21_Node000005_Node000022"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M576.75,-281.44C576.34,-244.59 579.89,-110.28 650,-39 650.95,-38.03 651.94,-37.11 652.96,-36.22"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="655.35,-38.81 661.38,-30.09 651.24,-33.14 655.35,-38.81"/>
</a>
</g>
</g>
<!-- Node24 -->
<g id="Node000024" class="node">
<title>Node24</title>
<g id="a_Node000024"><a xlink:href="effects_8c.html#a0d5728af3b320b88b01fadef778fcbff" target="_top" xlink:title=" ">
<!-- Node23 -->
<g id="Node000023" class="node">
<title>Node23</title>
<g id="a_Node000023"><a xlink:href="effects_8c.html#a0d5728af3b320b88b01fadef778fcbff" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="787.5,-497 670.5,-497 670.5,-467 787.5,-467 787.5,-497"/>
<text text-anchor="start" x="678.5" y="-485" font-family="Helvetica,sans-Serif" font-size="10.00">remove_hit_by_item</text>
<text text-anchor="middle" x="729" y="-474" font-family="Helvetica,sans-Serif" font-size="10.00">_effect</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node24 -->
<g id="edge23_Node000006_Node000024" class="edge">
<title>Node6&#45;&gt;Node24</title>
<g id="a_edge23_Node000006_Node000024"><a xlink:title=" ">
<!-- Node5&#45;&gt;Node23 -->
<g id="edge22_Node000005_Node000023" class="edge">
<title>Node5&#45;&gt;Node23</title>
<g id="a_edge22_Node000005_Node000023"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M578.36,-300.55C582.9,-328.92 600.19,-413.55 650,-458 653.42,-461.05 657.23,-463.72 661.26,-466.05"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="659.89,-469.28 670.4,-470.62 663.02,-463.01 659.89,-469.28"/>
</a>
</g>
</g>
<!-- Node15 -->
<g id="Node000015" class="node">
<title>Node15</title>
<g id="a_Node000015"><a xlink:href="code__80057C60_8c.html#a0a55fae21abd30d3c618adef1a9f3ccd" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="936,-534.5 844,-534.5 844,-515.5 936,-515.5 936,-534.5"/>
<text text-anchor="middle" x="890" y="-522.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8006B8B4</text>
</a>
</g>
</g>
<!-- Node14&#45;&gt;Node15 -->
<g id="edge14_Node000014_Node000015" class="edge">
<title>Node14&#45;&gt;Node15</title>
<g id="a_edge14_Node000014_Node000015"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M775.14,-525C793.35,-525 814.54,-525 833.67,-525"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="833.75,-528.5 843.75,-525 833.75,-521.5 833.75,-528.5"/>
</a>
</g>
</g>
<!-- Node16 -->
<g id="Node000016" class="node">
<title>Node16</title>
<g id="a_Node000016"><a xlink:href="code__80057C60_8c.html#a0a55fae21abd30d3c618adef1a9f3ccd" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="936,-534.5 844,-534.5 844,-515.5 936,-515.5 936,-534.5"/>
<text text-anchor="middle" x="890" y="-522.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8006B8B4</text>
<g id="a_Node000016"><a xlink:href="effects_8c.html#a1c7552c4a370cc015c2726e40f1fdb06" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1065,-497.5 972,-497.5 972,-478.5 1065,-478.5 1065,-497.5"/>
<text text-anchor="middle" x="1018.5" y="-485.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008FD4C</text>
</a>
</g>
</g>
@@ -475,89 +484,98 @@
<g id="edge15_Node000015_Node000016" class="edge">
<title>Node15&#45;&gt;Node16</title>
<g id="a_edge15_Node000015_Node000016"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M775.14,-525C793.35,-525 814.54,-525 833.67,-525"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="833.75,-528.5 843.75,-525 833.75,-521.5 833.75,-528.5"/>
<path fill="none" stroke="#63b8ff" d="M923.58,-515.47C939.1,-510.93 957.87,-505.44 974.53,-500.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="975.98,-503.79 984.59,-497.62 974.01,-497.07 975.98,-503.79"/>
</a>
</g>
</g>
<!-- Node17 -->
<g id="Node000017" class="node">
<title>Node17</title>
<g id="a_Node000017"><a xlink:href="effects_8c.html#a1c7552c4a370cc015c2726e40f1fdb06" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1065,-497.5 972,-497.5 972,-478.5 1065,-478.5 1065,-497.5"/>
<text text-anchor="middle" x="1018.5" y="-485.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_8008FD4C</text>
<g id="a_Node000017"><a xlink:href="external_8c.html#a2be9efc97a92e19d02aaee90d676acc1" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1064.5,-534.5 972.5,-534.5 972.5,-515.5 1064.5,-515.5 1064.5,-534.5"/>
<text text-anchor="middle" x="1018.5" y="-522.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_800C9060</text>
</a>
</g>
</g>
<!-- Node16&#45;&gt;Node17 -->
<g id="edge16_Node000016_Node000017" class="edge">
<title>Node16&#45;&gt;Node17</title>
<g id="a_edge16_Node000016_Node000017"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M923.58,-515.47C939.1,-510.93 957.87,-505.44 974.53,-500.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="975.98,-503.79 984.59,-497.62 974.01,-497.07 975.98,-503.79"/>
<!-- Node15&#45;&gt;Node17 -->
<g id="edge16_Node000015_Node000017" class="edge">
<title>Node15&#45;&gt;Node17</title>
<g id="a_edge16_Node000015_Node000017"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M936.31,-525C944.58,-525 953.29,-525 961.81,-525"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="962.08,-528.5 972.08,-525 962.08,-521.5 962.08,-528.5"/>
</a>
</g>
</g>
<!-- Node18 -->
<g id="Node000018" class="node">
<title>Node18</title>
<g id="a_Node000018"><a xlink:href="external_8c.html#a2be9efc97a92e19d02aaee90d676acc1" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1064.5,-534.5 972.5,-534.5 972.5,-515.5 1064.5,-515.5 1064.5,-534.5"/>
<text text-anchor="middle" x="1018.5" y="-522.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_800C9060</text>
</a>
</g>
</g>
<!-- Node16&#45;&gt;Node18 -->
<g id="edge17_Node000016_Node000018" class="edge">
<title>Node16&#45;&gt;Node18</title>
<g id="a_edge17_Node000016_Node000018"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M936.31,-525C944.58,-525 953.29,-525 961.81,-525"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="962.08,-528.5 972.08,-525 962.08,-521.5 962.08,-528.5"/>
</a>
</g>
</g>
<!-- Node19 -->
<g id="Node000019" class="node">
<title>Node19</title>
<g id="a_Node000019"><a xlink:href="external_8c.html#a475cff796211891556f52877cd8e9b9e" target="_top" xlink:title=" ">
<g id="a_Node000018"><a xlink:href="external_8c.html#a475cff796211891556f52877cd8e9b9e" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="1173,-553.5 1101,-553.5 1101,-534.5 1173,-534.5 1173,-553.5"/>
<text text-anchor="middle" x="1137" y="-541.5" font-family="Helvetica,sans-Serif" font-size="10.00">play_sound</text>
</a>
</g>
</g>
<!-- Node18&#45;&gt;Node19 -->
<g id="edge18_Node000018_Node000019" class="edge">
<title>Node18&#45;&gt;Node19</title>
<g id="a_edge18_Node000018_Node000019"><a xlink:title=" ">
<!-- Node17&#45;&gt;Node18 -->
<g id="edge17_Node000017_Node000018" class="edge">
<title>Node17&#45;&gt;Node18</title>
<g id="a_edge17_Node000017_Node000018"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M1064.54,-532.35C1073.19,-533.76 1082.26,-535.23 1090.91,-536.65"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="1090.4,-540.11 1100.83,-538.26 1091.53,-533.2 1090.4,-540.11"/>
</a>
</g>
</g>
<!-- Node25&#45;&gt;Node19 -->
<g id="edge25_Node000025_Node000019" class="edge">
<title>Node25&#45;&gt;Node19</title>
<g id="a_edge25_Node000025_Node000019"><a xlink:title=" ">
<!-- Node24&#45;&gt;Node18 -->
<g id="edge24_Node000024_Node000018" class="edge">
<title>Node24&#45;&gt;Node18</title>
<g id="a_edge24_Node000024_Node000018"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M936.22,-559.49C980.26,-556.08 1046.8,-550.92 1090.82,-547.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="1091.25,-550.98 1100.95,-546.72 1090.71,-544 1091.25,-550.98"/>
</a>
</g>
</g>
<!-- Node29&#45;&gt;Node5 -->
<g id="edge31_Node000029_Node000005" class="edge">
<title>Node29&#45;&gt;Node5</title>
<g id="a_edge31_Node000029_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M342.35,-432.69C356.21,-431.89 371.97,-430.99 386.77,-430.14"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="387.06,-433.63 396.84,-429.56 386.66,-426.64 387.06,-433.63"/>
<!-- Node26&#45;&gt;Node4 -->
<g id="edge27_Node000026_Node000004" class="edge">
<title>Node26&#45;&gt;Node4</title>
<g id="a_edge27_Node000026_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M342.35,-426.29C356.21,-426.39 371.97,-426.5 386.77,-426.61"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="386.81,-430.11 396.84,-426.68 386.87,-423.11 386.81,-430.11"/>
</a>
</g>
</g>
<!-- Node29&#45;&gt;Node26 -->
<g id="edge32_Node000029_Node000026" class="edge">
<title>Node29&#45;&gt;Node26</title>
<g id="a_edge32_Node000029_Node000026"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M324.89,-425.34C331.98,-422.35 339.81,-419.04 347,-416 363.17,-409.16 380.9,-401.66 396.58,-395.02"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="398.21,-398.14 406.05,-391.01 395.48,-391.69 398.21,-398.14"/>
<!-- Node26&#45;&gt;Node25 -->
<g id="edge28_Node000026_Node000025" class="edge">
<title>Node26&#45;&gt;Node25</title>
<g id="a_edge28_Node000026_Node000025"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M333.65,-416.47C347.97,-412.16 365.37,-406.92 381.98,-401.92"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="383.07,-405.25 391.64,-399.01 381.05,-398.54 383.07,-405.25"/>
</a>
</g>
</g>
<!-- Node27&#45;&gt;Node3 -->
<g id="edge30_Node000027_Node000003" class="edge">
<title>Node27&#45;&gt;Node3</title>
<g id="a_edge30_Node000027_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M205.8,-357.59C221.76,-362.4 241.31,-368.3 258.45,-373.47"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="257.63,-376.88 268.22,-376.41 259.65,-370.18 257.63,-376.88"/>
</a>
</g>
</g>
<!-- Node28 -->
<g id="Node000028" class="node">
<title>Node28</title>
<g id="a_Node000028"><a xlink:href="player__controller_8c.html#ac7de2240e53129599337038bade1f4fc" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="347,-357.5 255,-357.5 255,-338.5 347,-338.5 347,-357.5"/>
<text text-anchor="middle" x="301" y="-345.5" font-family="Helvetica,sans-Serif" font-size="10.00">func_80038BE4</text>
</a>
</g>
</g>
<!-- Node27&#45;&gt;Node28 -->
<g id="edge31_Node000027_Node000028" class="edge">
<title>Node27&#45;&gt;Node28</title>
<g id="a_edge31_Node000027_Node000028"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M218.07,-348C226.64,-348 235.72,-348 244.6,-348"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="244.89,-351.5 254.89,-348 244.89,-344.5 244.89,-351.5"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 27 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1533;
var viewHeight = 697;
var sectionId = 'dynsection-39';
var sectionId = 'dynsection-42';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 790;
var viewHeight = 249;
var sectionId = 'dynsection-144';
var sectionId = 'dynsection-147';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

@@ -0,0 +1,19 @@
<map id="func_800074D4" name="func_800074D4">
<area shape="rect" id="Node000001" title=" " alt="" coords="1371,5,1493,31"/>
<area shape="rect" id="Node000002" href="$race__logic_8c.html#a2645116d52469ec9b45c668d694e98c4" title=" " alt="" coords="1201,5,1323,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1357,21,1323,21,1323,15,1357,15"/>
<area shape="rect" id="Node000003" href="$race__logic_8c.html#a7f21a1ef55b61f5678170da62e5e51dc" title=" " alt="" coords="1029,5,1153,31"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1187,21,1154,21,1154,15,1187,15"/>
<area shape="rect" id="Node000004" href="$main_8c.html#afff87ffcbfee4f1f37d443110aa7b52a" title=" " alt="" coords="859,5,981,31"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1015,21,982,21,982,15,1015,15"/>
<area shape="rect" id="Node000005" href="$main_8c.html#ae04143ce8113cdafa007c642eb620bc8" title=" " alt="" coords="656,5,811,31"/>
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="845,21,811,21,811,15,845,15"/>
<area shape="rect" id="Node000006" href="$main_8c.html#a633ed517e458daeb768f5361895dcac9" title=" " alt="" coords="457,5,608,31"/>
<area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="642,21,608,21,608,15,642,15"/>
<area shape="rect" id="Node000007" href="$main_8c.html#a023b8f272e4efbd33f371e91ffff6b30" title=" " alt="" coords="295,5,409,31"/>
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="443,21,410,21,410,15,443,15"/>
<area shape="rect" id="Node000008" href="$main_8c.html#a1e35d2b842121e6aea373f09381616e5" title=" " alt="" coords="144,5,247,31"/>
<area shape="poly" id="edge7_Node000007_Node000008" title=" " alt="" coords="281,21,247,21,247,15,281,15"/>
<area shape="rect" id="Node000009" href="$main_8c.html#a4f87d43525fe95f60ea92bc8a3b70e62" title=" " alt="" coords="5,5,96,31"/>
<area shape="poly" id="edge8_Node000008_Node000009" title=" " alt="" coords="131,21,96,21,96,15,131,15"/>
</map>
@@ -0,0 +1 @@
42768654dbb76db0eed4192d6e15e220
@@ -0,0 +1,247 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.43.0 (0)
-->
<!-- Title: func_800074D4 Pages: 1 -->
<!--zoomable 27 -->
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<defs>
<circle id="rim" cx="0" cy="0" r="7"/>
<circle id="rim2" cx="0" cy="0" r="3.5"/>
<g id="zoomPlus">
<use xlink:href="#rim" fill="#404040"><set attributeName="fill" to="#808080" begin="zoomplus.mouseover" end="zoomplus.mouseout"/></use>
<path d="M-4,0h8M0,-4v8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
</g>
<g id="zoomMin">
<use xlink:href="#rim" fill="#404040"><set attributeName="fill" to="#808080" begin="zoomminus.mouseover" end="zoomminus.mouseout"/></use>
<path d="M-4,0h8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
</g>
<g id="arrowUp" transform="translate(30 24)">
<use xlink:href="#rim"/>
<path pointer-events="none" fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowRight" transform="rotate(90) translate(36 -43)">
<use xlink:href="#rim"/>
<path pointer-events="none" fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowDown" transform="rotate(180) translate(-30 -48)">
<use xlink:href="#rim"/>
<path pointer-events="none" fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowLeft" transform="rotate(270) translate(-36 17)">
<use xlink:href="#rim"/>
<path pointer-events="none" fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="resetDef">
<use xlink:href="#rim2" fill="#404040"><set attributeName="fill" to="#808080" begin="reset.mouseover" end="reset.mouseout"/></use>
</g>
</defs>
<script type="application/ecmascript">
var viewWidth = 1124;
var viewHeight = 27;
var sectionId = 'dynsection-19';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">
<g id="viewport">
<title>func_800074D4</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="1116,-19 1024,-19 1024,0 1116,0 1116,-19"/>
<text text-anchor="middle" x="1070" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">func_800074D4</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="race__logic_8c.html#a2645116d52469ec9b45c668d694e98c4" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="988,-19 897,-19 897,0 988,0 988,-19"/>
<text text-anchor="middle" x="942.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">func_8028EF28</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M1013.53,-9.5C1005.1,-9.5 996.49,-9.5 988.32,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="1013.69,-13 1023.69,-9.5 1013.69,-6 1013.69,-13"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="race__logic_8c.html#a7f21a1ef55b61f5678170da62e5e51dc" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="861,-19 768,-19 768,0 861,0 861,-19"/>
<text text-anchor="middle" x="814.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">func_8028FCBC</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M886.61,-9.5C878.2,-9.5 869.6,-9.5 861.41,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="886.72,-13 896.72,-9.5 886.72,-6 886.72,-13"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="main_8c.html#afff87ffcbfee4f1f37d443110aa7b52a" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="732,-19 640,-19 640,0 732,0 732,-19"/>
<text text-anchor="middle" x="686" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">race_logic_loop</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M757.59,-9.5C749.09,-9.5 740.41,-9.5 732.18,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="757.83,-13 767.83,-9.5 757.83,-6 757.83,-13"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:href="main_8c.html#ae04143ce8113cdafa007c642eb620bc8" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="604,-19 488,-19 488,0 604,0 604,-19"/>
<text text-anchor="middle" x="546" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">game_state_handler</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node5 -->
<g id="edge4_Node000004_Node000005" class="edge">
<title>Node4&#45;&gt;Node5</title>
<g id="a_edge4_Node000004_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M629.79,-9.5C621.43,-9.5 612.78,-9.5 604.38,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="629.81,-13 639.81,-9.5 629.81,-6 629.81,-13"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_Node000006"><a xlink:href="main_8c.html#a633ed517e458daeb768f5361895dcac9" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="452,-19 339,-19 339,0 452,0 452,-19"/>
<text text-anchor="middle" x="395.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">thread5_game_loop</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node6 -->
<g id="edge5_Node000005_Node000006" class="edge">
<title>Node5&#45;&gt;Node6</title>
<g id="a_edge5_Node000005_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M477.42,-9.5C469.02,-9.5 460.5,-9.5 452.3,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="477.59,-13 487.59,-9.5 477.59,-6 477.59,-13"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_Node000007"><a xlink:href="main_8c.html#a023b8f272e4efbd33f371e91ffff6b30" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="303,-19 217,-19 217,0 303,0 303,-19"/>
<text text-anchor="middle" x="260" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">thread3_video</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node7 -->
<g id="edge6_Node000006_Node000007" class="edge">
<title>Node6&#45;&gt;Node7</title>
<g id="a_edge6_Node000006_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M328.57,-9.5C319.94,-9.5 311.3,-9.5 303.21,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="328.66,-13 338.66,-9.5 328.66,-6 328.66,-13"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_Node000008"><a xlink:href="main_8c.html#a1e35d2b842121e6aea373f09381616e5" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="181,-19 104,-19 104,0 181,0 181,-19"/>
<text text-anchor="middle" x="142.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">thread1_idle</text>
</a>
</g>
</g>
<!-- Node7&#45;&gt;Node8 -->
<g id="edge7_Node000007_Node000008" class="edge">
<title>Node7&#45;&gt;Node8</title>
<g id="a_edge7_Node000007_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M206.9,-9.5C198.2,-9.5 189.33,-9.5 181.09,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="206.98,-13 216.98,-9.5 206.98,-6 206.98,-13"/>
</a>
</g>
</g>
<!-- Node9 -->
<g id="Node000009" class="node">
<title>Node9</title>
<g id="a_Node000009"><a xlink:href="main_8c.html#a4f87d43525fe95f60ea92bc8a3b70e62" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="68,-19 0,-19 0,0 68,0 68,-19"/>
<text text-anchor="middle" x="34" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">main_func</text>
</a>
</g>
</g>
<!-- Node8&#45;&gt;Node9 -->
<g id="edge8_Node000008_Node000009" class="edge">
<title>Node8&#45;&gt;Node9</title>
<g id="a_edge8_Node000008_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M93.95,-9.5C85.29,-9.5 76.44,-9.5 68.31,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.95,-13 103.95,-9.5 93.95,-6 93.95,-13"/>
</a>
</g>
</g>
</g>
</svg>
<g id="navigator" transform="translate(0 0)" fill="#404254">
<rect fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width=".5" x="0" y="0" width="60" height="60"/>
<use id="zoomplus" xlink:href="#zoomPlus" x="17" y="9" onmousedown="handleZoom(evt,'in')"/>
<use id="zoomminus" xlink:href="#zoomMin" x="42" y="9" onmousedown="handleZoom(evt,'out')"/>
<use id="reset" xlink:href="#resetDef" x="30" y="36" onmousedown="handleReset()"/>
<use id="arrowup" xlink:href="#arrowUp" x="0" y="0" onmousedown="handlePan(0,-1)"/>
<use id="arrowright" xlink:href="#arrowRight" x="0" y="0" onmousedown="handlePan(1,0)"/>
<use id="arrowdown" xlink:href="#arrowDown" x="0" y="0" onmousedown="handlePan(0,1)"/>
<use id="arrowleft" xlink:href="#arrowLeft" x="0" y="0" onmousedown="handlePan(-1,0)"/>
</g>
<svg viewBox="0 0 15 15" width="100%" height="30px" preserveAspectRatio="xMaxYMin meet">
<g id="arrow_out" transform="scale(0.3 0.3)">
<a xlink:href="code__80005FD0_8c_a54d8d336f4ab9f5fe499af96d0a8aea9_icgraph_org.svg" target="_base">
<rect id="button" ry="5" rx="5" y="6" x="6" height="38" width="38"
fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width="1.0"/>
<path id="arrow"
d="M 11.500037,31.436501 C 11.940474,20.09759 22.043105,11.32322 32.158766,21.979434 L 37.068811,17.246167 C 37.068811,17.246167 37.088388,32 37.088388,32 L 22.160133,31.978069 C 22.160133,31.978069 26.997745,27.140456 26.997745,27.140456 C 18.528582,18.264221 13.291696,25.230495 11.500037,31.436501 z"
style="fill:#404040;"/>
</a>
</g>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

@@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.43.0 (0)
-->
<!-- Title: func_800074D4 Pages: 1 -->
<svg width="1124pt" height="27pt"
viewBox="0.00 0.00 1124.00 27.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23)">
<title>func_800074D4</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="1116,-19 1024,-19 1024,0 1116,0 1116,-19"/>
<text text-anchor="middle" x="1070" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">func_800074D4</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="race__logic_8c.html#a2645116d52469ec9b45c668d694e98c4" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="988,-19 897,-19 897,0 988,0 988,-19"/>
<text text-anchor="middle" x="942.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">func_8028EF28</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M1013.53,-9.5C1005.1,-9.5 996.49,-9.5 988.32,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="1013.69,-13 1023.69,-9.5 1013.69,-6 1013.69,-13"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="race__logic_8c.html#a7f21a1ef55b61f5678170da62e5e51dc" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="861,-19 768,-19 768,0 861,0 861,-19"/>
<text text-anchor="middle" x="814.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">func_8028FCBC</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M886.61,-9.5C878.2,-9.5 869.6,-9.5 861.41,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="886.72,-13 896.72,-9.5 886.72,-6 886.72,-13"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="main_8c.html#afff87ffcbfee4f1f37d443110aa7b52a" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="732,-19 640,-19 640,0 732,0 732,-19"/>
<text text-anchor="middle" x="686" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">race_logic_loop</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M757.59,-9.5C749.09,-9.5 740.41,-9.5 732.18,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="757.83,-13 767.83,-9.5 757.83,-6 757.83,-13"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:href="main_8c.html#ae04143ce8113cdafa007c642eb620bc8" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="604,-19 488,-19 488,0 604,0 604,-19"/>
<text text-anchor="middle" x="546" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">game_state_handler</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node5 -->
<g id="edge4_Node000004_Node000005" class="edge">
<title>Node4&#45;&gt;Node5</title>
<g id="a_edge4_Node000004_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M629.79,-9.5C621.43,-9.5 612.78,-9.5 604.38,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="629.81,-13 639.81,-9.5 629.81,-6 629.81,-13"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_Node000006"><a xlink:href="main_8c.html#a633ed517e458daeb768f5361895dcac9" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="452,-19 339,-19 339,0 452,0 452,-19"/>
<text text-anchor="middle" x="395.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">thread5_game_loop</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node6 -->
<g id="edge5_Node000005_Node000006" class="edge">
<title>Node5&#45;&gt;Node6</title>
<g id="a_edge5_Node000005_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M477.42,-9.5C469.02,-9.5 460.5,-9.5 452.3,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="477.59,-13 487.59,-9.5 477.59,-6 477.59,-13"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_Node000007"><a xlink:href="main_8c.html#a023b8f272e4efbd33f371e91ffff6b30" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="303,-19 217,-19 217,0 303,0 303,-19"/>
<text text-anchor="middle" x="260" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">thread3_video</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node7 -->
<g id="edge6_Node000006_Node000007" class="edge">
<title>Node6&#45;&gt;Node7</title>
<g id="a_edge6_Node000006_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M328.57,-9.5C319.94,-9.5 311.3,-9.5 303.21,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="328.66,-13 338.66,-9.5 328.66,-6 328.66,-13"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_Node000008"><a xlink:href="main_8c.html#a1e35d2b842121e6aea373f09381616e5" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="181,-19 104,-19 104,0 181,0 181,-19"/>
<text text-anchor="middle" x="142.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">thread1_idle</text>
</a>
</g>
</g>
<!-- Node7&#45;&gt;Node8 -->
<g id="edge7_Node000007_Node000008" class="edge">
<title>Node7&#45;&gt;Node8</title>
<g id="a_edge7_Node000007_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M206.9,-9.5C198.2,-9.5 189.33,-9.5 181.09,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="206.98,-13 216.98,-9.5 206.98,-6 206.98,-13"/>
</a>
</g>
</g>
<!-- Node9 -->
<g id="Node000009" class="node">
<title>Node9</title>
<g id="a_Node000009"><a xlink:href="main_8c.html#a4f87d43525fe95f60ea92bc8a3b70e62" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="68,-19 0,-19 0,0 68,0 68,-19"/>
<text text-anchor="middle" x="34" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">main_func</text>
</a>
</g>
</g>
<!-- Node8&#45;&gt;Node9 -->
<g id="edge8_Node000008_Node000009" class="edge">
<title>Node8&#45;&gt;Node9</title>
<g id="a_edge8_Node000008_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M93.95,-9.5C85.29,-9.5 76.44,-9.5 68.31,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.95,-13 103.95,-9.5 93.95,-6 93.95,-13"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.9 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1636;
var viewHeight = 438;
var sectionId = 'dynsection-157';
var sectionId = 'dynsection-160';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1251;
var viewHeight = 46;
var sectionId = 'dynsection-187';
var sectionId = 'dynsection-190';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1292;
var viewHeight = 64;
var sectionId = 'dynsection-110';
var sectionId = 'dynsection-113';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1602;
var viewHeight = 696;
var sectionId = 'dynsection-41';
var sectionId = 'dynsection-44';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1163;
var viewHeight = 64;
var sectionId = 'dynsection-74';
var sectionId = 'dynsection-77';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1250;
var viewHeight = 46;
var sectionId = 'dynsection-190';
var sectionId = 'dynsection-193';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1637;
var viewHeight = 438;
var sectionId = 'dynsection-188';
var sectionId = 'dynsection-191';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1414;
var viewHeight = 101;
var sectionId = 'dynsection-244';
var sectionId = 'dynsection-247';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1276;
var viewHeight = 556;
var sectionId = 'dynsection-218';
var sectionId = 'dynsection-221';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1379;
var viewHeight = 46;
var sectionId = 'dynsection-219';
var sectionId = 'dynsection-222';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1419;
var viewHeight = 64;
var sectionId = 'dynsection-32';
var sectionId = 'dynsection-35';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1486;
var viewHeight = 119;
var sectionId = 'dynsection-48';
var sectionId = 'dynsection-51';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1293;
var viewHeight = 64;
var sectionId = 'dynsection-70';
var sectionId = 'dynsection-73';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1419;
var viewHeight = 64;
var sectionId = 'dynsection-93';
var sectionId = 'dynsection-96';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 872;
var viewHeight = 361;
var sectionId = 'dynsection-247';
var sectionId = 'dynsection-250';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1206;
var viewHeight = 65;
var sectionId = 'dynsection-248';
var sectionId = 'dynsection-251';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1210;
var viewHeight = 826;
var sectionId = 'dynsection-37';
var sectionId = 'dynsection-40';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1195;
var viewHeight = 579;
var sectionId = 'dynsection-232';
var sectionId = 'dynsection-235';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1327;
var viewHeight = 497;
var sectionId = 'dynsection-233';
var sectionId = 'dynsection-236';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 586;
var viewHeight = 336;
var sectionId = 'dynsection-226';
var sectionId = 'dynsection-229';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1036;
var viewHeight = 27;
var sectionId = 'dynsection-227';
var sectionId = 'dynsection-230';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1122;
var viewHeight = 27;
var sectionId = 'dynsection-149';
var sectionId = 'dynsection-152';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 605;
var viewHeight = 38;
var sectionId = 'dynsection-85';
var sectionId = 'dynsection-88';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1295;
var viewHeight = 64;
var sectionId = 'dynsection-86';
var sectionId = 'dynsection-89';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 2045;
var viewHeight = 436;
var sectionId = 'dynsection-43';
var sectionId = 'dynsection-46';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1274;
var viewHeight = 556;
var sectionId = 'dynsection-200';
var sectionId = 'dynsection-203';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1123;
var viewHeight = 27;
var sectionId = 'dynsection-201';
var sectionId = 'dynsection-204';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1844;
var viewHeight = 572;
var sectionId = 'dynsection-68';
var sectionId = 'dynsection-71';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1408;
var viewHeight = 652;
var sectionId = 'dynsection-185';
var sectionId = 'dynsection-188';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1251;
var viewHeight = 46;
var sectionId = 'dynsection-186';
var sectionId = 'dynsection-189';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 790;
var viewHeight = 185;
var sectionId = 'dynsection-112';
var sectionId = 'dynsection-115';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1422;
var viewHeight = 138;
var sectionId = 'dynsection-113';
var sectionId = 'dynsection-116';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1253;
var viewHeight = 46;
var sectionId = 'dynsection-206';
var sectionId = 'dynsection-209';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1147;
var viewHeight = 556;
var sectionId = 'dynsection-191';
var sectionId = 'dynsection-194';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1509;
var viewHeight = 438;
var sectionId = 'dynsection-192';
var sectionId = 'dynsection-195';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1446;
var viewHeight = 101;
var sectionId = 'dynsection-148';
var sectionId = 'dynsection-151';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 790;
var viewHeight = 224;
var sectionId = 'dynsection-102';
var sectionId = 'dynsection-105';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1142;
var viewHeight = 38;
var sectionId = 'dynsection-103';
var sectionId = 'dynsection-106';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

@@ -48,7 +48,7 @@
<script type="application/ecmascript">
var viewWidth = 1407;
var viewHeight = 686;
var sectionId = 'dynsection-181';
var sectionId = 'dynsection-184';
</script>
<script type="application/ecmascript" xlink:href="svg.min.js"/>
<svg id="graph" class="graph">

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Some files were not shown because too many files have changed in this diff Show More