diff --git a/search/all_17.js b/search/all_17.js
index 0fda37497..c9b29f82a 100644
--- a/search/all_17.js
+++ b/search/all_17.js
@@ -414,7 +414,7 @@ var searchData=
['trophy_2ecpp_411',['Trophy.cpp',['../Trophy_8cpp.html',1,'']]],
['trophy_2eh_412',['Trophy.h',['../Trophy_8h.html',1,'']]],
['trophytype_413',['TrophyType',['../classOTrophy.html#a43bb5d1394bcac120ff52ec88f765891',1,'OTrophy']]],
- ['troubleshooting_414',['Troubleshooting',['../troubleshooting.html',1,'Troubleshooting'],['../md_docs_2migrations.html#troubleshooting',1,'Troubleshooting'],['../troubleshooting.html#troubleshooting-1',1,'Troubleshooting']]],
+ ['troubleshooting_414',['Troubleshooting',['../troubleshooting.html',1,'Troubleshooting'],['../troubleshooting.html#troubleshooting-1',1,'Troubleshooting'],['../md_docs_2migrations.html#troubleshooting',1,'Troubleshooting']]],
['troubleshooting_2emd_415',['troubleshooting.md',['../troubleshooting_8md.html',1,'']]],
['truck_2ecpp_416',['Truck.cpp',['../Truck_8cpp.html',1,'']]],
['truck_2eh_417',['Truck.h',['../Truck_8h.html',1,'']]],
diff --git a/todo.html b/todo.html
index f31e3dec6..0306fe884 100644
--- a/todo.html
+++ b/todo.html
@@ -110,23 +110,23 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
- Global __osGetId (OSPfs *pfs)
-remove magic constant
-loads of magic constants..
+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
- 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
+- don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something
- Global __osPiDevMgr
- In libreultra this is in an include
- Global __osRepairPackId (OSPfs *pfs, __OSPackId *badid, __OSPackId *newid)
-fix magic number
-remove magic constant
+fix magic number
+remove magic constant
- Global add_actor_to_empty_slot (Vec3f pos, Vec3s rot, Vec3f velocity, s16 actorType)
-- Commented out because deletes too soon.
+- Commented out because deletes too soon.
- Global are_players_in_course_section (s16, s16)
-- This is the easiest solution otherwise actors would not collide on custom courses.
+- This is the easiest solution otherwise actors would not collide on custom courses.
- Global ATrain::SyncComponents (TrainCarStuff *trainCar, s16 orientationY)
- : Change actorIndex to ptr to TrainCar actor
- Global BAD_RETURN (cmd)
@@ -146,7 +146,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
- Global fill2
- 0x00000000800f624c fill2
- Global freecam_keyboard_manager (Camera *, Vec3f)
-- configure this properly
+- configure this properly
- Global func_80028864 (Player *, Camera *, s8, s8)
- make a proper match
- Global func_80046030 (u8 *tlut, u8 *texture, Vtx *arg2, s32 width, s32 arg4, s32 height)
@@ -158,7 +158,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
- Global func_800745C8 (s32 objectIndex, const char **lakituTexturePtr)
- 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)
@@ -166,11 +166,11 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
- Global func_802846E4 (CinematicCamera *)
- What does this even do?
- Global func_8028F970 (void)
-- increasing players past four would require increase this loop iterator.
+- increasing players past four would require increase this loop iterator.
- Global GetCupName (void)
-- Move gGfxPool out of main.h
+- Move gGfxPool out of main.h
- Global gPlayerWinningIndex
-- gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8
+- gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8
- Global gTorchSpawns []
- fix this extern
- Global IO_WRITE (addr, data)
@@ -200,7 +200,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
- Class OSeagull
- unk_0D5 needs to be a struct variable probably. What does it do? Behaviour?
- Global OSnowman::DrawBody (s32)
-- quick hack to add the snow particles on hit. Need to separate into its own class
+- quick hack to add the snow particles on hit. Need to separate into its own class
- Global OSnowman::Tick () override
- quick hack to add the snow particles on hit. Need to separate into its own class
- Global osPfsDeleteFile (OSPfs *pfs, u16 company_code, u32 game_code, u8 *game_name, u8 *ext_name)
@@ -223,7 +223,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
- Global RegisterItems (Registry< ItemInfo > &r)
- turn items into a class
- Global render_collision (void)
-- decide to use colours or textures and fix displaylists because they are buggy
+- decide to use colours or textures and fix displaylists because they are buggy
- Global render_texture_rectangle (s32 x, s32 y, s32 width, s32 height, s32 s, s32 w, s32 mode)
- Update to F3DEX. Uses OLD definition for gspTextureRectangle.
- Global render_texture_rectangle_wide (s32 x, s32 y, s32 width, s32 height, s32 arg4, s32 arg5, s32 arg6)