This commit is contained in:
MegaMech
2025-07-03 12:44:04 +00:00
parent 48719d18df
commit bf6156f7ca
32 changed files with 55 additions and 55 deletions
+2 -2
View File
@@ -451,7 +451,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#_todo000056">Todo</a></b></dt><dd>Commented out because deletes too soon. </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000057">Todo</a></b></dt><dd>Commented out because deletes too soon. </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
@@ -1829,7 +1829,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#_todo000055">Todo</a></b></dt><dd>actorType needs to be passed into this function for flexibility </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000056">Todo</a></b></dt><dd>actorType needs to be passed into this function for flexibility </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
+1 -1
View File
@@ -177,7 +177,7 @@ $(function(){initNavTree('actorsmenu.html',''); initResizable(true); });
</div>
</p>
<p><a class="el" href="actors.html#actors">Actors</a> <a class="el" href="controlflow.html#objects">Objects</a> <a class="el" href="vehicles.html">Vehicles</a> <a class="el" href="items.html">Items</a> </p>
<p><a class="el" href="actors.html#actors">Actors</a> <a class="el" href="objects.html#objects">Objects</a> <a class="el" href="vehicles.html">Vehicles</a> <a class="el" href="items.html">Items</a> </p>
</div></div><!-- contents -->
</div><!-- PageDoc -->
</div><!-- doc-content -->
+1 -1
View File
@@ -4,7 +4,7 @@ var actorsmenu =
[ "Actors", "actors.html#actors", null ]
] ],
[ "Objects", "objects.html", [
[ "Objects", "objects.html#objects-1", null ]
[ "Objects", "objects.html#objects", null ]
] ],
[ "Vehicles", "vehicles.html", [
[ "Trains", "vehicles.html#trains", null ],
+1 -1
View File
@@ -25,7 +25,7 @@ var basics =
[ "Menus", "controlflow.html#menus", null ],
[ "Players", "controlflow.html#players", null ],
[ "Actors", "controlflow.html#actors-1", null ],
[ "Objects", "controlflow.html#objects", null ],
[ "Objects", "controlflow.html#objects-1", null ],
[ "Courses", "controlflow.html#courses", [
[ "Course Folder", "controlflow.html#course-folder", null ]
] ],
+3 -3
View File
@@ -118,9 +118,9 @@ $(function(){initNavTree('bug.html',''); initResizable(true); });
<dt>Global <a class="el" href="update__objects_8c.html#aec77d54c5edbca021bb2c01c31af955a">func_80077E20</a> (s32 objectIndex)</dt>
<dd><a class="anchor" id="_bug000014"></a>frappe snowland There's something up with the handling of common_vtx_rectangle and the loading of 0x10 right here </dd>
<dt>Global <a class="el" href="heap_8h.html#ab4f80aff560307d96b2c40b5c0ed82f8">func_800B9BE4</a> (f32, f32, u16 *)</dt>
<dd><a class="anchor" id="_bug000003"></a>they probably meant to store the value to tmp[i] and tmp[8 + i] </dd>
<dd><a class="anchor" id="_bug000001"></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="_bug000001"></a>missing return </dd>
<dd><a class="anchor" id="_bug000002"></a>missing return </dd>
<dt>Global <a class="el" href="seqplayer_8h.html#a96fd2718691a0e1c86de13d55670a8b1">init_sequence_players</a> (void)</dt>
<dd><a class="anchor" id="_bug000005"></a>Size of wrong array. Zeroes out second half of gSequenceChannels[0], all of gSequenceChannels[1..31], and part of gSequenceLayers[0]. However, this is only called at startup, so it's harmless. </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>
@@ -130,7 +130,7 @@ $(function(){initNavTree('bug.html',''); initResizable(true); });
<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="_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="_bug000002"></a>should be IS_SEQ_LOAD_COMPLETE </dd>
<dd><a class="anchor" id="_bug000003"></a>should be IS_SEQ_LOAD_COMPLETE </dd>
<dt>Global <a class="el" href="menu__items_8h.html#a5b9f65d326f8281c8d77ab26a178de52">render_menu_item_data_course_image</a> (<a class="el" href="structMenuItem.html">MenuItem</a> *)</dt>
<dd><a class="anchor" id="_bug000012"></a>todo: This function will not work in custom courses. </dd>
<dt>Global <a class="el" href="code__80281780_8h.html#a59f61302f1f5f6ecab728bf08608d16b">setup_podium_ceremony</a> (void)</dt>
+1 -1
View File
@@ -1363,7 +1363,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#_todo000011">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">
+1 -1
View File
@@ -194,7 +194,7 @@ Variables</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000011">Todo</a></b></dt><dd>confirm this. </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000010">Todo</a></b></dt><dd>confirm this. </dd></dl>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
+1 -1
View File
@@ -170,7 +170,7 @@ Variables</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000011">Todo</a></b></dt><dd>confirm this. </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000010">Todo</a></b></dt><dd>confirm this. </dd></dl>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
+1 -1
View File
@@ -148,7 +148,7 @@ Functions</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000023">Todo</a></b></dt><dd>decide to use colours or textures and fix displaylists because they are buggy </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000024">Todo</a></b></dt><dd>decide to use colours or textures and fix displaylists because they are buggy </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
+1 -1
View File
@@ -144,7 +144,7 @@ Functions</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000023">Todo</a></b></dt><dd>decide to use colours or textures and fix displaylists because they are buggy </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000024">Todo</a></b></dt><dd>decide to use colours or textures and fix displaylists because they are buggy </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
+2 -2
View File
@@ -135,7 +135,7 @@ $(function(){initNavTree('controlflow.html',''); initResizable(true); });
<a href="#actors-1">Actors</a>
</li>
<li class="level2">
<a href="#objects">Objects</a>
<a href="#objects-1">Objects</a>
</li>
<li class="level2">
<a href="#courses">Courses</a>
@@ -270,7 +270,7 @@ Actors</h2>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyNone"><a class="el" href="code__80005FD0_8c.html">code_80005FD0</a> </td><td class="markdownTableBodyNone">Vehicles; trains, cars, trucks, boats </td></tr>
</table>
<h2><a class="anchor" id="objects"></a>
<h2><a class="anchor" id="objects-1"></a>
Objects</h2>
<p><a class="el" href="structObject.html">Object</a> related code resides in </p><table class="markdownTable">
<tr class="markdownTableHead">
+2 -2
View File
@@ -6242,7 +6242,7 @@
<a href="controlflow.html#engine"/>
<a href="controlflow.html#math"/>
<a href="controlflow.html#menus"/>
<a href="controlflow.html#objects"/>
<a href="controlflow.html#objects-1"/>
<a href="controlflow.html#overall-control-flow"/>
<a href="controlflow.html#paradigm"/>
<a href="controlflow.html#players"/>
@@ -12522,7 +12522,7 @@
<a href="new__func_8h.html#ac8095e2ec1adbd7e74e655c578968a36"/>
<a href="new__func_8h_source.html"/>
<a href="objects.html"/>
<a href="objects.html#objects-1"/>
<a href="objects.html#objects"/>
<a href="objects_8h.html"/>
<a href="objects_8h.html#a015cc1fa03690348fb398b9be74ecc15"/>
<a href="objects_8h.html#a02bd29e49d2089bb6bd1bfe33e360584"/>
+1 -1
View File
@@ -279,7 +279,7 @@ Here is the caller graph for this function:</div>
</tr>
</table>
</div><div class="memdoc">
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000024">Todo</a></b></dt><dd>configure this properly </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000023">Todo</a></b></dt><dd>configure this properly </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
+1 -1
View File
@@ -221,7 +221,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#_todo000024">Todo</a></b></dt><dd>configure this properly </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000023">Todo</a></b></dt><dd>configure this properly </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
+1 -1
View File
@@ -554,7 +554,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>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#_bug000001">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
View File
@@ -651,7 +651,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>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#_bug000001">Bug</a></b></dt><dd>they probably meant to store the value to tmp[i] and tmp[8 + i] </dd></dl>
</div>
</div>
+2 -2
View File
@@ -838,7 +838,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>missing return </dd></dl>
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000002">Bug</a></b></dt><dd>missing return </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
@@ -1131,7 +1131,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>should be IS_SEQ_LOAD_COMPLETE </dd></dl>
<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>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
+2 -2
View File
@@ -661,7 +661,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>missing return </dd></dl>
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000002">Bug</a></b></dt><dd>missing return </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
@@ -923,7 +923,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>should be IS_SEQ_LOAD_COMPLETE </dd></dl>
<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>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
+1 -1
View File
@@ -169,7 +169,7 @@ var NAVTREEINDEX26 =
"controlflow.html#engine":[1,2,4,6],
"controlflow.html#math":[1,2,4,7],
"controlflow.html#menus":[1,2,4,0],
"controlflow.html#objects":[1,2,4,3],
"controlflow.html#objects-1":[1,2,4,3],
"controlflow.html#overall-control-flow":[1,2,2],
"controlflow.html#paradigm":[1,2,0],
"controlflow.html#players":[1,2,4,1],
+1 -1
View File
@@ -226,7 +226,7 @@ var NAVTREEINDEX50 =
"new__func_8h.html#ac8095e2ec1adbd7e74e655c578968a36":[12,0,3,9,55,0],
"new__func_8h_source.html":[12,0,3,9,55],
"objects.html":[0,1],
"objects.html#objects-1":[0,1,0],
"objects.html#objects":[0,1,0],
"objects_8h.html":[12,0,2,16],
"objects_8h.html#a015cc1fa03690348fb398b9be74ecc15":[12,0,2,16,35],
"objects_8h.html#a02bd29e49d2089bb6bd1bfe33e360584":[12,0,2,16,87],
+1 -1
View File
@@ -108,7 +108,7 @@ $(function(){initNavTree('objects.html',''); initResizable(true); });
<div class="headertitle"><div class="title">Objects</div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="objects-1"></a>
<div class="textblock"><h1><a class="anchor" id="objects"></a>
Objects</h1>
</div></div><!-- contents -->
</div><!-- PageDoc -->
+1 -1
View File
@@ -219,7 +219,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#_todo000038">Todo</a></b></dt><dd>figure out what it means </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000042">Todo</a></b></dt><dd>figure out what it means </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
+1 -1
View File
@@ -236,7 +236,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#_todo000039">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000038">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
</div>
</div>
+3 -3
View File
@@ -155,7 +155,7 @@ Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<b>Value:</b><div class="fragment"><div class="line">(*(vu32*) PHYS_TO_K1(addr) = (u32) (data))</div>
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000042">Todo</a></b></dt><dd>These defines are from PR/rcp.h, but including that causes problems... </dd></dl>
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>These defines are from PR/rcp.h, but including that causes problems... </dd></dl>
</div>
</div>
@@ -170,7 +170,7 @@ Functions</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>This define is from os.h, but including that causes problems... </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000040">Todo</a></b></dt><dd>This define is from os.h, but including that causes problems... </dd></dl>
</div>
</div>
@@ -194,7 +194,7 @@ Functions</h2></td></tr>
</div><div class="memdoc">
<b>Value:</b><div class="fragment"><div class="line"> <span class="keywordflow">if</span> (cHandle-&gt;var != pihandle-&gt;var) \</div>
<div class="line"> IO_WRITE(reg, pihandle-&gt;var);</div>
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000040">Todo</a></b></dt><dd>This define is from <a class="el" href="piint_8h.html">piint.h</a>, but including that causes problems... </dd></dl>
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000039">Todo</a></b></dt><dd>This define is from <a class="el" href="piint_8h.html">piint.h</a>, but including that causes problems... </dd></dl>
</div>
</div>
+1 -1
View File
@@ -171,7 +171,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#_todo000039">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000038">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
</div>
</div>
+1 -1
View File
@@ -191,7 +191,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#_todo000048">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#_todo000047">Todo</a></b></dt><dd>figure out why this is like this </dd></dl>
</div>
</div>
+2 -2
View File
@@ -172,7 +172,7 @@ Variables</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000047">Todo</a></b></dt><dd>name magic constants </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000048">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">
@@ -206,7 +206,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#_todo000039">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000038">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
</div>
</div>
+1 -1
View File
@@ -1767,7 +1767,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#_todo000039">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000038">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
</div>
</div>
+1 -1
View File
@@ -687,7 +687,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#_todo000057">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#_todo000055">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
View File
@@ -626,7 +626,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#_todo000057">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#_todo000055">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
View File
@@ -36,7 +36,7 @@ var searchData=
['objectpicker_2ecpp_33',['ObjectPicker.cpp',['../ObjectPicker_8cpp.html',1,'']]],
['objectpicker_2eh_34',['ObjectPicker.h',['../ObjectPicker_8h.html',1,'']]],
['objectreplication_35',['ObjectReplication',['../replication_8c.html#a51d6551124e4a1946bb006ba096d6726',1,'replication.c']]],
['objects_36',['Objects',['../structWorld_1_1Matrix.html#a9ffe24e9a3a0b5365aa5fcf5287d9619',1,'World::Matrix::Objects'],['../classWorld.html#a6cbf7696cb1102cd7f07b937b8e42648',1,'World::Objects'],['../objects.html',1,'Objects'],['../controlflow.html#objects',1,'Objects'],['../objects.html#objects-1',1,'Objects']]],
['objects_36',['Objects',['../structWorld_1_1Matrix.html#a9ffe24e9a3a0b5365aa5fcf5287d9619',1,'World::Matrix::Objects'],['../classWorld.html#a6cbf7696cb1102cd7f07b937b8e42648',1,'World::Objects'],['../objects.html',1,'Objects'],['../objects.html#objects',1,'Objects'],['../controlflow.html#objects-1',1,'Objects']]],
['objects_2eh_37',['objects.h',['../objects_8h.html',1,'']]],
['objects_2emd_38',['objects.md',['../objects_8md.html',1,'']]],
['obombkart_39',['OBombKart',['../classOBombKart.html',1,'OBombKart'],['../classOBombKart.html#adce8f46e3608e94dd14e465b61db900b',1,'OBombKart::OBombKart()']]],
+14 -14
View File
@@ -118,7 +118,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
<dt>Global <a class="el" href="controller_8h.html#aa962180453c026d747ebef163e571966">__osPfsRWInode</a> (OSPfs *pfs, <a class="el" href="struct____OSInode.html">__OSInode</a> *inode, u8 flag, u8 bank)</dt>
<dd><a class="anchor" id="_todo000035"></a>don't like this =/ //maybe &amp;inode-&gt;inode_table[j*PFS_ONE_PAGE].ipage or something </dd>
<dt>Global <a class="el" href="piint_8h.html#a3e05f8f40d1da55183ee0eaec0c5b6bb">__osPiDevMgr</a> </dt>
<dd><a class="anchor" id="_todo000039"></a>In libreultra this is in an include </dd>
<dd><a class="anchor" id="_todo000038"></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="_todo000031"></a>fix magic number </p>
<p class="enddd"><a class="anchor" id="_todo000032"></a>remove magic constant </p>
@@ -126,7 +126,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
<dt>Global <a class="el" href="courseTable_8h.html#a83643ea0bd8b0af88efc38bccc1b93ca">_course_mario_raceway_dl_mio0SegmentRomStart</a> []</dt>
<dd><a class="anchor" id="_todo000068"></a>These should probably be ptr's instead of array's? </dd>
<dt>Global <a class="el" href="actors_8c.html#a91fb2e4e37e7c72fea918fe2c1bb4eaf">add_actor_to_empty_slot</a> (<a class="el" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> pos, <a class="el" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> rot, <a class="el" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> velocity, s16 actorType)</dt>
<dd><a class="anchor" id="_todo000056"></a>Commented out because deletes too soon. </dd>
<dd><a class="anchor" id="_todo000057"></a>Commented out because deletes too soon. </dd>
<dt>Global <a class="el" href="code__80086E70_8h.html#a5aed2e47470583536b07b8b3bcb9edd6">are_players_in_course_section</a> (s16, s16)</dt>
<dd><a class="anchor" id="_todo000008"></a>This is the easiest solution otherwise actors would not collide on custom courses. </dd>
<dt>Global <a class="el" href="classATrain.html#aa82e623dbfe2747f8be8f2e4781c9973">ATrain::SyncComponents</a> (<a class="el" href="structTrainCarStuff.html">TrainCarStuff</a> *trainCar, s16 orientationY)</dt>
@@ -140,7 +140,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
<dt>Global <a class="el" href="update__objects_8c.html#adf5256c5c92e5b22c984e0b8d171cda6">D_800E43B0</a> []</dt>
<dd><a class="anchor" id="_todo000064"></a>unused? </dd>
<dt>Global <a class="el" href="code__80281780_8h.html#a76c4e29164ea94ce7dd883af83565b45">debug_switch_character_ceremony_cutscene</a> (void)</dt>
<dd><a class="anchor" id="_todo000011"></a>confirm this. </dd>
<dd><a class="anchor" id="_todo000010"></a>confirm this. </dd>
<dt>Union <a class="el" href="uniondu.html">du</a> </dt>
<dd><p class="startdd"><a class="anchor" id="_todo000036"></a>is it possible to remove them somehow? </p>
<p class="enddd"><a class="anchor" id="_todo000037"></a>is it possible to remove them somehow? </p>
@@ -150,7 +150,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
<dt>Global <a class="el" href="data_8h.html#a837f6c2be63a0e045e0df9860e2c4e97">fill2</a> </dt>
<dd><a class="anchor" id="_todo000002"></a>0x00000000800f624c fill2 </dd>
<dt>Global <a class="el" href="freecam_8h.html#a24fe70d9abfdbfce68d126f947aee64d">freecam_keyboard_manager</a> (<a class="el" href="structCamera.html">Camera</a> *, <a class="el" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>)</dt>
<dd><a class="anchor" id="_todo000024"></a>configure this properly </dd>
<dd><a class="anchor" id="_todo000023"></a>configure this properly </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="_todo000054"></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>
@@ -166,11 +166,11 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
<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_8c.html#aab9248c3326f8c807db81c730ae8dc08">func_8028336C</a> (UNUSED <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="_todo000011"></a>Does this match as a return of s8? </dd>
<dt>Global <a class="el" href="ceremony__and__credits_8h.html#ad8aba525036323f4e292e63fb2a356d0">func_802846E4</a> (<a class="el" href="structCinematicCamera.html">CinematicCamera</a> *)</dt>
<dd><a class="anchor" id="_todo000012"></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="_todo000057"></a>increasing players past four would require increase this loop iterator. </dd>
<dd><a class="anchor" id="_todo000055"></a>increasing players past four would require increase this loop iterator. </dd>
<dt>Global <a class="el" href="Game_8h.html#af21f89b45e081c9857c7c6689737ea93">GetCupName</a> (void)</dt>
<dd><a class="anchor" id="_todo000043"></a>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd>
<dt>Global <a class="el" href="code__800029B0_8h.html#a8a6a0e5ed8709356fba948d0beeb6a95">gPlayerWinningIndex</a> </dt>
@@ -178,7 +178,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
<dt>Global <a class="el" href="some__data_8c.html#af40885efd72dc665a278c6f29e19ecf3">gTorchSpawns</a> []</dt>
<dd><a class="anchor" id="_todo000066"></a>fix this extern </dd>
<dt>Global <a class="el" href="osEPiRawStartDma_8c.html#a0f405b027addb60288ca287959d8d3d6">IO_WRITE</a> (addr, data)</dt>
<dd><a class="anchor" id="_todo000042"></a>These defines are from PR/rcp.h, but including that causes problems... </dd>
<dd><a class="anchor" id="_todo000041"></a>These defines are from PR/rcp.h, but including that causes problems... </dd>
<dt>Global <a class="el" href="piint_8h.html#a8f6729a1dafa49bc6280eb2bcfb787d0">LEO_CMD_TYPE_0</a> </dt>
<dd><a class="anchor" id="_todo000051"></a>name </dd>
<dt>Global <a class="el" href="piint_8h.html#a0231e88a1290269fd41dc1e4d24e4f55">LEO_CMD_TYPE_1</a> </dt>
@@ -200,7 +200,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
<dt>Global <a class="el" href="classOBombKart.html#a287eda05ca5a76a2cb8c7d4d719d38e4">OBombKart::Unk_3C</a> </dt>
<dd><a class="anchor" id="_todo000014"></a>Turn WheelPos into a struct </dd>
<dt>Global <a class="el" href="osContInit_8c.html#a3a0e3a0d795150ad033f213754773c34">osContInit</a> (OSMesgQueue *mq, u8 *bitpattern, OSContStatus *status)</dt>
<dd><a class="anchor" id="_todo000038"></a>figure out what it means </dd>
<dd><a class="anchor" id="_todo000042"></a>figure out what it means </dd>
<dt>Class <a class="el" href="classOSeagull.html">OSeagull</a> </dt>
<dd><a class="anchor" id="_todo000015"></a>unk_0D5 needs to be a struct variable probably. What does it do? Behaviour? </dd>
<dt>Global <a class="el" href="classOSnowman.html#abb32ca3bd6c2d1e50779e2b58b94607f">OSnowman::DrawBody</a> (s32)</dt>
@@ -210,9 +210,9 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
<dt>Global <a class="el" href="stubs_8c.html#a4694169ebbc67d1cab176b4f8945ce51">osPfsDeleteFile</a> (OSPfs *pfs, u16 company_code, u32 game_code, u8 *game_name, u8 *ext_name)</dt>
<dd><a class="anchor" id="_todo000045"></a>magic constant </dd>
<dt>Global <a class="el" href="osPiStartDma_8c.html#ae288a36d96a4db6977d95327e246ec12">osPiStartDma</a> (OSIoMesg *mb, s32 priority, s32 direction, uintptr_t devAddr, void *vAddr, size_t nbytes, OSMesgQueue *mq)</dt>
<dd><a class="anchor" id="_todo000047"></a>name magic constants </dd>
<dd><a class="anchor" id="_todo000048"></a>name magic constants </dd>
<dt>Global <a class="el" href="osPiRawStartDma_8c.html#aa3a1dc7939fd49721d4353372722722c">osRomBase</a> </dt>
<dd><a class="anchor" id="_todo000048"></a>figure out why this is like this </dd>
<dd><a class="anchor" id="_todo000047"></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="_todo000049"></a>name magic constants </dd>
<dt>Global <a class="el" href="osViSwapBuffer_8c.html#ad9fbc8feed5d6cf557a051834e168950">osViSwapBuffer</a> (void *vaddr)</dt>
@@ -225,9 +225,9 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
<dt>Global <a class="el" href="classOThwomp.html#a8ac60b80a575d7408133c8e7cb1246d4">OThwomp::_boundingBoxSize</a> </dt>
<dd><a class="anchor" id="_todo000019"></a>Write this better. This effects the squish size and the bounding box size. </dd>
<dt>Global <a class="el" href="osEPiRawStartDma_8c.html#a61b4993ebb70a3b701fccc3221c36d81">PI_DOMAIN1</a> </dt>
<dd><a class="anchor" id="_todo000041"></a>This define is from os.h, but including that causes problems... </dd>
<dd><a class="anchor" id="_todo000040"></a>This define is from os.h, but including that causes problems... </dd>
<dt>Global <a class="el" href="collision__viewer_8h.html#afaee40683a3ae56cae11b2c5687e3328">render_collision</a> (void)</dt>
<dd><a class="anchor" id="_todo000023"></a>decide to use colours or textures and fix displaylists because they are buggy </dd>
<dd><a class="anchor" id="_todo000024"></a>decide to use colours or textures and fix displaylists because they are buggy </dd>
<dt>Global <a class="el" href="render__objects_8c.html#a33684f0745ad1366fef89d3fd5ef598e">render_texture_rectangle</a> (s32 x, s32 y, s32 width, s32 height, s32 s, s32 w, s32 mode)</dt>
<dd><a class="anchor" id="_todo000059"></a>Update to F3DEX. Uses OLD definition for gspTextureRectangle. </dd>
<dt>Global <a class="el" href="render__objects_8c.html#aadbe7ac97f3cbf7b4c06e645f6dcbb74">render_texture_rectangle_wide</a> (s32 x, s32 y, s32 width, s32 height, s32 arg4, s32 arg5, s32 arg6)</dt>
@@ -239,11 +239,11 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
<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="_todo000067"></a>format like sm64 <a class="el" href="sounds_8h.html">sounds.h</a> </dd>
<dt>Global <a class="el" href="actors_8c.html#aa6c218ad25d2200bdbf85cbbd197d1cd">spawn_foliage</a> (struct <a class="el" href="structActorSpawnData.html">ActorSpawnData</a> *actor)</dt>
<dd><a class="anchor" id="_todo000055"></a>actorType needs to be passed into this function for flexibility </dd>
<dd><a class="anchor" id="_todo000056"></a>actorType needs to be passed into this function for flexibility </dd>
<dt>Global <a class="el" href="Smoke_8h.html#ac60a65eb1961690e911d769968e4c863">TrainSmokeTick</a> (void)</dt>
<dd><a class="anchor" id="_todo000020"></a>: This should be an <a class="el" href="structObject.html">Object</a> class one day </dd>
<dt>Global <a class="el" href="osEPiRawStartDma_8c.html#a9f68445808ae98c1a50579d2c5a95c7f">UPDATE_REG</a> (reg, var)</dt>
<dd><a class="anchor" id="_todo000040"></a>This define is from <a class="el" href="piint_8h.html">piint.h</a>, but including that causes problems... </dd>
<dd><a class="anchor" id="_todo000039"></a>This define is from <a class="el" href="piint_8h.html">piint.h</a>, but including that causes problems... </dd>
<dt>Global <a class="el" href="internal_8h.html#aa8d5fa5d7506353e4e791caab237c721">US_FLOAT</a> (x)</dt>
<dd><a class="anchor" id="_todo000003"></a>US_FLOAT should probably be renamed to JP_DOUBLE since eu seems to use floats too </dd>
<dt>Global <a class="el" href="classWorld.html#ade602b7d3351de3212ebf045e95f3d0c">World::SetCourse</a> (const char *)</dt>