From 84f37a5b662d6ef5082e25428602843ad4f1da19 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Tue, 22 Jul 2025 06:13:37 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20HarbourM?= =?UTF-8?q?asters/SpaghettiKart@f9019a2548f51c725557f2495e9dc1791199ffd6?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Game_8cpp.html | 2 +- Game_8h.html | 2 +- HMAS_8h_source.html | 16 ++++++------- actors.html | 2 +- actorsmenu.html | 2 +- actorsmenu.js | 2 +- basics.js | 2 +- collision__viewer_8c.html | 2 +- collision__viewer_8h.html | 2 +- controlflow.html | 4 ++-- controller_8h.html | 2 +- doxygen_crawl.html | 4 ++-- freecam_8cpp.html | 2 +- freecam_8h.html | 2 +- menu__items_8c.html | 4 ++-- menu__items_8h.html | 2 +- menus_8c.html | 4 ++-- menus_8h.html | 2 +- navtreeindex26.js | 2 +- navtreeindex5.js | 2 +- networking_8h.html | 2 +- osContInit_8c.html | 2 +- osCreatePiManager_8c.html | 2 +- osEPiRawStartDma_8c.html | 6 ++--- osPfsDeleteFile_8c.html | 4 ++-- osPiGetCmdQueue_8c.html | 2 +- osPiRawStartDma_8c.html | 2 +- osPiStartDma_8c.html | 4 ++-- osViBlack_8c.html | 2 +- osViSwapBuffer_8c.html | 2 +- piint_8h.html | 8 +++---- search/all_3.js | 2 +- search/all_5.js | 2 +- start__game_8c.html | 2 +- stubs_8c.html | 2 +- stubs_8h.html | 2 +- todo.html | 50 +++++++++++++++++++-------------------- uniondu.html | 4 ++-- 38 files changed, 81 insertions(+), 81 deletions(-) diff --git a/Game_8cpp.html b/Game_8cpp.html index 2b95be361..9a1ab131c 100644 --- a/Game_8cpp.html +++ b/Game_8cpp.html @@ -2099,7 +2099,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 caller graph for this function:
diff --git a/Game_8h.html b/Game_8h.html index a58378a48..9b4d8a119 100644 --- a/Game_8h.html +++ b/Game_8h.html @@ -1990,7 +1990,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/HMAS_8h_source.html b/HMAS_8h_source.html index ba7b9d97d..03f6d7ead 100644 --- a/HMAS_8h_source.html +++ b/HMAS_8h_source.html @@ -228,28 +228,28 @@ $(function(){initNavTree('HMAS_8h_source.html',''); initResizable(true); });
112#ifdef __cplusplus
113}
114#endif
-
void HMAS_Stop(enum HMAS_ChannelId channel)
Definition HMAS.cpp:245
-
void HMAS_SetVolume(enum HMAS_ChannelId channel, float volume)
Definition HMAS.cpp:257
+
void HMAS_Stop(enum HMAS_ChannelId channel)
Definition HMAS.cpp:242
+
void HMAS_SetVolume(enum HMAS_ChannelId channel, float volume)
Definition HMAS.cpp:254
HMAS_ChannelId
Definition HMAS.h:5
@ HMAS_SFX
Definition HMAS.h:7
@ HMAS_ENV
Definition HMAS.h:8
@ HMAS_MAX_CHANNELS
Definition HMAS.h:9
@ HMAS_MUSIC
Definition HMAS.h:6
-
void HMAS_Play(enum HMAS_ChannelId channel, HMAS_AudioId id, bool loop)
Definition HMAS.cpp:241
-
void HMAS_SetPause(enum HMAS_ChannelId channel, bool pause)
Definition HMAS.cpp:261
+
void HMAS_Play(enum HMAS_ChannelId channel, HMAS_AudioId id, bool loop)
Definition HMAS.cpp:238
+
void HMAS_SetPause(enum HMAS_ChannelId channel, bool pause)
Definition HMAS.cpp:258
int HMAS_AudioId
Definition HMAS.h:3
-
void HMAS_SetPitch(enum HMAS_ChannelId channel, float pitch)
Definition HMAS.cpp:253
-
void HMAS_AddEffect(enum HMAS_ChannelId channel, enum HMAS_EffectType type, enum HMAS_EffectTransition transition, uint32_t frames, float target)
Definition HMAS.cpp:265
+
void HMAS_SetPitch(enum HMAS_ChannelId channel, float pitch)
Definition HMAS.cpp:250
+
void HMAS_AddEffect(enum HMAS_ChannelId channel, enum HMAS_EffectType type, enum HMAS_EffectTransition transition, uint32_t frames, float target)
Definition HMAS.cpp:262
HMAS_EffectType
Definition HMAS.h:12
@ HMAS_EFFECT_PAUSE
Definition HMAS.h:15
@ HMAS_EFFECT_STOP
Definition HMAS.h:16
@ HMAS_EFFECT_VOLUME
Definition HMAS.h:13
@ HMAS_EFFECT_PITCH
Definition HMAS.h:14
-
bool HMAS_IsIDRegistered(HMAS_AudioId id)
Definition HMAS.cpp:269
+
bool HMAS_IsIDRegistered(HMAS_AudioId id)
Definition HMAS.cpp:266
HMAS_EffectTransition
Definition HMAS.h:19
@ HMAS_LINEAR
Definition HMAS.h:20
@ HMAS_INSTANT
Definition HMAS.h:21
-
bool HMAS_IsPlaying(enum HMAS_ChannelId channel)
Definition HMAS.cpp:249
+
bool HMAS_IsPlaying(enum HMAS_ChannelId channel)
Definition HMAS.cpp:246
static const char * frames[]
Definition Mole.cpp:246
struct ma_sound ma_sound
Definition miniaudio.h:11094
diff --git a/actors.html b/actors.html index a2e03c660..09504d83d 100644 --- a/actors.html +++ b/actors.html @@ -108,7 +108,7 @@ $(function(){initNavTree('actors.html',''); initResizable(true); });
How Actors Work
-

+

Actors

If you are familiar with oot or sm64 prepare to be very disappointed. Both games split actors into separate files. In an unorderly fashion, mk64 appears to place all actors in the same file save for the odd exception.

Example actor setup based on update_course_actors

// Loop through the actor list and run that particular actors behaviour.
diff --git a/actorsmenu.html b/actorsmenu.html index e7edcbc47..75451bf03 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..fdd93972e 100644 --- a/actorsmenu.js +++ b/actorsmenu.js @@ -1,7 +1,7 @@ var actorsmenu = [ [ "How Actors Work", "actors.html", [ - [ "Actors", "actors.html#actors", null ] + [ "Actors", "actors.html#actors-1", null ] ] ], [ "Objects", "objects.html", [ [ "Objects", "objects.html#objects", null ] diff --git a/basics.js b/basics.js index 8888e6745..50263aa6b 100644 --- a/basics.js +++ b/basics.js @@ -24,7 +24,7 @@ var basics = [ "Code Breakdown", "controlflow.html#code-breakdown", [ [ "Menus", "controlflow.html#menus", null ], [ "Players", "controlflow.html#players", null ], - [ "Actors", "controlflow.html#actors-1", null ], + [ "Actors", "controlflow.html#actors", null ], [ "Objects", "controlflow.html#objects-1", null ], [ "Courses", "controlflow.html#courses", [ [ "Course Folder", "controlflow.html#course-folder", null ] diff --git a/collision__viewer_8c.html b/collision__viewer_8c.html index b0c0b7a89..3a3550a53 100644 --- a/collision__viewer_8c.html +++ b/collision__viewer_8c.html @@ -148,7 +148,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 155fc82f3..93c67dcd9 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/controlflow.html b/controlflow.html index a93579b75..6581af1ca 100644 --- a/controlflow.html +++ b/controlflow.html @@ -132,7 +132,7 @@ $(function(){initNavTree('controlflow.html',''); initResizable(true); }); Players
  • - Actors + Actors
  • Objects @@ -258,7 +258,7 @@ Players camera Player cameras -

    +

    Actors

    Actor related code resides in

    diff --git a/controller_8h.html b/controller_8h.html index 69699e72f..fae350631 100644 --- a/controller_8h.html +++ b/controller_8h.html @@ -1324,7 +1324,7 @@ Here is the caller graph for this function:
  • -
    Todo
    magic number
    +
    Todo
    magic number
    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 f0cc4f51f..103fa0073 100644 --- a/freecam_8h.html +++ b/freecam_8h.html @@ -221,7 +221,7 @@ Here is the caller graph for this function:
    -
    Todo
    configure this properly
    +
    Todo
    configure this properly
    Here is the call graph for this function:
    diff --git a/menu__items_8c.html b/menu__items_8c.html index 9f8a54a7d..0fdaa1da9 100644 --- a/menu__items_8c.html +++ b/menu__items_8c.html @@ -2398,7 +2398,7 @@ Here is the caller graph for this function:
    -
    Todo
    These sizes need to be sizeof() for shiftability if possible
    +
    Todo
    These sizes need to be sizeof() for shiftability if possible
    Here is the call graph for this function:
    @@ -9150,7 +9150,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 caller graph for this function:
    diff --git a/menu__items_8h.html b/menu__items_8h.html index 9473f4b4b..d0e89d43c 100644 --- a/menu__items_8h.html +++ b/menu__items_8h.html @@ -2744,7 +2744,7 @@ Here is the caller graph for this function:
    -
    Todo
    These sizes need to be sizeof() for shiftability if possible
    +
    Todo
    These sizes need to be sizeof() for shiftability if possible
    Here is the call graph for this function:
    diff --git a/menus_8c.html b/menus_8c.html index 05f6baacd..70c883aa1 100644 --- a/menus_8c.html +++ b/menus_8c.html @@ -381,7 +381,7 @@ Here is the caller graph for this function:

    Navigation of the map select course menu screen

    -
    Todo
    SetCourse() to course one;
    +
    Todo
    SetCourse() to course one;
    Here is the call graph for this function:
    @@ -569,7 +569,7 @@ Here is the caller graph for this function:

    On input skip logo screen

    -
    Todo
    Label audio funcs
    +
    Todo
    Label audio funcs
    Here is the call graph for this function:
    diff --git a/menus_8h.html b/menus_8h.html index 223979578..879864aac 100644 --- a/menus_8h.html +++ b/menus_8h.html @@ -914,7 +914,7 @@ Variables

    Navigation of the map select course menu screen

    -
    Todo
    SetCourse() to course one;
    +
    Todo
    SetCourse() to course one;
    Here is the call graph for this function:
    diff --git a/navtreeindex26.js b/navtreeindex26.js index 6ef207b99..323c35806 100644 --- a/navtreeindex26.js +++ b/navtreeindex26.js @@ -230,7 +230,7 @@ var NAVTREEINDEX26 = "contramwrite_8c.html#a5a8e6638b28caf3b5faba67df76d099c":[16,0,3,9,34,1], "contramwrite_8c.html#ac0f1bb81601cedc5fc5868fc7e500b88":[16,0,3,9,34,0], "controlflow.html":[1,2], -"controlflow.html#actors-1":[1,2,4,2], +"controlflow.html#actors":[1,2,4,2], "controlflow.html#code-breakdown":[1,2,4], "controlflow.html#course-folder":[1,2,4,4,0], "controlflow.html#courses":[1,2,4,4], diff --git a/navtreeindex5.js b/navtreeindex5.js index dbee00b9b..cdcdab05c 100644 --- a/navtreeindex5.js +++ b/navtreeindex5.js @@ -214,7 +214,7 @@ var NAVTREEINDEX5 = "actor__types_8h.html#affb5ffde510634c5c1e09a5b934d29c3":[16,0,2,4,20], "actor__types_8h_source.html":[16,0,2,4], "actors.html":[0,0], -"actors.html#actors":[0,0,0], +"actors.html#actors-1":[0,0,0], "actors_8c.html":[16,0,3,11,0], "actors_8c.html#a047d32425b6ea73e667cb31548bdc8dd":[16,0,3,11,0,52], "actors_8c.html#a074156bcbfcb24d6b691adf751bb8580":[16,0,3,11,0,60], diff --git a/networking_8h.html b/networking_8h.html index 6068311c3..f9d77cadb 100644 --- a/networking_8h.html +++ b/networking_8h.html @@ -841,7 +841,7 @@ Here is the caller graph for this function:
    -
    Todo
    SetCourse();
    +
    Todo
    SetCourse();
    Here is the caller graph for this function:
    diff --git a/osContInit_8c.html b/osContInit_8c.html index 35d83006b..d86b33d74 100644 --- a/osContInit_8c.html +++ b/osContInit_8c.html @@ -219,7 +219,7 @@ Here is the caller graph for this function:
    -
    Todo
    figure out what it means
    +
    Todo
    figure out what it means
    Here is the call graph for this function:
    diff --git a/osCreatePiManager_8c.html b/osCreatePiManager_8c.html index a67fbdda5..23968c5c3 100644 --- a/osCreatePiManager_8c.html +++ b/osCreatePiManager_8c.html @@ -236,7 +236,7 @@ Here is the caller graph for this function:
    -
    Todo
    In libreultra this is in an include
    +
    Todo
    In libreultra this is in an include
    diff --git a/osEPiRawStartDma_8c.html b/osEPiRawStartDma_8c.html index f56e87c00..4e6a0a1a9 100644 --- a/osEPiRawStartDma_8c.html +++ b/osEPiRawStartDma_8c.html @@ -155,7 +155,7 @@ Functions
    Value:
    (*(vu32*) PHYS_TO_K1(addr) = (u32) (data))
    -
    Todo
    These defines are from PR/rcp.h, but including that causes problems...
    +
    Todo
    These defines are from PR/rcp.h, but including that causes problems...
    @@ -170,7 +170,7 @@ Functions
    -
    Todo
    This define is from os.h, but including that causes problems...
    +
    Todo
    This define is from os.h, but including that causes problems...
    @@ -194,7 +194,7 @@ Functions
    Value:
    if (cHandle->var != pihandle->var) \
    IO_WRITE(reg, pihandle->var);
    -
    Todo
    This define is from piint.h, but including that causes problems...
    +
    Todo
    This define is from piint.h, but including that causes problems...
    diff --git a/osPfsDeleteFile_8c.html b/osPfsDeleteFile_8c.html index 65f8e3f39..8d4745397 100644 --- a/osPfsDeleteFile_8c.html +++ b/osPfsDeleteFile_8c.html @@ -212,7 +212,7 @@ Here is the caller graph for this function:
    -
    Todo
    magic number
    +
    Todo
    magic number
    Here is the call graph for this function:
    @@ -259,7 +259,7 @@ Here is the caller graph for this function:
    -
    Todo
    magic constant
    +
    Todo
    magic constant
    Here is the call graph for this function:
    diff --git a/osPiGetCmdQueue_8c.html b/osPiGetCmdQueue_8c.html index a588fd901..4cb2eeb3e 100644 --- a/osPiGetCmdQueue_8c.html +++ b/osPiGetCmdQueue_8c.html @@ -171,7 +171,7 @@ Here is the caller graph for this function:
    -
    Todo
    In libreultra this is in an include
    +
    Todo
    In libreultra this is in an include
    diff --git a/osPiRawStartDma_8c.html b/osPiRawStartDma_8c.html index cda8ab4a0..df2ff224c 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 46e6b08b4..26b724ac6 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:
    @@ -206,7 +206,7 @@ Here is the caller graph for this function:
    -
    Todo
    In libreultra this is in an include
    +
    Todo
    In libreultra this is in an include
    diff --git a/osViBlack_8c.html b/osViBlack_8c.html index 17218d50f..410116e81 100644 --- a/osViBlack_8c.html +++ b/osViBlack_8c.html @@ -144,7 +144,7 @@ Variables
    -
    Todo
    name magic constants
    +
    Todo
    name magic constants
    Here is the call graph for this function:
    diff --git a/osViSwapBuffer_8c.html b/osViSwapBuffer_8c.html index 98aabf921..28cfc7b97 100644 --- a/osViSwapBuffer_8c.html +++ b/osViSwapBuffer_8c.html @@ -143,7 +143,7 @@ Variables
    -
    Todo
    figure out what this flag means
    +
    Todo
    figure out what this flag means
    Here is the call graph for this function:
    diff --git a/piint_8h.html b/piint_8h.html index 891380009..82ec33c97 100644 --- a/piint_8h.html +++ b/piint_8h.html @@ -782,7 +782,7 @@ Variables
    -
    Todo
    name
    +
    Todo
    name
    @@ -797,7 +797,7 @@ Variables
    -
    Todo
    name
    +
    Todo
    name
    @@ -812,7 +812,7 @@ Variables
    -
    Todo
    name
    +
    Todo
    name
    @@ -1767,7 +1767,7 @@ Here is the caller graph for this function:
    -
    Todo
    In libreultra this is in an include
    +
    Todo
    In libreultra this is in an include
    diff --git a/search/all_3.js b/search/all_3.js index ba9dd17c9..34d732b23 100644 --- a/search/all_3.js +++ b/search/all_3.js @@ -97,7 +97,7 @@ var searchData= ['actorinitparams_94',['ActorInitParams',['../structActorInitParams.html',1,'']]], ['actorlist_95',['ActorList',['../namespaceEditor.html#aa2e1ff6c936cecd08d75463c42812624',1,'Editor']]], ['actorreplication_96',['ActorReplication',['../replication_8c.html#a26dd97c60547f572972e89064852c0b4',1,'replication.c']]], - ['actors_97',['Actors',['../classWorld.html#a801d7b9b95a56aad4e6c850e7b3f04f2',1,'World::Actors'],['../actorsmenu.html',1,'Actors'],['../actors.html#actors',1,'Actors'],['../controlflow.html#actors-1',1,'Actors']]], + ['actors_97',['Actors',['../classWorld.html#a801d7b9b95a56aad4e6c850e7b3f04f2',1,'World::Actors'],['../actorsmenu.html',1,'Actors'],['../controlflow.html#actors',1,'Actors'],['../actors.html#actors-1',1,'Actors']]], ['actors_20work_98',['How Actors Work',['../actors.html',1,'actorsmenu']]], ['actors_2ec_99',['actors.c',['../actors_8c.html',1,'']]], ['actors_2eh_100',['actors.h',['../actors_8h.html',1,'']]], diff --git a/search/all_5.js b/search/all_5.js index 921bee10f..df9ad2953 100644 --- a/search/all_5.js +++ b/search/all_5.js @@ -576,7 +576,7 @@ var searchData= ['courserecordsmenuselectiontypes_573',['CourseRecordsMenuSelectionTypes',['../menus_8h.html#a692cee32dee79047b93531b8284fdf2e',1,'menus.h']]], ['courserecordssubmenuselectiontypes_574',['CourseRecordsSubMenuSelectionTypes',['../menus_8h.html#aa8db4705a38fb4254f7ec67212635423',1,'menus.h']]], ['courses_575',['COURSES',['../mk64_8h.html#acf250ad4ca05ca435a61203c41d4ca88',1,'mk64.h']]], - ['courses_576',['Courses',['../classCup.html#a6ce7fe0c344427a390e7f48fc13f6804',1,'Cup::Courses'],['../classWorld.html#a598535aed98bd024616b0df887b6d714',1,'World::Courses'],['../courses.html',1,'Courses'],['../coursesmenu.html',1,'Courses'],['../controlflow.html#courses',1,'Courses'],['../courses.html#courses-1',1,'Courses']]], + ['courses_576',['Courses',['../classCup.html#a6ce7fe0c344427a390e7f48fc13f6804',1,'Cup::Courses'],['../classWorld.html#a598535aed98bd024616b0df887b6d714',1,'World::Courses'],['../courses.html',1,'Courses'],['../coursesmenu.html',1,'Courses'],['../courses.html#courses-1',1,'Courses'],['../controlflow.html#courses',1,'Courses']]], ['courses_2emd_577',['courses.md',['../courses_8md.html',1,'']]], ['coursesmenu_2emd_578',['coursesmenu.md',['../coursesmenu_8md.html',1,'']]], ['coursetable_579',['CourseTable',['../structCourseTable.html',1,'']]], diff --git a/start__game_8c.html b/start__game_8c.html index 451c9a92c..7d99caa44 100644 --- a/start__game_8c.html +++ b/start__game_8c.html @@ -327,7 +327,7 @@ Here is the caller graph for this function:
    -
    Todo
    SetCourse();
    +
    Todo
    SetCourse();
    Here is the caller graph for this function:
    diff --git a/stubs_8c.html b/stubs_8c.html index a9344c389..86ee51580 100644 --- a/stubs_8c.html +++ b/stubs_8c.html @@ -470,7 +470,7 @@ Here is the call graph for this function:
    -
    Todo
    magic constant
    +
    Todo
    magic constant
    Here is the call graph for this function:
    diff --git a/stubs_8h.html b/stubs_8h.html index 45fe21690..cab2c1e6f 100644 --- a/stubs_8h.html +++ b/stubs_8h.html @@ -477,7 +477,7 @@ Here is the caller graph for this function:
    -
    Todo
    magic constant
    +
    Todo
    magic constant
    Here is the call graph for this function:
    diff --git a/todo.html b/todo.html index a839e4e53..481bcc5c0 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

    @@ -136,21 +136,21 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global clear_framebuffer (s32)
    Why did void* work for matching
    Global course_select_menu_act (struct Controller *, u16)
    -
    SetCourse() to course one;
    +
    SetCourse() to course one;
    Global D_800E43B0 []
    unused?
    Global debug_switch_character_ceremony_cutscene (void)
    confirm this.
    Union du
    -

    is it possible to remove them somehow?

    -

    is it possible to remove them somehow?

    +

    is it possible to remove them somehow?

    +

    is it possible to remove them somehow?

    Global fill [2]
    file boundary?
    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)
    @@ -162,7 +162,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)
    @@ -172,23 +172,23 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global func_8028F970 (void)
    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
    Global gTorchSpawns []
    fix this extern
    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
    -
    name
    -
    Global LEO_CMD_TYPE_2
    name
    +
    Global LEO_CMD_TYPE_1
    +
    name
    +
    Global LEO_CMD_TYPE_2
    +
    name
    Global load_track_path (s32)
    Confirm this comment
    Global logo_intro_menu_act (struct Controller *controller, UNUSED u16 controllerIdx)
    -
    Label audio funcs
    +
    Label audio funcs
    Global MTX_KART_POOL_SIZE
    Verify with proper documentation
    Global MTX_SHADOW_POOL_SIZE
    @@ -200,7 +200,7 @@ $(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?
    Global OSnowman::DrawBody (s32)
    @@ -208,15 +208,15 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    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
    -
    Global osRomBase
    -
    figure out why this is like this
    -
    Global osViBlack (u8 active)
    name magic constants
    +
    Global osRomBase
    +
    figure out why this is like this
    +
    Global osViBlack (u8 active)
    +
    name magic constants
    Global osViSwapBuffer (void *vaddr)
    -
    figure out what this flag means
    +
    figure out what this flag means
    Class OThwomp

    Make shadow size bigger if thwomp is scaled up

    @@ -225,15 +225,15 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global OThwomp::_boundingBoxSize
    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...
    +
    This define is from os.h, but including that causes problems...
    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)
    Update to F3DEX. Uses OLD definition for gspTextureRectangle.
    Global set_course (const char *data)
    -
    SetCourse();
    +
    SetCourse();
    Global set_minimap_finishline_position (s32)
    : Hardcode these x and y values. Because why not?
    Global SOUND_ARG_LOAD (sound_bank, byte2, byte3, sound_id)
    @@ -243,7 +243,7 @@ $(function(){initNavTree('todo.html',''); initResizable(true); });
    Global TrainSmokeTick (void)
    : This should be an Object class one day
    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
    Global World::SetCourse (const char *)
    diff --git a/uniondu.html b/uniondu.html index 784b04425..efbf1e459 100644 --- a/uniondu.html +++ b/uniondu.html @@ -138,8 +138,8 @@ Data Fields  

    Detailed Description

    -
    Todo
    is it possible to remove them somehow?
    -
    Todo
    is it possible to remove them somehow?
    +
    Todo
    is it possible to remove them somehow?
    +
    Todo
    is it possible to remove them somehow?

    Field Documentation

    ◆ d