mirror of
https://github.com/n64decomp/mk64
synced 2026-06-19 14:50:28 -04:00
333 lines
49 KiB
HTML
333 lines
49 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.9.1"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Mario Kart 64: src/code_80004740.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">Mario Kart 64
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.1 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('code__80004740_8h_source.html',''); initResizable(); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">code_80004740.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="code__80004740_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef CODE_80004740_H</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define CODE_80004740_H</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>  </div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include "<a class="code" href="common__structs_8h.html">common_structs.h</a>"</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>  </div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">/*</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">What I know about animation stuff so far</span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">Its not clear to me exactly what animations even are in MK64, my speculation is that their some form of matrix manipulation sequence.</span></div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">Presumably the "models" of the objects that are getting animated are a bunch of matrices and the animations somehow change them.</span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">code_80004740 appears to be responsible for the handling of animations.</span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">Animation seem to be reserved for objects, namely: seagulls in KTB, flags in YV, chain chomps in RR, and penguins in SL.</span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">Each object has 2 pointers of interest, at offsets 0x70 and 0x74 (unk_070 and unk_074).</span></div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">These are passed to func_80004DFC, along with what appears to be an index and a timer.</span></div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">func_80004DFC(unk70, unk74, index, timer)</span></div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">unk_070 points to what I will call a "Type 1" array.</span></div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment">I call it an array, but I don't think that's entirely accurate.</span></div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment">There are 4 potential "types" of "type 1" arrays: 0, 1, 2, and 3</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment">Only type 0 has anything below the "size" entry.</span></div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment">The rest only have the type and size.</span></div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment">The contents look like this struct</span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment">struct {</span></div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> s32 type;</span></div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> s32 size;</span></div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment"> s32 always_zero_never_used;</span></div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment"> s32 maybe_a_dl_pointer_maybe_null;</span></div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment"> s32 thing1;</span></div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="comment"> s32 thing2;</span></div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="comment"> s32 thing3;</span></div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="comment">}</span></div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="comment">Again, note that types 1, 2, and 3 only have the "type" and "size" elements.</span></div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="comment">They are handled in func_80004C30.</span></div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="comment">Each "type" indicates a different action to take while iterating over the array.</span></div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="comment">Type 1: Only used to modify Type 0's behaviour</span></div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="comment">Type 2: Pop a matrix</span></div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="comment">Type 3: End of array, stop processing</span></div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="comment">Type 0: Always handles some part of the animation. If preceded by a Type 1 entry it will pop a matrix prior to the animation handling.</span></div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="comment">The "size" entry is used in a weird way. If you have a set of entries like:</span></div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="comment"> 0x00000001, <- Our unk_070 pointer starts here</span></div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="comment"> 0x00000002,</span></div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="comment"> 0x00000007,</span></div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="comment"> 0x00000001,</span></div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="comment"> 0x00000002,</span></div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="comment">Then the size of 2 in the first entry is used to move the pointer 2 words forward</span></div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="comment"> 0x00000001,</span></div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="comment"> 0x00000002,</span></div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="comment"> 0x00000000, <- Goes here</span></div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="comment"> 0x00000007,</span></div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="comment"> 0xfffffffb, (this is really -5)</span></div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="comment"> 0x00000005,</span></div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="comment"> 0x00000001,</span></div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="comment"> 0x00000002,</span></div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="comment">Then, the 7 does the same thing</span></div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="comment"> 0x00000001,</span></div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="comment"> 0x00000002,</span></div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="comment"> 0x00000007,</span></div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="comment"> 0x00000001, <- Now we're here</span></div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="comment"> 0x00000002,</span></div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="comment">This is why I don't think referring to this as an "array" is really correct.</span></div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> <span class="comment">Iterating over this data not like iterating over a proper array at all.</span></div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="comment">I don't really understand the "thing" entries yet.</span></div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="comment">They seem to be used in func_80004A1C to set some values in Vec3f which is then used to set some values in a Mat4.</span></div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> <span class="comment">This, I assume, is related to the matrix maniplation stuff that's used to actually accomplish the animation.</span></div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> <span class="comment">The unk_074 pointer points to a list of other pointers.</span></div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="comment">As best as I can tell only the penguins actually have multiple entries in this list, all the other animated objects have just 1 entry.</span></div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> <span class="comment">The pointers in this list have entires that look like this struct:</span></div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span> <span class="comment">struct {</span></div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> <span class="comment"> s32 always_set_to_something_but_never_used;</span></div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> <span class="comment"> s32 always_zero_never_used;</span></div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="comment"> s/u16 animation_length;</span></div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="comment"> s/u16 has_value_but_never_used;</span></div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> <span class="comment"> s32 type_2_array_pointer;</span></div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> <span class="comment"> s32 type_3_array_pointer;</span></div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> <span class="comment">}</span></div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="comment">I will refer to these structs as Struct 2's.</span></div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span> <span class="comment">Type 2 arrays appear to be just s/u16 arrays.</span></div>
|
|
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span> <span class="comment">Their use will be discussed later</span></div>
|
|
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> <span class="comment">Type 3 arrays appear to be arrays of pairs of s/u16 numbers that look like this struct:</span></div>
|
|
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span> <span class="comment">struct {</span></div>
|
|
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> <span class="comment"> s/u16 some_limiter;</span></div>
|
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span> <span class="comment"> s/u16 some_offset;</span></div>
|
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> <span class="comment">};</span></div>
|
|
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span> <span class="comment">Type 3 entires are interesting.</span></div>
|
|
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span> <span class="comment">They're used in func_80004C30 and func_80004A1C, and they're always used in triples</span></div>
|
|
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span> <span class="comment">The `timer` argument to func_80004DFC is compared to the `some_limiter` entry.</span></div>
|
|
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span> <span class="comment">If it less than the limiter then its value it used elsewhere, otherwise 0 is used (more details below).</span></div>
|
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span> <span class="comment">The `some_offset` value is always used.</span></div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span> <span class="comment">Then, the 2 chosen values are used to select a value from the Type 2 array.</span></div>
|
|
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span> <span class="comment">So, for example, if you have a Struct 2 like:</span></div>
|
|
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span> <span class="comment"> 0x00010000,</span></div>
|
|
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span> <span class="comment"> 0x00000000,</span></div>
|
|
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span> <span class="comment"> 0x0037, <- animation lenght</span></div>
|
|
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span> <span class="comment"> 0x000a,</span></div>
|
|
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span> <span class="comment"> d_course_koopa_troopa_beach_unk_data2,</span></div>
|
|
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span> <span class="comment"> d_course_koopa_troopa_beach_unk_data3,</span></div>
|
|
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span> <span class="comment">d_course_koopa_troopa_beach_unk_data2 should be a Type 2 array while d_course_koopa_troopa_beach_unk_data3 is a Type 3 array.</span></div>
|
|
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span> <span class="comment">d_course_koopa_troopa_beach_unk_data3 has entries that look like:</span></div>
|
|
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span> <span class="comment"> //limiter //offset</span></div>
|
|
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span> <span class="comment"> 0x0001, 0x0000,</span></div>
|
|
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="comment"> 0x0037, 0x0001,</span></div>
|
|
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span> <span class="comment"> 0x0001, 0x0000,</span></div>
|
|
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span> <span class="comment">In practice the limiter value is always 1 or the animation length, meaning that you either choose 0 or the current animation timer.</span></div>
|
|
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span> <span class="comment">There's never a situation where you will choose the animation timer until it hits X and then swap to 0.</span></div>
|
|
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span> <span class="comment">Its always one or the other, never swapping.</span></div>
|
|
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span> <span class="comment">The first triplet is used in func_80004C30 to access the Type 2 array and the values accessed is placed into D_80162D70.</span></div>
|
|
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span> <span class="comment">D_80162D70 is a Vec3s is then used to set the values of some Vec3f in func_80004A1C.</span></div>
|
|
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span> <span class="comment">All further triplets are used in func_80004A1C to collect Type 2 values to another Vec3s local to the function.</span></div>
|
|
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span> <span class="comment">Both the local Vec3s and Vec3f are used to create a Mat4, which is then converted to a Mtx, which is then pushed into the matrix pool.</span></div>
|
|
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span> <span class="comment">The chosen values are then used to access the Type 2 array and the value accessed is placed into D_80162D70.</span></div>
|
|
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span> <span class="comment">D_80162D70 is a Vec3s that is used to set values in the some Vec3f that goes on to be used to modify the same Mat4 that the `thing` values are placed into.</span></div>
|
|
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span> <span class="comment">*/</span></div>
|
|
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  </div>
|
|
<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="structanimation__type__1.html"> 161</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="structanimation__type__1.html#a503e22fc26444e47a13b781d32ce60c4"> 162</a></span>  <span class="comment">/* 0x00 */</span> <a class="code" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> <a class="code" href="structanimation__type__1.html#a503e22fc26444e47a13b781d32ce60c4">type</a>;</div>
|
|
<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="structanimation__type__1.html#a1eb5be7fa550efd6ad29bed427cc9e68"> 163</a></span>  <span class="comment">/* 0x04 */</span> <a class="code" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> <a class="code" href="structanimation__type__1.html#a1eb5be7fa550efd6ad29bed427cc9e68">size</a>;</div>
|
|
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="structanimation__type__1.html#af9f1a38ab1c91116378fd9923d9abf84"> 164</a></span>  <span class="comment">/* 0x08 */</span> <a class="code" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> <a class="code" href="structanimation__type__1.html#af9f1a38ab1c91116378fd9923d9abf84">always_zero_never_used</a>;</div>
|
|
<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="structanimation__type__1.html#af1509fdd17b394bec7a8a27858fafb1d"> 165</a></span>  <span class="comment">/* 0x0C */</span> Gfx *<a class="code" href="structanimation__type__1.html#af1509fdd17b394bec7a8a27858fafb1d">optional_segmented_dl_address</a>;</div>
|
|
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="structanimation__type__1.html#aeb1ad2c9659a28f13f090db1097cdc2e"> 166</a></span>  <span class="comment">/* 0x10 */</span> <a class="code" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> thing[3];</div>
|
|
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span> } <a class="code" href="structanimation__type__1.html">animation_type_1</a>;</div>
|
|
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  </div>
|
|
<div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="structanimation__type__3.html"> 169</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="structanimation__type__3.html#acdfd501a55156ac053adac9d7f492d58"> 170</a></span>  <span class="comment">/* 0x00 */</span> <a class="code" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> <a class="code" href="structanimation__type__3.html#acdfd501a55156ac053adac9d7f492d58">some_limiter</a>;</div>
|
|
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="structanimation__type__3.html#a69d6e9cebbbaa903b52470a8640f3848"> 171</a></span>  <span class="comment">/* 0x02 */</span> <a class="code" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> <a class="code" href="structanimation__type__3.html#a69d6e9cebbbaa903b52470a8640f3848">some_offset</a>;</div>
|
|
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span> } <a class="code" href="structanimation__type__3.html">animation_type_3</a>;</div>
|
|
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  </div>
|
|
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="code__80004740_8h.html#ac1074eeef6a78c8dd3331626179f426b"> 174</a></span> <span class="keyword">typedef</span> <a class="code" href="structanimation__type__3.html">animation_type_3</a> <a class="code" href="code__80004740_8h.html#ac1074eeef6a78c8dd3331626179f426b">animation_type_3_triplet</a>[3];</div>
|
|
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  </div>
|
|
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="structanimation__type__2.html"> 176</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="structanimation__type__2.html#a554dcc81b947ef56decae02c35edd3a4"> 177</a></span>  <span class="comment">/* 0x00 */</span> <a class="code" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> <a class="code" href="structanimation__type__2.html#a554dcc81b947ef56decae02c35edd3a4">always_set_to_something_but_never_used</a>;</div>
|
|
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="structanimation__type__2.html#a3f5a40202790eb3865453c5b6d1a17d4"> 178</a></span>  <span class="comment">/* 0x04 */</span> <a class="code" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> <a class="code" href="structanimation__type__2.html#a3f5a40202790eb3865453c5b6d1a17d4">always_zero_never_used</a>;</div>
|
|
<div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="structanimation__type__2.html#a0afc4954ed7ed309911003a6f81726b4"> 179</a></span>  <span class="comment">/* 0x08 */</span> <a class="code" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code" href="structanimation__type__2.html#a0afc4954ed7ed309911003a6f81726b4">animation_length</a>;</div>
|
|
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="structanimation__type__2.html#a00e416073a15bf8dd28c40f39c67a9d8"> 180</a></span>  <span class="comment">/* 0x0A */</span> <a class="code" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> <a class="code" href="structanimation__type__2.html#a00e416073a15bf8dd28c40f39c67a9d8">has_value_but_never_used</a>;</div>
|
|
<div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="structanimation__type__2.html#a37ed750c046d712599a4ba9ed94f2cba"> 181</a></span>  <span class="comment">/* 0x0C */</span> <a class="code" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> *<a class="code" href="structanimation__type__2.html#a37ed750c046d712599a4ba9ed94f2cba">type_2_array_pointer</a>;</div>
|
|
<div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="structanimation__type__2.html#ae29454674bdf0bca1ad34254c4847a23"> 182</a></span>  <span class="comment">/* 0x10 */</span> <a class="code" href="code__80004740_8h.html#ac1074eeef6a78c8dd3331626179f426b">animation_type_3_triplet</a> *<a class="code" href="structanimation__type__2.html#ae29454674bdf0bca1ad34254c4847a23">type_3_array_pointer</a>;</div>
|
|
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span> } <a class="code" href="structanimation__type__2.html">animation_type_2</a>;</div>
|
|
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  </div>
|
|
<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="structstru__80004EAC.html"> 185</a></span> <span class="keyword">struct </span><a class="code" href="structstru__80004EAC.html">stru_80004EAC</a> {</div>
|
|
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="structstru__80004EAC.html#a58e248bbeb7c6675f43a09c2be3a2a13"> 186</a></span>  <a class="code" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> <a class="code" href="structstru__80004EAC.html#a58e248bbeb7c6675f43a09c2be3a2a13">unk0</a>;</div>
|
|
<div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="structstru__80004EAC.html#ad701367775c2fddfc551f6797dde59f6"> 187</a></span>  <a class="code" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> <a class="code" href="structstru__80004EAC.html#ad701367775c2fddfc551f6797dde59f6">unk4</a>;</div>
|
|
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="structstru__80004EAC.html#a43c2554c766ffccb71b7b6dc83847137"> 188</a></span>  <a class="code" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code" href="structstru__80004EAC.html#a43c2554c766ffccb71b7b6dc83847137">unk8</a>;</div>
|
|
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span> };</div>
|
|
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  </div>
|
|
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span> <span class="comment">/* Function Prototypes */</span></div>
|
|
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  </div>
|
|
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span> <span class="keywordtype">void</span> <a class="code" href="code__80004740_8h.html#af54096619f890ac80e64e68e06177ebd">func_80004740</a>(Mtx *dest, <a class="code" href="common__structs_8h.html#ab7160f77e736961cfa2aff581aeee005">Mat4</a> src);</div>
|
|
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span> <span class="keywordtype">void</span> <a class="code" href="code__80004740_8h.html#aeb97315dd56d597266cd896be4613533">mtxf_translate_rotate2</a>(<a class="code" href="common__structs_8h.html#ab7160f77e736961cfa2aff581aeee005">Mat4</a> dest, <a class="code" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> b, <a class="code" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> c);</div>
|
|
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span> <a class="code" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code" href="code__80004740_8h.html#afa4dc37daa794ea6140c0edc87e32b4e">func_80004EAC</a>(<span class="keywordtype">void</span>*, <a class="code" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a>);</div>
|
|
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span> <span class="keywordtype">void</span> <a class="code" href="code__80004740_8h.html#a8437f94420e5934949590bcf413fe220">func_80004A1C</a>(<a class="code" href="structanimation__type__1.html">animation_type_1</a>*, <a class="code" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a>*, <a class="code" href="code__80004740_8h.html#ac1074eeef6a78c8dd3331626179f426b">animation_type_3_triplet</a>, <a class="code" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>);</div>
|
|
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span> <span class="keywordtype">void</span> <a class="code" href="code__80004740_8h.html#abc316c647fddddf552341e5d7d0ea633">func_80004C30</a>(<a class="code" href="ultratypes_8h.html#a10e94b422ef0c20dcdec20d31a1f5049">u32</a>*, <a class="code" href="structanimation__type__2.html">animation_type_2</a>*, <a class="code" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a>);</div>
|
|
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span> <a class="code" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code" href="code__80004740_8h.html#ae5b0bdd31cad0f615a3331f1af430363">func_80004DFC</a>(<a class="code" href="structanimation__type__1.html">animation_type_1</a>*, <a class="code" href="structanimation__type__2.html">animation_type_2</a>**, <a class="code" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a>, <a class="code" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a>);</div>
|
|
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  </div>
|
|
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span> <span class="preprocessor">#endif</span></div>
|
|
<div class="ttc" id="acode__80004740_8h_html_a8437f94420e5934949590bcf413fe220"><div class="ttname"><a href="code__80004740_8h.html#a8437f94420e5934949590bcf413fe220">func_80004A1C</a></div><div class="ttdeci">void func_80004A1C(animation_type_1 *, s16 *, animation_type_3_triplet, s32)</div><div class="ttdef"><b>Definition:</b> code_80004740.c:68</div></div>
|
|
<div class="ttc" id="acode__80004740_8h_html_abc316c647fddddf552341e5d7d0ea633"><div class="ttname"><a href="code__80004740_8h.html#abc316c647fddddf552341e5d7d0ea633">func_80004C30</a></div><div class="ttdeci">void func_80004C30(u32 *, animation_type_2 *, s16)</div><div class="ttdef"><b>Definition:</b> code_80004740.c:106</div></div>
|
|
<div class="ttc" id="acode__80004740_8h_html_ac1074eeef6a78c8dd3331626179f426b"><div class="ttname"><a href="code__80004740_8h.html#ac1074eeef6a78c8dd3331626179f426b">animation_type_3_triplet</a></div><div class="ttdeci">animation_type_3 animation_type_3_triplet[3]</div><div class="ttdef"><b>Definition:</b> code_80004740.h:174</div></div>
|
|
<div class="ttc" id="acode__80004740_8h_html_ae5b0bdd31cad0f615a3331f1af430363"><div class="ttname"><a href="code__80004740_8h.html#ae5b0bdd31cad0f615a3331f1af430363">func_80004DFC</a></div><div class="ttdeci">s16 func_80004DFC(animation_type_1 *, animation_type_2 **, s16, s16)</div><div class="ttdef"><b>Definition:</b> code_80004740.c:154</div></div>
|
|
<div class="ttc" id="acode__80004740_8h_html_aeb97315dd56d597266cd896be4613533"><div class="ttname"><a href="code__80004740_8h.html#aeb97315dd56d597266cd896be4613533">mtxf_translate_rotate2</a></div><div class="ttdeci">void mtxf_translate_rotate2(Mat4 dest, Vec3f b, Vec3s c)</div><div class="ttdef"><b>Definition:</b> code_80004740.c:37</div></div>
|
|
<div class="ttc" id="acode__80004740_8h_html_af54096619f890ac80e64e68e06177ebd"><div class="ttname"><a href="code__80004740_8h.html#af54096619f890ac80e64e68e06177ebd">func_80004740</a></div><div class="ttdeci">void func_80004740(Mtx *dest, Mat4 src)</div><div class="ttdef"><b>Definition:</b> code_80004740.c:17</div></div>
|
|
<div class="ttc" id="acode__80004740_8h_html_afa4dc37daa794ea6140c0edc87e32b4e"><div class="ttname"><a href="code__80004740_8h.html#afa4dc37daa794ea6140c0edc87e32b4e">func_80004EAC</a></div><div class="ttdeci">s16 func_80004EAC(void *, s16)</div><div class="ttdef"><b>Definition:</b> code_80004740.c:173</div></div>
|
|
<div class="ttc" id="acommon__structs_8h_html"><div class="ttname"><a href="common__structs_8h.html">common_structs.h</a></div></div>
|
|
<div class="ttc" id="acommon__structs_8h_html_a5290523279339ea495248ab3a36cb46e"><div class="ttname"><a href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a></div><div class="ttdeci">f32 Vec3f[3]</div><div class="ttdef"><b>Definition:</b> common_structs.h:6</div></div>
|
|
<div class="ttc" id="acommon__structs_8h_html_a95eb48a2f3630571bea260858dd23e92"><div class="ttname"><a href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a></div><div class="ttdeci">s16 Vec3s[3]</div><div class="ttdef"><b>Definition:</b> common_structs.h:8</div></div>
|
|
<div class="ttc" id="acommon__structs_8h_html_ab7160f77e736961cfa2aff581aeee005"><div class="ttname"><a href="common__structs_8h.html#ab7160f77e736961cfa2aff581aeee005">Mat4</a></div><div class="ttdeci">f32 Mat4[4][4]</div><div class="ttdef"><b>Definition:</b> common_structs.h:13</div></div>
|
|
<div class="ttc" id="astructanimation__type__1_html"><div class="ttname"><a href="structanimation__type__1.html">animation_type_1</a></div><div class="ttdef"><b>Definition:</b> code_80004740.h:161</div></div>
|
|
<div class="ttc" id="astructanimation__type__1_html_a1eb5be7fa550efd6ad29bed427cc9e68"><div class="ttname"><a href="structanimation__type__1.html#a1eb5be7fa550efd6ad29bed427cc9e68">animation_type_1::size</a></div><div class="ttdeci">s32 size</div><div class="ttdef"><b>Definition:</b> code_80004740.h:163</div></div>
|
|
<div class="ttc" id="astructanimation__type__1_html_a503e22fc26444e47a13b781d32ce60c4"><div class="ttname"><a href="structanimation__type__1.html#a503e22fc26444e47a13b781d32ce60c4">animation_type_1::type</a></div><div class="ttdeci">s32 type</div><div class="ttdef"><b>Definition:</b> code_80004740.h:162</div></div>
|
|
<div class="ttc" id="astructanimation__type__1_html_af1509fdd17b394bec7a8a27858fafb1d"><div class="ttname"><a href="structanimation__type__1.html#af1509fdd17b394bec7a8a27858fafb1d">animation_type_1::optional_segmented_dl_address</a></div><div class="ttdeci">Gfx * optional_segmented_dl_address</div><div class="ttdef"><b>Definition:</b> code_80004740.h:165</div></div>
|
|
<div class="ttc" id="astructanimation__type__1_html_af9f1a38ab1c91116378fd9923d9abf84"><div class="ttname"><a href="structanimation__type__1.html#af9f1a38ab1c91116378fd9923d9abf84">animation_type_1::always_zero_never_used</a></div><div class="ttdeci">s32 always_zero_never_used</div><div class="ttdef"><b>Definition:</b> code_80004740.h:164</div></div>
|
|
<div class="ttc" id="astructanimation__type__2_html"><div class="ttname"><a href="structanimation__type__2.html">animation_type_2</a></div><div class="ttdef"><b>Definition:</b> code_80004740.h:176</div></div>
|
|
<div class="ttc" id="astructanimation__type__2_html_a00e416073a15bf8dd28c40f39c67a9d8"><div class="ttname"><a href="structanimation__type__2.html#a00e416073a15bf8dd28c40f39c67a9d8">animation_type_2::has_value_but_never_used</a></div><div class="ttdeci">u16 has_value_but_never_used</div><div class="ttdef"><b>Definition:</b> code_80004740.h:180</div></div>
|
|
<div class="ttc" id="astructanimation__type__2_html_a0afc4954ed7ed309911003a6f81726b4"><div class="ttname"><a href="structanimation__type__2.html#a0afc4954ed7ed309911003a6f81726b4">animation_type_2::animation_length</a></div><div class="ttdeci">s16 animation_length</div><div class="ttdef"><b>Definition:</b> code_80004740.h:179</div></div>
|
|
<div class="ttc" id="astructanimation__type__2_html_a37ed750c046d712599a4ba9ed94f2cba"><div class="ttname"><a href="structanimation__type__2.html#a37ed750c046d712599a4ba9ed94f2cba">animation_type_2::type_2_array_pointer</a></div><div class="ttdeci">s16 * type_2_array_pointer</div><div class="ttdef"><b>Definition:</b> code_80004740.h:181</div></div>
|
|
<div class="ttc" id="astructanimation__type__2_html_a3f5a40202790eb3865453c5b6d1a17d4"><div class="ttname"><a href="structanimation__type__2.html#a3f5a40202790eb3865453c5b6d1a17d4">animation_type_2::always_zero_never_used</a></div><div class="ttdeci">s32 always_zero_never_used</div><div class="ttdef"><b>Definition:</b> code_80004740.h:178</div></div>
|
|
<div class="ttc" id="astructanimation__type__2_html_a554dcc81b947ef56decae02c35edd3a4"><div class="ttname"><a href="structanimation__type__2.html#a554dcc81b947ef56decae02c35edd3a4">animation_type_2::always_set_to_something_but_never_used</a></div><div class="ttdeci">s32 always_set_to_something_but_never_used</div><div class="ttdef"><b>Definition:</b> code_80004740.h:177</div></div>
|
|
<div class="ttc" id="astructanimation__type__2_html_ae29454674bdf0bca1ad34254c4847a23"><div class="ttname"><a href="structanimation__type__2.html#ae29454674bdf0bca1ad34254c4847a23">animation_type_2::type_3_array_pointer</a></div><div class="ttdeci">animation_type_3_triplet * type_3_array_pointer</div><div class="ttdef"><b>Definition:</b> code_80004740.h:182</div></div>
|
|
<div class="ttc" id="astructanimation__type__3_html"><div class="ttname"><a href="structanimation__type__3.html">animation_type_3</a></div><div class="ttdef"><b>Definition:</b> code_80004740.h:169</div></div>
|
|
<div class="ttc" id="astructanimation__type__3_html_a69d6e9cebbbaa903b52470a8640f3848"><div class="ttname"><a href="structanimation__type__3.html#a69d6e9cebbbaa903b52470a8640f3848">animation_type_3::some_offset</a></div><div class="ttdeci">u16 some_offset</div><div class="ttdef"><b>Definition:</b> code_80004740.h:171</div></div>
|
|
<div class="ttc" id="astructanimation__type__3_html_acdfd501a55156ac053adac9d7f492d58"><div class="ttname"><a href="structanimation__type__3.html#acdfd501a55156ac053adac9d7f492d58">animation_type_3::some_limiter</a></div><div class="ttdeci">u16 some_limiter</div><div class="ttdef"><b>Definition:</b> code_80004740.h:170</div></div>
|
|
<div class="ttc" id="astructstru__80004EAC_html"><div class="ttname"><a href="structstru__80004EAC.html">stru_80004EAC</a></div><div class="ttdef"><b>Definition:</b> code_80004740.h:185</div></div>
|
|
<div class="ttc" id="astructstru__80004EAC_html_a43c2554c766ffccb71b7b6dc83847137"><div class="ttname"><a href="structstru__80004EAC.html#a43c2554c766ffccb71b7b6dc83847137">stru_80004EAC::unk8</a></div><div class="ttdeci">s16 unk8</div><div class="ttdef"><b>Definition:</b> code_80004740.h:188</div></div>
|
|
<div class="ttc" id="astructstru__80004EAC_html_a58e248bbeb7c6675f43a09c2be3a2a13"><div class="ttname"><a href="structstru__80004EAC.html#a58e248bbeb7c6675f43a09c2be3a2a13">stru_80004EAC::unk0</a></div><div class="ttdeci">s32 unk0</div><div class="ttdef"><b>Definition:</b> code_80004740.h:186</div></div>
|
|
<div class="ttc" id="astructstru__80004EAC_html_ad701367775c2fddfc551f6797dde59f6"><div class="ttname"><a href="structstru__80004EAC.html#ad701367775c2fddfc551f6797dde59f6">stru_80004EAC::unk4</a></div><div class="ttdeci">s32 unk4</div><div class="ttdef"><b>Definition:</b> code_80004740.h:187</div></div>
|
|
<div class="ttc" id="aultratypes_8h_html_a0ce6887c26c1c49ad3be5710dd42bfd6"><div class="ttname"><a href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a></div><div class="ttdeci">signed int s32</div><div class="ttdef"><b>Definition:</b> ultratypes.h:15</div></div>
|
|
<div class="ttc" id="aultratypes_8h_html_a10e94b422ef0c20dcdec20d31a1f5049"><div class="ttname"><a href="ultratypes_8h.html#a10e94b422ef0c20dcdec20d31a1f5049">u32</a></div><div class="ttdeci">unsigned int u32</div><div class="ttdef"><b>Definition:</b> ultratypes.h:16</div></div>
|
|
<div class="ttc" id="aultratypes_8h_html_a4cb19f4a3324cfe0938ddfbfabaa825b"><div class="ttname"><a href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a></div><div class="ttdeci">signed short int s16</div><div class="ttdef"><b>Definition:</b> ultratypes.h:13</div></div>
|
|
<div class="ttc" id="aultratypes_8h_html_aa0b167025ed1eead1300bc4dbdfb230e"><div class="ttname"><a href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a></div><div class="ttdeci">unsigned short int u16</div><div class="ttdef"><b>Definition:</b> ultratypes.h:14</div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="code__80004740_8h.html">code_80004740.h</a></li>
|
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|