mirror of
https://github.com/n64decomp/mk64
synced 2026-05-25 07:03:01 -04:00
Deploying to gh-pages from @ n64decomp/mk64@d5264825f0 🚀
This commit is contained in:
+1
-1
@@ -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#_todo000041">Todo</a></b></dt><dd>Is this making the shell spin? </dd></dl>
|
||||
<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>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -172,7 +172,7 @@ $(function(){initNavTree('actorsmenu.html',''); initResizable(); });
|
||||
</div>
|
||||
|
||||
</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>
|
||||
<p><a class="el" href="controlflow.html#actors">Actors</a> <a class="el" href="controlflow.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
@@ -4,7 +4,7 @@ var actorsmenu =
|
||||
[ "Actors", "actors.html#actors-1", null ]
|
||||
] ],
|
||||
[ "Objects", "objects.html", [
|
||||
[ "Objects", "objects.html#objects", null ]
|
||||
[ "Objects", "objects.html#objects-1", null ]
|
||||
] ],
|
||||
[ "Vehicles", "vehicles.html", [
|
||||
[ "Trains", "vehicles.html#trains", null ],
|
||||
|
||||
@@ -25,8 +25,8 @@ var basics =
|
||||
[ "Menus", "controlflow.html#menus", null ],
|
||||
[ "Players", "controlflow.html#players", null ],
|
||||
[ "Actors", "controlflow.html#actors", null ],
|
||||
[ "Objects", "controlflow.html#objects-1", null ],
|
||||
[ "Courses", "controlflow.html#courses-1", [
|
||||
[ "Objects", "controlflow.html#objects", null ],
|
||||
[ "Courses", "controlflow.html#courses", [
|
||||
[ "Course Folder", "controlflow.html#course-folder", null ]
|
||||
] ],
|
||||
[ "UI & Other 2D Screen data", "controlflow.html#ui--other-2d-screen-data", null ],
|
||||
|
||||
@@ -202,48 +202,48 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
|
||||
<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> (temp_f0 > 5.0f) {</div>
|
||||
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> shell-><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-><a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1] = shell-><a class="code hl_variable" href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">boundingBoxSize</a> + <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>->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>->pathIndex = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>;</div>
|
||||
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> shell-><a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1] = shell-><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-><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-><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>->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>->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>->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>->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-><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-><a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1] = ((temp_f12 + temp_f16_3) * 0.5f) + shell-><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-><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>->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>->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>->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-><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-><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-><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-><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>->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-><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>->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-><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-><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-><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-><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>->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>->pos[1];</div>
|
||||
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> newPosition[0] = shell-><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-><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> <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>->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>->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>->pos[1] -= 2.0f;</div>
|
||||
|
||||
@@ -121,15 +121,15 @@ $(function(){initNavTree('bug.html',''); initResizable(); });
|
||||
<dt>Global <a class="el" href="code__80281780_8h.html#af227cfd0f1fd3d6adbe9a29ad59b4dc8">load_ceremony_cutscene</a> (void)</dt>
|
||||
<dd><a class="anchor" id="_bug000009"></a>these segmented addresses need to be symbols for mobility </dd>
|
||||
<dt>Global <a class="el" href="load_8h.html#a2481529a2e9892b5e55865a80299c48b">load_sequence_internal</a> (u32, u32, s32)</dt>
|
||||
<dd><a class="anchor" id="_bug000004"></a>This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous. </dd>
|
||||
<dd><a class="anchor" id="_bug000005"></a>This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous. </dd>
|
||||
<dt>Global <a class="el" href="podium__ceremony__actors_8h.html#a186674a03da1d9fce04a3211d6f4ec4d">new_actor</a> (<a class="el" href="structActorInitParams.html">ActorInitParams</a> *)</dt>
|
||||
<dd><p class="startdd"><a class="anchor" id="_bug000010"></a>No null check. </p>
|
||||
<p class="enddd"><a class="anchor" id="_bug000011"></a> </p>
|
||||
</dd>
|
||||
<dt>Global <a class="el" href="playback_8h.html#a281646ee32b4a0af33bcb1e95afd624e">note_set_vel_pan_reverb</a> (struct <a class="el" href="structNote.html">Note</a> *note, f32 velocity, u8 pan, u8 reverbVol)</dt>
|
||||
<dd><a class="anchor" id="_bug000005"></a>for the change to UQ0.7, the if statement should also have been changed accordingly </dd>
|
||||
<dd><a class="anchor" id="_bug000003"></a>for the change to UQ0.7, the if statement should also have been changed accordingly </dd>
|
||||
<dt>Global <a class="el" href="load_8h.html#a9c1bfb29806b05fc3a700184dcac6880">preload_sequence</a> (u32, u8)</dt>
|
||||
<dd><a class="anchor" id="_bug000003"></a>should be IS_SEQ_LOAD_COMPLETE </dd>
|
||||
<dd><a class="anchor" id="_bug000004"></a>should be IS_SEQ_LOAD_COMPLETE </dd>
|
||||
<dt>Global <a class="el" href="main_8h.html#ad0625ed56ac663d3ec7ae8f1ba50c735">update_gamestate</a> (void)</dt>
|
||||
<dd><a class="anchor" id="_bug000012"></a>Reloading this segment makes <a class="el" href="math__util_8c.html#a062850863585005ad1d0a75d9ff70693">random_u16()</a> deterministic for player spawn order. In laymens terms, <a class="el" href="math__util_8c.html#a062850863585005ad1d0a75d9ff70693">random_u16()</a> outputs the same value every time. </dd>
|
||||
</dl>
|
||||
|
||||
@@ -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#_todo000013">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#_todo000013">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#_todo000014">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#_todo000014">Todo</a></b></dt><dd>What does this even do? </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000015">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">
|
||||
|
||||
@@ -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#_todo000013">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#_todo000014">Todo</a></b></dt><dd>What does this even do? </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000015">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">
|
||||
|
||||
@@ -192,7 +192,7 @@ Variables</h2></td></tr>
|
||||
<div class="line"> {<a class="code hl_variable" href="#a404ec2741b7c3709b6ede853a8c4e5e1">gTexture64647C</a>, 0x0829, 0x1000, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#aea7ede72d602efb428de9e945ae70e6b">gTexture647F4C</a>, 0x05BC, 0x1000, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="banshee__boardwalk_2course__offsets_8c.html#ac7ca4c3ac4d584873ae260853e373654">gTexture64FBF4</a>, 0x0274, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="bowsers__castle_2course__offsets_8c.html#ae81abbf79b3e639da2002586ce865170">gTexture653DB0</a>, 0x06AE, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#ae81abbf79b3e639da2002586ce865170">gTexture653DB0</a>, 0x06AE, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#a4ff0418e0be7ab11c626c687c4d9ec87">gTexture652B54</a>, 0x0606, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#a0bc1cb02f63d67f5a875210158c523f4">gTexture65315C</a>, 0x04A9, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#a81882c41e52b44b35ce97a29db9101bc">gTexture6684F8</a>, 0x010D, 0x0800, 0x0},</div>
|
||||
@@ -211,7 +211,6 @@ Variables</h2></td></tr>
|
||||
<div class="line"> {0x00000000, 0x0000, 0x0000, 0x0},</div>
|
||||
<div class="line">}</div>
|
||||
<div class="ttc" id="abanshee__boardwalk_2course__offsets_8c_html_ac7ca4c3ac4d584873ae260853e373654"><div class="ttname"><a href="banshee__boardwalk_2course__offsets_8c.html#ac7ca4c3ac4d584873ae260853e373654">gTexture64FBF4</a></div><div class="ttdeci">u8 gTexture64FBF4[]</div></div>
|
||||
<div class="ttc" id="abowsers__castle_2course__offsets_8c_html_ae81abbf79b3e639da2002586ce865170"><div class="ttname"><a href="bowsers__castle_2course__offsets_8c.html#ae81abbf79b3e639da2002586ce865170">gTexture653DB0</a></div><div class="ttdeci">u8 gTexture653DB0[]</div></div>
|
||||
<div class="ttc" id="achoco__mountain_2course__offsets_8c_html_a091bb2e158a6d4c4ec86e060f96a104f"><div class="ttname"><a href="#a091bb2e158a6d4c4ec86e060f96a104f">gTexture67B864</a></div><div class="ttdeci">u8 gTexture67B864[]</div></div>
|
||||
<div class="ttc" id="achoco__mountain_2course__offsets_8c_html_a0bc1cb02f63d67f5a875210158c523f4"><div class="ttname"><a href="#a0bc1cb02f63d67f5a875210158c523f4">gTexture65315C</a></div><div class="ttdeci">u8 gTexture65315C[]</div></div>
|
||||
<div class="ttc" id="achoco__mountain_2course__offsets_8c_html_a13bd8380e0fcbdb119e9fca231645c92"><div class="ttname"><a href="#a13bd8380e0fcbdb119e9fca231645c92">gTexture679C04</a></div><div class="ttdeci">u8 gTexture679C04[]</div></div>
|
||||
@@ -227,6 +226,7 @@ Variables</h2></td></tr>
|
||||
<div class="ttc" id="achoco__mountain_2course__offsets_8c_html_ab1d6b5f27b33097b1b83009394a91d05"><div class="ttname"><a href="#ab1d6b5f27b33097b1b83009394a91d05">gTexture64619C</a></div><div class="ttdeci">u8 gTexture64619C[]</div></div>
|
||||
<div class="ttc" id="achoco__mountain_2course__offsets_8c_html_ad2bda480c763060e50ddf75818f83ac7"><div class="ttname"><a href="#ad2bda480c763060e50ddf75818f83ac7">gTextureSignBackside</a></div><div class="ttdeci">u8 gTextureSignBackside[]</div></div>
|
||||
<div class="ttc" id="achoco__mountain_2course__offsets_8c_html_ae48b4f383096c6575ea8a9da500c6c37"><div class="ttname"><a href="#ae48b4f383096c6575ea8a9da500c6c37">gTexture6774D8</a></div><div class="ttdeci">u8 gTexture6774D8[]</div></div>
|
||||
<div class="ttc" id="achoco__mountain_2course__offsets_8c_html_ae81abbf79b3e639da2002586ce865170"><div class="ttname"><a href="#ae81abbf79b3e639da2002586ce865170">gTexture653DB0</a></div><div class="ttdeci">u8 gTexture653DB0[]</div></div>
|
||||
<div class="ttc" id="achoco__mountain_2course__offsets_8c_html_ae9f830c83bdc8189b4eb1bd2331cf4cb"><div class="ttname"><a href="#ae9f830c83bdc8189b4eb1bd2331cf4cb">gTextureSignFallingRocks</a></div><div class="ttdeci">u8 gTextureSignFallingRocks[]</div></div>
|
||||
<div class="ttc" id="achoco__mountain_2course__offsets_8c_html_aea7ede72d602efb428de9e945ae70e6b"><div class="ttname"><a href="#aea7ede72d602efb428de9e945ae70e6b">gTexture647F4C</a></div><div class="ttdeci">u8 gTexture647F4C[]</div></div>
|
||||
<div class="ttc" id="achoco__mountain_2course__offsets_8c_html_aeefac97f83ded70a38f2330c2ad35c34"><div class="ttname"><a href="#aeefac97f83ded70a38f2330c2ad35c34">gTexture67DC20</a></div><div class="ttdeci">u8 gTexture67DC20[]</div></div>
|
||||
|
||||
@@ -164,7 +164,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000012">Todo</a></b></dt><dd>confirm this. </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000011">Todo</a></b></dt><dd>confirm this. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -165,7 +165,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000012">Todo</a></b></dt><dd>confirm this. </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000011">Todo</a></b></dt><dd>confirm this. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+5
-5
@@ -205,8 +205,8 @@ 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#_todo000021">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000022">Todo</a></b></dt><dd>loads of magic constants.. </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000020">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000021">Todo</a></b></dt><dd>loads of magic constants.. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -279,7 +279,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#_todo000023">Todo</a></b></dt><dd>don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000022">Todo</a></b></dt><dd>don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -343,8 +343,8 @@ 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#_todo000019">Todo</a></b></dt><dd>fix magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000020">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000018">Todo</a></b></dt><dd>fix magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000019">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+5
-5
@@ -111,8 +111,8 @@ $(function(){initNavTree('controlflow.html',''); initResizable(); });
|
||||
<li class="level1"><a href="#code-breakdown">Code Breakdown</a><ul><li class="level2"><a href="#menus">Menus</a></li>
|
||||
<li class="level2"><a href="#players">Players</a></li>
|
||||
<li class="level2"><a href="#actors">Actors</a></li>
|
||||
<li class="level2"><a href="#objects-1">Objects</a></li>
|
||||
<li class="level2"><a href="#courses-1">Courses</a><ul><li class="level3"><a href="#course-folder">Course Folder</a></li>
|
||||
<li class="level2"><a href="#objects">Objects</a></li>
|
||||
<li class="level2"><a href="#courses">Courses</a><ul><li class="level3"><a href="#course-folder">Course Folder</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="level2"><a href="#ui--other-2d-screen-data">UI & Other 2D Screen data</a></li>
|
||||
@@ -232,7 +232,7 @@ Actors</h2>
|
||||
<tr class="markdownTableRowOdd">
|
||||
<td class="markdownTableBodyNone"><a class="el" href="code__80005FD0_8c.html">code_80005FD0</a> </td><td class="markdownTableBodyNone">Vehicles; trains, cars, trucks, boats </td></tr>
|
||||
</table>
|
||||
<h2><a class="anchor" id="objects-1"></a>
|
||||
<h2><a class="anchor" id="objects"></a>
|
||||
Objects</h2>
|
||||
<p>Object related code resides in </p><table class="markdownTable">
|
||||
<tr class="markdownTableHead">
|
||||
@@ -245,7 +245,7 @@ Objects</h2>
|
||||
<td class="markdownTableBodyNone"><a class="el" href="code__80086E70_8c.html">code_80086E70</a> </td><td class="markdownTableBodyNone"><a class="el" href="structObjects.html">Objects</a> </td></tr>
|
||||
</table>
|
||||
<p>Documentation of the specifics still in-progress. See <a href="actorsmenu.html">actors</a> for more information.</p>
|
||||
<h2><a class="anchor" id="courses-1"></a>
|
||||
<h2><a class="anchor" id="courses"></a>
|
||||
Courses</h2>
|
||||
<p>Course related code resides in </p><table class="markdownTable">
|
||||
<tr class="markdownTableHead">
|
||||
@@ -259,7 +259,7 @@ Courses</h2>
|
||||
</table>
|
||||
<h3><a class="anchor" id="course-folder"></a>
|
||||
Course Folder</h3>
|
||||
<p>[course folder link][<a class="el" href="courses.html#courses">Courses</a>] </p><table class="markdownTable">
|
||||
<p>[course folder link][<a class="el" href="#courses">Courses</a>] </p><table class="markdownTable">
|
||||
<tr class="markdownTableHead">
|
||||
<th class="markdownTableHeadNone">file </th><th class="markdownTableHeadNone">desc </th></tr>
|
||||
<tr class="markdownTableRowOdd">
|
||||
|
||||
+6
-6
@@ -1100,8 +1100,8 @@ 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#_todo000021">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000022">Todo</a></b></dt><dd>loads of magic constants.. </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000020">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000021">Todo</a></b></dt><dd>loads of magic constants.. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -1324,7 +1324,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#_todo000032">Todo</a></b></dt><dd>magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000039">Todo</a></b></dt><dd>magic number </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -1388,7 +1388,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#_todo000023">Todo</a></b></dt><dd>don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000022">Todo</a></b></dt><dd>don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -1452,8 +1452,8 @@ 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#_todo000019">Todo</a></b></dt><dd>fix magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000020">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000018">Todo</a></b></dt><dd>fix magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000019">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -103,7 +103,7 @@ $(function(){initNavTree('courses.html',''); initResizable(); });
|
||||
<div class="headertitle"><div class="title">Courses</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><h1><a class="anchor" id="courses"></a>
|
||||
<div class="textblock"><h1><a class="anchor" id="courses-1"></a>
|
||||
Courses</h1>
|
||||
</div></div><!-- contents -->
|
||||
</div><!-- PageDoc -->
|
||||
|
||||
+1
-1
@@ -138,7 +138,7 @@ How courses work in mk64
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<p><a class="el" href="courses.html#courses">Courses</a> <a class="el" href="surfacetypes.html">Surface Types</a> </p>
|
||||
<p><a class="el" href="controlflow.html#courses">Courses</a> <a class="el" href="surfacetypes.html">Surface Types</a> </p>
|
||||
</div></div><!-- contents -->
|
||||
</div><!-- PageDoc -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
var coursesmenu =
|
||||
[
|
||||
[ "Courses", "courses.html", [
|
||||
[ "Courses", "courses.html#courses", null ]
|
||||
[ "Courses", "courses.html#courses-1", null ]
|
||||
] ],
|
||||
[ "Surface Types", "surfacetypes.html", null ]
|
||||
];
|
||||
+31
-31
@@ -87,8 +87,8 @@
|
||||
<a href="common__structs_8h_source.html"/>
|
||||
<a href="course_8h_source.html"/>
|
||||
<a href="course__offsets_8h_source.html"/>
|
||||
<a href="debug_8h_source.html"/>
|
||||
<a href="decode_8h_source.html"/>
|
||||
<a href="debug_8h_source.html"/>
|
||||
<a href="defines_8h_source.html"/>
|
||||
<a href="kart__attributes_8h_source.html"/>
|
||||
<a href="math_8h_source.html"/>
|
||||
@@ -243,9 +243,9 @@
|
||||
<a href="textures_8h_source.html"/>
|
||||
<a href="update__objects_8h_source.html"/>
|
||||
<a href="all__course__data_8h.html"/>
|
||||
<a href="all__course__model_8h.html"/>
|
||||
<a href="all__course__offsets_8h.html"/>
|
||||
<a href="all__course__packed_8h.html"/>
|
||||
<a href="all__course__model_8h.html"/>
|
||||
<a href="courseTable_8c.html"/>
|
||||
<a href="courseTable_8h.html"/>
|
||||
<a href="luigi__raceway_2staff__ghost_8inc_8c.html"/>
|
||||
@@ -379,10 +379,10 @@
|
||||
<a href="dks__jungle__parkway_2course__textures_8linkonly_8h.html"/>
|
||||
<a href="double__deck_2course__textures_8linkonly_8h.html"/>
|
||||
<a href="frappe__snowland_2course__textures_8linkonly_8h.html"/>
|
||||
<a href="kalimari__desert_2course__textures_8linkonly_8h.html"/>
|
||||
<a href="koopa__troopa__beach_2course__textures_8linkonly_8h.html"/>
|
||||
<a href="luigi__raceway_2course__textures_8linkonly_8h.html"/>
|
||||
<a href="mario__raceway_2course__textures_8linkonly_8h.html"/>
|
||||
<a href="kalimari__desert_2course__textures_8linkonly_8h.html"/>
|
||||
<a href="moo__moo__farm_2course__textures_8linkonly_8h.html"/>
|
||||
<a href="rainbow__road_2course__textures_8linkonly_8h.html"/>
|
||||
<a href="royal__raceway_2course__textures_8linkonly_8h.html"/>
|
||||
@@ -405,6 +405,7 @@
|
||||
<a href="mario__raceway_2course__vertices_8inc_8c.html"/>
|
||||
<a href="moo__moo__farm_2course__vertices_8inc_8c.html"/>
|
||||
<a href="rainbow__road_2course__vertices_8inc_8c.html"/>
|
||||
<a href="royal__raceway_2course__vertices_8inc_8c.html"/>
|
||||
<a href="sherbet__land_2course__vertices_8inc_8c.html"/>
|
||||
<a href="skyscraper_2course__vertices_8inc_8c.html"/>
|
||||
<a href="toads__turnpike_2course__vertices_8inc_8c.html"/>
|
||||
@@ -432,7 +433,6 @@
|
||||
<a href="paths_8md.html"/>
|
||||
<a href="actor__types_8h.html"/>
|
||||
<a href="ceremony__data_8h.html"/>
|
||||
<a href="royal__raceway_2course__vertices_8inc_8c.html"/>
|
||||
<a href="ceremony__rsp__init__80284EE0_8h.html"/>
|
||||
<a href="common__data_8h.html"/>
|
||||
<a href="data__800E45C0_8h.html"/>
|
||||
@@ -502,20 +502,20 @@
|
||||
<a href="item__box_2render_8inc_8c.html"/>
|
||||
<a href="kiwano__fruit_2render_8inc_8c.html"/>
|
||||
<a href="mario__sign_2render_8inc_8c.html"/>
|
||||
<a href="paddle__boat_2render_8inc_8c.html"/>
|
||||
<a href="palm__tree_2render_8inc_8c.html"/>
|
||||
<a href="piranha__plant_2render_8inc_8c.html"/>
|
||||
<a href="paddle__boat_2render_8inc_8c.html"/>
|
||||
<a href="railroad__crossing_2render_8inc_8c.html"/>
|
||||
<a href="school__bus_2render_8inc_8c.html"/>
|
||||
<a href="tanker__truck_2render_8inc_8c.html"/>
|
||||
<a href="train_2render_8inc_8c.html"/>
|
||||
<a href="school__bus_2render_8inc_8c.html"/>
|
||||
<a href="trees_2render_8inc_8c.html"/>
|
||||
<a href="train_2render_8inc_8c.html"/>
|
||||
<a href="wario__sign_2render_8inc_8c.html"/>
|
||||
<a href="yoshi__egg_2render_8inc_8c.html"/>
|
||||
<a href="banana_2update_8inc_8c.html"/>
|
||||
<a href="blue__and__red__shells_2update_8inc_8c.html"/>
|
||||
<a href="falling__rock_2update_8inc_8c.html"/>
|
||||
<a href="fake__item__box_2update_8inc_8c.html"/>
|
||||
<a href="falling__rock_2update_8inc_8c.html"/>
|
||||
<a href="green__shell_2update_8inc_8c.html"/>
|
||||
<a href="item__box_2update_8inc_8c.html"/>
|
||||
<a href="kiwano__fruit_2update_8inc_8c.html"/>
|
||||
@@ -551,11 +551,11 @@
|
||||
<a href="gfx__output__buffer_8c.html"/>
|
||||
<a href="gfx__output__buffer_8h.html"/>
|
||||
<a href="memory__pool_8c.html"/>
|
||||
<a href="random_8c.html"/>
|
||||
<a href="random_8h.html"/>
|
||||
<a href="trig__tables_8c.html"/>
|
||||
<a href="trig__tables_8h.html"/>
|
||||
<a href="camera_8c.html"/>
|
||||
<a href="random_8c.html"/>
|
||||
<a href="camera_8h.html"/>
|
||||
<a href="camera__junk_8h.html"/>
|
||||
<a href="code__800029B0_8c.html"/>
|
||||
@@ -628,8 +628,8 @@
|
||||
<a href="____osEPiRawReadIo_8c.html"/>
|
||||
<a href="____osEPiRawWriteIo_8c.html"/>
|
||||
<a href="____osGetCurrFaultedThread_8c.html"/>
|
||||
<a href="____osPiCreateAccessQueue_8c.html"/>
|
||||
<a href="____osLeoInterrupt_8c.html"/>
|
||||
<a href="____osPiCreateAccessQueue_8c.html"/>
|
||||
<a href="____osResetGlobalIntMask_8c.html"/>
|
||||
<a href="____osSetGlobalIntMask_8c.html"/>
|
||||
<a href="____osSetHWIntrRoutine_8c.html"/>
|
||||
@@ -652,8 +652,8 @@
|
||||
<a href="__Printf_8c.html"/>
|
||||
<a href="alBnkfNew_8c.html"/>
|
||||
<a href="contpfs_8c.html"/>
|
||||
<a href="bstring_8h.html"/>
|
||||
<a href="contramread_8c.html"/>
|
||||
<a href="bstring_8h.html"/>
|
||||
<a href="contramwrite_8c.html"/>
|
||||
<a href="controller_8h.html"/>
|
||||
<a href="crc_8c.html"/>
|
||||
@@ -682,11 +682,11 @@
|
||||
<a href="NaN_8c.html"/>
|
||||
<a href="new__func_8h.html"/>
|
||||
<a href="osAi_8h.html"/>
|
||||
<a href="osAiGetLength_8c.html"/>
|
||||
<a href="osAiSetFrequency_8c.html"/>
|
||||
<a href="osAiSetNextBuffer_8c.html"/>
|
||||
<a href="osCartRomInit_8c.html"/>
|
||||
<a href="osContInit_8c.html"/>
|
||||
<a href="osAiGetLength_8c.html"/>
|
||||
<a href="osContInternal_8h.html"/>
|
||||
<a href="osContStartReadData_8c.html"/>
|
||||
<a href="osCreateMesgQueue_8c.html"/>
|
||||
@@ -713,22 +713,22 @@
|
||||
<a href="osPfsFreeBlocks_8c.html"/>
|
||||
<a href="osPfsInit_8c.html"/>
|
||||
<a href="osPfsIsPlug_8c.html"/>
|
||||
<a href="osPfsReadWriteFile_8c.html"/>
|
||||
<a href="osPfsNumFiles_8c.html"/>
|
||||
<a href="osPfsReadWriteFile_8c.html"/>
|
||||
<a href="osPfsSearchFile_8c.html"/>
|
||||
<a href="osPiGetCmdQueue_8c.html"/>
|
||||
<a href="osPiRawReadIo_8c.html"/>
|
||||
<a href="osPiGetCmdQueue_8c.html"/>
|
||||
<a href="osPiRawStartDma_8c.html"/>
|
||||
<a href="osPiStartDma_8c.html"/>
|
||||
<a href="osRecvMesg_8c.html"/>
|
||||
<a href="osSendMesg_8c.html"/>
|
||||
<a href="osSetEventMesg_8c.html"/>
|
||||
<a href="osSetThreadPri_8c.html"/>
|
||||
<a href="osSetTime_8c.html"/>
|
||||
<a href="osSetTimer_8c.html"/>
|
||||
<a href="osSpTaskLoadGo_8c.html"/>
|
||||
<a href="osSetThreadPri_8c.html"/>
|
||||
<a href="osSpTaskYield_8c.html"/>
|
||||
<a href="osSpTaskYielded_8c.html"/>
|
||||
<a href="osSetTimer_8c.html"/>
|
||||
<a href="osStartThread_8c.html"/>
|
||||
<a href="osSyncPrintf_8c.html"/>
|
||||
<a href="osTimer_8c.html"/>
|
||||
@@ -736,15 +736,15 @@
|
||||
<a href="osViData_8c.html"/>
|
||||
<a href="osVirtualToPhysical_8c.html"/>
|
||||
<a href="osViSetEvent_8c.html"/>
|
||||
<a href="osViSetMode_8c.html"/>
|
||||
<a href="osViSetSpecialFeatures_8c.html"/>
|
||||
<a href="osViSwapBuffer_8c.html"/>
|
||||
<a href="osViSetMode_8c.html"/>
|
||||
<a href="osViTable_8c.html"/>
|
||||
<a href="osYieldThread_8c.html"/>
|
||||
<a href="printf_8h.html"/>
|
||||
<a href="piint_8h.html"/>
|
||||
<a href="string_8c.html"/>
|
||||
<a href="printf_8h.html"/>
|
||||
<a href="osYieldThread_8c.html"/>
|
||||
<a href="sprintf_8c.html"/>
|
||||
<a href="string_8c.html"/>
|
||||
<a href="player__controller_8c.html"/>
|
||||
<a href="player__controller_8h.html"/>
|
||||
<a href="profiler_8c.html"/>
|
||||
@@ -799,9 +799,9 @@
|
||||
<a href="todo.html"/>
|
||||
<a href="bug.html"/>
|
||||
<a href="struct____OSBlockInfo.html"/>
|
||||
<a href="struct____OSContRamReadFormat.html"/>
|
||||
<a href="struct____OSContEepromFormat.html"/>
|
||||
<a href="struct____OSContReadFormat.html"/>
|
||||
<a href="struct____OSContRamReadFormat.html"/>
|
||||
<a href="struct____OSContRequesFormat.html"/>
|
||||
<a href="struct____OSContRequesFormatShort.html"/>
|
||||
<a href="struct____OSDir.html"/>
|
||||
@@ -811,8 +811,8 @@
|
||||
<a href="struct____OSInodeCache.html"/>
|
||||
<a href="union____OSInodeUnit.html"/>
|
||||
<a href="struct____OSPackId.html"/>
|
||||
<a href="struct____OSThreadprofile__s.html"/>
|
||||
<a href="struct____OSThreadContext.html"/>
|
||||
<a href="struct____OSThreadprofile__s.html"/>
|
||||
<a href="struct____osThreadTail.html"/>
|
||||
<a href="struct____OSTranxInfo.html"/>
|
||||
<a href="struct__struct__gCoursePathSizes__0x10.html"/>
|
||||
@@ -824,8 +824,8 @@
|
||||
<a href="structAdsrEnvelope.html"/>
|
||||
<a href="structAdsrSettings.html"/>
|
||||
<a href="structAdsrState.html"/>
|
||||
<a href="structALADPCMloop.html"/>
|
||||
<a href="structALADPCMBook.html"/>
|
||||
<a href="structALADPCMloop.html"/>
|
||||
<a href="structALADPCMWaveInfo.html"/>
|
||||
<a href="structALBank__s.html"/>
|
||||
<a href="structALBankFile.html"/>
|
||||
@@ -880,11 +880,10 @@
|
||||
<a href="structFallingRock.html"/>
|
||||
<a href="structFirework.html"/>
|
||||
<a href="unionfu.html"/>
|
||||
<a href="unionGameModePack.html"/>
|
||||
<a href="structGfxPool.html"/>
|
||||
<a href="structHegdehogSpawn.html"/>
|
||||
<a href="structhud__player.html"/>
|
||||
<a href="structInstrument.html"/>
|
||||
<a href="structGfxPool.html"/>
|
||||
<a href="structISVDbg.html"/>
|
||||
<a href="structItemBox.html"/>
|
||||
<a href="structItemWindowObjects.html"/>
|
||||
@@ -892,6 +891,7 @@
|
||||
<a href="structKartBoundingBoxCorner.html"/>
|
||||
<a href="structKiwanoFruit.html"/>
|
||||
<a href="structldiv__t.html"/>
|
||||
<a href="unionGameModePack.html"/>
|
||||
<a href="structlldiv__t.html"/>
|
||||
<a href="structM64ScriptState.html"/>
|
||||
<a href="structMainPoolBlock.html"/>
|
||||
@@ -901,8 +901,8 @@
|
||||
<a href="structMkTexture.html"/>
|
||||
<a href="unionMoleSpawnUnion.html"/>
|
||||
<a href="unionMtx2.html"/>
|
||||
<a href="structMtx__u.html"/>
|
||||
<a href="structNote.html"/>
|
||||
<a href="structMtx__u.html"/>
|
||||
<a href="structNoteAttributes.html"/>
|
||||
<a href="structNotePlaybackState.html"/>
|
||||
<a href="structNotePool.html"/>
|
||||
@@ -918,8 +918,8 @@
|
||||
<a href="structOSIoMesg.html"/>
|
||||
<a href="structOSIoMesgHdr.html"/>
|
||||
<a href="structOSMgrArgs.html"/>
|
||||
<a href="structOSPifRam.html"/>
|
||||
<a href="structOSPiHandle__s.html"/>
|
||||
<a href="structOSPifRam.html"/>
|
||||
<a href="structOSPiInfo.html"/>
|
||||
<a href="structOSThread__ListHead.html"/>
|
||||
<a href="structOSThread__s.html"/>
|
||||
@@ -968,8 +968,8 @@
|
||||
<a href="structStarData.html"/>
|
||||
<a href="structstru__80004EAC.html"/>
|
||||
<a href="structstruct__801642D8.html"/>
|
||||
<a href="structstruct__8018DEE0__entry.html"/>
|
||||
<a href="structstruct__8018D9E0__entry.html"/>
|
||||
<a href="structstruct__8018DEE0__entry.html"/>
|
||||
<a href="structstruct__8018E060__entry.html"/>
|
||||
<a href="structstruct__8018E0E8__entry.html"/>
|
||||
<a href="structstruct__8018E118__entry.html"/>
|
||||
@@ -983,10 +983,10 @@
|
||||
<a href="structstruct__80285D80.html"/>
|
||||
<a href="structstruct__80286A04.html"/>
|
||||
<a href="structstruct__80286A10.html"/>
|
||||
<a href="structstruct__D__8018CE10.html"/>
|
||||
<a href="structstruct__D__80192CA8__entry.html"/>
|
||||
<a href="structstruct__D__801930D0__entry.html"/>
|
||||
<a href="structstruct__D__801930D0__inner.html"/>
|
||||
<a href="structstruct__D__8018CE10.html"/>
|
||||
<a href="structstruct__D__802874D8.html"/>
|
||||
<a href="structstruct__D__802BFB80__4.html"/>
|
||||
<a href="structstruct__D__802BFB80__8.html"/>
|
||||
@@ -999,8 +999,8 @@
|
||||
<a href="structtest.html"/>
|
||||
<a href="unionTheWhyUnion.html"/>
|
||||
<a href="structThwompSpawn.html"/>
|
||||
<a href="structTrackWaypoint.html"/>
|
||||
<a href="structTrackSections.html"/>
|
||||
<a href="structTrackWaypoint.html"/>
|
||||
<a href="structTrainCar.html"/>
|
||||
<a href="structTrainCarStuff.html"/>
|
||||
<a href="structTrainStuff.html"/>
|
||||
@@ -1044,8 +1044,8 @@
|
||||
<a href="structuObjTxSprite.html"/>
|
||||
<a href="unionuObjTxtr.html"/>
|
||||
<a href="structuObjTxtrBlock__t.html"/>
|
||||
<a href="structuObjTxtrTLUT__t.html"/>
|
||||
<a href="structuObjTxtrTile__t.html"/>
|
||||
<a href="structuObjTxtrTLUT__t.html"/>
|
||||
<a href="structVblankHandler.html"/>
|
||||
<a href="structVec3fs.html"/>
|
||||
<a href="structVehicleStuff.html"/>
|
||||
|
||||
+2
-2
@@ -1024,7 +1024,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000004">Bug</a></b></dt><dd>This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous. </dd></dl>
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000005">Bug</a></b></dt><dd>This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -1135,7 +1135,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000003">Bug</a></b></dt><dd>should be IS_SEQ_LOAD_COMPLETE </dd></dl>
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000004">Bug</a></b></dt><dd>should be IS_SEQ_LOAD_COMPLETE </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+2
-2
@@ -833,7 +833,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000004">Bug</a></b></dt><dd>This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous. </dd></dl>
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000005">Bug</a></b></dt><dd>This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -944,7 +944,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000003">Bug</a></b></dt><dd>should be IS_SEQ_LOAD_COMPLETE </dd></dl>
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000004">Bug</a></b></dt><dd>should be IS_SEQ_LOAD_COMPLETE </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -572,7 +572,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#_todo000018">Todo</a></b></dt><dd>Why did void* work for matching </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000023">Todo</a></b></dt><dd>Why did void* work for matching </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the caller graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -653,7 +653,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000018">Todo</a></b></dt><dd>Why did void* work for matching </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000023">Todo</a></b></dt><dd>Why did void* work for matching </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the caller graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+2
-2
@@ -194,12 +194,12 @@ var NAVTREEINDEX28 =
|
||||
"controlflow.html#actors":[1,2,4,2],
|
||||
"controlflow.html#code-breakdown":[1,2,4],
|
||||
"controlflow.html#course-folder":[1,2,4,4,0],
|
||||
"controlflow.html#courses-1":[1,2,4,4],
|
||||
"controlflow.html#courses":[1,2,4,4],
|
||||
"controlflow.html#ending":[1,2,4,8],
|
||||
"controlflow.html#engine":[1,2,4,6],
|
||||
"controlflow.html#math":[1,2,4,7],
|
||||
"controlflow.html#menus":[1,2,4,0],
|
||||
"controlflow.html#objects-1":[1,2,4,3],
|
||||
"controlflow.html#objects":[1,2,4,3],
|
||||
"controlflow.html#overall-control-flow":[1,2,2],
|
||||
"controlflow.html#paradigm":[1,2,0],
|
||||
"controlflow.html#players":[1,2,4,1],
|
||||
|
||||
+1
-1
@@ -199,7 +199,7 @@ var NAVTREEINDEX29 =
|
||||
"course__offsets_8h.html":[8,0,2,7],
|
||||
"course__offsets_8h_source.html":[8,0,2,7],
|
||||
"courses.html":[2,0],
|
||||
"courses.html#courses":[2,0,0],
|
||||
"courses.html#courses-1":[2,0,0],
|
||||
"coursesmenu.html":[2],
|
||||
"cow_2render_8inc_8c.html":[8,0,3,0,4,0],
|
||||
"cow_2render_8inc_8c.html#a3032e5759fffafb766e96e1991ab0350":[8,0,3,0,4,0,0],
|
||||
|
||||
+2
-2
@@ -248,6 +248,6 @@ var NAVTREEINDEX39 =
|
||||
"functions_t.html":[7,2,0,18],
|
||||
"functions_u.html":[7,2,0,19],
|
||||
"functions_v.html":[7,2,0,20],
|
||||
"functions_vars.html":[7,2,1],
|
||||
"functions_vars.html":[7,2,1,0]
|
||||
"functions_vars.html":[7,2,1,0],
|
||||
"functions_vars.html":[7,2,1]
|
||||
};
|
||||
|
||||
+4
-4
@@ -13,14 +13,14 @@ var NAVTREEINDEX42 =
|
||||
"gfx__output__buffer_8h.html#aa6e89ad26a571573a3618e8bd57f2fcd":[8,0,3,2,2,1],
|
||||
"gfx__output__buffer_8h.html#acd645401a3e14e342cad25f6471ef97a":[8,0,3,2,2,0],
|
||||
"gfx__output__buffer_8h_source.html":[8,0,3,2,2],
|
||||
"globals.html":[8,1,0,0],
|
||||
"globals.html":[8,1,0],
|
||||
"globals.html":[8,1,0,0],
|
||||
"globals_a.html":[8,1,0,1],
|
||||
"globals_b.html":[8,1,0,2],
|
||||
"globals_c.html":[8,1,0,3],
|
||||
"globals_d.html":[8,1,0,4],
|
||||
"globals_defs.html":[8,1,6,0],
|
||||
"globals_defs.html":[8,1,6],
|
||||
"globals_defs.html":[8,1,6,0],
|
||||
"globals_defs_a.html":[8,1,6,1],
|
||||
"globals_defs_b.html":[8,1,6,2],
|
||||
"globals_defs_c.html":[8,1,6,3],
|
||||
@@ -50,8 +50,8 @@ var NAVTREEINDEX42 =
|
||||
"globals_enum.html":[8,1,4],
|
||||
"globals_eval.html":[8,1,5],
|
||||
"globals_f.html":[8,1,0,6],
|
||||
"globals_func.html":[8,1,1,0],
|
||||
"globals_func.html":[8,1,1],
|
||||
"globals_func.html":[8,1,1,0],
|
||||
"globals_func_a.html":[8,1,1,1],
|
||||
"globals_func_b.html":[8,1,1,2],
|
||||
"globals_func_c.html":[8,1,1,3],
|
||||
@@ -91,8 +91,8 @@ var NAVTREEINDEX42 =
|
||||
"globals_type.html":[8,1,3],
|
||||
"globals_u.html":[8,1,0,21],
|
||||
"globals_v.html":[8,1,0,22],
|
||||
"globals_vars.html":[8,1,2,0],
|
||||
"globals_vars.html":[8,1,2],
|
||||
"globals_vars.html":[8,1,2,0],
|
||||
"globals_vars_b.html":[8,1,2,1],
|
||||
"globals_vars_c.html":[8,1,2,2],
|
||||
"globals_vars_d.html":[8,1,2,3],
|
||||
|
||||
+1
-1
@@ -194,8 +194,8 @@ var NAVTREEINDEX68 =
|
||||
"load_8c.html#ae413774208e1213a9146b077715c7787":[8,0,3,1,10,45],
|
||||
"load_8c.html#ae4a9b501905301177af6c476cff02f7f":[8,0,3,1,10,40],
|
||||
"load_8c.html#ae61d39b44029939585c581369dc5a050":[8,0,3,1,10,2],
|
||||
"load_8c.html#ae6f2c925e86efb824ed050683f9b5113":[8,0,3,1,10,6],
|
||||
"load_8c.html#ae6f2c925e86efb824ed050683f9b5113":[8,0,3,1,10,5],
|
||||
"load_8c.html#ae6f2c925e86efb824ed050683f9b5113":[8,0,3,1,10,6],
|
||||
"load_8c.html#aea5e1113ed6186106c99f9d146e80e75":[8,0,3,1,10,33],
|
||||
"load_8c.html#aeead683cd086cc979e2e7e94d8b4e7b9":[8,0,3,1,10,66],
|
||||
"load_8c.html#aef4659733b428e6fcae0c19331e720cf":[8,0,3,1,10,35],
|
||||
|
||||
+1
-1
@@ -183,7 +183,7 @@ var NAVTREEINDEX83 =
|
||||
"new__func_8h.html#ac8095e2ec1adbd7e74e655c578968a36":[8,0,3,6,56,0],
|
||||
"new__func_8h_source.html":[8,0,3,6,56],
|
||||
"objects.html":[0,1],
|
||||
"objects.html#objects":[0,1,0],
|
||||
"objects.html#objects-1":[0,1,0],
|
||||
"objects_8h.html":[8,0,2,15],
|
||||
"objects_8h.html#a015cc1fa03690348fb398b9be74ecc15":[8,0,2,15,35],
|
||||
"objects_8h.html#a02bd29e49d2089bb6bd1bfe33e360584":[8,0,2,15,87],
|
||||
|
||||
+1
-1
@@ -103,7 +103,7 @@ $(function(){initNavTree('objects.html',''); initResizable(); });
|
||||
<div class="headertitle"><div class="title">Objects</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><h1><a class="anchor" id="objects"></a>
|
||||
<div class="textblock"><h1><a class="anchor" id="objects-1"></a>
|
||||
Objects</h1>
|
||||
</div></div><!-- contents -->
|
||||
</div><!-- PageDoc -->
|
||||
|
||||
+1
-1
@@ -1964,7 +1964,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000047">Todo</a></b></dt><dd>fix this extern </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000051">Todo</a></b></dt><dd>fix this extern </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -207,7 +207,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#_todo000032">Todo</a></b></dt><dd>magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000039">Todo</a></b></dt><dd>magic number </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -254,7 +254,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#_todo000031">Todo</a></b></dt><dd>magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000038">Todo</a></b></dt><dd>magic constant </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -186,7 +186,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#_todo000034">Todo</a></b></dt><dd>figure out why this is like this </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000031">Todo</a></b></dt><dd>figure out why this is like this </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -167,7 +167,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000033">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000032">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -138,7 +138,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000035">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000033">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -138,7 +138,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000036">Todo</a></b></dt><dd>figure out what this flag means </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000034">Todo</a></b></dt><dd>figure out what this flag means </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -441,7 +441,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#_todo000033">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000032">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+2
-2
@@ -872,7 +872,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#_todo000035">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000033">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -990,7 +990,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#_todo000036">Todo</a></b></dt><dd>figure out what this flag means </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000034">Todo</a></b></dt><dd>figure out what this flag means </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+3
-3
@@ -786,7 +786,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000037">Todo</a></b></dt><dd>name </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000035">Todo</a></b></dt><dd>name </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -801,7 +801,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000038">Todo</a></b></dt><dd>name </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000036">Todo</a></b></dt><dd>name </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -816,7 +816,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000039">Todo</a></b></dt><dd>name </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000037">Todo</a></b></dt><dd>name </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -854,7 +854,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000005">Bug</a></b></dt><dd>for the change to UQ0.7, the if statement should also have been changed accordingly </dd></dl>
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000003">Bug</a></b></dt><dd>for the change to UQ0.7, the if statement should also have been changed accordingly </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the caller graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -916,7 +916,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000005">Bug</a></b></dt><dd>for the change to UQ0.7, the if statement should also have been changed accordingly </dd></dl>
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000003">Bug</a></b></dt><dd>for the change to UQ0.7, the if statement should also have been changed accordingly </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the caller graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -763,7 +763,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>make a proper match </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>make a proper match </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -729,7 +729,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>make a proper match </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>make a proper match </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -595,7 +595,7 @@ Here is the caller graph for this function:</div>
|
||||
</div><div class="memdoc">
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000010">Bug</a></b></dt><dd>No null check. </dd></dl>
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000011">Bug</a></b></dt><dd></dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000015">Todo</a></b></dt><dd>More indepth error checking/return value </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000012">Todo</a></b></dt><dd>More indepth error checking/return value </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -555,7 +555,7 @@ Here is the caller graph for this function:</div>
|
||||
</div><div class="memdoc">
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000010">Bug</a></b></dt><dd>No null check. </dd></dl>
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000011">Bug</a></b></dt><dd></dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000015">Todo</a></b></dt><dd>More indepth error checking/return value </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000012">Todo</a></b></dt><dd>More indepth error checking/return value </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ var searchData=
|
||||
['object_5forigin_5fpos_5frandomize_5faround_5fz_14',['object_origin_pos_randomize_around_z',['../code__80086E70_8c.html#ac6428c27f0022ef2f12b28a39c386945',1,'object_origin_pos_randomize_around_z(s32 objectIndex, s16 z, u16 arg2): code_80086E70.c'],['../code__80086E70_8h.html#af49d1527179dc119222464883ebe5174',1,'object_origin_pos_randomize_around_z(s32, s16, u16): code_80086E70.c']]],
|
||||
['objectindex_15',['objectIndex',['../structstruct__D__8018CE10.html#a127e1b12aed47ab382b129edabb71d52',1,'struct_D_8018CE10']]],
|
||||
['objectlistsize_16',['objectListSize',['../code__80057C60_8c.html#a619a9cb4ca05d69a44a5928af9e499ad',1,'code_80057C60.c']]],
|
||||
['objects_17',['Objects',['../structObjects.html',1,'Objects'],['../objects.html',1,'Objects'],['../objects.html#objects',1,'Objects'],['../controlflow.html#objects-1',1,'Objects']]],
|
||||
['objects_17',['Objects',['../structObjects.html',1,'Objects'],['../objects.html',1,'Objects'],['../controlflow.html#objects',1,'Objects'],['../objects.html#objects-1',1,'Objects']]],
|
||||
['objects_2eh_18',['objects.h',['../objects_8h.html',1,'']]],
|
||||
['objects_2emd_19',['objects.md',['../objects_8md.html',1,'']]],
|
||||
['objx_20',['objX',['../structuObjSprite__t.html#aa56aa472d1ac710dd829e6f1cd9f7ad0',1,'uObjSprite_t']]],
|
||||
|
||||
+1
-1
@@ -594,7 +594,7 @@ var searchData=
|
||||
['courseindex_591',['courseIndex',['../structstruct__8018EE10__entry.html#acee952c37d3917fd90809e58c6401e65',1,'struct_8018EE10_entry']]],
|
||||
['courserecords_592',['courseRecords',['../structCupTimeTrialRecords.html#acf18ab0e69f90a2eefe248ef7090bd1c',1,'CupTimeTrialRecords']]],
|
||||
['courses_593',['COURSES',['../mk64_8h.html#acf250ad4ca05ca435a61203c41d4ca88',1,'mk64.h']]],
|
||||
['courses_594',['Courses',['../courses.html',1,'Courses'],['../coursesmenu.html',1,'Courses'],['../courses.html#courses',1,'Courses'],['../controlflow.html#courses-1',1,'Courses']]],
|
||||
['courses_594',['Courses',['../courses.html',1,'Courses'],['../coursesmenu.html',1,'Courses'],['../controlflow.html#courses',1,'Courses'],['../courses.html#courses-1',1,'Courses']]],
|
||||
['courses_2emd_595',['courses.md',['../courses_8md.html',1,'']]],
|
||||
['coursesmenu_2emd_596',['coursesmenu.md',['../coursesmenu_8md.html',1,'']]],
|
||||
['coursetable_597',['CourseTable',['../structCourseTable.html',1,'']]],
|
||||
|
||||
+1
-1
@@ -2371,7 +2371,7 @@ Variables</h2></td></tr>
|
||||
<div class="line"> 0xff25, 0xffed, 0x0320,</div>
|
||||
<div class="line"> 0xffca, 0xfff8, 0x0270,</div>
|
||||
<div class="line">}</div>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000047">Todo</a></b></dt><dd>fix this extern </dd></dl>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000051">Todo</a></b></dt><dd>fix this extern </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -943,7 +943,7 @@ Variables</h2></td></tr>
|
||||
<div class="line"> {<a class="code hl_variable" href="#a24f23c9d0a698822431ba4cf5a4ead5e">gTexture65127C</a>, 0x01AB, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#acbb4a48f8c7977bd901afc6a6bca5122">gTextureRoad5</a>, 0x02B9, 0x1000, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#aa39f4977e61f91182b2617f77cd94c71">gTextureSignToadRed</a>, 0x0610, 0x1000, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#ab97d6cf679638fcdccbac85cfe754065">gTexture668228</a>, 0x0130, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="wario__stadium_2course__offsets_8c.html#ab97d6cf679638fcdccbac85cfe754065">gTexture668228</a>, 0x0130, 0x0800, 0x0},</div>
|
||||
<div class="line"> {0x00000000, 0x0000, 0x0000, 0x0},</div>
|
||||
<div class="line">}</div>
|
||||
<div class="ttc" id="achoco__mountain_2course__offsets_8c_html_a236798701abafb3e9bc8619dd3691ac6"><div class="ttname"><a href="choco__mountain_2course__offsets_8c.html#a236798701abafb3e9bc8619dd3691ac6">gTextureSignNintendoRed0</a></div><div class="ttdeci">u8 gTextureSignNintendoRed0[]</div></div>
|
||||
@@ -963,8 +963,8 @@ Variables</h2></td></tr>
|
||||
<div class="ttc" id="atoads__turnpike_2course__offsets_8c_html_a9745026ef2a348da9a5096c6cf913e01"><div class="ttname"><a href="#a9745026ef2a348da9a5096c6cf913e01">gTexture6608C8</a></div><div class="ttdeci">u8 gTexture6608C8[]</div></div>
|
||||
<div class="ttc" id="atoads__turnpike_2course__offsets_8c_html_a99232571424deebc65d2a82fc47a0dd9"><div class="ttname"><a href="#a99232571424deebc65d2a82fc47a0dd9">gTextureRoad3</a></div><div class="ttdeci">u8 gTextureRoad3[]</div></div>
|
||||
<div class="ttc" id="atoads__turnpike_2course__offsets_8c_html_aa39f4977e61f91182b2617f77cd94c71"><div class="ttname"><a href="#aa39f4977e61f91182b2617f77cd94c71">gTextureSignToadRed</a></div><div class="ttdeci">u8 gTextureSignToadRed[]</div></div>
|
||||
<div class="ttc" id="atoads__turnpike_2course__offsets_8c_html_ab97d6cf679638fcdccbac85cfe754065"><div class="ttname"><a href="#ab97d6cf679638fcdccbac85cfe754065">gTexture668228</a></div><div class="ttdeci">u8 gTexture668228[]</div></div>
|
||||
<div class="ttc" id="atoads__turnpike_2course__offsets_8c_html_acbb4a48f8c7977bd901afc6a6bca5122"><div class="ttname"><a href="#acbb4a48f8c7977bd901afc6a6bca5122">gTextureRoad5</a></div><div class="ttdeci">u8 gTextureRoad5[]</div></div>
|
||||
<div class="ttc" id="awario__stadium_2course__offsets_8c_html_ab97d6cf679638fcdccbac85cfe754065"><div class="ttname"><a href="wario__stadium_2course__offsets_8c.html#ab97d6cf679638fcdccbac85cfe754065">gTexture668228</a></div><div class="ttdeci">u8 gTexture668228[]</div></div>
|
||||
</div><!-- fragment -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -105,29 +105,29 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
|
||||
<div class="contents">
|
||||
<div class="textblock"><dl class="reflist">
|
||||
<dt>Global <a class="el" href="controller_8h.html#aab452241c8ea115165a20157fc64fb9e">__osGetId</a> (OSPfs *pfs)</dt>
|
||||
<dd><p class="startdd"><a class="anchor" id="_todo000022"></a>loads of magic constants.. </p>
|
||||
<p class="enddd"><a class="anchor" id="_todo000021"></a>remove magic constant </p>
|
||||
<dd><p class="startdd"><a class="anchor" id="_todo000021"></a>loads of magic constants.. </p>
|
||||
<p class="enddd"><a class="anchor" id="_todo000020"></a>remove magic constant </p>
|
||||
</dd>
|
||||
<dt>Global <a class="el" href="osPfsDeleteFile_8c.html#a9058bfef76860424d50c262127aabb87">__osPfsReleasePages</a> (OSPfs *pfs, <a class="el" href="struct____OSInode.html">__OSInode</a> *inode, u8 start_page, u16 *sum, u8 bank, <a class="el" href="union____OSInodeUnit.html">__OSInodeUnit</a> *last_page, int flag)</dt>
|
||||
<dd><a class="anchor" id="_todo000032"></a>magic number </dd>
|
||||
<dd><a class="anchor" id="_todo000039"></a>magic number </dd>
|
||||
<dt>Global <a class="el" href="controller_8h.html#aa962180453c026d747ebef163e571966">__osPfsRWInode</a> (OSPfs *pfs, <a class="el" href="struct____OSInode.html">__OSInode</a> *inode, u8 flag, u8 bank)</dt>
|
||||
<dd><a class="anchor" id="_todo000023"></a>don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something </dd>
|
||||
<dd><a class="anchor" id="_todo000022"></a>don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something </dd>
|
||||
<dt>Global <a class="el" href="piint_8h.html#a3e05f8f40d1da55183ee0eaec0c5b6bb">__osPiDevMgr</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000027"></a>In libreultra this is in an include </dd>
|
||||
<dt>Global <a class="el" href="controller_8h.html#aef46f2f348aa04f58019de1b9036fcec">__osRepairPackId</a> (OSPfs *pfs, <a class="el" href="struct____OSPackId.html">__OSPackId</a> *badid, <a class="el" href="struct____OSPackId.html">__OSPackId</a> *newid)</dt>
|
||||
<dd><p class="startdd"><a class="anchor" id="_todo000020"></a>remove magic constant </p>
|
||||
<p class="enddd"><a class="anchor" id="_todo000019"></a>fix magic number </p>
|
||||
<dd><p class="startdd"><a class="anchor" id="_todo000018"></a>fix magic number </p>
|
||||
<p class="enddd"><a class="anchor" id="_todo000019"></a>remove magic constant </p>
|
||||
</dd>
|
||||
<dt>Global <a class="el" href="courseTable_8h.html#a83643ea0bd8b0af88efc38bccc1b93ca">_course_mario_raceway_dl_mio0SegmentRomStart</a> []</dt>
|
||||
<dd><a class="anchor" id="_todo000057"></a>These should probably be ptr's instead of array's? </dd>
|
||||
<dt>Global <a class="el" href="update__objects_8c.html#a6e56a43ec98e81db05f2410893efa437">add_unused_obj_index</a> (s32 *listIdx, s32 *nextFree, s32 size)</dt>
|
||||
<dd><a class="anchor" id="_todo000049"></a>This HAS to be a for-loop of some variety, but I can't make a for-loop to match. If you replace this with <code>for(var_v1 = 0; var_v1 < size; var_v1++)</code> The diff gets massive. </dd>
|
||||
<dd><a class="anchor" id="_todo000048"></a>This HAS to be a for-loop of some variety, but I can't make a for-loop to match. If you replace this with <code>for(var_v1 = 0; var_v1 < size; var_v1++)</code> The diff gets massive. </dd>
|
||||
<dt>Global <a class="el" href="camera_8h.html#a5d473430986a7e9d5ceca3b538321cc8">BAD_RETURN</a> (cmd)</dt>
|
||||
<dd><a class="anchor" id="_todo000006"></a>put this define in types.h or similar. Certain functions are marked as having return values, but do not actually return a value. This causes undefined behavior, which we'd rather avoid on modern GCC. This only impacts -O2 and can matter for both the function itself and functions that call it. </dd>
|
||||
<dt>Global <a class="el" href="main_8h.html#a9410901312e9664a26f6a854227f2f8b">clear_framebuffer</a> (s32)</dt>
|
||||
<dd><a class="anchor" id="_todo000018"></a>Why did void* work for matching </dd>
|
||||
<dd><a class="anchor" id="_todo000023"></a>Why did void* work for matching </dd>
|
||||
<dt>Global <a class="el" href="update__objects_8c.html#adf5256c5c92e5b22c984e0b8d171cda6">D_800E43B0</a> []</dt>
|
||||
<dd><a class="anchor" id="_todo000048"></a>unused? </dd>
|
||||
<dd><a class="anchor" id="_todo000047"></a>unused? </dd>
|
||||
<dt>Global <a class="el" href="code__80091750_8h.html#a08ffb920b7830a80106d74fae1eeca66">D_8018D9B0</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000009"></a>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd>
|
||||
<dt>Global <a class="el" href="banshee__boardwalk_2course__data_8h.html#a3799dda94e3b34030115f4fa39953296">d_course_banshee_boardwalk_dl_0</a> []</dt>
|
||||
@@ -163,10 +163,10 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
|
||||
<dt>Global <a class="el" href="yoshi__valley_2course__data_8h.html#aa0217844fed4adea09db7b4e5047ccf3">d_course_yoshi_valley_dl_0</a> []</dt>
|
||||
<dd><a class="anchor" id="_todo000070"></a>Replace addresses with variables </dd>
|
||||
<dt>Global <a class="el" href="code__80281780_8h.html#a76c4e29164ea94ce7dd883af83565b45">debug_switch_character_ceremony_cutscene</a> (void)</dt>
|
||||
<dd><a class="anchor" id="_todo000012"></a>confirm this. </dd>
|
||||
<dd><a class="anchor" id="_todo000011"></a>confirm this. </dd>
|
||||
<dt>Union <a class="el" href="uniondu.html">du</a> </dt>
|
||||
<dd><p class="startdd"><a class="anchor" id="_todo000024"></a>is it possible to remove them somehow? </p>
|
||||
<p class="enddd"><a class="anchor" id="_todo000025"></a>is it possible to remove them somehow? </p>
|
||||
<dd><p class="startdd"><a class="anchor" id="_todo000025"></a>is it possible to remove them somehow? </p>
|
||||
<p class="enddd"><a class="anchor" id="_todo000024"></a>is it possible to remove them somehow? </p>
|
||||
</dd>
|
||||
<dt>Global <a class="el" href="data_8h.html#aa7ed73e948f47fa899fce22e05095d39">fill</a> [2]</dt>
|
||||
<dd><a class="anchor" id="_todo000001"></a>file boundary? </dd>
|
||||
@@ -175,7 +175,7 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
|
||||
<dt>Global <a class="el" href="code__80005FD0_8h.html#a73cf3ac928fe335e2acbe5e0afcac412">func_800100F0</a> (s32)</dt>
|
||||
<dd><a class="anchor" id="_todo000008"></a>Confirm this comment </dd>
|
||||
<dt>Global <a class="el" href="player__controller_8h.html#a56b6cc32d3ba7e190ae4e338292b56f3">func_80028864</a> (<a class="el" href="structPlayer.html">Player</a> *, <a class="el" href="structCamera.html">Camera</a> *, s8, s8)</dt>
|
||||
<dd><a class="anchor" id="_todo000040"></a>make a proper match </dd>
|
||||
<dd><a class="anchor" id="_todo000041"></a>make a proper match </dd>
|
||||
<dt>Global <a class="el" href="render__objects_8c.html#ae0dda7b003f95d15d72c5d40ed47127e">func_80046030</a> (u8 *tlut, u8 *texture, Vtx *arg2, s32 width, s32 arg4, s32 height)</dt>
|
||||
<dd><a class="anchor" id="_todo000044"></a>tlut/texture unconfirmed. This could be texture1 and texture2 </dd>
|
||||
<dt>Global <a class="el" href="render__objects_8c.html#acaa477cfbccd1a5fae43a67a655accdb">func_8004B7DC</a> (s32 x, s32 y, s32 width, s32 height, s32 arg4, s32 arg5, s32 arg6)</dt>
|
||||
@@ -183,33 +183,33 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
|
||||
<dt>Global <a class="el" href="render__objects_8c.html#a33fc340f4fc3585368fc4612e85a606c">func_8004C268</a> (u32 arg0, u32 arg1, u8 *texture, u32 width, u32 arg4, u32 height, s32 arg6)</dt>
|
||||
<dd><a class="anchor" id="_todo000046"></a>fakematch? </dd>
|
||||
<dt>Global <a class="el" href="update__objects_8c.html#a458b33a4ba73ac7f278fa7a6417a60ba">func_800745C8</a> (s32 objectIndex, s32 arg1)</dt>
|
||||
<dd><a class="anchor" id="_todo000050"></a>arg1 should likely be a u8 * </dd>
|
||||
<dd><a class="anchor" id="_todo000049"></a>arg1 should likely be a u8 * </dd>
|
||||
<dt>Global <a class="el" href="code__80091750_8h.html#a11daab0c2cb2700179b2325d2c619769">func_80091FA4</a> (void)</dt>
|
||||
<dd><a class="anchor" id="_todo000010"></a>These sizes need to be <a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sizeof()</a> for shiftability if possible </dd>
|
||||
<dt>Global <a class="el" href="port__eu_8h.html#a01e0fb6ba3bfcf5f10f894ca7effbaea">func_800CBC24</a> (void)</dt>
|
||||
<dd><a class="anchor" id="_todo000005"></a>clenanup, something's weird with the variables. D_800EA4A4 is probably <a class="el" href="structEuAudioCmd.html">EuAudioCmd</a> bc of the + 0x100 </dd>
|
||||
<dt>Global <a class="el" href="ceremony__and__credits_8h.html#ae18e22cbc81270341ae4191c62fff685">func_80282D90</a> (struct <a class="el" href="structCinematicCamera.html">CinematicCamera</a> *, struct <a class="el" href="structstruct__80286A04.html">struct_80286A04</a> *, struct <a class="el" href="structstruct__80286A04.html">struct_80286A04</a> *, s32)</dt>
|
||||
<dd><a class="anchor" id="_todo000011"></a>Cast to normal <a class="el" href="structCamera.html">Camera</a>? Or from <a class="el" href="structCinematicCamera.html">CinematicCamera</a>? </dd>
|
||||
<dd><a class="anchor" id="_todo000013"></a>Cast to normal <a class="el" href="structCamera.html">Camera</a>? Or from <a class="el" href="structCinematicCamera.html">CinematicCamera</a>? </dd>
|
||||
<dt>Global <a class="el" href="ceremony__and__credits_8c.html#a71a7e40d7f6084529c8acc1706ea427c">func_8028336C</a> (UNUSED struct <a class="el" href="structCinematicCamera.html">CinematicCamera</a> *arg0, UNUSED <a class="el" href="structCamera.html">Camera</a> *camera)</dt>
|
||||
<dd><a class="anchor" id="_todo000013"></a>Does this match as a return of s8? </dd>
|
||||
<dd><a class="anchor" id="_todo000014"></a>Does this match as a return of s8? </dd>
|
||||
<dt>Global <a class="el" href="ceremony__and__credits_8h.html#adb8b89509eba2211d2c279aa662f2d70">func_802846E4</a> (struct <a class="el" href="structCinematicCamera.html">CinematicCamera</a> *)</dt>
|
||||
<dd><a class="anchor" id="_todo000014"></a>What does this even do? </dd>
|
||||
<dd><a class="anchor" id="_todo000015"></a>What does this even do? </dd>
|
||||
<dt>Global <a class="el" href="race__logic_8h.html#a4eb4cb5c0963bcfceae40d340c2e7756">func_8028F970</a> (void)</dt>
|
||||
<dd><a class="anchor" id="_todo000042"></a>increasing players past four would require increase this loop iterator. </dd>
|
||||
<dt>Global <a class="el" href="update__objects_8c.html#a5d5e90510363f2db4ec1d76839b76d95">gen_random_item</a> (s16 rank, s16 isCpu)</dt>
|
||||
<dd><a class="anchor" id="_todo000051"></a>Cleanup this function to use array access and struct if possible. </dd>
|
||||
<dd><a class="anchor" id="_todo000050"></a>Cleanup this function to use array access and struct if possible. </dd>
|
||||
<dt>Global <a class="el" href="code__800029B0_8h.html#a8a6a0e5ed8709356fba948d0beeb6a95">gPlayerWinningIndex</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000007"></a>gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8 </dd>
|
||||
<dt>Global <a class="el" href="some__data_8c.html#af40885efd72dc665a278c6f29e19ecf3">gTorchSpawns</a> []</dt>
|
||||
<dd><a class="anchor" id="_todo000047"></a>fix this extern </dd>
|
||||
<dd><a class="anchor" id="_todo000051"></a>fix this extern </dd>
|
||||
<dt>Global <a class="el" href="osEPiRawStartDma_8c.html#a0f405b027addb60288ca287959d8d3d6">IO_WRITE</a> (addr, data)</dt>
|
||||
<dd><a class="anchor" id="_todo000030"></a>These defines are from <a class="el" href="rcp_8h.html">PR/rcp.h</a>, but including that causes problems... </dd>
|
||||
<dt>Global <a class="el" href="piint_8h.html#a8f6729a1dafa49bc6280eb2bcfb787d0">LEO_CMD_TYPE_0</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000037"></a>name </dd>
|
||||
<dd><a class="anchor" id="_todo000035"></a>name </dd>
|
||||
<dt>Global <a class="el" href="piint_8h.html#a0231e88a1290269fd41dc1e4d24e4f55">LEO_CMD_TYPE_1</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000038"></a>name </dd>
|
||||
<dd><a class="anchor" id="_todo000036"></a>name </dd>
|
||||
<dt>Global <a class="el" href="piint_8h.html#ad43c4418deeccdbeaabd6b9657d3c0c1">LEO_CMD_TYPE_2</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000039"></a>name </dd>
|
||||
<dd><a class="anchor" id="_todo000037"></a>name </dd>
|
||||
<dt>Global <a class="el" href="render__courses_8h.html#ae41e4953dc98c20240ddfd2b26862ee9">load_surface_map</a> (uintptr_t, struct <a class="el" href="structUnkStruct__800DC5EC.html">UnkStruct_800DC5EC</a> *)</dt>
|
||||
<dd><a class="anchor" id="_todo000043"></a>Should be Gfx* </dd>
|
||||
<dt>Global <a class="el" href="sptask_8h.html#a3b54c742028b6c1e8246bf9349bad70c">M_TASK_FLAG0</a> </dt>
|
||||
@@ -219,25 +219,25 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
|
||||
<dt>Global <a class="el" href="main_8h.html#a92feae5b57f31cf54ba83ec8dacfa031">MTX_SHADOW_POOL_SIZE</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000016"></a>Verify with proper documentation </dd>
|
||||
<dt>Global <a class="el" href="podium__ceremony__actors_8h.html#a186674a03da1d9fce04a3211d6f4ec4d">new_actor</a> (<a class="el" href="structActorInitParams.html">ActorInitParams</a> *)</dt>
|
||||
<dd><a class="anchor" id="_todo000015"></a>More indepth error checking/return value </dd>
|
||||
<dd><a class="anchor" id="_todo000012"></a>More indepth error checking/return value </dd>
|
||||
<dt>Global <a class="el" href="structNote.html#ad84c5a727f09a9ea8140bcf1b56ce512">Note::priority</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000004"></a>use macros or something instead. </dd>
|
||||
<dt>Global <a class="el" href="osContInit_8c.html#a3a0e3a0d795150ad033f213754773c34">osContInit</a> (OSMesgQueue *mq, u8 *bitpattern, OSContStatus *status)</dt>
|
||||
<dd><a class="anchor" id="_todo000026"></a>figure out what it means </dd>
|
||||
<dt>Global <a class="el" href="osPfsDeleteFile_8c.html#a4694169ebbc67d1cab176b4f8945ce51">osPfsDeleteFile</a> (OSPfs *pfs, u16 company_code, u32 game_code, u8 *game_name, u8 *ext_name)</dt>
|
||||
<dd><a class="anchor" id="_todo000031"></a>magic constant </dd>
|
||||
<dd><a class="anchor" id="_todo000038"></a>magic constant </dd>
|
||||
<dt>Global <a class="el" href="osPiStartDma_8c.html#ae288a36d96a4db6977d95327e246ec12">osPiStartDma</a> (<a class="el" href="structOSIoMesg.html">OSIoMesg</a> *mb, s32 priority, s32 direction, uintptr_t devAddr, void *vAddr, size_t nbytes, OSMesgQueue *mq)</dt>
|
||||
<dd><a class="anchor" id="_todo000033"></a>name magic constants </dd>
|
||||
<dd><a class="anchor" id="_todo000032"></a>name magic constants </dd>
|
||||
<dt>Global <a class="el" href="osPiRawStartDma_8c.html#aa3a1dc7939fd49721d4353372722722c">osRomBase</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000034"></a>figure out why this is like this </dd>
|
||||
<dd><a class="anchor" id="_todo000031"></a>figure out why this is like this </dd>
|
||||
<dt>Global <a class="el" href="osViBlack_8c.html#a6446513d8cd19001210d458f11b12df4">osViBlack</a> (u8 active)</dt>
|
||||
<dd><a class="anchor" id="_todo000035"></a>name magic constants </dd>
|
||||
<dd><a class="anchor" id="_todo000033"></a>name magic constants </dd>
|
||||
<dt>Global <a class="el" href="osViSwapBuffer_8c.html#ad9fbc8feed5d6cf557a051834e168950">osViSwapBuffer</a> (void *vaddr)</dt>
|
||||
<dd><a class="anchor" id="_todo000036"></a>figure out what this flag means </dd>
|
||||
<dd><a class="anchor" id="_todo000034"></a>figure out what this flag means </dd>
|
||||
<dt>Global <a class="el" href="osEPiRawStartDma_8c.html#a61b4993ebb70a3b701fccc3221c36d81">PI_DOMAIN1</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000029"></a>This define is from <a class="el" href="os_8h.html">os.h</a>, but including that causes problems... </dd>
|
||||
<dt>Global <a class="el" href="actors_8c.html#a244363eb20e950ed94944be1c768a37c">render_actor_shell</a> (<a class="el" href="structCamera.html">Camera</a> *camera, Mat4 matrix, struct <a class="el" href="structShellActor.html">ShellActor</a> *shell)</dt>
|
||||
<dd><a class="anchor" id="_todo000041"></a>Is this making the shell spin? </dd>
|
||||
<dd><a class="anchor" id="_todo000040"></a>Is this making the shell spin? </dd>
|
||||
<dt>Global <a class="el" href="sounds_8h.html#a71288c0bb15b503d4570b441a05013f4">SOUND_ARG_LOAD</a> (sound_bank, byte2, byte3, sound_id)</dt>
|
||||
<dd><a class="anchor" id="_todo000053"></a>format like sm64 <a class="el" href="sounds_8h.html">sounds.h</a> </dd>
|
||||
<dt>Global <a class="el" href="osEPiRawStartDma_8c.html#a9f68445808ae98c1a50579d2c5a95c7f">UPDATE_REG</a> (reg, var)</dt>
|
||||
|
||||
@@ -266,33 +266,33 @@ $(function(){initNavTree('train_2render_8inc_8c_source.html',''); initResizable(
|
||||
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> } <span class="keywordflow">else</span> {</div>
|
||||
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> gSPDisplayList(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_variable" href="kalimari__desert_2course__data_8c.html#a14fa74b51aae41ead880d9ecc8f85695">d_course_kalimari_desert_dl_1FAF8</a>);</div>
|
||||
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> }</div>
|
||||
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <span class="keywordflow">if</span> (1440000.0f < temp_f0) { <span class="keywordflow">return</span>; }</div>
|
||||
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <span class="keywordflow">if</span> (1440000.0f < <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a>) { <span class="keywordflow">return</span>; }</div>
|
||||
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> </div>
|
||||
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> gSPClearGeometryMode(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_define" href="gbi_8h.html#a1d9c1bb13064e0e1726ed802cfb2697a">G_CULL_BACK</a>);</div>
|
||||
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> gSPDisplayList(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_variable" href="kalimari__desert_2course__data_8c.html#a239f3cefcd510fe67ad2da941dfb1e4c">d_course_kalimari_desert_dl_22D28</a>);</div>
|
||||
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">gSPClearGeometryMode</a>(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_define" href="gbi_8h.html#a1d9c1bb13064e0e1726ed802cfb2697a">G_CULL_BACK</a>);</div>
|
||||
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">gSPDisplayList</a>(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_variable" href="kalimari__desert_2course__data_8c.html#a239f3cefcd510fe67ad2da941dfb1e4c">d_course_kalimari_desert_dl_22D28</a>);</div>
|
||||
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> </div>
|
||||
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <a class="code hl_function" href="math__util_8c.html#a3c716e2d1fa585c007d66e79245d6f73">mtxf_rotate_x</a>(sp120, actor-><a class="code hl_variable" href="structTrainCar.html#a3e4c6d1091b4cf5a1683496409bda622">wheelRot</a>);</div>
|
||||
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> <a class="code hl_function" href="math__util_8c.html#a79fd07a0971ec96a3ff0801963a2fa7f">vec3f_set</a>(sp160, 17.0f, 6.0f, 8.0f);</div>
|
||||
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> <a class="code hl_function" href="math__util_8c.html#ad1800f715e0296b6e75f04de02479ea5">mtxf_translate</a>(spE0, sp160);</div>
|
||||
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <a class="code hl_function" href="math__util_8c.html#a68b650b8cc601fb7f7bae979898dcdbf">mtxf_multiplication</a>(spA0, sp120, spE0);</div>
|
||||
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <a class="code hl_function" href="math__util_8c.html#a3c716e2d1fa585c007d66e79245d6f73">mtxf_rotate_x</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sp120</a>, <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">actor</a>->wheelRot);</div>
|
||||
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> <a class="code hl_function" href="math__util_8c.html#a79fd07a0971ec96a3ff0801963a2fa7f">vec3f_set</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sp160</a>, 17.0f, 6.0f, 8.0f);</div>
|
||||
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> <a class="code hl_function" href="math__util_8c.html#ad1800f715e0296b6e75f04de02479ea5">mtxf_translate</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">spE0</a>, <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sp160</a>);</div>
|
||||
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <a class="code hl_function" href="math__util_8c.html#a68b650b8cc601fb7f7bae979898dcdbf">mtxf_multiplication</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">spA0</a>, <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sp120</a>, <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">spE0</a>);</div>
|
||||
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> </div>
|
||||
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="math__util_8c.html#aa23f6384122bc45f13a81ef0fa86c099">render_set_position</a>(spA0, 3) == 0) { <span class="keywordflow">return</span>; }</div>
|
||||
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="math__util_8c.html#aa23f6384122bc45f13a81ef0fa86c099">render_set_position</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">spA0</a>, 3) == 0) { <span class="keywordflow">return</span>; }</div>
|
||||
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> </div>
|
||||
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> gSPDisplayList(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_variable" href="kalimari__desert_2course__data_8c.html#a43bd524976e6266eecd31c16b34df8d8">d_course_kalimari_desert_dl_22DB8</a>);</div>
|
||||
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> gSPPopMatrix(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_define" href="gbi_8h.html#a4c9589710f911ec2c38104f51a68a8aa">G_MTX_MODELVIEW</a>);</div>
|
||||
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">gSPDisplayList</a>(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_variable" href="kalimari__desert_2course__data_8c.html#a43bd524976e6266eecd31c16b34df8d8">d_course_kalimari_desert_dl_22DB8</a>);</div>
|
||||
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">gSPPopMatrix</a>(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_define" href="gbi_8h.html#a4c9589710f911ec2c38104f51a68a8aa">G_MTX_MODELVIEW</a>);</div>
|
||||
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> </div>
|
||||
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <a class="code hl_function" href="math__util_8c.html#a3c716e2d1fa585c007d66e79245d6f73">mtxf_rotate_x</a>(sp120, actor-><a class="code hl_variable" href="structTrainCar.html#a3e4c6d1091b4cf5a1683496409bda622">wheelRot</a>);</div>
|
||||
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> <a class="code hl_function" href="math__util_8c.html#a79fd07a0971ec96a3ff0801963a2fa7f">vec3f_set</a>(sp160, -17.0, 6.0f, 8.0f);</div>
|
||||
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <a class="code hl_function" href="math__util_8c.html#ad1800f715e0296b6e75f04de02479ea5">mtxf_translate</a>(spE0, sp160);</div>
|
||||
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> <a class="code hl_function" href="math__util_8c.html#a68b650b8cc601fb7f7bae979898dcdbf">mtxf_multiplication</a>(spA0, sp120, spE0);</div>
|
||||
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <a class="code hl_function" href="math__util_8c.html#a3c716e2d1fa585c007d66e79245d6f73">mtxf_rotate_x</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sp120</a>, <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">actor</a>->wheelRot);</div>
|
||||
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> <a class="code hl_function" href="math__util_8c.html#a79fd07a0971ec96a3ff0801963a2fa7f">vec3f_set</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sp160</a>, -17.0, 6.0f, 8.0f);</div>
|
||||
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <a class="code hl_function" href="math__util_8c.html#ad1800f715e0296b6e75f04de02479ea5">mtxf_translate</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">spE0</a>, <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sp160</a>);</div>
|
||||
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> <a class="code hl_function" href="math__util_8c.html#a68b650b8cc601fb7f7bae979898dcdbf">mtxf_multiplication</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">spA0</a>, <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sp120</a>, <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">spE0</a>);</div>
|
||||
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> </div>
|
||||
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="math__util_8c.html#aa23f6384122bc45f13a81ef0fa86c099">render_set_position</a>(spA0, 3) == 0) { <span class="keywordflow">return</span>; }</div>
|
||||
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="math__util_8c.html#aa23f6384122bc45f13a81ef0fa86c099">render_set_position</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">spA0</a>, 3) == 0) { <span class="keywordflow">return</span>; }</div>
|
||||
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> </div>
|
||||
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> gSPDisplayList(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_variable" href="kalimari__desert_2course__data_8c.html#a43bd524976e6266eecd31c16b34df8d8">d_course_kalimari_desert_dl_22DB8</a>);</div>
|
||||
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> gSPPopMatrix(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_define" href="gbi_8h.html#a4c9589710f911ec2c38104f51a68a8aa">G_MTX_MODELVIEW</a>);</div>
|
||||
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">gSPDisplayList</a>(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_variable" href="kalimari__desert_2course__data_8c.html#a43bd524976e6266eecd31c16b34df8d8">d_course_kalimari_desert_dl_22DB8</a>);</div>
|
||||
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">gSPPopMatrix</a>(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_define" href="gbi_8h.html#a4c9589710f911ec2c38104f51a68a8aa">G_MTX_MODELVIEW</a>);</div>
|
||||
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> </div>
|
||||
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> <a class="code hl_function" href="math__util_8c.html#a3c716e2d1fa585c007d66e79245d6f73">mtxf_rotate_x</a>(sp120, (<a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a>) (actor-><a class="code hl_variable" href="structTrainCar.html#a3e4c6d1091b4cf5a1683496409bda622">wheelRot</a> + 0x444));</div>
|
||||
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> <a class="code hl_function" href="math__util_8c.html#a79fd07a0971ec96a3ff0801963a2fa7f">vec3f_set</a>(sp160, 17.0f, 6.0f, -8.0f);</div>
|
||||
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> <a class="code hl_function" href="math__util_8c.html#a3c716e2d1fa585c007d66e79245d6f73">mtxf_rotate_x</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sp120</a>, (<a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a>) (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">actor</a>->wheelRot + 0x444));</div>
|
||||
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> <a class="code hl_function" href="math__util_8c.html#a79fd07a0971ec96a3ff0801963a2fa7f">vec3f_set</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sp160</a>, 17.0f, 6.0f, -8.0f);</div>
|
||||
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> <a class="code hl_function" href="math__util_8c.html#ad1800f715e0296b6e75f04de02479ea5">mtxf_translate</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">spE0</a>, <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sp160</a>);</div>
|
||||
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> <a class="code hl_function" href="math__util_8c.html#a68b650b8cc601fb7f7bae979898dcdbf">mtxf_multiplication</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">spA0</a>, <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sp120</a>, <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">spE0</a>);</div>
|
||||
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> </div>
|
||||
|
||||
@@ -274,22 +274,22 @@ $(function(){initNavTree('trees_2render_8inc_8c_source.html',''); initResizable(
|
||||
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f0;</div>
|
||||
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> temp_v0 = arg2-><a class="code hl_variable" href="structActor.html#af49bb0c1202a06dc594529a2e77249c6">flags</a>;</div>
|
||||
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> </div>
|
||||
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> <span class="keywordflow">if</span> ((temp_v0 & 0x800) != 0) { <span class="keywordflow">return</span>; }</div>
|
||||
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> <span class="keywordflow">if</span> ((<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_v0</a> & 0x800) != 0) { <span class="keywordflow">return</span>; }</div>
|
||||
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> </div>
|
||||
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> temp_f0 = <a class="code hl_function" href="math__util_8c.html#a5e1d12b8745a8d5f8d73ab366328d3cd">is_within_render_distance</a>(camera-><a class="code hl_variable" href="structCamera.html#aaa7eaab22236f016fd933666bd90c741">pos</a>, arg2-><a class="code hl_variable" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">pos</a>, camera-><a class="code hl_variable" href="structCamera.html#a0eac7222597bb35c86f8ab71bb2f9d2f">rot</a>[1], 0, <a class="code hl_variable" href="main_8c.html#a673493c1550bfdd6dd7443b4b51ebe71">gCameraZoom</a>[camera - <a class="code hl_variable" href="camera_8c.html#a55c57426bead74311a6710cc88980ead">camera1</a>], 640000.0f);</div>
|
||||
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> = <a class="code hl_function" href="math__util_8c.html#a5e1d12b8745a8d5f8d73ab366328d3cd">is_within_render_distance</a>(camera-><a class="code hl_variable" href="structCamera.html#aaa7eaab22236f016fd933666bd90c741">pos</a>, arg2-><a class="code hl_variable" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">pos</a>, camera-><a class="code hl_variable" href="structCamera.html#a0eac7222597bb35c86f8ab71bb2f9d2f">rot</a>[1], 0, <a class="code hl_variable" href="main_8c.html#a673493c1550bfdd6dd7443b4b51ebe71">gCameraZoom</a>[camera - <a class="code hl_variable" href="camera_8c.html#a55c57426bead74311a6710cc88980ead">camera1</a>], 640000.0f);</div>
|
||||
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> </div>
|
||||
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> <span class="keywordflow">if</span> (temp_f0 < 0.0f) { <span class="keywordflow">return</span>; }</div>
|
||||
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> < 0.0f) { <span class="keywordflow">return</span>; }</div>
|
||||
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> </div>
|
||||
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <span class="keywordflow">if</span> (((temp_v0 & 0x400) == 0) && (temp_f0 < 250000.0f)) {</div>
|
||||
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <span class="keywordflow">if</span> (((<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_v0</a> & 0x400) == 0) && (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> < 250000.0f)) {</div>
|
||||
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <a class="code hl_function" href="actors_8c.html#ac46c5c4408bdcd2bfdeddd690b1ed203">func_8029794C</a>(arg2-><a class="code hl_variable" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">pos</a>, arg2-><a class="code hl_variable" href="structActor.html#aafc0746715101e8b4dd9afcd88a90ab9">rot</a>, 2.79999995f);</div>
|
||||
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> }</div>
|
||||
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> arg1[3][0] = arg2-><a class="code hl_variable" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">pos</a>[0];</div>
|
||||
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> arg1[3][1] = arg2-><a class="code hl_variable" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">pos</a>[1];</div>
|
||||
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> arg1[3][2] = arg2-><a class="code hl_variable" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">pos</a>[2];</div>
|
||||
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">arg1</a>[3][0] = arg2-><a class="code hl_variable" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">pos</a>[0];</div>
|
||||
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">arg1</a>[3][1] = arg2-><a class="code hl_variable" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">pos</a>[1];</div>
|
||||
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">arg1</a>[3][2] = arg2-><a class="code hl_variable" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">pos</a>[2];</div>
|
||||
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> </div>
|
||||
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="math__util_8c.html#aa23f6384122bc45f13a81ef0fa86c099">render_set_position</a>(arg1, 0) != 0) {</div>
|
||||
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> gDPLoadTLUT_pal256(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_variable" href="common__data_8h.html#a9ebf51836d3b151173dff18fc52d00b6">common_tlut_trees_import</a>);</div>
|
||||
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> gSPDisplayList(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_variable" href="bowsers__castle_2course__data_8c.html#a82adeb1445a27f8cb23715c2744ea7ac">d_course_bowsers_castle_dl_bush</a>);</div>
|
||||
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="math__util_8c.html#aa23f6384122bc45f13a81ef0fa86c099">render_set_position</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">arg1</a>, 0) != 0) {</div>
|
||||
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">gDPLoadTLUT_pal256</a>(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_variable" href="common__data_8h.html#a9ebf51836d3b151173dff18fc52d00b6">common_tlut_trees_import</a>);</div>
|
||||
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">gSPDisplayList</a>(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_variable" href="bowsers__castle_2course__data_8c.html#a82adeb1445a27f8cb23715c2744ea7ac">d_course_bowsers_castle_dl_bush</a>);</div>
|
||||
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> }</div>
|
||||
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span>}</div>
|
||||
</div>
|
||||
|
||||
@@ -951,7 +951,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000049">Todo</a></b></dt><dd>This HAS to be a for-loop of some variety, but I can't make a for-loop to match. If you replace this with <code>for(var_v1 = 0; var_v1 < size; var_v1++)</code> The diff gets massive. </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000048">Todo</a></b></dt><dd>This HAS to be a for-loop of some variety, but I can't make a for-loop to match. If you replace this with <code>for(var_v1 = 0; var_v1 < size; var_v1++)</code> The diff gets massive. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -3939,7 +3939,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#_todo000050">Todo</a></b></dt><dd>arg1 should likely be a u8 * </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000049">Todo</a></b></dt><dd>arg1 should likely be a u8 * </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -10526,7 +10526,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#_todo000051">Todo</a></b></dt><dd>Cleanup this function to use array access and struct if possible. </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000050">Todo</a></b></dt><dd>Cleanup this function to use array access and struct if possible. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -12220,7 +12220,7 @@ Here is the caller graph for this function:</div>
|
||||
<div class="line"> 0.0, 0.0, 0.0, 0.0,</div>
|
||||
<div class="line"> 0.0, 0.0, 0.0, 0.0</div>
|
||||
<div class="line">}</div>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000048">Todo</a></b></dt><dd>unused? </dd></dl>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000047">Todo</a></b></dt><dd>unused? </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -635,7 +635,7 @@ Variables</h2></td></tr>
|
||||
<div class="line"> {<a class="code hl_variable" href="rainbow__road_2course__offsets_8c.html#ae853c040e6cc252ed4adbc8c88f54b7a">gTextureCheckerboardBlackWhite</a>, 0x0107, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#abed023089037eead22d28c7903ff8de9">gTexture64C11C</a>, 0x0695, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#a3a0324c306ce1789efb157a9d382657d">gTexture64C7B4</a>, 0x046C, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="toads__turnpike_2course__offsets_8c.html#ab97d6cf679638fcdccbac85cfe754065">gTexture668228</a>, 0x0130, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#ab97d6cf679638fcdccbac85cfe754065">gTexture668228</a>, 0x0130, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#afe7e6a7129e90b330b12645edc5346ec">gTexture668358</a>, 0x01A0, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#ac1e65837f4c58a73b8a4b378a7608e8a">gTexture66AEB8</a>, 0x0201, 0x0800, 0x0},</div>
|
||||
<div class="line"> {<a class="code hl_variable" href="#a0e3af1ef7f744500be48d0764bd8e9f3">gTexture677A40</a>, 0x0275, 0x0800, 0x0},</div>
|
||||
@@ -659,13 +659,13 @@ Variables</h2></td></tr>
|
||||
<div class="ttc" id="aluigi__raceway_2course__offsets_8c_html_aa511f4def09f2fb4b94fc40fa9cd4f6b"><div class="ttname"><a href="luigi__raceway_2course__offsets_8c.html#aa511f4def09f2fb4b94fc40fa9cd4f6b">gTexture682F1C</a></div><div class="ttdeci">u8 gTexture682F1C[]</div></div>
|
||||
<div class="ttc" id="aluigi__raceway_2course__offsets_8c_html_abfde7a89acdaa0329b2141b70221331f"><div class="ttname"><a href="luigi__raceway_2course__offsets_8c.html#abfde7a89acdaa0329b2141b70221331f">gTexture682B24</a></div><div class="ttdeci">u8 gTexture682B24[]</div></div>
|
||||
<div class="ttc" id="arainbow__road_2course__offsets_8c_html_ae853c040e6cc252ed4adbc8c88f54b7a"><div class="ttname"><a href="rainbow__road_2course__offsets_8c.html#ae853c040e6cc252ed4adbc8c88f54b7a">gTextureCheckerboardBlackWhite</a></div><div class="ttdeci">u8 gTextureCheckerboardBlackWhite[]</div></div>
|
||||
<div class="ttc" id="atoads__turnpike_2course__offsets_8c_html_ab97d6cf679638fcdccbac85cfe754065"><div class="ttname"><a href="toads__turnpike_2course__offsets_8c.html#ab97d6cf679638fcdccbac85cfe754065">gTexture668228</a></div><div class="ttdeci">u8 gTexture668228[]</div></div>
|
||||
<div class="ttc" id="awario__stadium_2course__offsets_8c_html_a0e3af1ef7f744500be48d0764bd8e9f3"><div class="ttname"><a href="#a0e3af1ef7f744500be48d0764bd8e9f3">gTexture677A40</a></div><div class="ttdeci">u8 gTexture677A40[]</div></div>
|
||||
<div class="ttc" id="awario__stadium_2course__offsets_8c_html_a111b254b8c89003be935598d00ab7b9a"><div class="ttname"><a href="#a111b254b8c89003be935598d00ab7b9a">gTexture67E428</a></div><div class="ttdeci">u8 gTexture67E428[]</div></div>
|
||||
<div class="ttc" id="awario__stadium_2course__offsets_8c_html_a14327a2f3015928d99dd314a2fa7cf02"><div class="ttname"><a href="#a14327a2f3015928d99dd314a2fa7cf02">gTextureSignWarioFace</a></div><div class="ttdeci">u8 gTextureSignWarioFace[]</div></div>
|
||||
<div class="ttc" id="awario__stadium_2course__offsets_8c_html_a3a0324c306ce1789efb157a9d382657d"><div class="ttname"><a href="#a3a0324c306ce1789efb157a9d382657d">gTexture64C7B4</a></div><div class="ttdeci">u8 gTexture64C7B4[]</div></div>
|
||||
<div class="ttc" id="awario__stadium_2course__offsets_8c_html_a92973983104fcd603b07a621da96cad8"><div class="ttname"><a href="#a92973983104fcd603b07a621da96cad8">gTexture643A34</a></div><div class="ttdeci">u8 gTexture643A34[]</div></div>
|
||||
<div class="ttc" id="awario__stadium_2course__offsets_8c_html_a9b7456ae73f4738d2b7f8d3bf936a1fa"><div class="ttname"><a href="#a9b7456ae73f4738d2b7f8d3bf936a1fa">gTexture67F15C</a></div><div class="ttdeci">u8 gTexture67F15C[]</div></div>
|
||||
<div class="ttc" id="awario__stadium_2course__offsets_8c_html_ab97d6cf679638fcdccbac85cfe754065"><div class="ttname"><a href="#ab97d6cf679638fcdccbac85cfe754065">gTexture668228</a></div><div class="ttdeci">u8 gTexture668228[]</div></div>
|
||||
<div class="ttc" id="awario__stadium_2course__offsets_8c_html_abed023089037eead22d28c7903ff8de9"><div class="ttname"><a href="#abed023089037eead22d28c7903ff8de9">gTexture64C11C</a></div><div class="ttdeci">u8 gTexture64C11C[]</div></div>
|
||||
<div class="ttc" id="awario__stadium_2course__offsets_8c_html_ac1e65837f4c58a73b8a4b378a7608e8a"><div class="ttname"><a href="#ac1e65837f4c58a73b8a4b378a7608e8a">gTexture66AEB8</a></div><div class="ttdeci">u8 gTexture66AEB8[]</div></div>
|
||||
<div class="ttc" id="awario__stadium_2course__offsets_8c_html_ad6bb18dce73abc098e553608aa8520d8"><div class="ttname"><a href="#ad6bb18dce73abc098e553608aa8520d8">gTexture67F450</a></div><div class="ttdeci">u8 gTexture67F450[]</div></div>
|
||||
|
||||
Reference in New Issue
Block a user