From da2f95f53234c5f031c0597ad6840ab4355b23dd Mon Sep 17 00:00:00 2001 From: MegaMech Date: Fri, 16 Aug 2024 21:49:49 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20n64decom?= =?UTF-8?q?p/mk64@52fd80f4cc620fb99dd3649ddd27cb9ce802210c=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ____osLeoInterrupt_8c.html | 2 +- actorsmenu.html | 2 +- actorsmenu.js | 2 +- basics.js | 4 +- bug.html | 10 +- ceremony__and__credits_8c.html | 4 +- ceremony__and__credits_8h.html | 2 +- choco__mountain_2course__offsets_8c.html | 8 +- code__80281780_8c.html | 2 +- code__80281780_8h.html | 2 +- contramread_8c.html | 2 +- contramwrite_8c.html | 2 +- controlflow.html | 10 +- controller_8h.html | 6 +- controller_8h_source.html | 6 +- courses.html | 2 +- coursesmenu.html | 2 +- coursesmenu.js | 2 +- dks__jungle__parkway_2course__offsets_8c.html | 4 +- doxygen_crawl.html | 118 +++++++++--------- frappe__snowland_2course__offsets_8c.html | 4 +- heap_8c.html | 2 +- heap_8h.html | 2 +- kalimari__desert_2course__offsets_8c.html | 4 +- leointerrupt_8c.html | 2 +- load_8c.html | 6 +- load_8h.html | 6 +- main_8c.html | 2 +- main_8h.html | 6 +- navtreeindex28.js | 4 +- navtreeindex29.js | 2 +- navtreeindex83.js | 2 +- objects.html | 2 +- osCartRomInit_8c.html | 12 +- osEPiRawStartDma_8c.html | 2 +- osPfsIsPlug_8c.html | 2 +- osPfsNumFiles_8c.html | 2 +- osPiRawStartDma_8c.html | 2 +- osPiStartDma_8c.html | 2 +- os__pi_8h.html | 2 +- piint_8h.html | 8 +- piint_8h_source.html | 8 +- playback_8c.html | 2 +- playback_8h.html | 2 +- rainbow__road_2course__data_8c.html | 2 +- rainbow__road_2course__data_8h.html | 2 +- royal__raceway_2course__data_8c.html | 2 +- royal__raceway_2course__data_8h.html | 2 +- search/all_11.js | 2 +- search/all_5.js | 2 +- toads__turnpike_2course__data_8c.html | 2 +- toads__turnpike_2course__data_8h.html | 2 +- todo.html | 24 ++-- wario__stadium_2course__data_8c.html | 2 +- wario__stadium_2course__data_8h.html | 2 +- 55 files changed, 162 insertions(+), 162 deletions(-) diff --git a/____osLeoInterrupt_8c.html b/____osLeoInterrupt_8c.html index b28eeea5b..23ca1f610 100644 --- a/____osLeoInterrupt_8c.html +++ b/____osLeoInterrupt_8c.html @@ -111,7 +111,7 @@ $(function(){initNavTree('____osLeoInterrupt_8c.html',''); initResizable(true);
__osLeoInterrupt.c File Reference
-
#include "ultra64.h"
+
#include <ultra64.h>
#include "osint.h"
#include "piint.h"
#include "libultra_internal.h"
diff --git a/actorsmenu.html b/actorsmenu.html index 7dbf4c584..b91851270 100644 --- a/actorsmenu.html +++ b/actorsmenu.html @@ -177,7 +177,7 @@ $(function(){initNavTree('actorsmenu.html',''); initResizable(true); });

-

Actors Objects Vehicles Items

+

Actors Objects Vehicles Items

diff --git a/actorsmenu.js b/actorsmenu.js index 03d6a6bce..a1f7e0e44 100644 --- a/actorsmenu.js +++ b/actorsmenu.js @@ -4,7 +4,7 @@ var actorsmenu = [ "Actors", "actors.html#actors", null ] ] ], [ "Objects", "objects.html", [ - [ "Objects", "objects.html#objects", null ] + [ "Objects", "objects.html#objects-1", null ] ] ], [ "Vehicles", "vehicles.html", [ [ "Trains", "vehicles.html#trains", null ], diff --git a/basics.js b/basics.js index 2a25d6dbd..e44238fef 100644 --- a/basics.js +++ b/basics.js @@ -25,8 +25,8 @@ var basics = [ "Menus", "controlflow.html#menus", null ], [ "Players", "controlflow.html#players", null ], [ "Actors", "controlflow.html#actors-1", null ], - [ "Objects", "controlflow.html#objects-1", null ], - [ "Courses", "controlflow.html#courses-1", [ + [ "Objects", "controlflow.html#objects", null ], + [ "Courses", "controlflow.html#courses", [ [ "Course Folder", "controlflow.html#course-folder", null ] ] ], [ "UI & Other 2D Screen data", "controlflow.html#ui--other-2d-screen-data", null ], diff --git a/bug.html b/bug.html index 397ed0096..dd0fc071e 100644 --- a/bug.html +++ b/bug.html @@ -118,23 +118,23 @@ $(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 load_ceremony_cutscene (void)
these segmented addresses need to be symbols for mobility
Global load_sequence_internal (u32, u32, s32)
-
This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous.
+
This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous.
Global new_actor (ActorInitParams *)

No null check.

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
+
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 update_gamestate (void)
Reloading this segment makes random_u16() deterministic for player spawn order. In laymens terms, random_u16() outputs the same value every time.
diff --git a/ceremony__and__credits_8c.html b/ceremony__and__credits_8c.html index 9d8b92685..0d6296922 100644 --- a/ceremony__and__credits_8c.html +++ b/ceremony__and__credits_8c.html @@ -1011,7 +1011,7 @@ Here is the caller graph for this function:
-
Todo
Cast to normal Camera? Or from CinematicCamera?
+
Todo
Cast to normal Camera? Or from CinematicCamera?
Here is the call graph for this function:
@@ -1298,7 +1298,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:
diff --git a/ceremony__and__credits_8h.html b/ceremony__and__credits_8h.html index 65aafc3fb..d992a94c6 100644 --- a/ceremony__and__credits_8h.html +++ b/ceremony__and__credits_8h.html @@ -965,7 +965,7 @@ Here is the caller graph for this function:
-
Todo
Cast to normal Camera? Or from CinematicCamera?
+
Todo
Cast to normal Camera? Or from CinematicCamera?
Here is the call graph for this function:
diff --git a/choco__mountain_2course__offsets_8c.html b/choco__mountain_2course__offsets_8c.html index fd28bedbf..9fe30fd9b 100644 --- a/choco__mountain_2course__offsets_8c.html +++ b/choco__mountain_2course__offsets_8c.html @@ -197,10 +197,10 @@ Variables
{gTexture64647C, 0x0829, 0x1000, 0x0},
{gTexture647F4C, 0x05BC, 0x1000, 0x0},
{gTexture64FBF4, 0x0274, 0x0800, 0x0},
-
{gTexture653DB0, 0x06AE, 0x0800, 0x0},
+
{gTexture653DB0, 0x06AE, 0x0800, 0x0},
{gTexture652B54, 0x0606, 0x0800, 0x0},
{gTexture65315C, 0x04A9, 0x0800, 0x0},
-
{gTexture6684F8, 0x010D, 0x0800, 0x0},
+
{gTexture6684F8, 0x010D, 0x0800, 0x0},
{gTextureSignLuigis0, 0x0287, 0x1000, 0x0},
{gTextureSignLuigis1, 0x02AF, 0x1000, 0x0},
{gTextureSignNintendoRed0, 0x02A6, 0x1000, 0x0},
@@ -216,6 +216,7 @@ Variables
{0x00000000, 0x0000, 0x0000, 0x0},
}
u8 gTexture64FBF4[]
+
u8 gTexture653DB0[]
u8 gTexture67B864[]
u8 gTexture65315C[]
u8 gTexture679C04[]
@@ -224,17 +225,16 @@ Variables
u8 gTexture64647C[]
u8 gTextureSignLuigis0[]
u8 gTexture652B54[]
+
u8 gTexture6684F8[]
u8 gTextureSignYoshi[]
u8 gTextureSignNintendoRed1[]
u8 gTextureSignLuigis1[]
u8 gTexture64619C[]
u8 gTextureSignBackside[]
u8 gTexture6774D8[]
-
u8 gTexture653DB0[]
u8 gTextureSignFallingRocks[]
u8 gTexture647F4C[]
u8 gTexture67DC20[]
-
u8 gTexture6684F8[]
diff --git a/code__80281780_8c.html b/code__80281780_8c.html index 398724a8d..0c31fba87 100644 --- a/code__80281780_8c.html +++ b/code__80281780_8c.html @@ -169,7 +169,7 @@ Variables
-
Todo
confirm this.
+
Todo
confirm this.
Here is the call graph for this function:
diff --git a/code__80281780_8h.html b/code__80281780_8h.html index 9ae89542e..4191b043d 100644 --- a/code__80281780_8h.html +++ b/code__80281780_8h.html @@ -170,7 +170,7 @@ Variables
-
Todo
confirm this.
+
Todo
confirm this.
Here is the call graph for this function:
diff --git a/contramread_8c.html b/contramread_8c.html index 5c7f3a214..bdd524597 100644 --- a/contramread_8c.html +++ b/contramread_8c.html @@ -111,7 +111,7 @@ $(function(){initNavTree('contramread_8c.html',''); initResizable(true); });
#include "libultra_internal.h"
-#include "PR/rcp.h"
+#include <PR/rcp.h>
#include "controller.h"
Include dependency graph for contramread.c:
diff --git a/contramwrite_8c.html b/contramwrite_8c.html index 856befe7f..79954e022 100644 --- a/contramwrite_8c.html +++ b/contramwrite_8c.html @@ -111,7 +111,7 @@ $(function(){initNavTree('contramwrite_8c.html',''); initResizable(true); });
#include "libultra_internal.h"
-#include "PR/rcp.h"
+#include <PR/rcp.h>
#include "controller.h"
Include dependency graph for contramwrite.c:
diff --git a/controlflow.html b/controlflow.html index db558889a..c1e6dca7f 100644 --- a/controlflow.html +++ b/controlflow.html @@ -116,8 +116,8 @@ $(function(){initNavTree('controlflow.html',''); initResizable(true); });
  • Code Breakdown
  • Initial value:
    = {
    -
    {gTexture6684F8, 0x010D, 0x0800, 0x0},
    +
    {gTexture6684F8, 0x010D, 0x0800, 0x0},
    {gTexture66CA98, 0x02C9, 0x0800, 0x0},
    {gTexture66EBF0, 0x0146, 0x0800, 0x0},
    {gTexture675434, 0x0245, 0x0800, 0x0},
    @@ -164,7 +164,7 @@ Variables
    }
    u8 gTexture66CA98[]
    u8 gTexture66EBF0[]
    -
    u8 gTexture6684F8[]
    +
    u8 gTexture6684F8[]
    u8 gTexture67973C[]
    u8 gTexture675434[]
    u8 gTexture678118[]
    diff --git a/heap_8c.html b/heap_8c.html index b88dc5e59..11dcd50e1 100644 --- a/heap_8c.html +++ b/heap_8c.html @@ -552,7 +552,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 1f9e73c94..8e3edc834 100644 --- a/heap_8h.html +++ b/heap_8h.html @@ -647,7 +647,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/kalimari__desert_2course__offsets_8c.html b/kalimari__desert_2course__offsets_8c.html index 601475f7b..5f4cf4dab 100644 --- a/kalimari__desert_2course__offsets_8c.html +++ b/kalimari__desert_2course__offsets_8c.html @@ -753,7 +753,7 @@ Variables
    Initial value:
    = {
    -
    {gTexture6684F8, 0x010D, 0x0800, 0x0},
    +
    {gTexture6684F8, 0x010D, 0x0800, 0x0},
    {gTextureSignLuigis0, 0x0287, 0x1000, 0x0},
    {gTextureSignLuigis1, 0x02AF, 0x1000, 0x0},
    {gTextureSignMarioStar0, 0x02D2, 0x1000, 0x0},
    @@ -784,10 +784,10 @@ Variables
    u8 gTextureCheckerboardBlueGray[]
    u8 gTextureSignNintendoRed0[]
    u8 gTextureSignLuigis0[]
    +
    u8 gTexture6684F8[]
    u8 gTextureSignYoshi[]
    u8 gTextureSignNintendoRed1[]
    u8 gTextureSignLuigis1[]
    -
    u8 gTexture6684F8[]
    u8 gTexture67E010[]
    u8 gTextureRailroadTrack[]
    u8 gTextureRailroadCrossingTrack[]
    diff --git a/leointerrupt_8c.html b/leointerrupt_8c.html index 00083edcc..675743c46 100644 --- a/leointerrupt_8c.html +++ b/leointerrupt_8c.html @@ -111,7 +111,7 @@ $(function(){initNavTree('leointerrupt_8c.html',''); initResizable(true); });
    #include "libultra_internal.h"
    -#include "PR/rcp.h"
    +#include <PR/rcp.h>
    #include "bstring.h"
    #include "piint.h"
    #include "osint.h"
    diff --git a/load_8c.html b/load_8c.html index 5136deb35..c6f337e80 100644 --- a/load_8c.html +++ b/load_8c.html @@ -841,7 +841,7 @@ Here is the caller graph for this function:
    -
    Bug
    missing return
    +
    Bug
    missing return
    Here is the call graph for this function:
    @@ -1029,7 +1029,7 @@ Here is the caller graph for this function:
    -
    Bug
    This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous.
    +
    Bug
    This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous.
    Here is the call graph for this function:
    @@ -1140,7 +1140,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 e9ac0edd8..6e1d61d8d 100644 --- a/load_8h.html +++ b/load_8h.html @@ -650,7 +650,7 @@ Here is the caller graph for this function:
    -
    Bug
    missing return
    +
    Bug
    missing return
    Here is the call graph for this function:
    @@ -838,7 +838,7 @@ Here is the caller graph for this function:
    -
    Bug
    This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous.
    +
    Bug
    This should set the last bank (i.e. the first in the JSON) as default, not the missing one. This code path never gets taken, though – all sequence loading is synchronous.
    Here is the call graph for this function:
    @@ -949,7 +949,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/main_8c.html b/main_8c.html index 249998db3..82b4d0bc4 100644 --- a/main_8c.html +++ b/main_8c.html @@ -577,7 +577,7 @@ Here is the caller graph for this function:
    -
    Todo
    Why did void* work for matching
    +
    Todo
    Why did void* work for matching
    Here is the caller graph for this function:
    diff --git a/main_8h.html b/main_8h.html index 94bb87b27..7e45696fc 100644 --- a/main_8h.html +++ b/main_8h.html @@ -610,7 +610,7 @@ Variables
    -
    Todo
    Verify with proper documentation
    +
    Todo
    Verify with proper documentation
    @@ -639,7 +639,7 @@ Variables
    -
    Todo
    Verify with proper documentation
    +
    Todo
    Verify with proper documentation
    @@ -658,7 +658,7 @@ Variables
    -
    Todo
    Why did void* work for matching
    +
    Todo
    Why did void* work for matching
    Here is the caller graph for this function:
    diff --git a/navtreeindex28.js b/navtreeindex28.js index cc24ceac4..0b5021e1a 100644 --- a/navtreeindex28.js +++ b/navtreeindex28.js @@ -191,12 +191,12 @@ var NAVTREEINDEX28 = "controlflow.html#actors-1":[1,2,4,2], "controlflow.html#code-breakdown":[1,2,4], "controlflow.html#course-folder":[1,2,4,4,0], -"controlflow.html#courses-1":[1,2,4,4], +"controlflow.html#courses":[1,2,4,4], "controlflow.html#ending":[1,2,4,8], "controlflow.html#engine":[1,2,4,6], "controlflow.html#math":[1,2,4,7], "controlflow.html#menus":[1,2,4,0], -"controlflow.html#objects-1":[1,2,4,3], +"controlflow.html#objects":[1,2,4,3], "controlflow.html#overall-control-flow":[1,2,2], "controlflow.html#paradigm":[1,2,0], "controlflow.html#players":[1,2,4,1], diff --git a/navtreeindex29.js b/navtreeindex29.js index 01cc6a90a..02accfe91 100644 --- a/navtreeindex29.js +++ b/navtreeindex29.js @@ -196,7 +196,7 @@ var NAVTREEINDEX29 = "course__offsets_8h.html":[8,0,2,7], "course__offsets_8h_source.html":[8,0,2,7], "courses.html":[2,0], -"courses.html#courses":[2,0,0], +"courses.html#courses-1":[2,0,0], "coursesmenu.html":[2], "cow_2render_8inc_8c.html":[8,0,3,0,4,0], "cow_2render_8inc_8c.html#a3032e5759fffafb766e96e1991ab0350":[8,0,3,0,4,0,0], diff --git a/navtreeindex83.js b/navtreeindex83.js index 5732ebd5d..1c6d9812c 100644 --- a/navtreeindex83.js +++ b/navtreeindex83.js @@ -183,7 +183,7 @@ var NAVTREEINDEX83 = "new__func_8h.html#ac8095e2ec1adbd7e74e655c578968a36":[8,0,3,6,56,0], "new__func_8h_source.html":[8,0,3,6,56], "objects.html":[0,1], -"objects.html#objects":[0,1,0], +"objects.html#objects-1":[0,1,0], "objects_8h.html":[8,0,2,15], "objects_8h.html#a015cc1fa03690348fb398b9be74ecc15":[8,0,2,15,35], "objects_8h.html#a02bd29e49d2089bb6bd1bfe33e360584":[8,0,2,15,87], diff --git a/objects.html b/objects.html index 45cf27317..831310619 100644 --- a/objects.html +++ b/objects.html @@ -108,7 +108,7 @@ $(function(){initNavTree('objects.html',''); initResizable(true); });
    Objects
    -

    +

    Objects

    diff --git a/osCartRomInit_8c.html b/osCartRomInit_8c.html index 634ae8ac2..f23a7f92e 100644 --- a/osCartRomInit_8c.html +++ b/osCartRomInit_8c.html @@ -112,12 +112,12 @@ $(function(){initNavTree('osCartRomInit_8c.html',''); initResizable(true); });
    #include "libultra_internal.h"
    -#include "PR/os_vi.h"
    -#include "PR/os_internal.h"
    -#include "PR/R4300.h"
    -#include "PR/rcp.h"
    -#include "PR/os_pi.h"
    -#include "PR/os.h"
    +#include <PR/os_vi.h>
    +#include <PR/os_internal.h>
    +#include <PR/R4300.h>
    +#include <PR/rcp.h>
    +#include <PR/os_pi.h>
    +#include <PR/os.h>
    Include dependency graph for osCartRomInit.c:
    diff --git a/osEPiRawStartDma_8c.html b/osEPiRawStartDma_8c.html index 8a1d203ed..3adb80eae 100644 --- a/osEPiRawStartDma_8c.html +++ b/osEPiRawStartDma_8c.html @@ -114,7 +114,7 @@ $(function(){initNavTree('osEPiRawStartDma_8c.html',''); initResizable(true); })
    #include "libultra_internal.h"
    #include "hardware.h"
    #include "new_func.h"
    -#include "PR/R4300.h"
    +#include <PR/R4300.h>
    Include dependency graph for osEPiRawStartDma.c:
    diff --git a/osPfsIsPlug_8c.html b/osPfsIsPlug_8c.html index d93d00308..6d2809068 100644 --- a/osPfsIsPlug_8c.html +++ b/osPfsIsPlug_8c.html @@ -112,7 +112,7 @@ $(function(){initNavTree('osPfsIsPlug_8c.html',''); initResizable(true); });
    #include "libultra_internal.h"
    -#include "PR/os_pi.h"
    +#include <PR/os_pi.h>
    #include "controller.h"
    Include dependency graph for osPfsIsPlug.c:
    diff --git a/osPfsNumFiles_8c.html b/osPfsNumFiles_8c.html index e570dfca6..adb688090 100644 --- a/osPfsNumFiles_8c.html +++ b/osPfsNumFiles_8c.html @@ -111,7 +111,7 @@ $(function(){initNavTree('osPfsNumFiles_8c.html',''); initResizable(true); });
    #include "libultra_internal.h"
    -#include "PR/os.h"
    +#include <PR/os.h>
    #include "controller.h"
    Include dependency graph for osPfsNumFiles.c:
    diff --git a/osPiRawStartDma_8c.html b/osPiRawStartDma_8c.html index d9692b656..f6ae1c3dc 100644 --- a/osPiRawStartDma_8c.html +++ b/osPiRawStartDma_8c.html @@ -191,7 +191,7 @@ Here is the caller graph for this function:
    -
    Todo
    figure out why this is like this
    +
    Todo
    figure out why this is like this
    diff --git a/osPiStartDma_8c.html b/osPiStartDma_8c.html index 9f3d336d3..c67cabd1e 100644 --- a/osPiStartDma_8c.html +++ b/osPiStartDma_8c.html @@ -172,7 +172,7 @@ Variables
    -
    Todo
    name magic constants
    +
    Todo
    name magic constants
    Here is the call graph for this function:
    diff --git a/os__pi_8h.html b/os__pi_8h.html index 4823c0e2a..7aeb528dd 100644 --- a/os__pi_8h.html +++ b/os__pi_8h.html @@ -446,7 +446,7 @@ Here is the caller graph for this function:
    -
    Todo
    name magic constants
    +
    Todo
    name magic constants
    Here is the call graph for this function:
    diff --git a/piint_8h.html b/piint_8h.html index c359a3628..fc3419c0e 100644 --- a/piint_8h.html +++ b/piint_8h.html @@ -112,10 +112,10 @@ $(function(){initNavTree('piint_8h.html',''); initResizable(true); });
    piint.h File Reference
    -
    #include "PR/os_internal.h"
    -#include "PR/rcp.h"
    -#include "PR/os_pi.h"
    -#include "PR/os.h"
    +
    #include <PR/os_internal.h>
    +#include <PR/rcp.h>
    +#include <PR/os_pi.h>
    +#include <PR/os.h>
    Include dependency graph for piint.h:
    diff --git a/piint_8h_source.html b/piint_8h_source.html index 50b03ba88..66d04b38e 100644 --- a/piint_8h_source.html +++ b/piint_8h_source.html @@ -110,10 +110,10 @@ $(function(){initNavTree('piint_8h_source.html',''); initResizable(true); });
    Go to the documentation of this file.
    1#ifndef _PIINT_H
    2#define _PIINT_H
    -
    3#include "PR/os_internal.h"
    -
    4#include "PR/rcp.h"
    -
    5#include "PR/os_pi.h"
    -
    6#include "PR/os.h"
    +
    3#include <PR/os_internal.h>
    +
    4#include <PR/rcp.h>
    +
    5#include <PR/os_pi.h>
    +
    6#include <PR/os.h>
    7
    8//https://github.com/LuigiBlood/64dd/wiki/Memory-Map
    9
    diff --git a/playback_8c.html b/playback_8c.html index 49714ca83..be085e509 100644 --- a/playback_8c.html +++ b/playback_8c.html @@ -859,7 +859,7 @@ Here is the caller graph for this function:
    -
    Bug
    for the change to UQ0.7, the if statement should also have been changed accordingly
    +
    Bug
    for the change to UQ0.7, the if statement should also have been changed accordingly
    Here is the caller graph for this function:
    diff --git a/playback_8h.html b/playback_8h.html index 0b818a53e..7d506982b 100644 --- a/playback_8h.html +++ b/playback_8h.html @@ -921,7 +921,7 @@ Here is the caller graph for this function:
    -
    Bug
    for the change to UQ0.7, the if statement should also have been changed accordingly
    +
    Bug
    for the change to UQ0.7, the if statement should also have been changed accordingly
    Here is the caller graph for this function:
    diff --git a/rainbow__road_2course__data_8c.html b/rainbow__road_2course__data_8c.html index be2224fd9..190634a67 100644 --- a/rainbow__road_2course__data_8c.html +++ b/rainbow__road_2course__data_8c.html @@ -700,7 +700,7 @@ Variables
    #define G_IM_FMT_IA
    Definition gbi.h:399
    #define G_RM_AA_ZB_XLU_SURF2
    Definition gbi.h:944
    #define G_ON
    Definition mbi.h:54
    -
    Todo
    Replace addresses with variables
    +
    Todo
    Replace addresses with variables
    diff --git a/rainbow__road_2course__data_8h.html b/rainbow__road_2course__data_8h.html index 98edfe2cb..67c4ece48 100644 --- a/rainbow__road_2course__data_8h.html +++ b/rainbow__road_2course__data_8h.html @@ -600,7 +600,7 @@ Variables
    -
    Todo
    Replace addresses with variables
    +
    Todo
    Replace addresses with variables
    diff --git a/royal__raceway_2course__data_8c.html b/royal__raceway_2course__data_8c.html index 94b171c2b..2d173236f 100644 --- a/royal__raceway_2course__data_8c.html +++ b/royal__raceway_2course__data_8c.html @@ -446,7 +446,7 @@ Variables
    -
    Todo
    Replace addresses with variables
    +
    Todo
    Replace addresses with variables
    diff --git a/royal__raceway_2course__data_8h.html b/royal__raceway_2course__data_8h.html index 4a60b0cc8..3401ac3a1 100644 --- a/royal__raceway_2course__data_8h.html +++ b/royal__raceway_2course__data_8h.html @@ -465,7 +465,7 @@ Variables
    -
    Todo
    Replace addresses with variables
    +
    Todo
    Replace addresses with variables
    diff --git a/search/all_11.js b/search/all_11.js index 7f45cce56..529be93b3 100644 --- a/search/all_11.js +++ b/search/all_11.js @@ -18,7 +18,7 @@ var searchData= ['object_5forigin_5fpos_5frandomize_5faround_5fz_15',['object_origin_pos_randomize_around_z',['../code__80086E70_8c.html#ac6428c27f0022ef2f12b28a39c386945',1,'object_origin_pos_randomize_around_z(s32 objectIndex, s16 z, u16 arg2): code_80086E70.c'],['../code__80086E70_8h.html#af49d1527179dc119222464883ebe5174',1,'object_origin_pos_randomize_around_z(s32, s16, u16): code_80086E70.c']]], ['objectindex_16',['objectIndex',['../structstruct__D__8018CE10.html#a127e1b12aed47ab382b129edabb71d52',1,'struct_D_8018CE10']]], ['objectlistsize_17',['objectListSize',['../code__80057C60_8c.html#a619a9cb4ca05d69a44a5928af9e499ad',1,'code_80057C60.c']]], - ['objects_18',['Objects',['../objects.html',1,'Objects'],['../objects.html#objects',1,'Objects'],['../controlflow.html#objects-1',1,'Objects']]], + ['objects_18',['Objects',['../objects.html',1,'Objects'],['../controlflow.html#objects',1,'Objects'],['../objects.html#objects-1',1,'Objects']]], ['objects_2eh_19',['objects.h',['../objects_8h.html',1,'']]], ['objects_2emd_20',['objects.md',['../objects_8md.html',1,'']]], ['objx_21',['objX',['../structuObjSprite__t.html#aa56aa472d1ac710dd829e6f1cd9f7ad0',1,'uObjSprite_t']]], diff --git a/search/all_5.js b/search/all_5.js index 468f701e1..af57c3639 100644 --- a/search/all_5.js +++ b/search/all_5.js @@ -604,7 +604,7 @@ var searchData= ['courseindex_601',['courseIndex',['../structstruct__8018EE10__entry.html#acee952c37d3917fd90809e58c6401e65',1,'struct_8018EE10_entry']]], ['courserecords_602',['courseRecords',['../structCupTimeTrialRecords.html#acf18ab0e69f90a2eefe248ef7090bd1c',1,'CupTimeTrialRecords']]], ['courses_603',['COURSES',['../mk64_8h.html#acf250ad4ca05ca435a61203c41d4ca88',1,'mk64.h']]], - ['courses_604',['Courses',['../courses.html',1,'Courses'],['../coursesmenu.html',1,'Courses'],['../courses.html#courses',1,'Courses'],['../controlflow.html#courses-1',1,'Courses']]], + ['courses_604',['Courses',['../courses.html',1,'Courses'],['../coursesmenu.html',1,'Courses'],['../courses.html#courses-1',1,'Courses'],['../controlflow.html#courses',1,'Courses']]], ['courses_2emd_605',['courses.md',['../courses_8md.html',1,'']]], ['coursesmenu_2emd_606',['coursesmenu.md',['../coursesmenu_8md.html',1,'']]], ['coursetable_607',['CourseTable',['../structCourseTable.html',1,'']]], diff --git a/toads__turnpike_2course__data_8c.html b/toads__turnpike_2course__data_8c.html index 413d8d60f..1a2c9e41a 100644 --- a/toads__turnpike_2course__data_8c.html +++ b/toads__turnpike_2course__data_8c.html @@ -3033,7 +3033,7 @@ Variables
    #define G_IM_FMT_RGBA
    Definition gbi.h:396
    #define G_IM_SIZ_16b
    Definition gbi.h:407
    #define G_CC_DECALRGBA
    Definition gbi.h:512
    -
    Todo
    Replace addresses with variables
    +
    Todo
    Replace addresses with variables
    diff --git a/toads__turnpike_2course__data_8h.html b/toads__turnpike_2course__data_8h.html index 2bd50a883..785b6c262 100644 --- a/toads__turnpike_2course__data_8h.html +++ b/toads__turnpike_2course__data_8h.html @@ -2817,7 +2817,7 @@ Variables
    -
    Todo
    Replace addresses with variables
    +
    Todo
    Replace addresses with variables
    diff --git a/todo.html b/todo.html index 863f5ac04..fa77d74bd 100644 --- a/todo.html +++ b/todo.html @@ -130,7 +130,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global BAD_RETURN (cmd)
    put this define in types.h or similar. Certain functions are marked as having return values, but do not actually return a value. This causes undefined behavior, which we'd rather avoid on modern GCC. This only impacts -O2 and can matter for both the function itself and functions that call it.
    Global clear_framebuffer (s32)
    -
    Why did void* work for matching
    +
    Why did void* work for matching
    Global D_800E43B0 []
    unused?
    Global D_8018D9B0
    @@ -156,19 +156,19 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global d_course_moo_moo_farm_dl_0 []
    Replace addresses with variables
    Global d_course_rainbow_road_dl_0 []
    -
    Replace addresses with variables
    -
    Global d_course_royal_raceway_dl_0 []
    Replace addresses with variables
    +
    Global d_course_royal_raceway_dl_0 []
    +
    Replace addresses with variables
    Global d_course_sherbet_land_dl_0 []
    Replace addresses with variables
    Global d_course_toads_turnpike_dl_0 []
    -
    Replace addresses with variables
    -
    Global d_course_wario_stadium_dl_0 []
    Replace addresses with variables
    +
    Global d_course_wario_stadium_dl_0 []
    +
    Replace addresses with variables
    Global d_course_yoshi_valley_dl_0 []
    Replace addresses with variables
    Global debug_switch_character_ceremony_cutscene (void)
    -
    confirm this.
    +
    confirm this.
    Union du

    is it possible to remove them somehow?

    is it possible to remove them somehow?

    @@ -194,9 +194,9 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global func_800CBC24 (void)
    clenanup, something's weird with the variables. D_800EA4A4 is probably EuAudioCmd bc of the + 0x100
    Global func_80282D90 (struct CinematicCamera *, struct struct_80286A04 *, struct struct_80286A04 *, s32)
    -
    Cast to normal Camera? Or from CinematicCamera?
    +
    Cast to normal Camera? Or from CinematicCamera?
    Global func_8028336C (UNUSED struct CinematicCamera *arg0, UNUSED Camera *camera)
    -
    Does this match as a return of s8?
    +
    Does this match as a return of s8?
    Global func_802846E4 (struct CinematicCamera *)
    What does this even do?
    Global func_8028F970 (void)
    @@ -218,9 +218,9 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global M_TASK_FLAG0
    These defines shouldn't exist - PR/rcp.h has them properly defined (ultralib)
    Global MTX_KART_POOL_SIZE
    -
    Verify with proper documentation
    +
    Verify with proper documentation
    Global MTX_SHADOW_POOL_SIZE
    -
    Verify with proper documentation
    +
    Verify with proper documentation
    Global new_actor (ActorInitParams *)
    More indepth error checking/return value
    Global Note::priority
    @@ -230,9 +230,9 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    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)
    -
    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)
    diff --git a/wario__stadium_2course__data_8c.html b/wario__stadium_2course__data_8c.html index fe60a77a3..e4e15470c 100644 --- a/wario__stadium_2course__data_8c.html +++ b/wario__stadium_2course__data_8c.html @@ -455,7 +455,7 @@ Variables
    Gfx d_course_wario_stadium_packed_dl_4218[]
    Definition course_displaylists.inc.c:2649
    Gfx d_course_wario_stadium_packed_dl_5888[]
    Definition course_displaylists.inc.c:3475
    Gfx d_course_wario_stadium_packed_dl_4BA8[]
    Definition course_displaylists.inc.c:3007
    -
    Todo
    Replace addresses with variables
    +
    Todo
    Replace addresses with variables
    diff --git a/wario__stadium_2course__data_8h.html b/wario__stadium_2course__data_8h.html index befe1f103..84899ccee 100644 --- a/wario__stadium_2course__data_8h.html +++ b/wario__stadium_2course__data_8h.html @@ -423,7 +423,7 @@ Variables
    -
    Todo
    Replace addresses with variables
    +
    Todo
    Replace addresses with variables