diff --git a/banshee__boardwalk_2course__data_8c.html b/banshee__boardwalk_2course__data_8c.html
index 30d3da56f..d5a1540af 100644
--- a/banshee__boardwalk_2course__data_8c.html
+++ b/banshee__boardwalk_2course__data_8c.html
@@ -665,7 +665,7 @@ Variables
}
s16 gCourseMaxZ
Definition code_800029B0.c:92
-- Todo
- Replace addresses with variables
+- Todo
- Replace addresses with variables
diff --git a/banshee__boardwalk_2course__data_8h.html b/banshee__boardwalk_2course__data_8h.html
index 3beca2c5d..9112f3c77 100644
--- a/banshee__boardwalk_2course__data_8h.html
+++ b/banshee__boardwalk_2course__data_8h.html
@@ -716,7 +716,7 @@ Variables
-
- Todo
- Replace addresses with variables
+
- Todo
- Replace addresses with variables
diff --git a/big__donut_2course__data_8c.html b/big__donut_2course__data_8c.html
index 53b135b13..b643a3ce7 100644
--- a/big__donut_2course__data_8c.html
+++ b/big__donut_2course__data_8c.html
@@ -160,7 +160,7 @@ Variables
#define G_RM_AA_ZB_OPA_SURF2
Definition gbi.h:942
#define G_CC_MODULATEIA
Definition gbi.h:492
#define G_RM_AA_ZB_TEX_EDGE
Definition gbi.h:957
-- Todo
- Replace addresses with variables
+- Todo
- Replace addresses with variables
diff --git a/big__donut_2course__data_8h.html b/big__donut_2course__data_8h.html
index be566b323..64eebcad5 100644
--- a/big__donut_2course__data_8h.html
+++ b/big__donut_2course__data_8h.html
@@ -148,7 +148,7 @@ Variables
-
- Todo
- Replace addresses with variables
+
- Todo
- Replace addresses with variables
diff --git a/blue__and__red__shells_2update_8inc_8c_source.html b/blue__and__red__shells_2update_8inc_8c_source.html
index d6cfe95a5..cd4ac0aae 100644
--- a/blue__and__red__shells_2update_8inc_8c_source.html
+++ b/blue__and__red__shells_2update_8inc_8c_source.html
@@ -116,134 +116,134 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
35 nextWaypoint = currentWaypoint + 1;
-
-
+
+
-
-
-
-
-
-
-
-
+
41 temp_f20 = temp_f2 - shell->
pos[0];
+
42 temp_f22 = temp_f12 - shell->
pos[1];
+
43 temp_f24 = temp_f28 - shell->
pos[2];
+
44 temp_f0 = (temp_f20 * temp_f20) + (temp_f22 * temp_f22) + (temp_f24 * temp_f24);
+
45 if (temp_f0 > 400.0f) {
+
+
+
-
-
-
+
50 temp_f12_0 = temp_f18_3 - shell->
pos[0];
+
51 temp_f12_1 = temp_f16_3 - shell->
pos[1];
+
52 temp_f12_2 = temp_f26 - shell->
pos[2];
-
-
-
+
54 temp_f0_3 = (temp_f12_0 * temp_f12_0) + (temp_f12_1 * temp_f12_1) + (temp_f12_2 * temp_f12_2);
+
55 if (temp_f0_3 < temp_f0) {
+
-
-
-
-
+
58 temp_f0_2 =
sqrtf(temp_f0) * 4.0f;
+
59 temp_f20 /= temp_f0_2;
+
60 temp_f22 /= temp_f0_2;
+
61 temp_f24 /= temp_f0_2;
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
67 temp_f12_3 += temp_f20;
+
68 temp_f14_2 += temp_f22;
+
69 temp_f16_2 += temp_f24;
+
70 temp_f0 =
sqrtf((temp_f12_3 * temp_f12_3) + (temp_f14_2 * temp_f14_2) + (temp_f16_2 * temp_f16_2));
+
+
+
73 temp_f12_3 /= temp_f0;
+
74 temp_f14_2 /= temp_f0;
+
75 temp_f16_2 /= temp_f0;
-
-
-
+
+
+
-
-
-
+
81 origPos[0] = shell->
pos[0];
+
82 origPos[1] = shell->
pos[1];
+
83 origPos[2] = shell->
pos[2];
-
-
-
-
-
+
85 shell->
pos[0] += temp_f12_3;
+
86 shell->
pos[1] += temp_f14_2;
+
87 shell->
pos[2] += temp_f16_2;
+
+
-
-
-
-
-
+
+
93 shell->
pos[0] = temp_f2;
+
+
95 shell->
pos[2] = temp_f28;
+
-
-
-
+
+
+
-
-
-
+
102 shell->
pos[0] = (temp_f2 + temp_f18_3) * 0.5f;
+
+
104 shell->
pos[2] = (temp_f28 + temp_f26) * 0.5f;
-
-
-
+
106 shell->
velocity[0] = (temp_f18_3 - temp_f2) * 0.5f;
+
107 shell->
velocity[1] = (temp_f16_3 - temp_f12) * 0.5f;
+
108 shell->
velocity[2] = (temp_f26 - temp_f28) * 0.5f;
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
+
119 x_velocity = player->
pos[0];
+
120 x_velocity -= shell->
pos[0];
+
121 z_velocity = player->
pos[2];
+
122 z_velocity -= shell->
pos[2];
+
123 xz_dist =
sqrtf((x_velocity * x_velocity) + (z_velocity * z_velocity)) / 8;
+
124 if (xz_dist == 0.0f) {
+
+
-
-
+
128 x_velocity /= xz_dist;
+
129 z_velocity /= xz_dist;
-
-
+
132 newPosition[0] = shell->
pos[0];
+
133 newPosition[1] = shell->
pos[1];
136 shell->pos[1] -= 2.0f;
@@ -660,6 +660,11 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
s16 currentRank
Definition common_structs.h:251
Vec3f pos
Definition common_structs.h:258
Definition actor_types.h:302
+
f32 boundingBoxSize
Definition actor_types.h:315
+
Vec3f velocity
Definition actor_types.h:324
+
Vec3f pos
Definition actor_types.h:323
+
Collision unk30
Definition actor_types.h:325
+
u16 pathIndex
Definition actor_types.h:319
s16 posZ
Definition waypoints.h:9
s16 posY
Definition waypoints.h:8
s16 posX
Definition waypoints.h:7
diff --git a/bug.html b/bug.html
index 2b09f90c6..cb0bbc309 100644
--- a/bug.html
+++ b/bug.html
@@ -105,11 +105,11 @@ $(function(){initNavTree('bug.html',''); initResizable(); });
- Global crash_screen_draw_info (u16 *framebuffer, OSThread *thread)
-- if this check fails, the ra register is printed a second time.
+- if this check fails, the ra register is printed a second time.
- Global DEBUG_MODE
- This looks like it should work at any point in the race.
- Global func_8001969C (UNUSED s32 playerId, UNUSED f32 arg1, s32 cameraId, UNUSED s16 pathIndex)
-- Adding an (f32) cast changes asm, why?
+- Adding an (f32) cast changes asm, why?
- Global func_800B9BE4 (f32, f32, u16 *)
- they probably meant to store the value to tmp[i] and tmp[8 + i]
- Global func_800BB388 (s32 bankId, s32 instId, s32 arg2)
diff --git a/ceremony__and__credits_8c.html b/ceremony__and__credits_8c.html
index 56759505e..e12614db6 100644
--- a/ceremony__and__credits_8c.html
+++ b/ceremony__and__credits_8c.html
@@ -1008,7 +1008,7 @@ Here is the caller graph for this function:
-
- Todo
- Does this match as a return of s8?
+
- Todo
- Does this match as a return of s8?
@@ -2367,7 +2367,7 @@ Here is the call graph for this function:
-
- Todo
- What does this even do?
+
- Todo
- What does this even do?
diff --git a/ceremony__and__credits_8h.html b/ceremony__and__credits_8h.html
index b7553c0c9..305cb43f9 100644
--- a/ceremony__and__credits_8h.html
+++ b/ceremony__and__credits_8h.html
@@ -960,7 +960,7 @@ Here is the caller graph for this function:
-
- Todo
- What does this even do?
+
- Todo
- What does this even do?
diff --git a/code__80005FD0_8c.html b/code__80005FD0_8c.html
index 4ddbd0de1..82ccdf60c 100644
--- a/code__80005FD0_8c.html
+++ b/code__80005FD0_8c.html
@@ -5145,7 +5145,7 @@ Here is the caller graph for this function:
-
- Bug
- Adding an (f32) cast changes asm, why?
+
- Bug
- Adding an (f32) cast changes asm, why?
diff --git a/code__80281780_8c.html b/code__80281780_8c.html
index de7285953..71db83e0d 100644
--- a/code__80281780_8c.html
+++ b/code__80281780_8c.html
@@ -165,7 +165,7 @@ Variables
-
- Todo
- confirm this.
+
- Todo
- confirm this.
diff --git a/code__80281780_8h.html b/code__80281780_8h.html
index 3b18f8e1b..437cb98ec 100644
--- a/code__80281780_8h.html
+++ b/code__80281780_8h.html
@@ -165,7 +165,7 @@ Variables
-
- Todo
- confirm this.
+
- Todo
- confirm this.
diff --git a/crash__screen_8c.html b/crash__screen_8c.html
index bf373671f..75b43ae9f 100644
--- a/crash__screen_8c.html
+++ b/crash__screen_8c.html
@@ -285,7 +285,7 @@ Here is the caller graph for this function:
-
- Bug
- if this check fails, the ra register is printed a second time.
+
- Bug
- if this check fails, the ra register is printed a second time.
diff --git a/doxygen_crawl.html b/doxygen_crawl.html
index 467025eb3..f4fa82055 100644
--- a/doxygen_crawl.html
+++ b/doxygen_crawl.html
@@ -150,8 +150,8 @@
-
+
@@ -245,9 +245,9 @@
+
-
@@ -400,10 +400,11 @@
-
+
+
@@ -415,7 +416,6 @@
-
@@ -424,20 +424,20 @@
-
+
-
+
-
+
-
+
@@ -530,16 +530,16 @@
-
-
+
+
-
+
@@ -636,8 +636,8 @@
-
+
@@ -686,20 +686,20 @@
-
+
+
-
+
-
@@ -711,8 +711,8 @@
-
+
@@ -720,9 +720,9 @@
+
-
@@ -733,8 +733,8 @@
-
+
@@ -744,8 +744,8 @@
-
+
@@ -805,8 +805,8 @@
-
+
@@ -870,8 +870,8 @@
-
+
@@ -922,8 +922,8 @@
-
+
@@ -961,8 +961,8 @@
-
+
@@ -1007,19 +1007,19 @@
-
+
-
-
+
+
@@ -1029,8 +1029,8 @@
-
+
@@ -1046,8 +1046,8 @@
-
+
diff --git a/globals_d.html b/globals_d.html
index 70619717c..80d2202ba 100644
--- a/globals_d.html
+++ b/globals_d.html
@@ -2663,7 +2663,7 @@ $(function(){initNavTree('globals_d.html',''); initResizable(); });
D_802B8910 : skybox_and_splitscreen.c
D_802B8990 : skybox_and_splitscreen.c
D_802B8A10 : skybox_and_splitscreen.c
-
D_802B8A90 : skybox_and_splitscreen.c
+
D_802B8A90 : skybox_and_splitscreen.c
D_802B8CD4 : memory.c
D_802B8CE4 : memory.c
D_802B91C0 : math_util.h, math_util.c
diff --git a/globals_vars_d.html b/globals_vars_d.html
index 506aaf60c..7489d1808 100644
--- a/globals_vars_d.html
+++ b/globals_vars_d.html
@@ -2653,7 +2653,7 @@ $(function(){initNavTree('globals_vars_d.html',''); initResizable(); });
D_802B8910 : skybox_and_splitscreen.c
D_802B8990 : skybox_and_splitscreen.c
D_802B8A10 : skybox_and_splitscreen.c
-
D_802B8A90 : skybox_and_splitscreen.c
+
D_802B8A90 : skybox_and_splitscreen.c
D_802B8CD4 : memory.c
D_802B8CE4 : memory.c
D_802B91C0 : math_util.c, math_util.h
diff --git a/item__box_2render_8inc_8c_source.html b/item__box_2render_8inc_8c_source.html
index 72bb26fb1..c9b7810d6 100644
--- a/item__box_2render_8inc_8c_source.html
+++ b/item__box_2render_8inc_8c_source.html
@@ -183,88 +183,87 @@ $(function(){initNavTree('item__box_2render_8inc_8c_source.html',''); initResiza
-
-
-
-
+
+
+
+
86 someMultiplier = 1.0f;
88 someMultiplier = 1.0f - ((thing - 10.0f) * 0.1f);
-
-
-
+
+
+
-
+
-
-
-
-
-
+
96 temp_f2 = 2.0f * thing;
+
+
98 someVec1[1] = temp_f2;
+
+
-
+
-
-
-
-
-
-
-
+
+
105 temp_f2_2 = 0.8f * thing;
+
106 temp_f12 = 0.5f * thing;
+
107 someVec1[0] = temp_f2_2;
+
108 someVec1[1] = 2.3f * thing;
+
109 someVec1[2] = temp_f12;
+
-
+
-
-
-
-
-
-
+
+
115 temp_f0_2 = -0.5f * thing;
+
116 someVec1[0] = temp_f2_2;
+
117 someVec1[1] = 1.2f * thing;
+
118 someVec1[2] = temp_f0_2;
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
130 someVec1[1] = 1.8f * thing;
+
131 someVec1[2] = -1.0f * thing;
+
-
+
-
-
-
-
-
-
+
+
137 temp_f0_3 = -0.8f * thing;
+
138 someVec1[0] = temp_f0_3;
+
139 someVec1[1] = 0.6f * thing;
+
140 someVec1[2] = temp_f0_2;
+
-
+
-
-
-
-
-
+
+
146 someVec1[0] = temp_f0_3;
+
147 someVec1[1] = temp_f2;
+
148 someVec1[2] = temp_f12;
+
-
+
-
-
+
+
-
+
Camera * camera1
Definition camera.c:22
-
s16 gCourseMaxZ
Definition code_800029B0.c:92
Gfx itemBoxQuestionMarkModel[]
@@ -303,6 +302,7 @@ $(function(){initNavTree('item__box_2render_8inc_8c_source.html',''); initResiza
Vec3s rot
Definition camera.h:33
Vec3f pos
Definition camera.h:27
Definition actor_types.h:328
+
s16 someTimer
Definition actor_types.h:331
Vec3f pos
Definition actor_types.h:339
s16 state
Definition actor_types.h:332
f32 resetDistance
Definition actor_types.h:333
diff --git a/kalimari__desert_2course__offsets_8c.html b/kalimari__desert_2course__offsets_8c.html
index f9b6699ff..dcfdf001f 100644
--- a/kalimari__desert_2course__offsets_8c.html
+++ b/kalimari__desert_2course__offsets_8c.html
@@ -769,8 +769,8 @@ Variables
-
-
+
+
{0x00000000, 0x0000, 0x0000, 0x0},
@@ -788,9 +788,7 @@ Variables
u8 gTextureRailroadCrossingTrack[]
u8 gTextureSignKoopaAir0[]
-
u8 gTextureSignShellShot1[]
-
u8 gTextureSignShellShot0[]
u8 gTextureSignMarioStar0[]
@@ -800,6 +798,8 @@ Variables
u8 gTextureFenceBarbedWire[]
u8 gTextureSignMarioStar1[]
+
u8 gTextureSignShellShot1[]
+
u8 gTextureSignShellShot0[]
diff --git a/main_8c.html b/main_8c.html
index 04266ca95..38408a38a 100644
--- a/main_8c.html
+++ b/main_8c.html
@@ -573,7 +573,7 @@ Here is the caller graph for this function:
-
- Todo
- Why did void* work for matching
+
- Todo
- Why did void* work for matching
diff --git a/main_8h.html b/main_8h.html
index aed101a92..7c156017d 100644
--- a/main_8h.html
+++ b/main_8h.html
@@ -611,7 +611,7 @@ Variables
-
- Todo
- Verify with proper documentation
+
- Todo
- Verify with proper documentation
@@ -640,7 +640,7 @@ Variables
-
- Todo
- Verify with proper documentation
+
- Todo
- Verify with proper documentation
@@ -659,7 +659,7 @@ Variables
-
- Todo
- Why did void* work for matching
+
- Todo
- Why did void* work for matching
diff --git a/md_docs_2doxygen__syms.html b/md_docs_2doxygen__syms.html
index a8eeee1bd..b32f24b25 100644
--- a/md_docs_2doxygen__syms.html
+++ b/md_docs_2doxygen__syms.html
@@ -10490,7 +10490,7 @@ Memory Addresses
| D_802B8A10 | 0x802B8A10 |
-| D_802B8A90 | 0x802B8A90 |
+
D_802B8A90 | 0x802B8A90 |
| sSkyColors | 0x802B8AD0 |
diff --git a/navtreeindex1.js b/navtreeindex1.js
index 248d9708c..9800bed39 100644
--- a/navtreeindex1.js
+++ b/navtreeindex1.js
@@ -168,8 +168,8 @@ var NAVTREEINDEX1 =
"abi_8h.html":[8,0,2,2,0],
"abi_8h.html#a0fa85b4a63cdef587611a5cfc518b029":[8,0,2,2,0,1],
"abi_8h.html#a14d6d1a5fe10cc2b775388380a8d75f6":[8,0,2,2,0,28],
-"abi_8h.html#a16f303da41012b9a13d7c5cd5a47d64a":[8,0,2,2,0,19],
"abi_8h.html#a16f303da41012b9a13d7c5cd5a47d64a":[8,0,2,2,0,20],
+"abi_8h.html#a16f303da41012b9a13d7c5cd5a47d64a":[8,0,2,2,0,19],
"abi_8h.html#a18fb2ca6586420606f75125ebc7e4d0f":[8,0,2,2,0,12],
"abi_8h.html#a2259f4cc6cd203ea6ef6d598674a48e6":[8,0,2,2,0,14],
"abi_8h.html#a2b203222776ef9b58154e173b768b21c":[8,0,2,2,0,7],
diff --git a/navtreeindex106.js b/navtreeindex106.js
index e622b0aac..c0f70e23c 100644
--- a/navtreeindex106.js
+++ b/navtreeindex106.js
@@ -7,7 +7,6 @@ var NAVTREEINDEX106 =
"skybox__and__splitscreen_8c.html#a1ff551b00275f32a4c52eb741006cbc2":[8,0,3,7,14,32],
"skybox__and__splitscreen_8c.html#a248dc83fd4a3f414744f72faf84b1904":[8,0,3,7,14,27],
"skybox__and__splitscreen_8c.html#a24d921b7aaa7cdc7a3f32e4e45b01405":[8,0,3,7,14,53],
-"skybox__and__splitscreen_8c.html#a24ee540b69e252035f5aec2a8432ffe3":[8,0,3,7,14,51],
"skybox__and__splitscreen_8c.html#a39b8efa56ec9ff632a99e6363225e9d0":[8,0,3,7,14,34],
"skybox__and__splitscreen_8c.html#a3cae4ed02b4f4ac73f8e0092f0599bd0":[8,0,3,7,14,42],
"skybox__and__splitscreen_8c.html#a3ccbc877132c17e7864318f295367fb7":[8,0,3,7,14,29],
@@ -25,6 +24,7 @@ var NAVTREEINDEX106 =
"skybox__and__splitscreen_8c.html#a82f11207fd1d7e8cd80ae6769db6d746":[8,0,3,7,14,10],
"skybox__and__splitscreen_8c.html#a82f24f7e2e98540d8ea10579ee3b6315":[8,0,3,7,14,49],
"skybox__and__splitscreen_8c.html#a862515e1d473f5fbbe04543cddfc4fa4":[8,0,3,7,14,31],
+"skybox__and__splitscreen_8c.html#a9119e27ac748939929d0b105173cdb43":[8,0,3,7,14,51],
"skybox__and__splitscreen_8c.html#a97049ca439feed0c004c1d41f302189e":[8,0,3,7,14,1],
"skybox__and__splitscreen_8c.html#a98eb0076207c048df9f97a720ca5f872":[8,0,3,7,14,39],
"skybox__and__splitscreen_8c.html#a9a7113658a35b34e9332a4968906e701":[8,0,3,7,14,9],
diff --git a/navtreeindex69.js b/navtreeindex69.js
index b099413c0..ec404128f 100644
--- a/navtreeindex69.js
+++ b/navtreeindex69.js
@@ -8,8 +8,8 @@ var NAVTREEINDEX69 =
"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],
diff --git a/osPiRawStartDma_8c.html b/osPiRawStartDma_8c.html
index 59e8acd63..b4feeebe7 100644
--- a/osPiRawStartDma_8c.html
+++ b/osPiRawStartDma_8c.html
@@ -186,7 +186,7 @@ Here is the caller graph for this function:
-
- Todo
- figure out why this is like this
+
- Todo
- figure out why this is like this
diff --git a/osPiStartDma_8c.html b/osPiStartDma_8c.html
index 9de6d0159..661858b66 100644
--- a/osPiStartDma_8c.html
+++ b/osPiStartDma_8c.html
@@ -167,7 +167,7 @@ Variables
-
- Todo
- name magic constants
+
- Todo
- name magic constants
diff --git a/os__pi_8h.html b/os__pi_8h.html
index 6e2c0bcb1..b6b02c130 100644
--- a/os__pi_8h.html
+++ b/os__pi_8h.html
@@ -441,7 +441,7 @@ Here is the caller graph for this function:
-
- Todo
- name magic constants
+
- Todo
- name magic constants
diff --git a/podium__ceremony__actors_8c.html b/podium__ceremony__actors_8c.html
index 5a67d4360..b07e35f7a 100644
--- a/podium__ceremony__actors_8c.html
+++ b/podium__ceremony__actors_8c.html
@@ -596,7 +596,7 @@ Here is the caller graph for this function:
- Bug
- No null check.
- Bug
-
- Todo
- More indepth error checking/return value
+
- Todo
- More indepth error checking/return value
diff --git a/podium__ceremony__actors_8h.html b/podium__ceremony__actors_8h.html
index 59a0378d8..68ed10cc8 100644
--- a/podium__ceremony__actors_8h.html
+++ b/podium__ceremony__actors_8h.html
@@ -555,7 +555,7 @@ Here is the caller graph for this function:
- Bug
- No null check.
- Bug
-
- Todo
- More indepth error checking/return value
+
- Todo
- More indepth error checking/return value
diff --git a/search/all_6.js b/search/all_6.js
index 0b4dda541..c1d0f6ca6 100644
--- a/search/all_6.js
+++ b/search/all_6.js
@@ -2574,7 +2574,7 @@ var searchData=
['d_5f802b8910_2571',['D_802B8910',['../skybox__and__splitscreen_8c.html#aad2cc417d607992cfe201e81e1cf0921',1,'skybox_and_splitscreen.c']]],
['d_5f802b8990_2572',['D_802B8990',['../skybox__and__splitscreen_8c.html#a82f24f7e2e98540d8ea10579ee3b6315',1,'skybox_and_splitscreen.c']]],
['d_5f802b8a10_2573',['D_802B8A10',['../skybox__and__splitscreen_8c.html#a48751c54a38756b9474b566084b5e56a',1,'skybox_and_splitscreen.c']]],
- ['d_5f802b8a90_2574',['D_802B8A90',['../skybox__and__splitscreen_8c.html#a24ee540b69e252035f5aec2a8432ffe3',1,'skybox_and_splitscreen.c']]],
+ ['d_5f802b8a90_2574',['D_802B8A90',['../skybox__and__splitscreen_8c.html#a9119e27ac748939929d0b105173cdb43',1,'skybox_and_splitscreen.c']]],
['d_5f802b8cd4_2575',['D_802B8CD4',['../memory_8c.html#a20247197aa5ae9f963a5c2b6d923a37e',1,'memory.c']]],
['d_5f802b8ce4_2576',['D_802B8CE4',['../memory_8c.html#af0191ff11f34cb788fc0f78fcc869ea0',1,'memory.c']]],
['d_5f802b91c0_2577',['D_802B91C0',['../math__util_8c.html#a6ecb143724b00642b0cca4273509a5b0',1,'D_802B91C0: math_util.c'],['../math__util_8h.html#a51e5931330fce8c5cd15ff0c32cf7d24',1,'D_802B91C0: math_util.c']]],
diff --git a/search/variables_4.js b/search/variables_4.js
index a797e44a3..5c6da5eb2 100644
--- a/search/variables_4.js
+++ b/search/variables_4.js
@@ -2562,7 +2562,7 @@ var searchData=
['d_5f802b8910_2559',['D_802B8910',['../skybox__and__splitscreen_8c.html#aad2cc417d607992cfe201e81e1cf0921',1,'skybox_and_splitscreen.c']]],
['d_5f802b8990_2560',['D_802B8990',['../skybox__and__splitscreen_8c.html#a82f24f7e2e98540d8ea10579ee3b6315',1,'skybox_and_splitscreen.c']]],
['d_5f802b8a10_2561',['D_802B8A10',['../skybox__and__splitscreen_8c.html#a48751c54a38756b9474b566084b5e56a',1,'skybox_and_splitscreen.c']]],
- ['d_5f802b8a90_2562',['D_802B8A90',['../skybox__and__splitscreen_8c.html#a24ee540b69e252035f5aec2a8432ffe3',1,'skybox_and_splitscreen.c']]],
+ ['d_5f802b8a90_2562',['D_802B8A90',['../skybox__and__splitscreen_8c.html#a9119e27ac748939929d0b105173cdb43',1,'skybox_and_splitscreen.c']]],
['d_5f802b8cd4_2563',['D_802B8CD4',['../memory_8c.html#a20247197aa5ae9f963a5c2b6d923a37e',1,'memory.c']]],
['d_5f802b8ce4_2564',['D_802B8CE4',['../memory_8c.html#af0191ff11f34cb788fc0f78fcc869ea0',1,'memory.c']]],
['d_5f802b91c0_2565',['D_802B91C0',['../math__util_8c.html#a6ecb143724b00642b0cca4273509a5b0',1,'D_802B91C0: math_util.c'],['../math__util_8h.html#a51e5931330fce8c5cd15ff0c32cf7d24',1,'D_802B91C0: math_util.c']]],
diff --git a/skybox__and__splitscreen_8c.html b/skybox__and__splitscreen_8c.html
index becc6ca8d..4762c715f 100644
--- a/skybox__and__splitscreen_8c.html
+++ b/skybox__and__splitscreen_8c.html
@@ -244,8 +244,8 @@ Variables
| |
| Vtx | D_802B8A10 [] |
| |
-
| s32 | D_802B8A90 [] |
-
| |
+
| UNUSED Gfx | D_802B8A90 [] |
+
| |
| struct Skybox | sSkyColors [] |
| |
| struct Skybox | sSkyColors2 [] |
@@ -1493,23 +1493,32 @@ Here is the caller graph for this function:
-
-◆ D_802B8A90
+
+◆ D_802B8A90
Initial value:= {
-
0xe7000000, 0x00000000, 0xb900031d, 0x0f0a4000,
-
0xba001402, 0x00300000, 0xf7000000, 0x00000000,
-
0xf64fc3bc, 0x00000000, 0xe7000000, 0x00000000,
-
0xba001402, 0x00000000, 0xb8000000, 0x00000000,
+
+
+
+
+
+
+
+
}
+
s16 gCourseMaxZ
Definition code_800029B0.c:92
+
#define G_RM_OPA_SURF2
Definition gbi.h:1019
+
#define G_CYC_FILL
Definition gbi.h:622
+
#define G_CYC_1CYCLE
Definition gbi.h:619
+
#define G_RM_OPA_SURF
Definition gbi.h:1018
diff --git a/skybox__and__splitscreen_8c.js b/skybox__and__splitscreen_8c.js
index d897ba927..2f5e31d48 100644
--- a/skybox__and__splitscreen_8c.js
+++ b/skybox__and__splitscreen_8c.js
@@ -51,7 +51,7 @@ var skybox__and__splitscreen_8c =
[ "D_802B8910", "skybox__and__splitscreen_8c.html#aad2cc417d607992cfe201e81e1cf0921", null ],
[ "D_802B8990", "skybox__and__splitscreen_8c.html#a82f24f7e2e98540d8ea10579ee3b6315", null ],
[ "D_802B8A10", "skybox__and__splitscreen_8c.html#a48751c54a38756b9474b566084b5e56a", null ],
- [ "D_802B8A90", "skybox__and__splitscreen_8c.html#a24ee540b69e252035f5aec2a8432ffe3", null ],
+ [ "D_802B8A90", "skybox__and__splitscreen_8c.html#a9119e27ac748939929d0b105173cdb43", null ],
[ "sSkyColors", "skybox__and__splitscreen_8c.html#a5a62561f3fe644aa6a2db4ef3a8f4254", null ],
[ "sSkyColors2", "skybox__and__splitscreen_8c.html#a24d921b7aaa7cdc7a3f32e4e45b01405", null ]
];
\ No newline at end of file
diff --git a/skybox__and__splitscreen_8h_source.html b/skybox__and__splitscreen_8h_source.html
index a2ba461d6..3d1f3c334 100644
--- a/skybox__and__splitscreen_8h_source.html
+++ b/skybox__and__splitscreen_8h_source.html
@@ -169,52 +169,52 @@ $(function(){initNavTree('skybox__and__splitscreen_8h_source.html',''); initResi
s16 gCourseMaxZ
Definition code_800029B0.c:92
-void render_player_one_1p_screen(void)
Definition skybox_and_splitscreen.c:754
-void func_802A53A4(void)
Definition skybox_and_splitscreen.c:645
-void func_802A5004(void)
Definition skybox_and_splitscreen.c:576
+void render_player_one_1p_screen(void)
Definition skybox_and_splitscreen.c:757
+void func_802A53A4(void)
Definition skybox_and_splitscreen.c:648
+void func_802A5004(void)
Definition skybox_and_splitscreen.c:579
void func_802A487C(Vtx *, struct UnkStruct_800DC5EC *, s32, s32, f32 *)
-void func_802A4D18(void)
Definition skybox_and_splitscreen.c:488
-void func_802A4EF4(void)
Definition skybox_and_splitscreen.c:553
-void func_802A450C(Vtx *)
Definition skybox_and_splitscreen.c:354
+void func_802A4D18(void)
Definition skybox_and_splitscreen.c:491
+void func_802A4EF4(void)
Definition skybox_and_splitscreen.c:556
+void func_802A450C(Vtx *)
Definition skybox_and_splitscreen.c:357
void func_802A39E0(struct UnkStruct_800DC5EC *)
Definition skybox_and_splitscreen.c:153
void init_rdp(void)
Definition skybox_and_splitscreen.c:215
void func_802A40D4(void)
Definition skybox_and_splitscreen.c:241
-void func_802A5678(void)
Definition skybox_and_splitscreen.c:700
-void copy_framebuffer(s32, s32, s32, s32, u16 *, u16 *)
Definition skybox_and_splitscreen.c:1342
+void func_802A5678(void)
Definition skybox_and_splitscreen.c:703
+void copy_framebuffer(s32, s32, s32, s32, u16 *, u16 *)
Definition skybox_and_splitscreen.c:1345
void func_802A4A0C(Vtx *, struct UnkStruct_800DC5EC *, s32, s32, f32 *)
void func_802A40CC(void)
Definition skybox_and_splitscreen.c:240
-void render_player_four_3p_4p_screen(void)
Definition skybox_and_splitscreen.c:1211
-void render_player_two_3p_4p_screen(void)
Definition skybox_and_splitscreen.c:1102
-void func_802A74BC(void)
Definition skybox_and_splitscreen.c:1274
+void render_player_four_3p_4p_screen(void)
Definition skybox_and_splitscreen.c:1214
+void render_player_two_3p_4p_screen(void)
Definition skybox_and_splitscreen.c:1105
+void func_802A74BC(void)
Definition skybox_and_splitscreen.c:1277
s32 set_viewport2(void)
Definition skybox_and_splitscreen.c:244
void func_802A38B4(void)
Definition skybox_and_splitscreen.c:118
-void func_802A51D4(void)
Definition skybox_and_splitscreen.c:611
-void func_802A54A8(void)
Definition skybox_and_splitscreen.c:666
+void func_802A51D4(void)
Definition skybox_and_splitscreen.c:614
+void func_802A54A8(void)
Definition skybox_and_splitscreen.c:669
void func_802A40DC(void)
Definition skybox_and_splitscreen.c:242
void func_802A40BC(void)
Definition skybox_and_splitscreen.c:238
void func_802A4300(void)
Definition skybox_and_splitscreen.c:270
void func_802A40AC(void)
Definition skybox_and_splitscreen.c:236
void func_802A40B4(void)
Definition skybox_and_splitscreen.c:237
-void func_802A7940(void)
Definition skybox_and_splitscreen.c:1380
+void func_802A7940(void)
Definition skybox_and_splitscreen.c:1383
void func_802A3730(struct UnkStruct_800DC5EC *)
Definition skybox_and_splitscreen.c:71
-void render_player_three_3p_4p_screen(void)
Definition skybox_and_splitscreen.c:1156
-void func_802A52BC(void)
Definition skybox_and_splitscreen.c:628
+void render_player_three_3p_4p_screen(void)
Definition skybox_and_splitscreen.c:1159
+void func_802A52BC(void)
Definition skybox_and_splitscreen.c:631
void set_viewport(void)
Definition skybox_and_splitscreen.c:251
-void render_player_two_2p_screen_vertical(void)
Definition skybox_and_splitscreen.c:875
+void render_player_two_2p_screen_vertical(void)
Definition skybox_and_splitscreen.c:878
Vp D_802B8880[]
Definition skybox_and_splitscreen.c:23
-void render_player_one_2p_screen_vertical(void)
Definition skybox_and_splitscreen.c:814
-void func_802A50EC(void)
Definition skybox_and_splitscreen.c:594
+void render_player_one_2p_screen_vertical(void)
Definition skybox_and_splitscreen.c:817
+void func_802A50EC(void)
Definition skybox_and_splitscreen.c:597
void select_framebuffer(void)
Definition skybox_and_splitscreen.c:260
void func_802A40C4(void)
Definition skybox_and_splitscreen.c:239
void func_802A38AC(void)
Definition skybox_and_splitscreen.c:114
-void render_player_one_2p_screen_horizontal(void)
Definition skybox_and_splitscreen.c:933
+void render_player_one_2p_screen_horizontal(void)
Definition skybox_and_splitscreen.c:936
void func_802A40A4(void)
Definition skybox_and_splitscreen.c:235
-void render_player_one_3p_4p_screen(void)
Definition skybox_and_splitscreen.c:1048
-void func_802A5760(void)
Definition skybox_and_splitscreen.c:719
-void func_802A5590(void)
Definition skybox_and_splitscreen.c:683
-void render_player_two_2p_screen_horizontal(void)
Definition skybox_and_splitscreen.c:991
+void render_player_one_3p_4p_screen(void)
Definition skybox_and_splitscreen.c:1051
+void func_802A5760(void)
Definition skybox_and_splitscreen.c:722
+void func_802A5590(void)
Definition skybox_and_splitscreen.c:686
+void render_player_two_2p_screen_horizontal(void)
Definition skybox_and_splitscreen.c:994
void init_z_buffer(void)
Definition skybox_and_splitscreen.c:197
-void func_802A7728(void)
Definition skybox_and_splitscreen.c:1357
+void func_802A7728(void)
Definition skybox_and_splitscreen.c:1360
signed int s32
Definition ultratypes.h:15
float f32
Definition ultratypes.h:33
diff --git a/toads__turnpike_2course__data_8c.html b/toads__turnpike_2course__data_8c.html
index 1b978096a..0c0810c53 100644
--- a/toads__turnpike_2course__data_8c.html
+++ b/toads__turnpike_2course__data_8c.html
@@ -3026,7 +3026,7 @@ Variables
#define G_IM_FMT_RGBA
Definition gbi.h:396
#define G_IM_SIZ_16b
Definition gbi.h:407
#define G_CC_DECALRGBA
Definition gbi.h:512
-- Todo
- Replace addresses with variables
+- Todo
- Replace addresses with variables
diff --git a/toads__turnpike_2course__data_8h.html b/toads__turnpike_2course__data_8h.html
index 840c1177b..8649ed263 100644
--- a/toads__turnpike_2course__data_8h.html
+++ b/toads__turnpike_2course__data_8h.html
@@ -2812,7 +2812,7 @@ Variables
-
- Todo
- Replace addresses with variables
+
- Todo
- Replace addresses with variables
diff --git a/todo.html b/todo.html
index 083e4d355..d6ee3f831 100644
--- a/todo.html
+++ b/todo.html
@@ -105,8 +105,8 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
- Global __osGetId (OSPfs *pfs)
-loads of magic constants..
-remove magic constant
+remove magic constant
+loads of magic constants..
- Global __osPfsReleasePages (OSPfs *pfs, __OSInode *inode, u8 start_page, u16 *sum, u8 bank, __OSInodeUnit *last_page, int flag)
- magic number
@@ -115,8 +115,8 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
- Global __osPiDevMgr
- In libreultra this is in an include
- Global __osRepairPackId (OSPfs *pfs, __OSPackId *badid, __OSPackId *newid)
-remove magic constant
-fix magic number
+fix magic number
+remove magic constant
- Global _course_mario_raceway_dl_mio0SegmentRomStart []
- These should probably be ptr's instead of array's?
@@ -125,15 +125,15 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
- Global BAD_RETURN (cmd)
- 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.
- Global clear_framebuffer (s32)
-- Why did void* work for matching
+- Why did void* work for matching
- Global D_800E43B0 []
- unused?
- Global D_8018D9B0
- Move gGfxPool out of main.h
- Global d_course_banshee_boardwalk_dl_0 []
-- Replace addresses with variables
-- Global d_course_big_donut_dl []
- Replace addresses with variables
+- Global d_course_big_donut_dl []
+- Replace addresses with variables
- Global d_course_bowsers_castle_dl_0 []
- Replace addresses with variables
- Global d_course_dks_jungle_parkway_dl_0 []
@@ -157,13 +157,13 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
- Global d_course_sherbet_land_dl_0 []
- Replace addresses with variables
- Global d_course_toads_turnpike_dl_0 []
-- Replace addresses with variables
-- Global d_course_wario_stadium_dl_0 []
- Replace addresses with variables
+- Global d_course_wario_stadium_dl_0 []
+- Replace addresses with variables
- Global d_course_yoshi_valley_dl_0 []
- Replace addresses with variables
- Global debug_switch_character_ceremony_cutscene (void)
-- confirm this.
+- confirm this.
- Union du
is it possible to remove them somehow?
is it possible to remove them somehow?
@@ -189,11 +189,11 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
- Global func_800CBC24 (void)
- clenanup, something's weird with the variables. D_800EA4A4 is probably EuAudioCmd bc of the + 0x100
- Global func_80282D90 (struct CinematicCamera *, struct struct_80286A04 *, struct struct_80286A04 *, s32)
-- Cast to normal Camera? Or from CinematicCamera?
+- Cast to normal Camera? Or from CinematicCamera?
- Global func_8028336C (UNUSED struct CinematicCamera *arg0, UNUSED Camera *camera)
-- Does this match as a return of s8?
+- Does this match as a return of s8?
- Global func_802846E4 (struct CinematicCamera *)
-- What does this even do?
+- What does this even do?
- Global func_8028F970 (void)
- increasing players past four would require increase this loop iterator.
- Global gen_random_item (s16 rank, s16 isCpu)
@@ -215,11 +215,11 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
- Global M_TASK_FLAG0
- These defines shouldn't exist - PR/rcp.h has them properly defined (ultralib)
- Global MTX_KART_POOL_SIZE
-- Verify with proper documentation
+- Verify with proper documentation
- Global MTX_SHADOW_POOL_SIZE
-- Verify with proper documentation
+- Verify with proper documentation
- Global new_actor (ActorInitParams *)
-- More indepth error checking/return value
+- More indepth error checking/return value
- Global Note::priority
- use macros or something instead.
- Global osContInit (OSMesgQueue *mq, u8 *bitpattern, OSContStatus *status)
@@ -227,9 +227,9 @@ $(function(){initNavTree('todo.html',''); initResizable(); });
- Global osPfsDeleteFile (OSPfs *pfs, u16 company_code, u32 game_code, u8 *game_name, u8 *ext_name)
- magic constant
- Global osPiStartDma (OSIoMesg *mb, s32 priority, s32 direction, uintptr_t devAddr, void *vAddr, size_t nbytes, OSMesgQueue *mq)
-- name magic constants
+- name magic constants
- Global osRomBase
-- figure out why this is like this
+- figure out why this is like this
- Global osViBlack (u8 active)
- name magic constants
- Global osViSwapBuffer (void *vaddr)
diff --git a/train_2render_8inc_8c_source.html b/train_2render_8inc_8c_source.html
index e2f528a87..d30a9b772 100644
--- a/train_2render_8inc_8c_source.html
+++ b/train_2render_8inc_8c_source.html
@@ -403,35 +403,36 @@ $(function(){initNavTree('train_2render_8inc_8c_source.html',''); initResizable(
-
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
Camera * camera1
Definition camera.c:22
+
s16 gCourseMaxZ
Definition code_800029B0.c:92
f32 Vec3f[3]
Definition common_structs.h:6
f32 Mat4[4][4]
Definition common_structs.h:16
diff --git a/trees_2render_8inc_8c_source.html b/trees_2render_8inc_8c_source.html
index 5cd934338..3641d3291 100644
--- a/trees_2render_8inc_8c_source.html
+++ b/trees_2render_8inc_8c_source.html
@@ -207,185 +207,185 @@ $(function(){initNavTree('trees_2render_8inc_8c_source.html',''); initResizable(
118 arg1[3][1] = arg2->
pos[1];
119 arg1[3][2] = arg2->
pos[2];
-
-
-
+
+
+
-
-
-
+
+
+
-
132 if ((temp_v0 & 0x800) != 0) {
return; }
+
132 if ((
temp_v0 & 0x800) != 0) {
return; }
-
+
-
136 if (temp_f0 < 0.0f) {
return; }
+
136 if (
temp_f0 < 0.0f) {
return; }
-
138 if (((temp_v0 & 0x400) == 0) && (temp_f0 < 250000.0f)) {
+
-
141 arg1[3][0] = arg2->
pos[0];
-
142 arg1[3][1] = arg2->
pos[1];
-
143 arg1[3][2] = arg2->
pos[2];
+
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
166 if ((temp_v0 & 0x800) != 0) {
return; }
+
166 if ((
temp_v0 & 0x800) != 0) {
return; }
-
+
-
170 if (temp_f0 < 0.0f) {
return; }
+
170 if (
temp_f0 < 0.0f) {
return; }
-
172 if (((temp_v0 & 0x400) == 0) && (temp_f0 < 250000.0f)) {
+
-
175 arg1[3][0] = arg2->
pos[0];
-
176 arg1[3][1] = arg2->
pos[1];
-
177 arg1[3][2] = arg2->
pos[2];
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
196 if ((temp_v0 & 0x800) != 0) {
return; }
+
196 if ((
temp_v0 & 0x800) != 0) {
return; }
-
+
-
200 if (temp_f0 < 0.0f) {
return; }
+
200 if (
temp_f0 < 0.0f) {
return; }
-
202 if (((temp_v0 & 0x400) == 0) && (temp_f0 < 250000.0f)) {
+
-
205 arg1[3][0] = arg2->
pos[0];
-
206 arg1[3][1] = arg2->
pos[1];
-
207 arg1[3][2] = arg2->
pos[2];
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
226 if ((temp_v0 & 0x800) != 0) {
return; }
+
226 if ((
temp_v0 & 0x800) != 0) {
return; }
-
+
-
230 if (temp_f0 < 0.0f) {
return; }
+
230 if (
temp_f0 < 0.0f) {
return; }
-
232 if (((temp_v0 & 0x400) == 0) && (temp_f0 < 250000.0f)) {
+
-
235 arg1[3][0] = arg2->
pos[0];
-
236 arg1[3][1] = arg2->
pos[1];
-
237 arg1[3][2] = arg2->
pos[2];
+
+
+
-
-
+
+
-
-
-
+
+
+
-
255 if ((temp_v0 & 0x800) != 0) {
return; }
+
255 if ((
temp_v0 & 0x800) != 0) {
return; }
-
+
-
259 if (temp_f0 < 0.0f) {
return; }
+
259 if (
temp_f0 < 0.0f) {
return; }
-
261 if (((temp_v0 & 0x400) == 0) && (temp_f0 < 40000.0f)) {
+
-
264 arg1[3][0] = arg2->
pos[0];
-
265 arg1[3][1] = arg2->
pos[1];
-
266 arg1[3][2] = arg2->
pos[2];
+
+
+
-
-
+
+
-
-
-
+
+
+
-
284 if ((temp_v0 & 0x800) != 0) {
return; }
+
284 if ((
temp_v0 & 0x800) != 0) {
return; }
-
+
-
288 if (temp_f0 < 0.0f) {
return; }
+
288 if (
temp_f0 < 0.0f) {
return; }
-
290 if (((temp_v0 & 0x400) == 0) && (temp_f0 < 40000.0f)) {
+
-
293 arg1[3][0] = arg2->
pos[0];
-
294 arg1[3][1] = arg2->
pos[1];
-
295 arg1[3][2] = arg2->
pos[2];
+
+
+
-
-
+
+
-
-
-
+
+
+
-
313 if ((temp_v0 & 0x800) != 0) {
return; }
+
313 if ((
temp_v0 & 0x800) != 0) {
return; }
-
+
-
317 if (temp_f0 < 0.0f) {
return; }
+
317 if (
temp_f0 < 0.0f) {
return; }
-
319 if (((temp_v0 & 0x400) == 0) && (temp_f0 < 40000.0f)) {
+
-
322 arg1[3][0] = arg2->
pos[0];
-
323 arg1[3][1] = arg2->
pos[1];
-
324 arg1[3][2] = arg2->
pos[2];
+
+
+
-
-
+
+
@@ -394,6 +394,7 @@ $(function(){initNavTree('trees_2render_8inc_8c_source.html',''); initResizable(
Gfx d_course_bowsers_castle_dl_bush[]
Definition course_data.c:3957
Camera * camera1
Definition camera.c:22
+s16 gCourseMaxZ
Definition code_800029B0.c:92
u16 common_tlut_trees_import[]
f32 Mat4[4][4]
Definition common_structs.h:16
diff --git a/wario__stadium_2course__data_8c.html b/wario__stadium_2course__data_8c.html
index 387a9844b..258a5dd03 100644
--- a/wario__stadium_2course__data_8c.html
+++ b/wario__stadium_2course__data_8c.html
@@ -450,7 +450,7 @@ Variables
Gfx d_course_wario_stadium_packed_dl_4218[]
Definition course_displaylists.inc.c:2649
Gfx d_course_wario_stadium_packed_dl_5888[]
Definition course_displaylists.inc.c:3475
Gfx d_course_wario_stadium_packed_dl_4BA8[]
Definition course_displaylists.inc.c:3007
-- Todo
- Replace addresses with variables
+- Todo
- Replace addresses with variables
diff --git a/wario__stadium_2course__data_8h.html b/wario__stadium_2course__data_8h.html
index fa6f8f05b..5b98ef9fd 100644
--- a/wario__stadium_2course__data_8h.html
+++ b/wario__stadium_2course__data_8h.html
@@ -418,7 +418,7 @@ Variables
-
- Todo
- Replace addresses with variables
+
- Todo
- Replace addresses with variables