diff --git a/blue__and__red__shells_2update_8inc_8c_source.html b/blue__and__red__shells_2update_8inc_8c_source.html
index ec5b1674a..4561fa960 100644
--- a/blue__and__red__shells_2update_8inc_8c_source.html
+++ b/blue__and__red__shells_2update_8inc_8c_source.html
@@ -633,7 +633,7 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
u16 actor_terrain_collision(Collision *collision, f32 boundingBoxSize, f32 newX, f32 newY, f32 newZ, f32 oldX, f32 oldY, f32 oldZ)
Definition collision.c:1236
f32 Vec3f[3]
Definition common_structs.h:6
-#define BOO_EFFECT
Definition defines.h:384
+#define BOO_EFFECT
Definition defines.h:379
#define BATTLE
Definition defines.h:146
#define PLAYER_EXISTS
Definition defines.h:102
#define PLAYER_HUMAN
Definition defines.h:101
diff --git a/choco__mountain_2course__offsets_8c.html b/choco__mountain_2course__offsets_8c.html
index 0b8677521..1c0db2ef1 100644
--- a/choco__mountain_2course__offsets_8c.html
+++ b/choco__mountain_2course__offsets_8c.html
@@ -197,7 +197,7 @@ Variables
-
+
@@ -216,7 +216,6 @@ Variables
{ 0x00000000, 0x0000, 0x0000, 0x0 },
}
-
@@ -232,6 +231,7 @@ Variables
u8 gTextureSignBackside[]
+
u8 gTextureSignFallingRocks[]
diff --git a/defines_8h_source.html b/defines_8h_source.html
index 05490aea6..983eb8285 100644
--- a/defines_8h_source.html
+++ b/defines_8h_source.html
@@ -344,57 +344,50 @@ $(function(){initNavTree('defines_8h_source.html',''); initResizable(true); });
-
-
- 349#define BALLOON_STATUS_GONE 0
- 350#define BALLOON_STATUS_PRESENT 1
- 351#define BALLOON_STATUS_DEPARTING 2
+
+
+ 344#define BALLOON_STATUS_GONE 0
+ 345#define BALLOON_STATUS_PRESENT 1
+ 346#define BALLOON_STATUS_DEPARTING 2
+
+ 351#define MAX_TIME 0x927C0
- 356#define MAX_TIME 0x927C0
-
- 362#define HIT_SOUND_EFFECT 0x100
- 363#define BOOST_SOUND_EFFECT 0x200
- 364#define BOO_SOUND_EFFECT 0x800
- 365#define STAR_SOUND_EFFECT 0x2000
- 366#define HIT_ROTATING_SOUND_EFFECT 0x4000
- 367#define BOOST_RAMP_WOOD_SOUND_EFFECT 0x8000
- 368#define HOLD_BANANA_SOUND_EFFECT 0x40000
- 369#define REVERSE_SOUND_EFFECT 0x400000
- 370#define BOOST_RAMP_ASPHALT_SOUND_EFFECT 0x800000
- 371#define HIT_BY_ITEM_SOUND_EFFECT 0x1000000
-
- 377#define BOOST_RAMP_WOOD_EFFECT 0x4
- 378#define STAR_EFFECT 0x200
- 379#define BOOST_EFFECT 0x2000
- 380#define BOOST_RAMP_ASPHALT_EFFECT 0x100000
- 381#define HIT_BY_ITEM_EFFECT 0x2000000
- 382#define HIT_EFFECT 0x4000000
- 383#define LIGHTNING_EFFECT 0x40000000
- 384#define BOO_EFFECT 0x80000000
-
- 390#define SPAWN_FIRST_SHELL 0
- 391#define SPAWN_SECOND_SHELL 1
- 392#define SPAWN_THIRD_SHELL 2
+ 357#define HIT_SOUND_EFFECT 0x100
+ 358#define BOOST_SOUND_EFFECT 0x200
+ 359#define BOO_SOUND_EFFECT 0x800
+ 360#define STAR_SOUND_EFFECT 0x2000
+ 361#define HIT_ROTATING_SOUND_EFFECT 0x4000
+ 362#define BOOST_RAMP_WOOD_SOUND_EFFECT 0x8000
+ 363#define HOLD_BANANA_SOUND_EFFECT 0x40000
+ 364#define REVERSE_SOUND_EFFECT 0x400000
+ 365#define BOOST_RAMP_ASPHALT_SOUND_EFFECT 0x800000
+ 366#define HIT_BY_ITEM_SOUND_EFFECT 0x1000000
+
+ 372#define BOOST_RAMP_WOOD_EFFECT 0x4
+ 373#define STAR_EFFECT 0x200
+ 374#define BOOST_EFFECT 0x2000
+ 375#define BOOST_RAMP_ASPHALT_EFFECT 0x100000
+ 376#define HIT_BY_ITEM_EFFECT 0x2000000
+ 377#define HIT_EFFECT 0x4000000
+ 378#define LIGHTNING_EFFECT 0x40000000
+ 379#define BOO_EFFECT 0x80000000
+
+ 385#define SPAWN_FIRST_SHELL 0
+ 386#define SPAWN_SECOND_SHELL 1
+ 387#define SPAWN_THIRD_SHELL 2
+
+ 389#define GPACK_RGB888(r, g, b) (((r) << 16) | ((g) << 8) | (b))
+ 390#define COLOR_LIGHT GPACK_RGB888(0x1C, 0x00, 0x00)
+ 391#define COLOR_LAVA GPACK_RGB888(0x34, 0x00, 0x00)
+ 392#define COLOR_BLACK GPACK_RGB888(0, 0, 0)
- 394#define GPACK_RGB888(r, g, b) (((r) << 16) | ((g) << 8) | (b))
- 395#define COLOR_LIGHT GPACK_RGB888(0x1C, 0x00, 0x00)
- 396#define COLOR_LAVA GPACK_RGB888(0x34, 0x00, 0x00)
- 397#define COLOR_BLACK GPACK_RGB888(0, 0, 0)
-
-
-
-
-
- 409#define FACING_Y_AXIS 0x4000
- 410#define FACING_X_AXIS 0x8000
- 411#define FACING_Z_AXIS 0x2000
+
+
+
+
+ 404#define FACING_Y_AXIS 0x4000
+ 405#define FACING_X_AXIS 0x8000
+ 406#define FACING_Z_AXIS 0x2000
@ COURSE_ONE
Definition defines.h:175
@ COURSE_THREE
Definition defines.h:175
@ COURSE_TWO
Definition defines.h:175
@@ -446,10 +439,10 @@ $(function(){initNavTree('defines_8h_source.html',''); initResizable(true); });
@ MUSHROOM_CUP
Definition defines.h:168
@ BATTLE_CUP
Definition defines.h:168
DIRECTION
Definition defines.h:339
-@ SOUTH
Definition defines.h:342
-@ EAST
Definition defines.h:341
-@ NORTH
Definition defines.h:340
-@ WEST
Definition defines.h:343
+@ SOUTH
Definition defines.h:339
+@ EAST
Definition defines.h:339
+@ NORTH
Definition defines.h:339
+@ WEST
Definition defines.h:339
diff --git a/doxygen_crawl.html b/doxygen_crawl.html
index 79a8dcdd7..241b544bd 100644
--- a/doxygen_crawl.html
+++ b/doxygen_crawl.html
@@ -8,9 +8,9 @@
-
+
@@ -80,9 +80,9 @@
+
-
@@ -353,12 +353,12 @@
+
-
-
+
@@ -373,12 +373,12 @@
-
+
-
+
@@ -396,7 +396,6 @@
-
@@ -404,11 +403,10 @@
-
+
+
-
-
@@ -433,19 +431,21 @@
+
+
-
+
-
+
@@ -492,8 +492,8 @@
-
+
@@ -509,8 +509,8 @@
-
+
@@ -519,11 +519,11 @@
-
-
+
+
@@ -642,10 +642,10 @@
-
+
@@ -658,23 +658,23 @@
-
+
-
+
-
-
+
+
@@ -692,25 +692,25 @@
-
-
+
+
-
+
-
+
@@ -724,10 +724,10 @@
-
+
@@ -739,9 +739,9 @@
+
-
@@ -800,6 +800,7 @@
+
@@ -809,7 +810,6 @@
-
@@ -826,16 +826,14 @@
+
-
-
+
-
-
@@ -845,8 +843,10 @@
+
+
@@ -875,20 +875,20 @@
+
+
+
-
-
-
-
-
-
+
+
+
@@ -911,23 +911,23 @@
+
-
+
+
-
-
@@ -942,9 +942,9 @@
-
+
@@ -960,13 +960,13 @@
-
+
@@ -992,18 +992,17 @@
-
-
-
+
+
@@ -1011,22 +1010,23 @@
+
+
-
+
-
+
-
@@ -1036,12 +1036,12 @@
-
+
@@ -18392,9 +18392,9 @@
+
+
-
-
@@ -34144,7 +34144,7 @@
-
+
diff --git a/effects_8c.html b/effects_8c.html
index 045a248a0..9540d19e1 100644
--- a/effects_8c.html
+++ b/effects_8c.html
@@ -395,12 +395,12 @@ Variables
Value:
-
#define HIT_BY_ITEM_EFFECT
Definition defines.h:381
-
#define BOOST_RAMP_ASPHALT_EFFECT
Definition defines.h:380
-
#define STAR_EFFECT
Definition defines.h:378
-
#define LIGHTNING_EFFECT
Definition defines.h:383
-
#define BOOST_RAMP_WOOD_EFFECT
effect of player's for effects
Definition defines.h:377
-
#define HIT_EFFECT
Definition defines.h:382
+
#define HIT_BY_ITEM_EFFECT
Definition defines.h:376
+
#define BOOST_RAMP_ASPHALT_EFFECT
Definition defines.h:375
+
#define STAR_EFFECT
Definition defines.h:373
+
#define LIGHTNING_EFFECT
Definition defines.h:378
+
#define BOOST_RAMP_WOOD_EFFECT
effect of player's for effects
Definition defines.h:372
+
#define HIT_EFFECT
Definition defines.h:377
diff --git a/functions_vars_w.html b/functions_vars_w.html
index fda0559ab..99020cddd 100644
--- a/functions_vars_w.html
+++ b/functions_vars_w.html
@@ -130,7 +130,7 @@ $(function(){initNavTree('functions_vars_w.html',''); initResizable(true); });
wheelRot : PaddleWheelBoat, TrainCar
width : MkTexture, OSViCommonRegs, printf_struct
windowSize : ReverbSettingsEU, SynthesisReverb
-word : du, GameModePack
+word : du, GameModePack
diff --git a/functions_w.html b/functions_w.html
index af28c91d3..0d0df1384 100644
--- a/functions_w.html
+++ b/functions_w.html
@@ -130,7 +130,7 @@ $(function(){initNavTree('functions_w.html',''); initResizable(true); });
wheelRot : PaddleWheelBoat, TrainCar
width : MkTexture, OSViCommonRegs, printf_struct
windowSize : ReverbSettingsEU, SynthesisReverb
-word : du, GameModePack
+word : du, GameModePack
diff --git a/globals_a.html b/globals_a.html
index b52496bd6..860626f2e 100644
--- a/globals_a.html
+++ b/globals_a.html
@@ -252,9 +252,9 @@ $(function(){initNavTree('globals_a.html',''); initResizable(true); });
AI_STATUS_REG : hardware.h, rcp.h
AIBUFFER_LEN : data.h
AIRBORNE : mk64.h
-AL_ADPCM_WAVE : libaudio_internal.h
+AL_ADPCM_WAVE : libaudio_internal.h
AL_BANK_VERSION : libaudio_internal.h
-AL_RAW16_WAVE : libaudio_internal.h
+AL_RAW16_WAVE : libaudio_internal.h
ALBank : libaudio_internal.h
alBnkfNew() : alBnkfNew.c, libaudio_internal.h
ALIGN : synthesis.h
diff --git a/globals_eval.html b/globals_eval.html
index 9a39cc82c..cbe830c71 100644
--- a/globals_eval.html
+++ b/globals_eval.html
@@ -156,8 +156,8 @@ $(function(){initNavTree('globals_eval.html',''); initResizable(true); });
ACTOR_YOSHI_EGG : actor_types.h
AFTER_DISPLAY_LISTS : profiler.h
AIRBORNE : mk64.h
-AL_ADPCM_WAVE : libaudio_internal.h
-AL_RAW16_WAVE : libaudio_internal.h
+AL_ADPCM_WAVE : libaudio_internal.h
+AL_RAW16_WAVE : libaudio_internal.h
ASPHALT : mk64.h
diff --git a/kalimari__desert_2course__offsets_8c.html b/kalimari__desert_2course__offsets_8c.html
index 9fbda0a21..91463692a 100644
--- a/kalimari__desert_2course__offsets_8c.html
+++ b/kalimari__desert_2course__offsets_8c.html
@@ -872,7 +872,7 @@ Variables
-
+
}
@@ -891,7 +891,6 @@ Variables
u8 gTextureSignShellShot1[]
-u8 gTextureSignShellShot0[]
u8 gTextureSignMarioStar0[]
@@ -901,6 +900,7 @@ Variables
u8 gTextureFenceBarbedWire[]
u8 gTextureSignMarioStar1[]
+u8 gTextureSignShellShot0[]
diff --git a/kiwano__fruit_2update_8inc_8c_source.html b/kiwano__fruit_2update_8inc_8c_source.html
index 0ab141392..b99079e53 100644
--- a/kiwano__fruit_2update_8inc_8c_source.html
+++ b/kiwano__fruit_2update_8inc_8c_source.html
@@ -199,7 +199,7 @@ $(function(){initNavTree('kiwano__fruit_2update_8inc_8c_source.html',''); initRe
s8 get_surface_type(u16 index)
Definition collision.c:502
#define PLAYER_KART_AI
Definition defines.h:99
-#define STAR_EFFECT
Definition defines.h:378
+#define STAR_EFFECT
Definition defines.h:373
#define GRAND_PRIX
Options for gModeSelection.
Definition defines.h:143
void func_800C9060(u8 playerId, u32 soundBits)
Definition external.c:2862
void update_actor_kiwano_fruit(struct KiwanoFruit *fruit)
Updates the kiwano fruit actor. Actor used in DK's Jungle Parkway.
Definition update.inc.c:12
diff --git a/libaudio__internal_8h.html b/libaudio__internal_8h.html
index 2941c3dad..f11c8f53b 100644
--- a/libaudio__internal_8h.html
+++ b/libaudio__internal_8h.html
@@ -175,10 +175,10 @@ Typedefs
|
@@ -272,8 +272,8 @@ Functions
-
-◆ anonymous enum
+
+◆ anonymous enum
@@ -284,8 +284,8 @@ Functions
-| Enumerator |
|---|
| AL_ADPCM_WAVE | |
-| AL_RAW16_WAVE | |
+| Enumerator |
|---|
| AL_ADPCM_WAVE | |
+| AL_RAW16_WAVE | |
diff --git a/libaudio__internal_8h_source.html b/libaudio__internal_8h_source.html
index c59c87c21..c242c5239 100644
--- a/libaudio__internal_8h_source.html
+++ b/libaudio__internal_8h_source.html
@@ -117,7 +117,7 @@ $(function(){initNavTree('libaudio__internal_8h_source.html',''); initResizable(
-
+
@@ -245,9 +245,9 @@ $(function(){initNavTree('libaudio__internal_8h_source.html',''); initResizable(
s32 ALMicroTime
Definition libaudio_internal.h:7
u8 ALPan
Definition libaudio_internal.h:6
+
@ AL_ADPCM_WAVE
Definition libaudio_internal.h:10
+
@ AL_RAW16_WAVE
Definition libaudio_internal.h:10
struct ALWaveTable_s ALWaveTable
-
@ AL_ADPCM_WAVE
Definition libaudio_internal.h:10
-
@ AL_RAW16_WAVE
Definition libaudio_internal.h:10
void alBnkfNew(ALBankFile *f, u8 *table)
Definition alBnkfNew.c:63
diff --git a/navtreeindex131.js b/navtreeindex131.js
index 1620b6c74..4692e0f77 100644
--- a/navtreeindex131.js
+++ b/navtreeindex131.js
@@ -158,7 +158,7 @@ var NAVTREEINDEX131 =
"uniondu.html#a1350494c6a09b425b926250e9b10b5c9":[7,0,77,2],
"uniondu.html#a258273f21784ceba6533c8bd20bc8bc0":[7,0,77,0],
"uniondu.html#a490dba023fb0b686d9a03b51508bcfad":[7,0,77,4],
-"uniondu.html#a5bf196e6bdc792f2bb6f2f348105e448":[7,0,77,3],
+"uniondu.html#a9e9d23cf0353aa7609b667deb1530e03":[7,0,77,3],
"uniondu.html#ac24ce7d9a78b6632965424039e4362c3":[7,0,77,1],
"unionfu.html":[7,0,83],
"unionfu.html#a6aed0becf5f2fa3047085638c8516b26":[7,0,83,2],
diff --git a/osContInit_8c.html b/osContInit_8c.html
index 3a2ed0691..8e9bed0f2 100644
--- a/osContInit_8c.html
+++ b/osContInit_8c.html
@@ -219,7 +219,7 @@ Here is the caller graph for this function:
-
- Todo
- figure out what it means
+
- Todo
- figure out what it means
diff --git a/osCreatePiManager_8c.html b/osCreatePiManager_8c.html
index 7266ef7a2..957be5b68 100644
--- a/osCreatePiManager_8c.html
+++ b/osCreatePiManager_8c.html
@@ -241,7 +241,7 @@ Here is the caller graph for this function:
-
- Todo
- In libreultra this is in an include
+
- Todo
- In libreultra this is in an include
diff --git a/osPiGetCmdQueue_8c.html b/osPiGetCmdQueue_8c.html
index 89c4b16b6..9e2c7c03d 100644
--- a/osPiGetCmdQueue_8c.html
+++ b/osPiGetCmdQueue_8c.html
@@ -171,7 +171,7 @@ Here is the caller graph for this function:
-
- Todo
- In libreultra this is in an include
+
- Todo
- In libreultra this is in an include
diff --git a/osPiStartDma_8c.html b/osPiStartDma_8c.html
index e02efc836..0da8b6192 100644
--- a/osPiStartDma_8c.html
+++ b/osPiStartDma_8c.html
@@ -206,7 +206,7 @@ Here is the caller graph for this function:
-
- Todo
- In libreultra this is in an include
+
- Todo
- In libreultra this is in an include
diff --git a/piint_8h.html b/piint_8h.html
index b2bfc0835..75967f86a 100644
--- a/piint_8h.html
+++ b/piint_8h.html
@@ -1763,7 +1763,7 @@ Here is the call graph for this function:
-
- Todo
- In libreultra this is in an include
+
- Todo
- In libreultra this is in an include
diff --git a/search/all_19.js b/search/all_19.js
index b95c830f7..490de5b5e 100644
--- a/search/all_19.js
+++ b/search/all_19.js
@@ -39,7 +39,7 @@ var searchData=
['windows_36',['Windows',['../compiling.html#windows',1,'']]],
['windowsize_37',['windowSize',['../structReverbSettingsEU.html#a5cb7d8eaeef42b0369bd170bca7ed72f',1,'ReverbSettingsEU::windowSize'],['../structSynthesisReverb.html#ac33541fe1dc1f814a10cbc97b86b8d4d',1,'SynthesisReverb::windowSize']]],
['wood_5fbridge_38',['WOOD_BRIDGE',['../mk64_8h.html#a5344f2bdca4f9506c40f044e08ea8c98a42cbce75b358c45ca5ca25e555dddc6c',1,'mk64.h']]],
- ['word_39',['word',['../unionGameModePack.html#a070413d3976e79c9be223f8ab02369b7',1,'GameModePack::word'],['../uniondu.html#a5bf196e6bdc792f2bb6f2f348105e448',1,'du::word'],['../uniondu.html#a490dba023fb0b686d9a03b51508bcfad',1,'du::word']]],
+ ['word_39',['word',['../unionGameModePack.html#a070413d3976e79c9be223f8ab02369b7',1,'GameModePack::word'],['../uniondu.html#a9e9d23cf0353aa7609b667deb1530e03',1,'du::word'],['../uniondu.html#a490dba023fb0b686d9a03b51508bcfad',1,'du::word']]],
['work_40',['How Actors Work',['../actors.html',1,'actorsmenu']]],
['wrap_5ffunc_5f80092c80_41',['wrap_func_80092C80',['../ceremony__and__credits_8c.html#ad207fcbe629b0245fce52069b74ed767',1,'wrap_func_80092C80(UNUSED CinematicCamera *camera): ceremony_and_credits.c'],['../ceremony__and__credits_8h.html#a88357d575c85bec4ed3a3d68810b4526',1,'wrap_func_80092C80(CinematicCamera *): ceremony_and_credits.h']]],
['wrap_5ffunc_5f800ca0cc_42',['wrap_func_800CA0CC',['../ceremony__and__credits_8c.html#afd4e1538000b2bdc1bf39d253cd5af30',1,'wrap_func_800CA0CC(UNUSED CinematicCamera *camera): ceremony_and_credits.c'],['../ceremony__and__credits_8h.html#afc2019833412d0d0040c82fa1969a019',1,'wrap_func_800CA0CC(CinematicCamera *): ceremony_and_credits.h']]],
diff --git a/search/all_3.js b/search/all_3.js
index d39a1a12d..5c26b2473 100644
--- a/search/all_3.js
+++ b/search/all_3.js
@@ -181,9 +181,9 @@ var searchData=
['aibuffer_5flen_178',['AIBUFFER_LEN',['../data_8h.html#ad5c4274341788878d2b3b767c6c9b16c',1,'data.h']]],
['aifrequency_179',['aiFrequency',['../structAudioBufferParametersEU.html#a675f5849a446429e68e7c03f89be6841',1,'AudioBufferParametersEU']]],
['airborne_180',['AIRBORNE',['../mk64_8h.html#a5344f2bdca4f9506c40f044e08ea8c98aae231593748597efa2fddd103805f4f0',1,'mk64.h']]],
- ['al_5fadpcm_5fwave_181',['AL_ADPCM_WAVE',['../libaudio__internal_8h.html#ac36f475ca5b446f4fde4c9b90bec77c8a7f18be1646f533e496b1228ee0df8435',1,'libaudio_internal.h']]],
+ ['al_5fadpcm_5fwave_181',['AL_ADPCM_WAVE',['../libaudio__internal_8h.html#abc5c98fcc1211af2b80116dd6e0a035da7f18be1646f533e496b1228ee0df8435',1,'libaudio_internal.h']]],
['al_5fbank_5fversion_182',['AL_BANK_VERSION',['../libaudio__internal_8h.html#a1f91ffdb03b8bc2abbf56646ef20a3c5',1,'libaudio_internal.h']]],
- ['al_5fraw16_5fwave_183',['AL_RAW16_WAVE',['../libaudio__internal_8h.html#ac36f475ca5b446f4fde4c9b90bec77c8a9f7c04ebfd0910e043023fd2c5a09d9d',1,'libaudio_internal.h']]],
+ ['al_5fraw16_5fwave_183',['AL_RAW16_WAVE',['../libaudio__internal_8h.html#abc5c98fcc1211af2b80116dd6e0a035da9f7c04ebfd0910e043023fd2c5a09d9d',1,'libaudio_internal.h']]],
['aladpcmbook_184',['ALADPCMBook',['../structALADPCMBook.html',1,'']]],
['aladpcmloop_185',['ALADPCMloop',['../structALADPCMloop.html',1,'']]],
['aladpcmwaveinfo_186',['ALADPCMWaveInfo',['../structALADPCMWaveInfo.html',1,'']]],
diff --git a/search/all_5.js b/search/all_5.js
index 1866bac09..3d88ddb20 100644
--- a/search/all_5.js
+++ b/search/all_5.js
@@ -608,7 +608,7 @@ var searchData=
['courseindex_605',['courseIndex',['../structstruct__8018EE10__entry.html#acee952c37d3917fd90809e58c6401e65',1,'struct_8018EE10_entry']]],
['courserecords_606',['courseRecords',['../structCupTimeTrialRecords.html#acf18ab0e69f90a2eefe248ef7090bd1c',1,'CupTimeTrialRecords']]],
['courses_607',['COURSES',['../mk64_8h.html#acf250ad4ca05ca435a61203c41d4ca88',1,'mk64.h']]],
- ['courses_608',['Courses',['../courses.html',1,'Courses'],['../coursesmenu.html',1,'Courses'],['../controlflow.html#courses',1,'Courses'],['../courses.html#courses-1',1,'Courses']]],
+ ['courses_608',['Courses',['../courses.html',1,'Courses'],['../coursesmenu.html',1,'Courses'],['../courses.html#courses-1',1,'Courses'],['../controlflow.html#courses',1,'Courses']]],
['courses_2emd_609',['courses.md',['../courses_8md.html',1,'']]],
['coursesmenu_2emd_610',['coursesmenu.md',['../coursesmenu_8md.html',1,'']]],
['coursetable_611',['CourseTable',['../structCourseTable.html',1,'']]],
diff --git a/search/enumvalues_0.js b/search/enumvalues_0.js
index 5ea2bba49..803d8b238 100644
--- a/search/enumvalues_0.js
+++ b/search/enumvalues_0.js
@@ -48,7 +48,7 @@ var searchData=
['actor_5fyoshi_5fegg_45',['ACTOR_YOSHI_EGG',['../actor__types_8h.html#a06ad3f803827afd107e7682c8c22d990a9a5b90d71f1d6c4a72fafd72661e0660',1,'actor_types.h']]],
['after_5fdisplay_5flists_46',['AFTER_DISPLAY_LISTS',['../profiler_8h.html#a464075ec8b898dea3a20b3166dd123bfa3cb3edb479d6c28d023c9c0c5d15e02b',1,'profiler.h']]],
['airborne_47',['AIRBORNE',['../mk64_8h.html#a5344f2bdca4f9506c40f044e08ea8c98aae231593748597efa2fddd103805f4f0',1,'mk64.h']]],
- ['al_5fadpcm_5fwave_48',['AL_ADPCM_WAVE',['../libaudio__internal_8h.html#ac36f475ca5b446f4fde4c9b90bec77c8a7f18be1646f533e496b1228ee0df8435',1,'libaudio_internal.h']]],
- ['al_5fraw16_5fwave_49',['AL_RAW16_WAVE',['../libaudio__internal_8h.html#ac36f475ca5b446f4fde4c9b90bec77c8a9f7c04ebfd0910e043023fd2c5a09d9d',1,'libaudio_internal.h']]],
+ ['al_5fadpcm_5fwave_48',['AL_ADPCM_WAVE',['../libaudio__internal_8h.html#abc5c98fcc1211af2b80116dd6e0a035da7f18be1646f533e496b1228ee0df8435',1,'libaudio_internal.h']]],
+ ['al_5fraw16_5fwave_49',['AL_RAW16_WAVE',['../libaudio__internal_8h.html#abc5c98fcc1211af2b80116dd6e0a035da9f7c04ebfd0910e043023fd2c5a09d9d',1,'libaudio_internal.h']]],
['asphalt_50',['ASPHALT',['../mk64_8h.html#a5344f2bdca4f9506c40f044e08ea8c98a7d9c1ec99eb702ae443b230bee117deb',1,'mk64.h']]]
];
diff --git a/search/variables_17.js b/search/variables_17.js
index 93c9dc7da..32ede64c2 100644
--- a/search/variables_17.js
+++ b/search/variables_17.js
@@ -25,6 +25,6 @@ var searchData=
['wheelrot_22',['wheelRot',['../structTrainCar.html#a3e4c6d1091b4cf5a1683496409bda622',1,'TrainCar::wheelRot'],['../structPaddleWheelBoat.html#a500f0d5169fa8601aaba11cf13514b28',1,'PaddleWheelBoat::wheelRot']]],
['width_23',['width',['../structprintf__struct.html#ad8c9b5c908f18b8933081ae4b8f19b3a',1,'printf_struct::width'],['../structMkTexture.html#a6064846bc000f2003938cd14d4e62ff6',1,'MkTexture::width'],['../structOSViCommonRegs.html#a36050d774fce0c7479165a54e61296aa',1,'OSViCommonRegs::width']]],
['windowsize_24',['windowSize',['../structReverbSettingsEU.html#a5cb7d8eaeef42b0369bd170bca7ed72f',1,'ReverbSettingsEU::windowSize'],['../structSynthesisReverb.html#ac33541fe1dc1f814a10cbc97b86b8d4d',1,'SynthesisReverb::windowSize']]],
- ['word_25',['word',['../unionGameModePack.html#a070413d3976e79c9be223f8ab02369b7',1,'GameModePack::word'],['../uniondu.html#a5bf196e6bdc792f2bb6f2f348105e448',1,'du::word'],['../uniondu.html#a490dba023fb0b686d9a03b51508bcfad',1,'du::word']]],
+ ['word_25',['word',['../unionGameModePack.html#a070413d3976e79c9be223f8ab02369b7',1,'GameModePack::word'],['../uniondu.html#a9e9d23cf0353aa7609b667deb1530e03',1,'du::word'],['../uniondu.html#a490dba023fb0b686d9a03b51508bcfad',1,'du::word']]],
['wut_26',['wut',['../sherbet__land_2course__data_8c.html#a9eeed027c0accdad88ef82b59706956f',1,'wut: course_data.c'],['../sherbet__land_2course__data_8h.html#a9eeed027c0accdad88ef82b59706956f',1,'wut: course_data.c']]]
];
diff --git a/todo.html b/todo.html
index d13a7b772..b20b7eb3b 100644
--- a/todo.html
+++ b/todo.html
@@ -118,7 +118,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global __osPfsRWInode (OSPfs *pfs, __OSInode *inode, u8 flag, u8 bank)
don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something
Global __osPiDevMgr
-In libreultra this is in an include
+In libreultra this is in an include
Global __osRepairPackId (OSPfs *pfs, __OSPackId *badid, __OSPackId *newid)
fix magic number
remove magic constant
@@ -224,7 +224,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global Note::priority
use macros or something instead.
Global osContInit (OSMesgQueue *mq, u8 *bitpattern, OSContStatus *status)
-figure out what it means
+figure out what it means
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)
diff --git a/uniondu.html b/uniondu.html
index c66ee7bf8..211287d83 100644
--- a/uniondu.html
+++ b/uniondu.html
@@ -120,14 +120,14 @@ Collaboration diagram for du:
Data Fields
| double | d |
| |
-| struct { | |
+| struct { | |
| |
-| unsigned int hi | |
-| |
-| unsigned int lo | |
-| |
-| } | word | |
-| |
+| unsigned int hi | |
+| |
+| unsigned int lo | |
+| |
+| } | word | |
+| |
| struct { | |
| |
| unsigned int hi | |
@@ -183,8 +183,8 @@ Data Fields
-
-◆ [struct] [1/2]
+
+◆ [struct] [1/2]
diff --git a/uniondu.js b/uniondu.js
index fba4958e7..d009dfebe 100644
--- a/uniondu.js
+++ b/uniondu.js
@@ -3,6 +3,6 @@ var uniondu =
[ "d", "uniondu.html#a258273f21784ceba6533c8bd20bc8bc0", null ],
[ "hi", "uniondu.html#ac24ce7d9a78b6632965424039e4362c3", null ],
[ "lo", "uniondu.html#a1350494c6a09b425b926250e9b10b5c9", null ],
- [ "word", "uniondu.html#a5bf196e6bdc792f2bb6f2f348105e448", null ],
+ [ "word", "uniondu.html#a9e9d23cf0353aa7609b667deb1530e03", null ],
[ "word", "uniondu.html#a490dba023fb0b686d9a03b51508bcfad", null ]
];
\ No newline at end of file