mirror of
https://github.com/n64decomp/mk64
synced 2026-06-25 16:44:27 -04:00
Deploying to gh-pages from @ n64decomp/mk64@d08be66c38 🚀
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">
|
||||
|
||||
@@ -26,7 +26,7 @@ var basics =
|
||||
[ "Players", "controlflow.html#players", null ],
|
||||
[ "Actors", "controlflow.html#actors-1", null ],
|
||||
[ "Objects", "controlflow.html#objects-1", null ],
|
||||
[ "Courses", "controlflow.html#courses", [
|
||||
[ "Courses", "controlflow.html#courses-1", [
|
||||
[ "Course Folder", "controlflow.html#course-folder", null ]
|
||||
] ],
|
||||
[ "UI & Other 2D Screen data", "controlflow.html#ui--other-2d-screen-data", null ],
|
||||
|
||||
@@ -142,50 +142,50 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
|
||||
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> currentWaypoint = shell-><a class="code hl_variable" href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5">pathIndex</a>;</div>
|
||||
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> temp_f2 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[currentWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#ad99798faed81104bf699508cf81e89e3">posX</a>;</div>
|
||||
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> temp_f12 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[currentWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#abbe76f518626f4fac5072cc03a13e64c">posY</a>;</div>
|
||||
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> temp_f28 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">currentWaypoint</a>].<a class="code hl_variable" href="structTrackWaypoint.html#a97245ae8b27a6a88fdf8310a8e252e4c">posZ</a>;</div>
|
||||
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">currentWaypoint</a> + 1;</div>
|
||||
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> temp_f28 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[currentWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#a97245ae8b27a6a88fdf8310a8e252e4c">posZ</a>;</div>
|
||||
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> nextWaypoint = currentWaypoint + 1;</div>
|
||||
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div>
|
||||
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a> >= <a class="code hl_variable" href="code__80005FD0_8c.html#aefa24c5b76e7fc9a41036c0b3c4599d8">D_80164430</a>) {</div>
|
||||
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a> -= <a class="code hl_variable" href="code__80005FD0_8c.html#aefa24c5b76e7fc9a41036c0b3c4599d8">D_80164430</a>;</div>
|
||||
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <span class="keywordflow">if</span> (nextWaypoint >= <a class="code hl_variable" href="code__80005FD0_8c.html#aefa24c5b76e7fc9a41036c0b3c4599d8">D_80164430</a>) {</div>
|
||||
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> nextWaypoint -= <a class="code hl_variable" href="code__80005FD0_8c.html#aefa24c5b76e7fc9a41036c0b3c4599d8">D_80164430</a>;</div>
|
||||
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> }</div>
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
|
||||
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f20</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f2</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>->pos[0];</div>
|
||||
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f22</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>->pos[1];</div>
|
||||
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f24</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f28</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>->pos[2];</div>
|
||||
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> = (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f20</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f20</a>) + (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f22</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f22</a>) + (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f24</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f24</a>);</div>
|
||||
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> > 400.0f) {</div>
|
||||
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f18_3</a> = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>].<a class="code hl_variable" href="structTrackWaypoint.html#ad99798faed81104bf699508cf81e89e3">posX</a>;</div>
|
||||
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_3</a> = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>].<a class="code hl_variable" href="structTrackWaypoint.html#abbe76f518626f4fac5072cc03a13e64c">posY</a>;</div>
|
||||
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f26</a> = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>].<a class="code hl_variable" href="structTrackWaypoint.html#a97245ae8b27a6a88fdf8310a8e252e4c">posZ</a>;</div>
|
||||
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> temp_f20 = temp_f2 - shell-><a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[0];</div>
|
||||
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> temp_f22 = temp_f12 - shell-><a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1];</div>
|
||||
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> temp_f24 = temp_f28 - shell-><a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[2];</div>
|
||||
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> temp_f0 = (temp_f20 * temp_f20) + (temp_f22 * temp_f22) + (temp_f24 * temp_f24);</div>
|
||||
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keywordflow">if</span> (temp_f0 > 400.0f) {</div>
|
||||
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> temp_f18_3 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[nextWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#ad99798faed81104bf699508cf81e89e3">posX</a>;</div>
|
||||
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> temp_f16_3 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[nextWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#abbe76f518626f4fac5072cc03a13e64c">posY</a>;</div>
|
||||
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> temp_f26 = <a class="code hl_variable" href="code__80005FD0_8c.html#a1ece282a256d90abb3b91a6fe85e42e3">D_80164490</a>[nextWaypoint].<a class="code hl_variable" href="structTrackWaypoint.html#a97245ae8b27a6a88fdf8310a8e252e4c">posZ</a>;</div>
|
||||
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
|
||||
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_0</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f18_3</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>->pos[0];</div>
|
||||
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_1</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_3</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>->pos[1];</div>
|
||||
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_2</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f26</a> - <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>->pos[2];</div>
|
||||
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> temp_f12_0 = temp_f18_3 - shell-><a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[0];</div>
|
||||
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> temp_f12_1 = temp_f16_3 - shell-><a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[1];</div>
|
||||
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> temp_f12_2 = temp_f26 - shell-><a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>[2];</div>
|
||||
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
|
||||
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_3</a> = (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_0</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_0</a>) + (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_1</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_1</a>) + (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_2</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_2</a>);</div>
|
||||
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_3</a> < <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a>) {</div>
|
||||
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>->pathIndex = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">nextWaypoint</a>;</div>
|
||||
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> temp_f0_3 = (temp_f12_0 * temp_f12_0) + (temp_f12_1 * temp_f12_1) + (temp_f12_2 * temp_f12_2);</div>
|
||||
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keywordflow">if</span> (temp_f0_3 < temp_f0) {</div>
|
||||
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> shell-><a class="code hl_variable" href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5">pathIndex</a> = nextWaypoint;</div>
|
||||
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> } <span class="keywordflow">else</span> {</div>
|
||||
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_2</a> = <a class="code hl_function" href="math_8h.html#a37bde043e94a6f074c78f10518fb5d99">sqrtf</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a>) * 4.0f;</div>
|
||||
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f20</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_2</a>;</div>
|
||||
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f22</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_2</a>;</div>
|
||||
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f24</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0_2</a>;</div>
|
||||
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> temp_f0_2 = <a class="code hl_function" href="math_8h.html#a37bde043e94a6f074c78f10518fb5d99">sqrtf</a>(temp_f0) * 4.0f;</div>
|
||||
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> temp_f20 /= temp_f0_2;</div>
|
||||
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> temp_f22 /= temp_f0_2;</div>
|
||||
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> temp_f24 /= temp_f0_2;</div>
|
||||
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div>
|
||||
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>->velocity[0];</div>
|
||||
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f14_2</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>->velocity[1];</div>
|
||||
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a> = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>->velocity[2];</div>
|
||||
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> temp_f12_3 = shell-><a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[0];</div>
|
||||
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> temp_f14_2 = shell-><a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[1];</div>
|
||||
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> temp_f16_2 = shell-><a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[2];</div>
|
||||
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div>
|
||||
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a> += <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f20</a>;</div>
|
||||
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f14_2</a> += <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f22</a>;</div>
|
||||
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a> += <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f24</a>;</div>
|
||||
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> = <a class="code hl_function" href="math_8h.html#a37bde043e94a6f074c78f10518fb5d99">sqrtf</a>((<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a>) + (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f14_2</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f14_2</a>) + (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a> * <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a>));</div>
|
||||
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> > 6.0f) {</div>
|
||||
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a> /= 6.0f;</div>
|
||||
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a>;</div>
|
||||
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f14_2</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a>;</div>
|
||||
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a> /= <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a>;</div>
|
||||
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> temp_f12_3 += temp_f20;</div>
|
||||
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> temp_f14_2 += temp_f22;</div>
|
||||
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> temp_f16_2 += temp_f24;</div>
|
||||
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> temp_f0 = <a class="code hl_function" href="math_8h.html#a37bde043e94a6f074c78f10518fb5d99">sqrtf</a>((temp_f12_3 * temp_f12_3) + (temp_f14_2 * temp_f14_2) + (temp_f16_2 * temp_f16_2));</div>
|
||||
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <span class="keywordflow">if</span> (temp_f0 > 6.0f) {</div>
|
||||
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> temp_f0 /= 6.0f;</div>
|
||||
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> temp_f12_3 /= temp_f0;</div>
|
||||
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> temp_f14_2 /= temp_f0;</div>
|
||||
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> temp_f16_2 /= temp_f0;</div>
|
||||
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> }</div>
|
||||
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>->velocity[0] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f12_3</a>;</div>
|
||||
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> shell-><a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>[0] = temp_f12_3;</div>
|
||||
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <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_f14_2</a>;</div>
|
||||
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">shell</a>->velocity[2] = <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f16_2</a>;</div>
|
||||
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> </div>
|
||||
@@ -660,6 +660,8 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
|
||||
<div class="ttc" id="astructPlayer_html_af68a201da4cc5a0628252a352d147767"><div class="ttname"><a href="structPlayer.html#af68a201da4cc5a0628252a352d147767">Player::currentRank</a></div><div class="ttdeci">s16 currentRank</div><div class="ttdef"><b>Definition</b> common_structs.h:272</div></div>
|
||||
<div class="ttc" id="astructPlayer_html_aff7447121b2e0bd051e58a276fce7b36"><div class="ttname"><a href="structPlayer.html#aff7447121b2e0bd051e58a276fce7b36">Player::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> common_structs.h:279</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:302</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a89a884c6ba2b5b022b7dcb5e74d50910"><div class="ttname"><a href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">ShellActor::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:324</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_acd41b01d05450b6a241a81907bb4fbb8"><div class="ttname"><a href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">ShellActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:323</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_af3da1448ac4320471aadbc7652ea81a5"><div class="ttname"><a href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5">ShellActor::pathIndex</a></div><div class="ttdeci">u16 pathIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:319</div></div>
|
||||
<div class="ttc" id="astructTrackWaypoint_html_a97245ae8b27a6a88fdf8310a8e252e4c"><div class="ttname"><a href="structTrackWaypoint.html#a97245ae8b27a6a88fdf8310a8e252e4c">TrackWaypoint::posZ</a></div><div class="ttdeci">s16 posZ</div><div class="ttdef"><b>Definition</b> waypoints.h:9</div></div>
|
||||
<div class="ttc" id="astructTrackWaypoint_html_abbe76f518626f4fac5072cc03a13e64c"><div class="ttname"><a href="structTrackWaypoint.html#abbe76f518626f4fac5072cc03a13e64c">TrackWaypoint::posY</a></div><div class="ttdeci">s16 posY</div><div class="ttdef"><b>Definition</b> waypoints.h:8</div></div>
|
||||
|
||||
@@ -111,9 +111,9 @@ $(function(){initNavTree('bug.html',''); initResizable(); });
|
||||
<dt>Global <a class="el" href="code__80005FD0_8c.html#a61da9c57e00b21e4a075bf9d41b932a1">func_8001969C</a> (UNUSED s32 playerId, UNUSED f32 arg1, s32 cameraId, UNUSED s16 pathIndex)</dt>
|
||||
<dd><a class="anchor" id="_bug000007"></a>Adding an (f32) cast changes asm, why? </dd>
|
||||
<dt>Global <a class="el" href="heap_8h.html#ab4f80aff560307d96b2c40b5c0ed82f8">func_800B9BE4</a> (f32, f32, u16 *)</dt>
|
||||
<dd><a class="anchor" id="_bug000001"></a>they probably meant to store the value to tmp[i] and tmp[8 + i] </dd>
|
||||
<dd><a class="anchor" id="_bug000005"></a>they probably meant to store the value to tmp[i] and tmp[8 + i] </dd>
|
||||
<dt>Global <a class="el" href="load_8h.html#ab3527402c5b0ba729e379fb33e802291">func_800BB388</a> (s32 bankId, s32 instId, s32 arg2)</dt>
|
||||
<dd><a class="anchor" id="_bug000002"></a>missing return </dd>
|
||||
<dd><a class="anchor" id="_bug000001"></a>missing return </dd>
|
||||
<dt>Global <a class="el" href="collision_8h.html#aeaac8b2a46cdaa9b6a70aa764bf92ffd">func_802AF314</a> (void)</dt>
|
||||
<dd><a class="anchor" id="_bug000013"></a>possibly bug. Allocate memory but not increment the pointer. This is bad, dumb code, and more importantly it's bad dumb code that doesn't make any sense here. It is incremented after this function completes using a different variable. Not good. </dd>
|
||||
<dt>Global <a class="el" href="seqplayer_8h.html#a96fd2718691a0e1c86de13d55670a8b1">init_sequence_players</a> (void)</dt>
|
||||
@@ -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="_bug000003"></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="_bug000004"></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="_bug000002"></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#_todo000009">Todo</a></b></dt><dd>Cast to normal <a class="el" href="structCamera.html">Camera</a>? Or from <a class="el" href="structCinematicCamera.html">CinematicCamera</a>? </dd></dl>
|
||||
<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>
|
||||
<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#_todo000010">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#_todo000012">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#_todo000012">Todo</a></b></dt><dd>What does this even do? </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000013">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#_todo000009">Todo</a></b></dt><dd>Cast to normal <a class="el" href="structCamera.html">Camera</a>? Or from <a class="el" href="structCinematicCamera.html">CinematicCamera</a>? </dd></dl>
|
||||
<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>
|
||||
<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#_todo000012">Todo</a></b></dt><dd>What does this even do? </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000013">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">
|
||||
|
||||
@@ -1880,7 +1880,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>These sizes need to be <a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sizeof()</a> for shiftability if possible </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000010">Todo</a></b></dt><dd>These sizes need to be <a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sizeof()</a> for shiftability if possible </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -12161,7 +12161,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>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000009">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2034,7 +2034,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>These sizes need to be <a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sizeof()</a> for shiftability if possible </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000010">Todo</a></b></dt><dd>These sizes need to be <a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sizeof()</a> for shiftability if possible </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -13072,7 +13072,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>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000009">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+3
-3
@@ -112,7 +112,7 @@ $(function(){initNavTree('controlflow.html',''); initResizable(); });
|
||||
<li class="level2"><a href="#players">Players</a></li>
|
||||
<li class="level2"><a href="#actors-1">Actors</a></li>
|
||||
<li class="level2"><a href="#objects-1">Objects</a></li>
|
||||
<li class="level2"><a href="#courses">Courses</a><ul><li class="level3"><a href="#course-folder">Course Folder</a></li>
|
||||
<li class="level2"><a href="#courses-1">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>
|
||||
@@ -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"></a>
|
||||
<h2><a class="anchor" id="courses-1"></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">Courses</a>] </p><table class="markdownTable">
|
||||
<p>[course folder link][<a class="el" href="courses.html#courses">Courses</a>] </p><table class="markdownTable">
|
||||
<tr class="markdownTableHead">
|
||||
<th class="markdownTableHeadNone">file </th><th class="markdownTableHeadNone">desc </th></tr>
|
||||
<tr class="markdownTableRowOdd">
|
||||
|
||||
+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-1"></a>
|
||||
<div class="textblock"><h1><a class="anchor" id="courses"></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="controlflow.html#courses">Courses</a> <a class="el" href="surfacetypes.html">Surface Types</a> </p>
|
||||
<p><a class="el" href="courses.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-1", null ]
|
||||
[ "Courses", "courses.html#courses", null ]
|
||||
] ],
|
||||
[ "Surface Types", "surfacetypes.html", null ]
|
||||
];
|
||||
+34
-34
@@ -12,8 +12,8 @@
|
||||
<a href="all__course__model_8h_source.html"/>
|
||||
<a href="all__course__data_8h_source.html"/>
|
||||
<a href="courseTable_8h_source.html"/>
|
||||
<a href="all__course__packed_8h_source.html"/>
|
||||
<a href="luigi__raceway_2staff__ghost_8inc_8c_source.html"/>
|
||||
<a href="all__course__packed_8h_source.html"/>
|
||||
<a href="mario__raceway_2staff__ghost_8inc_8c_source.html"/>
|
||||
<a href="royal__raceway_2staff__ghost_8inc_8c_source.html"/>
|
||||
<a href="banshee__boardwalk_2course__data_8h_source.html"/>
|
||||
@@ -219,8 +219,8 @@
|
||||
<a href="hardware_8h_source.html"/>
|
||||
<a href="libaudio__internal_8h_source.html"/>
|
||||
<a href="libultra__internal_8h_source.html"/>
|
||||
<a href="new__func_8h_source.html"/>
|
||||
<a href="osAi_8h_source.html"/>
|
||||
<a href="new__func_8h_source.html"/>
|
||||
<a href="osContInternal_8h_source.html"/>
|
||||
<a href="osint_8h_source.html"/>
|
||||
<a href="piint_8h_source.html"/>
|
||||
@@ -244,8 +244,8 @@
|
||||
<a href="update__objects_8h_source.html"/>
|
||||
<a href="all__course__data_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="all__course__packed_8h.html"/>
|
||||
<a href="courseTable_8c.html"/>
|
||||
<a href="courseTable_8h.html"/>
|
||||
<a href="luigi__raceway_2staff__ghost_8inc_8c.html"/>
|
||||
@@ -367,8 +367,8 @@
|
||||
<a href="rainbow__road_2course__textures_8linkonly_8c.html"/>
|
||||
<a href="royal__raceway_2course__textures_8linkonly_8c.html"/>
|
||||
<a href="sherbet__land_2course__textures_8linkonly_8c.html"/>
|
||||
<a href="skyscraper_2course__textures_8linkonly_8c.html"/>
|
||||
<a href="toads__turnpike_2course__textures_8linkonly_8c.html"/>
|
||||
<a href="skyscraper_2course__textures_8linkonly_8c.html"/>
|
||||
<a href="wario__stadium_2course__textures_8linkonly_8c.html"/>
|
||||
<a href="yoshi__valley_2course__textures_8linkonly_8c.html"/>
|
||||
<a href="banshee__boardwalk_2course__textures_8linkonly_8h.html"/>
|
||||
@@ -409,10 +409,9 @@
|
||||
<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"/>
|
||||
<a href="wario__stadium_2course__vertices_8inc_8c.html"/>
|
||||
<a href="yoshi__valley_2course__vertices_8inc_8c.html"/>
|
||||
<a href="wario__stadium_2course__vertices_8inc_8c.html"/>
|
||||
<a href="staff__ghost__data_8c.html"/>
|
||||
<a href="actors_8md.html"/>
|
||||
<a href="items_8md.html"/>
|
||||
<a href="objects_8md.html"/>
|
||||
<a href="vehicles_8md.html"/>
|
||||
@@ -428,13 +427,14 @@
|
||||
<a href="doxygen__syms_8md.html"/>
|
||||
<a href="mainpage_8md.html"/>
|
||||
<a href="tutorials_8md.html"/>
|
||||
<a href="audio_8md.html"/>
|
||||
<a href="boostramps_8md.html"/>
|
||||
<a href="audio_8md.html"/>
|
||||
<a href="paths_8md.html"/>
|
||||
<a href="actor__types_8h.html"/>
|
||||
<a href="ceremony__data_8h.html"/>
|
||||
<a href="ceremony__rsp__init__80284EE0_8h.html"/>
|
||||
<a href="common__data_8h.html"/>
|
||||
<a href="actors_8md.html"/>
|
||||
<a href="data__800E45C0_8h.html"/>
|
||||
<a href="data__800E8700_8h.html"/>
|
||||
<a href="startup__logo_8h.html"/>
|
||||
@@ -514,8 +514,8 @@
|
||||
<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"/>
|
||||
@@ -550,6 +550,7 @@
|
||||
<a href="buffers_8c.html"/>
|
||||
<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"/>
|
||||
@@ -557,9 +558,8 @@
|
||||
<a href="camera_8c.html"/>
|
||||
<a href="camera_8h.html"/>
|
||||
<a href="camera__junk_8h.html"/>
|
||||
<a href="memory__pool_8c.html"/>
|
||||
<a href="code__800029B0_8h.html"/>
|
||||
<a href="code__800029B0_8c.html"/>
|
||||
<a href="code__800029B0_8h.html"/>
|
||||
<a href="code__80004740_8c.html"/>
|
||||
<a href="code__80004740_8h.html"/>
|
||||
<a href="code__80005FD0_8c.html"/>
|
||||
@@ -630,12 +630,12 @@
|
||||
<a href="____osGetCurrFaultedThread_8c.html"/>
|
||||
<a href="____osLeoInterrupt_8c.html"/>
|
||||
<a href="____osPiCreateAccessQueue_8c.html"/>
|
||||
<a href="____osResetGlobalIntMask_8c.html"/>
|
||||
<a href="____osSetHWIntrRoutine_8c.html"/>
|
||||
<a href="____osSetGlobalIntMask_8c.html"/>
|
||||
<a href="____osSiDeviceBusy_8c.html"/>
|
||||
<a href="____osSiRawReadIo_8c.html"/>
|
||||
<a href="____osSetHWIntrRoutine_8c.html"/>
|
||||
<a href="____osSiCreateAccessQueue_8c.html"/>
|
||||
<a href="____osSiDeviceBusy_8c.html"/>
|
||||
<a href="____osResetGlobalIntMask_8c.html"/>
|
||||
<a href="____osSiRawReadIo_8c.html"/>
|
||||
<a href="____osSiRawStartDma_8c.html"/>
|
||||
<a href="____osSiRawWriteIo_8c.html"/>
|
||||
<a href="____osSpDeviceBusy_8c.html"/>
|
||||
@@ -669,9 +669,9 @@
|
||||
<a href="guRotateF_8c.html"/>
|
||||
<a href="guScaleF_8c.html"/>
|
||||
<a href="guTranslateF_8c.html"/>
|
||||
<a href="hardware_8h.html"/>
|
||||
<a href="is__debug_8c.html"/>
|
||||
<a href="ldiv_8c.html"/>
|
||||
<a href="hardware_8h.html"/>
|
||||
<a href="leointerrupt_8c.html"/>
|
||||
<a href="libaudio__internal_8h.html"/>
|
||||
<a href="libultra__internal_8h.html"/>
|
||||
@@ -681,12 +681,12 @@
|
||||
<a href="sinf_8c.html"/>
|
||||
<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="osAi_8h.html"/>
|
||||
<a href="osAiSetNextBuffer_8c.html"/>
|
||||
<a href="osCartRomInit_8c.html"/>
|
||||
<a href="osContInit_8c.html"/>
|
||||
<a href="osAiSetNextBuffer_8c.html"/>
|
||||
<a href="osContInternal_8h.html"/>
|
||||
<a href="osContStartReadData_8c.html"/>
|
||||
<a href="osCreateMesgQueue_8c.html"/>
|
||||
@@ -701,9 +701,9 @@
|
||||
<a href="osEepromWrite_8c.html"/>
|
||||
<a href="osEPiRawStartDma_8c.html"/>
|
||||
<a href="osGetThreadPri_8c.html"/>
|
||||
<a href="osInitialize_8c.html"/>
|
||||
<a href="osint_8h.html"/>
|
||||
<a href="osGetTime_8c.html"/>
|
||||
<a href="osint_8h.html"/>
|
||||
<a href="osInitialize_8c.html"/>
|
||||
<a href="osJamMesg_8c.html"/>
|
||||
<a href="osLeoDiskInit_8c.html"/>
|
||||
<a href="osPfsAllocateFile_8c.html"/>
|
||||
@@ -719,9 +719,9 @@
|
||||
<a href="osPiGetCmdQueue_8c.html"/>
|
||||
<a href="osPiRawReadIo_8c.html"/>
|
||||
<a href="osPiRawStartDma_8c.html"/>
|
||||
<a href="osPiStartDma_8c.html"/>
|
||||
<a href="osRecvMesg_8c.html"/>
|
||||
<a href="osSendMesg_8c.html"/>
|
||||
<a href="osPiStartDma_8c.html"/>
|
||||
<a href="osSetEventMesg_8c.html"/>
|
||||
<a href="osSetThreadPri_8c.html"/>
|
||||
<a href="osSetTime_8c.html"/>
|
||||
@@ -739,10 +739,10 @@
|
||||
<a href="osViSetMode_8c.html"/>
|
||||
<a href="osViSetSpecialFeatures_8c.html"/>
|
||||
<a href="osViSwapBuffer_8c.html"/>
|
||||
<a href="osViTable_8c.html"/>
|
||||
<a href="osYieldThread_8c.html"/>
|
||||
<a href="piint_8h.html"/>
|
||||
<a href="printf_8h.html"/>
|
||||
<a href="osViTable_8c.html"/>
|
||||
<a href="sprintf_8c.html"/>
|
||||
<a href="string_8c.html"/>
|
||||
<a href="player__controller_8c.html"/>
|
||||
@@ -798,21 +798,21 @@
|
||||
<a href="paths.html"/>
|
||||
<a href="todo.html"/>
|
||||
<a href="bug.html"/>
|
||||
<a href="struct____OSBlockInfo.html"/>
|
||||
<a href="struct____OSContRamReadFormat.html"/>
|
||||
<a href="struct____OSBlockInfo.html"/>
|
||||
<a href="struct____OSContEepromFormat.html"/>
|
||||
<a href="struct____OSContRequesFormat.html"/>
|
||||
<a href="struct____OSContReadFormat.html"/>
|
||||
<a href="struct____OSContRequesFormatShort.html"/>
|
||||
<a href="struct____OSDir.html"/>
|
||||
<a href="struct____OSEventState.html"/>
|
||||
<a href="union____OSfp.html"/>
|
||||
<a href="struct____OSContEepromFormat.html"/>
|
||||
<a href="struct____OSInode.html"/>
|
||||
<a href="struct____OSInodeCache.html"/>
|
||||
<a href="union____OSInodeUnit.html"/>
|
||||
<a href="struct____OSPackId.html"/>
|
||||
<a href="struct____OSThreadContext.html"/>
|
||||
<a href="struct____OSThreadprofile__s.html"/>
|
||||
<a href="struct____OSContReadFormat.html"/>
|
||||
<a href="struct____osThreadTail.html"/>
|
||||
<a href="struct____OSTranxInfo.html"/>
|
||||
<a href="struct__struct__gCoursePathSizes__0x10.html"/>
|
||||
@@ -830,17 +830,17 @@
|
||||
<a href="structALBank__s.html"/>
|
||||
<a href="structALBankFile.html"/>
|
||||
<a href="structALEnvelope.html"/>
|
||||
<a href="structALInstrument.html"/>
|
||||
<a href="structALKeyMap.html"/>
|
||||
<a href="structAllCourseTimeTrialRecords.html"/>
|
||||
<a href="structAllocOnlyPool.html"/>
|
||||
<a href="structALRawLoop.html"/>
|
||||
<a href="structALRAWWaveInfo.html"/>
|
||||
<a href="structALSeqData.html"/>
|
||||
<a href="structALInstrument.html"/>
|
||||
<a href="structALSeqFile.html"/>
|
||||
<a href="structALSound__s.html"/>
|
||||
<a href="structALWaveTable__s.html"/>
|
||||
<a href="structanimation__type__1.html"/>
|
||||
<a href="structALRAWWaveInfo.html"/>
|
||||
<a href="structanimation__type__2.html"/>
|
||||
<a href="structanimation__type__3.html"/>
|
||||
<a href="structAudioBank.html"/>
|
||||
@@ -928,8 +928,8 @@
|
||||
<a href="structOSViMode.html"/>
|
||||
<a href="structPaddleBoatStuff.html"/>
|
||||
<a href="structPaddleWheelBoat.html"/>
|
||||
<a href="structPalmTree.html"/>
|
||||
<a href="structPathNoY.html"/>
|
||||
<a href="structPalmTree.html"/>
|
||||
<a href="structPersistentPool.html"/>
|
||||
<a href="structPiranhaPlant.html"/>
|
||||
<a href="structPlayer.html"/>
|
||||
@@ -947,8 +947,8 @@
|
||||
<a href="structRGBA16.html"/>
|
||||
<a href="structRGBA5551.html"/>
|
||||
<a href="structSaveData.html"/>
|
||||
<a href="structSequenceChannel.html"/>
|
||||
<a href="structSeqOrBankEntry.html"/>
|
||||
<a href="structSequenceChannel.html"/>
|
||||
<a href="structSequenceChannelLayer.html"/>
|
||||
<a href="structSequencePlayer.html"/>
|
||||
<a href="structSharedDma.html"/>
|
||||
@@ -962,9 +962,8 @@
|
||||
<a href="structSplineControlPoint.html"/>
|
||||
<a href="structSplineData.html"/>
|
||||
<a href="structSPTask.html"/>
|
||||
<a href="structStarData.html"/>
|
||||
<a href="structStaffGhost.html"/>
|
||||
<a href="structstru__80004EAC.html"/>
|
||||
<a href="structStarData.html"/>
|
||||
<a href="structstruct__801642D8.html"/>
|
||||
<a href="structstruct__8018D9E0__entry.html"/>
|
||||
<a href="structstruct__8018DEE0__entry.html"/>
|
||||
@@ -975,16 +974,17 @@
|
||||
<a href="structstruct__8018EE10__entry.html"/>
|
||||
<a href="structstruct__80282C40.html"/>
|
||||
<a href="structstruct__80283430.html"/>
|
||||
<a href="structstru__80004EAC.html"/>
|
||||
<a href="structstruct__80283431.html"/>
|
||||
<a href="structstruct__80284AE8.html"/>
|
||||
<a href="structstruct__802850C0__entry.html"/>
|
||||
<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__80285D80.html"/>
|
||||
<a href="structstruct__D__802874D8.html"/>
|
||||
<a href="structstruct__D__802BFB80__4.html"/>
|
||||
<a href="structstruct__D__802BFB80__8.html"/>
|
||||
@@ -1002,10 +1002,10 @@
|
||||
<a href="structTrainCarStuff.html"/>
|
||||
<a href="structTrainStuff.html"/>
|
||||
<a href="structTripleShellParent.html"/>
|
||||
<a href="structunexpiredActors.html"/>
|
||||
<a href="unionunion__D__802BFB80.html"/>
|
||||
<a href="structUnk1Pool.html"/>
|
||||
<a href="structUnk__800E9F7C.html"/>
|
||||
<a href="structunexpiredActors.html"/>
|
||||
<a href="structUnk__800EA06C.html"/>
|
||||
<a href="structUnk__8018EFD8.html"/>
|
||||
<a href="structUnk__D__800E70A0.html"/>
|
||||
@@ -1027,12 +1027,12 @@
|
||||
<a href="structUnkStruct__8015F584.html"/>
|
||||
<a href="structUnkStruct__8018E7E8.html"/>
|
||||
<a href="structUnkStruct__80287500.html"/>
|
||||
<a href="structUnkStruct__802B8CD4.html"/>
|
||||
<a href="structUnkStruct__802B53C8.html"/>
|
||||
<a href="structUnkStruct__802B8CD4.html"/>
|
||||
<a href="unionuObjBg.html"/>
|
||||
<a href="structuObjBg__t.html"/>
|
||||
<a href="unionuObjMtx.html"/>
|
||||
<a href="structuObjMtx__t.html"/>
|
||||
<a href="unionuObjMtx.html"/>
|
||||
<a href="structuObjScaleBg__t.html"/>
|
||||
<a href="unionuObjSprite.html"/>
|
||||
<a href="structuObjSprite__t.html"/>
|
||||
|
||||
+1
-1
@@ -547,7 +547,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#_bug000001">Bug</a></b></dt><dd>they probably meant to store the value to tmp[i] and tmp[8 + i] </dd></dl>
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000005">Bug</a></b></dt><dd>they probably meant to store the value to tmp[i] and tmp[8 + i] </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -642,7 +642,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#_bug000001">Bug</a></b></dt><dd>they probably meant to store the value to tmp[i] and tmp[8 + i] </dd></dl>
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000005">Bug</a></b></dt><dd>they probably meant to store the value to tmp[i] and tmp[8 + i] </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+3
-3
@@ -836,7 +836,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#_bug000002">Bug</a></b></dt><dd>missing return </dd></dl>
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000001">Bug</a></b></dt><dd>missing return </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -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#_bug000003">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#_bug000002">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">
|
||||
|
||||
+3
-3
@@ -645,7 +645,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#_bug000002">Bug</a></b></dt><dd>missing return </dd></dl>
|
||||
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000001">Bug</a></b></dt><dd>missing return </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -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#_bug000003">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#_bug000002">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#_todo000016">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">
|
||||
|
||||
+3
-3
@@ -605,7 +605,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000017">Todo</a></b></dt><dd>Verify with proper documentation </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000018">Todo</a></b></dt><dd>Verify with proper documentation </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -634,7 +634,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000016">Todo</a></b></dt><dd>Verify with proper documentation </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000017">Todo</a></b></dt><dd>Verify with proper documentation </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -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#_todo000016">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
@@ -189,7 +189,7 @@ var NAVTREEINDEX28 =
|
||||
"controlflow.html#actors-1":[1,2,4,2],
|
||||
"controlflow.html#code-breakdown":[1,2,4],
|
||||
"controlflow.html#course-folder":[1,2,4,4,0],
|
||||
"controlflow.html#courses":[1,2,4,4],
|
||||
"controlflow.html#courses-1":[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],
|
||||
|
||||
+1
-1
@@ -194,7 +194,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-1":[2,0,0],
|
||||
"courses.html#courses":[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],
|
||||
|
||||
+1
-1
@@ -8,8 +8,8 @@ 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],
|
||||
|
||||
+1
-1
@@ -189,8 +189,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],
|
||||
|
||||
@@ -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#_todo000036">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#_todo000034">Todo</a></b></dt><dd>figure out why this is like this </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+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#_todo000034">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000035">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#_todo000035">Todo</a></b></dt><dd>figure out what this flag means </dd></dl>
|
||||
<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>
|
||||
<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#_todo000034">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000035">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#_todo000035">Todo</a></b></dt><dd>figure out what this flag means </dd></dl>
|
||||
<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>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+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#_bug000004">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#_bug000004">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#_todo000043">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#_todo000043">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">
|
||||
|
||||
+1
-1
@@ -703,7 +703,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#_todo000042">Todo</a></b></dt><dd>increasing players past four would require increase this loop iterator. </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>increasing players past four would require increase this loop iterator. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -643,7 +643,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#_todo000042">Todo</a></b></dt><dd>increasing players past four would require increase this loop iterator. </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>increasing players past four would require increase this loop iterator. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -541,7 +541,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#_todo000043">Todo</a></b></dt><dd>Should be Gfx* </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000042">Todo</a></b></dt><dd>Should be Gfx* </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -519,7 +519,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#_todo000043">Todo</a></b></dt><dd>Should be Gfx* </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000042">Todo</a></b></dt><dd>Should be Gfx* </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+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',1,'Courses'],['../controlflow.html#courses',1,'Courses']]],
|
||||
['courses_594',['Courses',['../courses.html',1,'Courses'],['../coursesmenu.html',1,'Courses'],['../courses.html#courses',1,'Courses'],['../controlflow.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,'']]],
|
||||
|
||||
@@ -3026,7 +3026,7 @@ Variables</h2></td></tr>
|
||||
<div class="ttc" id="agbi_8h_html_ac8b0546f9482f12ed55f4b3cb1243a8c"><div class="ttname"><a href="gbi_8h.html#ac8b0546f9482f12ed55f4b3cb1243a8c">G_IM_FMT_RGBA</a></div><div class="ttdeci">#define G_IM_FMT_RGBA</div><div class="ttdef"><b>Definition</b> gbi.h:396</div></div>
|
||||
<div class="ttc" id="agbi_8h_html_ad5e7c4c4dae792b27dd18c69f0ed550a"><div class="ttname"><a href="gbi_8h.html#ad5e7c4c4dae792b27dd18c69f0ed550a">G_IM_SIZ_16b</a></div><div class="ttdeci">#define G_IM_SIZ_16b</div><div class="ttdef"><b>Definition</b> gbi.h:407</div></div>
|
||||
<div class="ttc" id="agbi_8h_html_af50a1f9714aa958904a9a5548db54b16"><div class="ttname"><a href="gbi_8h.html#af50a1f9714aa958904a9a5548db54b16">G_CC_DECALRGBA</a></div><div class="ttdeci">#define G_CC_DECALRGBA</div><div class="ttdef"><b>Definition</b> gbi.h:512</div></div>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000068">Todo</a></b></dt><dd>Replace addresses with variables </dd></dl>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000069">Todo</a></b></dt><dd>Replace addresses with variables </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2812,7 +2812,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000068">Todo</a></b></dt><dd>Replace addresses with variables </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000069">Todo</a></b></dt><dd>Replace addresses with variables </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -105,8 +105,8 @@ $(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>remove magic constant </p>
|
||||
<p class="enddd"><a class="anchor" id="_todo000022"></a>loads of magic constants.. </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>
|
||||
@@ -115,8 +115,8 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
|
||||
<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="_todo000019"></a>fix magic number </p>
|
||||
<p class="enddd"><a class="anchor" id="_todo000020"></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>
|
||||
@@ -125,11 +125,11 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
|
||||
<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="_todo000016"></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="_todo000047"></a>unused? </dd>
|
||||
<dt>Global <a class="el" href="code__80091750_8h.html#a08ffb920b7830a80106d74fae1eeca66">D_8018D9B0</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000011"></a>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd>
|
||||
<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>
|
||||
<dd><a class="anchor" id="_todo000054"></a>Replace addresses with variables </dd>
|
||||
<dt>Global <a class="el" href="big__donut_2course__data_8h.html#adf59c6546a357d86e71b1d0ba6ecaa3d">d_course_big_donut_dl</a> []</dt>
|
||||
@@ -157,9 +157,9 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
|
||||
<dt>Global <a class="el" href="sherbet__land_2course__data_8h.html#a062fc54c3c41a1c13e06db4f6b7e0322">d_course_sherbet_land_dl_0</a> []</dt>
|
||||
<dd><a class="anchor" id="_todo000067"></a>Replace addresses with variables </dd>
|
||||
<dt>Global <a class="el" href="toads__turnpike_2course__data_8h.html#a3c323fcda8091cfba55ed94fdd243280">d_course_toads_turnpike_dl_0</a> []</dt>
|
||||
<dd><a class="anchor" id="_todo000068"></a>Replace addresses with variables </dd>
|
||||
<dt>Global <a class="el" href="wario__stadium_2course__data_8h.html#a47795beb13bc3d4fcde1f2858c4763b1">d_course_wario_stadium_dl_0</a> []</dt>
|
||||
<dd><a class="anchor" id="_todo000069"></a>Replace addresses with variables </dd>
|
||||
<dt>Global <a class="el" href="wario__stadium_2course__data_8h.html#a47795beb13bc3d4fcde1f2858c4763b1">d_course_wario_stadium_dl_0</a> []</dt>
|
||||
<dd><a class="anchor" id="_todo000068"></a>Replace addresses with variables </dd>
|
||||
<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>
|
||||
@@ -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="_todo000043"></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>
|
||||
@@ -185,17 +185,17 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
|
||||
<dt>Global <a class="el" href="update__objects_8c.html#a458b33a4ba73ac7f278fa7a6417a60ba">func_800745C8</a> (s32 objectIndex, s32 arg1)</dt>
|
||||
<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="_todo000013"></a>These sizes need to be <a class="el" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">sizeof()</a> for shiftability if possible </dd>
|
||||
<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="_todo000009"></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="_todo000011"></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="_todo000010"></a>Does this match as a return of s8? </dd>
|
||||
<dd><a class="anchor" id="_todo000012"></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="_todo000012"></a>What does this even do? </dd>
|
||||
<dd><a class="anchor" id="_todo000013"></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>
|
||||
<dd><a class="anchor" id="_todo000041"></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="_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>
|
||||
@@ -211,13 +211,13 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
|
||||
<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>
|
||||
<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>
|
||||
<dd><a class="anchor" id="_todo000042"></a>Should be Gfx* </dd>
|
||||
<dt>Global <a class="el" href="sptask_8h.html#a3b54c742028b6c1e8246bf9349bad70c">M_TASK_FLAG0</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000052"></a>These defines shouldn't exist - <a class="el" href="rcp_8h.html">PR/rcp.h</a> has them properly defined (ultralib) </dd>
|
||||
<dt>Global <a class="el" href="main_8h.html#a3e7f5dc57f158b3772b2ab86f730b3d7">MTX_KART_POOL_SIZE</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000017"></a>Verify with proper documentation </dd>
|
||||
<dd><a class="anchor" id="_todo000018"></a>Verify with proper documentation </dd>
|
||||
<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>
|
||||
<dd><a class="anchor" id="_todo000017"></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>
|
||||
<dt>Global <a class="el" href="structNote.html#ad84c5a727f09a9ea8140bcf1b56ce512">Note::priority</a> </dt>
|
||||
@@ -229,15 +229,15 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
|
||||
<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>
|
||||
<dt>Global <a class="el" href="osPiRawStartDma_8c.html#aa3a1dc7939fd49721d4353372722722c">osRomBase</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000036"></a>figure out why this is like this </dd>
|
||||
<dd><a class="anchor" id="_todo000034"></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="_todo000034"></a>name magic constants </dd>
|
||||
<dd><a class="anchor" id="_todo000035"></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="_todo000035"></a>figure out what this flag means </dd>
|
||||
<dd><a class="anchor" id="_todo000036"></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>
|
||||
|
||||
@@ -229,29 +229,29 @@ $(function(){initNavTree('trees_2render_8inc_8c_source.html',''); initResizable(
|
||||
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <span class="keywordflow">if</span> (((temp_v0 & 0x400) == 0) && (temp_f0 < 250000.0f)) {</div>
|
||||
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</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="l00140" name="l00140"></a><span class="lineno"> 140</span> }</div>
|
||||
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</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="l00142" name="l00142"></a><span class="lineno"> 142</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="l00143" name="l00143"></a><span class="lineno"> 143</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="l00141" name="l00141"></a><span class="lineno"> 141</span> arg1[3][0] = arg2-><a class="code hl_variable" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">pos</a>[0];</div>
|
||||
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> arg1[3][1] = arg2-><a class="code hl_variable" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">pos</a>[1];</div>
|
||||
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> arg1[3][2] = arg2-><a class="code hl_variable" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">pos</a>[2];</div>
|
||||
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> </div>
|
||||
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</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="l00146" name="l00146"></a><span class="lineno"> 146</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="l00145" name="l00145"></a><span class="lineno"> 145</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="l00146" name="l00146"></a><span class="lineno"> 146</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="l00147" name="l00147"></a><span class="lineno"> 147</span> <span class="comment">// Why is a TLUT being used a DL here? That makes no sense</span></div>
|
||||
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> <span class="comment">// Based on the TLUT being loaded above, this ought to be be another</span></div>
|
||||
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> <span class="comment">// tree related DL, presumably one found in a course other than Moo Moo farm</span></div>
|
||||
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> <span class="comment">// 0x0600FC70</span></div>
|
||||
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</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="moo__moo__farm_2course__data_8c.html#a240f5323a3d5ce24c07972b5fce9ffe3">d_course_moo_moo_farm_mole_tlut</a>);</div>
|
||||
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> gSPDisplayList(<a class="code hl_variable" href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a>++, <a class="code hl_variable" href="moo__moo__farm_2course__data_8c.html#a240f5323a3d5ce24c07972b5fce9ffe3">d_course_moo_moo_farm_mole_tlut</a>);</div>
|
||||
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> }</div>
|
||||
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> </div>
|
||||
<div class="foldopen" id="foldopen00162" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"><a class="line" href="trees_2render_8inc_8c.html#aa564af6ea62ec336f9c88ffd9351fa7f"> 162</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="trees_2render_8inc_8c.html#aa564af6ea62ec336f9c88ffd9351fa7f">render_actor_tree_bowser_castle</a>(<a class="code hl_struct" href="structCamera.html">Camera</a> *camera, <a class="code hl_typedef" href="common__structs_8h.html#ab7160f77e736961cfa2aff581aeee005">Mat4</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">arg1</a>, <span class="keyword">struct</span> <a class="code hl_struct" href="structActor.html">Actor</a> *arg2) {</div>
|
||||
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_f0</a>;</div>
|
||||
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">temp_v0</a> = arg2-><a class="code hl_variable" href="structActor.html#af49bb0c1202a06dc594529a2e77249c6">flags</a>;</div>
|
||||
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"><a class="line" href="trees_2render_8inc_8c.html#aa564af6ea62ec336f9c88ffd9351fa7f"> 162</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="trees_2render_8inc_8c.html#aa564af6ea62ec336f9c88ffd9351fa7f">render_actor_tree_bowser_castle</a>(<a class="code hl_struct" href="structCamera.html">Camera</a> *camera, <a class="code hl_typedef" href="common__structs_8h.html#ab7160f77e736961cfa2aff581aeee005">Mat4</a> arg1, <span class="keyword">struct</span> <a class="code hl_struct" href="structActor.html">Actor</a> *arg2) {</div>
|
||||
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> temp_f0;</div>
|
||||
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</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="l00165" name="l00165"></a><span class="lineno"> 165</span> </div>
|
||||
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</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="l00166" name="l00166"></a><span class="lineno"> 166</span> <span class="keywordflow">if</span> ((temp_v0 & 0x800) != 0) { <span class="keywordflow">return</span>; }</div>
|
||||
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> </div>
|
||||
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</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>], 4000000.0f);</div>
|
||||
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</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>], 4000000.0f);</div>
|
||||
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> </div>
|
||||
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</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="l00171" name="l00171"></a><span class="lineno"> 171</span> </div>
|
||||
|
||||
@@ -450,7 +450,7 @@ Variables</h2></td></tr>
|
||||
<div class="ttc" id="awario__stadium_2course__displaylists_8inc_8c_html_ae23906177d0c67cab1b41c228f057027"><div class="ttname"><a href="wario__stadium_2course__displaylists_8inc_8c.html#ae23906177d0c67cab1b41c228f057027">d_course_wario_stadium_packed_dl_4218</a></div><div class="ttdeci">Gfx d_course_wario_stadium_packed_dl_4218[]</div><div class="ttdef"><b>Definition</b> course_displaylists.inc.c:2649</div></div>
|
||||
<div class="ttc" id="awario__stadium_2course__displaylists_8inc_8c_html_ae998c4419df6907d296d855d53f43795"><div class="ttname"><a href="wario__stadium_2course__displaylists_8inc_8c.html#ae998c4419df6907d296d855d53f43795">d_course_wario_stadium_packed_dl_5888</a></div><div class="ttdeci">Gfx d_course_wario_stadium_packed_dl_5888[]</div><div class="ttdef"><b>Definition</b> course_displaylists.inc.c:3475</div></div>
|
||||
<div class="ttc" id="awario__stadium_2course__displaylists_8inc_8c_html_af3acfa9e5cf64ff45c1e5a56c75a728d"><div class="ttname"><a href="wario__stadium_2course__displaylists_8inc_8c.html#af3acfa9e5cf64ff45c1e5a56c75a728d">d_course_wario_stadium_packed_dl_4BA8</a></div><div class="ttdeci">Gfx d_course_wario_stadium_packed_dl_4BA8[]</div><div class="ttdef"><b>Definition</b> course_displaylists.inc.c:3007</div></div>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000069">Todo</a></b></dt><dd>Replace addresses with variables </dd></dl>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000068">Todo</a></b></dt><dd>Replace addresses with variables </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -418,7 +418,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000069">Todo</a></b></dt><dd>Replace addresses with variables </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000068">Todo</a></b></dt><dd>Replace addresses with variables </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user