diff --git a/todo.html b/todo.html
index 1a007548a..1a9ab77e3 100644
--- a/todo.html
+++ b/todo.html
@@ -114,11 +114,11 @@ $(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
-
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
@@ -164,7 +164,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)
@@ -176,7 +176,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global func_802A4A0C (Vtx *vtx, struct UnkStruct_800DC5EC *arg1, UNUSED s32 arg2, UNUSED s32 arg3, UNUSED f32 *arg4)
Confirm if this crash still happens and fix if so
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
Global gTorchSpawns []
@@ -204,30 +204,30 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
Global OBombKart::Unk_3C
Turn WheelPos into a struct
Global osContInit (OSMesgQueue *mq, u8 *bitpattern, OSContStatus *status)
-
figure out what it means
+
figure out what it means
Class OSeagull
-
unk_0D5 needs to be a struct variable probably. What does it do? Behaviour?
+
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
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)
-
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
+
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)
figure out what this flag means
Class OThwomp
-
Make shadow size bigger if thwomp is scaled up
+Make shadow size bigger if thwomp is scaled up
make adjustable properties for squishSize and boundingBoxSize
Global OThwomp::_boundingBoxSize
-
Write this better. This effects the squish size and the bounding box size.
+
Write this better. This effects the squish size and the bounding box size.
Global PI_DOMAIN1
This define is from os.h, but including that causes problems...
Global render_actor_shell (Camera *camera, Mat4 matrix, struct ShellActor *shell)