diff --git a/Game_8cpp.html b/Game_8cpp.html index f72c935b4..fd921c70d 100644 --- a/Game_8cpp.html +++ b/Game_8cpp.html @@ -2632,7 +2632,7 @@ Here is the caller graph for this function:
-
Todo
Move gGfxPool out of main.h
+
Todo
Move gGfxPool out of main.h
Here is the call graph for this function:
diff --git a/Game_8h.html b/Game_8h.html index 372a72b77..d12c7c6a4 100644 --- a/Game_8h.html +++ b/Game_8h.html @@ -2545,7 +2545,7 @@ Here is the caller graph for this function:
-
Todo
Move gGfxPool out of main.h
+
Todo
Move gGfxPool out of main.h
diff --git a/bug.html b/bug.html index 3d093ce1b..697bf572e 100644 --- a/bug.html +++ b/bug.html @@ -116,9 +116,9 @@ $(function(){initNavTree('bug.html',''); initResizable(true); });
Global func_8001969C (UNUSED s32 playerId, UNUSED f32 arg1, s32 cameraId, UNUSED s16 pathIndex)
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]
+
they probably meant to store the value to tmp[i] and tmp[8 + i]
Global func_800BB388 (s32 bankId, s32 instId, s32 arg2)
-
missing return
+
missing return
Global init_sequence_players (void)
Size of wrong array. Zeroes out second half of gSequenceChannels[0], all of gSequenceChannels[1..31], and part of gSequenceLayers[0]. However, this is only called at startup, so it's harmless.
Global new_actor (ActorInitParams *)
@@ -128,7 +128,7 @@ $(function(){initNavTree('bug.html',''); initResizable(true); });
Global note_set_vel_pan_reverb (struct Note *note, f32 velocity, u8 pan, u8 reverbVol)
for the change to UQ0.7, the if statement should also have been changed accordingly
Global preload_sequence (u32, u8)
-
should be IS_SEQ_LOAD_COMPLETE
+
should be IS_SEQ_LOAD_COMPLETE
Global render_menu_item_data_course_image (MenuItem *)
todo: This function will not work in custom courses.
Global setup_podium_ceremony (void)
diff --git a/ceremony__and__credits_8c.html b/ceremony__and__credits_8c.html index 240c932f4..7d196dbdc 100644 --- a/ceremony__and__credits_8c.html +++ b/ceremony__and__credits_8c.html @@ -1363,7 +1363,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?
Here is the call graph for this function:
@@ -2099,7 +2099,7 @@ Here is the call graph for this function:
-
Todo
What does this even do?
+
Todo
What does this even do?
Here is the call graph for this function:
diff --git a/ceremony__and__credits_8h.html b/ceremony__and__credits_8h.html index a86dec0d1..eaf8edd0f 100644 --- a/ceremony__and__credits_8h.html +++ b/ceremony__and__credits_8h.html @@ -2037,7 +2037,7 @@ Here is the call graph for this function:
-
Todo
What does this even do?
+
Todo
What does this even do?
Here is the call graph for this function:
diff --git a/charactermenu.js b/charactermenu.js index 652fcca7a..2e5516df3 100644 --- a/charactermenu.js +++ b/charactermenu.js @@ -5,10 +5,10 @@ var charactermenu = [ "Examples for all characters:", "characteroverview.html#examples-for-all-characters", null ], [ "Additional Files", "characteroverview.html#additional-files", [ [ "Tips", "characteroverview.html#tips", [ - [ "Change Viewport Render Settings", "characteroverview.html#change-viewport-render-settings", null ] + [ "Change Viewport Render Settings", "characteroverview.html#change-viewport-render-settings-1", null ] ] ], - [ "Tools To Help", "characteroverview.html#tools-to-help", null ], - [ "Future plans", "characteroverview.html#future-plans", null ] + [ "Tools To Help", "characteroverview.html#tools-to-help-1", null ], + [ "Future plans", "characteroverview.html#future-plans-2", null ] ] ] ] ] ]; \ No newline at end of file diff --git a/characteroverview.html b/characteroverview.html index 5ccabe5ef..fd2a9a0aa 100644 --- a/characteroverview.html +++ b/characteroverview.html @@ -137,19 +137,19 @@ Additional Files

player select nameplate = texture_tkmk00/gTextureNameToad.png Original frame is 64x12 (note that Donkeykong uses DK here instead)

Tips

-

+

Change Viewport Render Settings

Assuming your using the overkart setup kart.

In object mode, select View -> Cameras -> Active Camera

Set your render resolution and path as shown in the image below

Then render your animation by selecting View -> Viewport Render Animation

Viewport Render Settings

-

+

Tools To Help

-

+

Future plans

-
Todo
gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8
+
Todo
gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8
diff --git a/code__800029B0_8h.html b/code__800029B0_8h.html index d22593e0c..2de1d1ad3 100644 --- a/code__800029B0_8h.html +++ b/code__800029B0_8h.html @@ -2129,7 +2129,7 @@ Here is the caller graph for this function:
-
Todo
gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8
+
Todo
gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8
diff --git a/code__80086E70_8c.html b/code__80086E70_8c.html index c81975255..a899a3fca 100644 --- a/code__80086E70_8c.html +++ b/code__80086E70_8c.html @@ -515,7 +515,7 @@ Here is the caller graph for this function:

This function is used to avoid hefty collision checks if players are not near the actor

-
Todo
This is the easiest solution otherwise actors would not collide on custom courses.
+
Todo
This is the easiest solution otherwise actors would not collide on custom courses.
Here is the caller graph for this function:
diff --git a/code__80086E70_8h.html b/code__80086E70_8h.html index 03d64f9d1..de1a315d9 100644 --- a/code__80086E70_8h.html +++ b/code__80086E70_8h.html @@ -548,7 +548,7 @@ Here is the caller graph for this function:

This function is used to avoid hefty collision checks if players are not near the actor

-
Todo
This is the easiest solution otherwise actors would not collide on custom courses.
+
Todo
This is the easiest solution otherwise actors would not collide on custom courses.
Here is the caller graph for this function:
diff --git a/code__80281780_8c.html b/code__80281780_8c.html index d11135d70..01bb94860 100644 --- a/code__80281780_8c.html +++ b/code__80281780_8c.html @@ -194,7 +194,7 @@ Variables
-
Todo
confirm this.
+
Todo
confirm this.
Here is the caller graph for this function:
diff --git a/code__80281780_8h.html b/code__80281780_8h.html index b4d20bf07..ed4a81e1c 100644 --- a/code__80281780_8h.html +++ b/code__80281780_8h.html @@ -166,7 +166,7 @@ Variables
-
Todo
confirm this.
+
Todo
confirm this.
Here is the caller graph for this function:
diff --git a/collision__viewer_8c.html b/collision__viewer_8c.html index 678fa4890..7319f3913 100644 --- a/collision__viewer_8c.html +++ b/collision__viewer_8c.html @@ -149,7 +149,7 @@ Functions
-
Todo
decide to use colours or textures and fix displaylists because they are buggy
+
Todo
decide to use colours or textures and fix displaylists because they are buggy
Here is the call graph for this function:
diff --git a/collision__viewer_8h.html b/collision__viewer_8h.html index 04a1af33f..6762b530c 100644 --- a/collision__viewer_8h.html +++ b/collision__viewer_8h.html @@ -144,7 +144,7 @@ Functions
-
Todo
decide to use colours or textures and fix displaylists because they are buggy
+
Todo
decide to use colours or textures and fix displaylists because they are buggy
Here is the call graph for this function:
diff --git a/contpfs_8c.html b/contpfs_8c.html index 1a2cb0334..d5670d7e7 100644 --- a/contpfs_8c.html +++ b/contpfs_8c.html @@ -210,8 +210,8 @@ Here is the caller graph for this function:
-
Todo
remove magic constant
-
Todo
loads of magic constants..
+
Todo
remove magic constant
+
Todo
loads of magic constants..
Here is the call graph for this function:
@@ -284,7 +284,7 @@ Here is the caller graph for this function:
-
Todo
don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something
+
Todo
don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something
Here is the call graph for this function:
@@ -348,8 +348,8 @@ Here is the caller graph for this function:
-
Todo
fix magic number
-
Todo
remove magic constant
+
Todo
fix magic number
+
Todo
remove magic constant
Here is the call graph for this function:
diff --git a/controller_8h.html b/controller_8h.html index a633c6c30..74f391ba1 100644 --- a/controller_8h.html +++ b/controller_8h.html @@ -1100,8 +1100,8 @@ Here is the call graph for this function:
-
Todo
remove magic constant
-
Todo
loads of magic constants..
+
Todo
remove magic constant
+
Todo
loads of magic constants..
Here is the call graph for this function:
@@ -1388,7 +1388,7 @@ Here is the caller graph for this function:
-
Todo
don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something
+
Todo
don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something
Here is the call graph for this function:
@@ -1452,8 +1452,8 @@ Here is the caller graph for this function:
-
Todo
fix magic number
-
Todo
remove magic constant
+
Todo
fix magic number
+
Todo
remove magic constant
Here is the call graph for this function:
-
Todo
configure this properly
+
Todo
configure this properly
Here is the call graph for this function:
diff --git a/freecam_8h.html b/freecam_8h.html index efc68b925..ba36bd671 100644 --- a/freecam_8h.html +++ b/freecam_8h.html @@ -214,7 +214,7 @@ Here is the call graph for this function:
-
Todo
configure this properly
+
Todo
configure this properly
Here is the call graph for this function:
diff --git a/heap_8c.html b/heap_8c.html index ec242aa05..f426c12b3 100644 --- a/heap_8c.html +++ b/heap_8c.html @@ -554,7 +554,7 @@ Here is the caller graph for this function:
-
Bug
they probably meant to store the value to tmp[i] and tmp[8 + i]
+
Bug
they probably meant to store the value to tmp[i] and tmp[8 + i]
diff --git a/heap_8h.html b/heap_8h.html index ca061f59f..875e81409 100644 --- a/heap_8h.html +++ b/heap_8h.html @@ -651,7 +651,7 @@ Here is the caller graph for this function:
-
Bug
they probably meant to store the value to tmp[i] and tmp[8 + i]
+
Bug
they probably meant to store the value to tmp[i] and tmp[8 + i]
diff --git a/load_8c.html b/load_8c.html index 76920d130..d6a4de5c4 100644 --- a/load_8c.html +++ b/load_8c.html @@ -838,7 +838,7 @@ Here is the caller graph for this function:
-
Bug
missing return
+
Bug
missing return
Here is the call graph for this function:
@@ -1131,7 +1131,7 @@ Here is the caller graph for this function:
-
Bug
should be IS_SEQ_LOAD_COMPLETE
+
Bug
should be IS_SEQ_LOAD_COMPLETE
Here is the call graph for this function:
diff --git a/load_8h.html b/load_8h.html index e52e95730..b45a6917a 100644 --- a/load_8h.html +++ b/load_8h.html @@ -661,7 +661,7 @@ Here is the caller graph for this function:
-
Bug
missing return
+
Bug
missing return
Here is the call graph for this function:
@@ -923,7 +923,7 @@ Here is the caller graph for this function:
-
Bug
should be IS_SEQ_LOAD_COMPLETE
+
Bug
should be IS_SEQ_LOAD_COMPLETE
Here is the call graph for this function:
diff --git a/md_docs_2custom-audio.html b/md_docs_2custom-audio.html index 54ad4d60e..e423af243 100644 --- a/md_docs_2custom-audio.html +++ b/md_docs_2custom-audio.html @@ -132,7 +132,7 @@ Example:
└── sequences
└── main_menu.mp3
└── main_menu.json
-

+

Future plans