mirror of
https://github.com/n64decomp/mk64
synced 2026-09-02 01:28:54 -04:00
Deploying to gh-pages from @ n64decomp/mk64@3d7cdcee8a 🚀
This commit is contained in:
@@ -108,14 +108,14 @@ $(function(){initNavTree('bug.html',''); initResizable(); });
|
||||
<dd><a class="anchor" id="_bug000007"></a>if this check fails, the ra register is printed a second time. </dd>
|
||||
<dt>Global <a class="el" href="defines_8h.html#ac80a3592e72fd96b772ee47a7d8e0d0a">DEBUG_MODE</a> </dt>
|
||||
<dd><a class="anchor" id="_bug000014"></a>This looks like it should work at any point in the race. </dd>
|
||||
<dt>Global <a class="el" href="collision_8h.html#a10c118854a3112e7a2e86fd88d538f01">detect_tyre_collision</a> (<a class="el" href="structKartTyre.html">KartTyre</a> *)</dt>
|
||||
<dd><a class="anchor" id="_bug000013"></a> </dd>
|
||||
<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="_bug000008"></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>
|
||||
<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>
|
||||
<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>
|
||||
<dd><a class="anchor" id="_bug000006"></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="code__80281780_8h.html#af227cfd0f1fd3d6adbe9a29ad59b4dc8">load_ceremony_cutscene</a> (void)</dt>
|
||||
|
||||
Reference in New Issue
Block a user