diff --git a/search/all_5.js b/search/all_5.js
index f6335dc73..fcba445d1 100644
--- a/search/all_5.js
+++ b/search/all_5.js
@@ -671,7 +671,7 @@ var searchData=
['courserecordsmenuselectiontypes_668',['CourseRecordsMenuSelectionTypes',['../menus_8h.html#a692cee32dee79047b93531b8284fdf2e',1,'menus.h']]],
['courserecordssubmenuselectiontypes_669',['CourseRecordsSubMenuSelectionTypes',['../menus_8h.html#aa8db4705a38fb4254f7ec67212635423',1,'menus.h']]],
['courses_670',['COURSES',['../course_8h.html#acf250ad4ca05ca435a61203c41d4ca88',1,'course.h']]],
- ['courses_671',['Courses',['../courses.html',1,'Courses'],['../coursesmenu.html',1,'Courses'],['../courses.html#courses-1',1,'Courses'],['../controlflow.html#courses',1,'Courses']]],
+ ['courses_671',['Courses',['../courses.html',1,'Courses'],['../coursesmenu.html',1,'Courses'],['../courses.html#courses',1,'Courses'],['../controlflow.html#courses-1',1,'Courses']]],
['courses_2emd_672',['courses.md',['../courses_8md.html',1,'']]],
['coursesmenu_2emd_673',['coursesmenu.md',['../coursesmenu_8md.html',1,'']]],
['coursetable_674',['CourseTable',['../structCourseTable.html',1,'']]],
diff --git a/todo.html b/todo.html
index 0fb166d88..fb7d07ebc 100644
--- a/todo.html
+++ b/todo.html
@@ -114,7 +114,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
loads of magic constants..
Global __osPfsReleasePages (OSPfs *pfs, __OSInode *inode, u8 start_page, u16 *sum, u8 bank, __OSInodeUnit *last_page, int flag)
-
magic number
+
magic number
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
@@ -144,9 +144,9 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global d_course_frappe_snowland_dl_0 []
Replace addresses with variables
Global d_course_kalimari_desert_dl_0 []
-
Replace addresses with variables
-
Global d_course_koopa_troopa_beach_dl_0 []
Replace addresses with variables
+
Global d_course_koopa_troopa_beach_dl_0 []
+
Replace addresses with variables
Global d_course_luigi_raceway_dl_0 []
Replace addresses with variables
Global d_course_mario_raceway_dl_0 []
@@ -184,7 +184,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global func_800745C8 (s32 objectIndex, uintptr_t arg1)
arg1 should likely be a u8 *
Global func_80091FA4 (void)
-
These sizes need to be sizeof() for shiftability if possible
+
These sizes need to be sizeof() for shiftability if possible
Global func_800CBC24 (void)
clenanup, something's weird with the variables. D_800EA4A4 is probably EuAudioCmd bc of the + 0x100
Global func_8028336C (UNUSED CinematicCamera *arg0, UNUSED Camera *camera)
@@ -200,9 +200,9 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global gTorchSpawns []
fix this extern
Global guMtxCatL (Mtx *m, Mtx *n, Mtx *res)
-
Move gGfxPool out of main.h
+
Move gGfxPool out of main.h
Global IO_WRITE (addr, data)
-
These defines are from PR/rcp.h, but including that causes problems...
+
These defines are from PR/rcp.h, but including that causes problems...
Global LEO_CMD_TYPE_0
name
Global LEO_CMD_TYPE_1
@@ -224,7 +224,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global osContInit (OSMesgQueue *mq, u8 *bitpattern, OSContStatus *status)
figure out what it means
Global osPfsDeleteFile (OSPfs *pfs, u16 company_code, u32 game_code, u8 *game_name, u8 *ext_name)
-
magic constant
+
magic constant
Global osPiStartDma (OSIoMesg *mb, s32 priority, s32 direction, uintptr_t devAddr, void *vAddr, size_t nbytes, OSMesgQueue *mq)
name magic constants
Global osRomBase
@@ -234,7 +234,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global osViSwapBuffer (void *vaddr)
figure out what this flag means
Global PI_DOMAIN1
-
This define is from os.h, but including that causes problems...
+
This define is from os.h, but including that causes problems...
Global render_actor_shell (Camera *camera, Mat4 matrix, struct ShellActor *shell)
Is this making the shell spin?
Global render_course_segments (uintptr_t, struct UnkStruct_800DC5EC *)
@@ -242,7 +242,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global SOUND_ARG_LOAD (sound_bank, byte2, byte3, sound_id)
format like sm64 sounds.h
Global UPDATE_REG (reg, var)
-
This define is from piint.h, but including that causes problems...
+
This define is from piint.h, but including that causes problems...
Global US_FLOAT (x)
US_FLOAT should probably be renamed to JP_DOUBLE since eu seems to use floats too