diff --git a/actors_8h_source.html b/actors_8h_source.html index 3b4424f47..0b1b858c3 100644 --- a/actors_8h_source.html +++ b/actors_8h_source.html @@ -191,13 +191,13 @@ $(function(){initNavTree('actors_8h_source.html',''); initResizable(true); });
83s16 try_remove_destructable_item(Vec3f, Vec3s, Vec3f, s16);
84s16 add_actor_to_empty_slot(Vec3f, Vec3s, Vec3f, s16);
85s16 spawn_actor_at_pos(Vec3f, s16);
-
86s32 query_and_resolve_collision_player_actor(Player*, Vec3f, f32, f32, f32);
-
87s32 collision_mario_sign(Player*, struct Actor*);
-
88s32 collision_piranha_plant(Player*, struct PiranhaPlant*);
-
89s32 collision_yoshi_egg(Player*, struct YoshiValleyEgg*);
-
90s32 collision_tree(Player*, struct Actor*);
-
91s32 query_collision_player_vs_actor_item(Player*, struct Actor*);
-
92s32 query_collision_actor_vs_actor(struct Actor*, struct Actor*);
+
86bool query_and_resolve_collision_player_actor(Player*, Vec3f, f32, f32, f32);
+
87bool collision_mario_sign(Player*, struct Actor*);
+
88bool collision_piranha_plant(Player*, struct PiranhaPlant*);
+
89bool collision_yoshi_egg(Player*, struct YoshiValleyEgg*);
+
90bool collision_tree(Player*, struct Actor*);
+
91bool query_collision_player_vs_actor_item(Player*, struct Actor*);
+
92bool query_collision_actor_vs_actor(struct Actor*, struct Actor*);
93void destroy_destructable_actor(struct Actor*);
94void play_sound_on_destructible_actor_collision(struct Actor*, struct Actor*);
95void evaluate_actor_collision_between_two_destructible_actors(struct Actor*, struct Actor*);
diff --git a/actors__extended_8h.html b/actors__extended_8h.html index 2e9f3cc87..8f59e0e9b 100644 --- a/actors__extended_8h.html +++ b/actors__extended_8h.html @@ -108,7 +108,7 @@ $(function(){initNavTree('actors__extended_8h.html',''); initResizable(true); })
actors_extended.h File Reference
-
#include "common_structs.h"
+
#include <common_structs.h>
#include "actor_types.h"
Include dependency graph for actors_extended.h:
diff --git a/actors__extended_8h_source.html b/actors__extended_8h_source.html index 8fddc4ff4..6ba454f07 100644 --- a/actors__extended_8h_source.html +++ b/actors__extended_8h_source.html @@ -111,7 +111,7 @@ $(function(){initNavTree('actors__extended_8h_source.html',''); initResizable(tr Go to the documentation of this file.
1#ifndef ACTORS_EXTENDED_H
2#define ACTORS_EXTENDED_H
3
-
4#include "common_structs.h"
+
4#include <common_structs.h>
5#include "actor_types.h"
6
@@ -124,7 +124,7 @@ $(function(){initNavTree('actors__extended_8h_source.html',''); initResizable(tr - + diff --git a/banana_2update_8inc_8c_source.html b/banana_2update_8inc_8c_source.html index 1199a658e..8df7a044a 100644 --- a/banana_2update_8inc_8c_source.html +++ b/banana_2update_8inc_8c_source.html @@ -309,7 +309,7 @@ $(function(){initNavTree('banana_2update_8inc_8c_source.html',''); initResizable
s16 gCourseMinY
Definition code_800029B0.c:90
s16 gCourseMaxX
Definition code_800029B0.c:86
-
u16 check_bounding_collision(Collision *collision, f32 boundingBoxSize, f32 posX, f32 posY, f32 posZ)
Definition collision.c:1335
+
u16 check_bounding_collision(Collision *collision, f32 boundingBoxSize, f32 posX, f32 posY, f32 posZ)
Definition collision.c:1334
f32 Vec3f[3]
Definition common_structs.h:6
#define PLAYER_HUMAN
Definition defines.h:101
diff --git a/basics.js b/basics.js index 8888e6745..2a25d6dbd 100644 --- a/basics.js +++ b/basics.js @@ -26,7 +26,7 @@ var basics = [ "Players", "controlflow.html#players", null ], [ "Actors", "controlflow.html#actors-1", null ], [ "Objects", "controlflow.html#objects-1", null ], - [ "Courses", "controlflow.html#courses", [ + [ "Courses", "controlflow.html#courses-1", [ [ "Course Folder", "controlflow.html#course-folder", null ] ] ], [ "UI & Other 2D Screen data", "controlflow.html#ui--other-2d-screen-data", null ], diff --git a/ceremony__and__credits_8c.html b/ceremony__and__credits_8c.html index 4fd661a13..9d8b92685 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:
@@ -2370,7 +2370,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 227eddb5b..65aafc3fb 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:
@@ -2207,7 +2207,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/choco__mountain_2course__offsets_8c.html b/choco__mountain_2course__offsets_8c.html index d17de9b73..fd28bedbf 100644 --- a/choco__mountain_2course__offsets_8c.html +++ b/choco__mountain_2course__offsets_8c.html @@ -200,7 +200,7 @@ Variables
{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},
@@ -224,7 +224,6 @@ Variables
u8 gTexture64647C[]
u8 gTextureSignLuigis0[]
u8 gTexture652B54[]
-
u8 gTexture6684F8[]
u8 gTextureSignYoshi[]
u8 gTextureSignNintendoRed1[]
u8 gTextureSignLuigis1[]
@@ -235,6 +234,7 @@ Variables
u8 gTextureSignFallingRocks[]
u8 gTexture647F4C[]
u8 gTexture67DC20[]
+
u8 gTexture6684F8[]
diff --git a/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph.map b/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph.map index 4f31b0bbb..cbfdbe5a9 100644 --- a/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph.map +++ b/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph.map @@ -59,7 +59,7 @@ - + diff --git a/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph.md5 b/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph.md5 index 8fa10458c..2fad09fc7 100644 --- a/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph.md5 +++ b/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph.md5 @@ -1 +1 @@ -df3ce49adf12c4b576fd88883fe52d4b \ No newline at end of file +e64624a3e0d2ca9c8ce304d9cd780f80 \ No newline at end of file diff --git a/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph.svg b/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph.svg index cec5d1a6b..41929604e 100644 --- a/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph.svg +++ b/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph.svg @@ -598,7 +598,7 @@ var sectionId = 'dynsection-8'; Node123 - + get_next_available _memory_addr diff --git a/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph_org.svg b/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph_org.svg index 8d3a3f9d8..6e4a6a3bc 100644 --- a/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph_org.svg +++ b/code__800029B0_8c_aca6165112fc92e65ad6477e785a7098c_cgraph_org.svg @@ -552,7 +552,7 @@ Node123 - + get_next_available _memory_addr diff --git a/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph.map b/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph.map index 4f31b0bbb..cbfdbe5a9 100644 --- a/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph.map +++ b/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph.map @@ -59,7 +59,7 @@ - + diff --git a/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph.md5 b/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph.md5 index 8fa10458c..2fad09fc7 100644 --- a/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph.md5 +++ b/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph.md5 @@ -1 +1 @@ -df3ce49adf12c4b576fd88883fe52d4b \ No newline at end of file +e64624a3e0d2ca9c8ce304d9cd780f80 \ No newline at end of file diff --git a/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph.svg b/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph.svg index 22fd213b5..9c1e3d814 100644 --- a/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph.svg +++ b/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph.svg @@ -598,7 +598,7 @@ var sectionId = 'dynsection-9'; Node123 - + get_next_available _memory_addr diff --git a/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph_org.svg b/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph_org.svg index 8d3a3f9d8..6e4a6a3bc 100644 --- a/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph_org.svg +++ b/code__800029B0_8h_aca6165112fc92e65ad6477e785a7098c_cgraph_org.svg @@ -552,7 +552,7 @@ Node123 - + get_next_available _memory_addr diff --git a/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph.map b/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph.map index c45276055..f5ba4e383 100644 --- a/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph.map +++ b/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph.map @@ -30,7 +30,7 @@ - + diff --git a/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph.md5 b/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph.md5 index 7b4b9af09..8058011d4 100644 --- a/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph.md5 +++ b/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph.md5 @@ -1 +1 @@ -106baf648e8a27e3b8b6e8869d3a75a5 \ No newline at end of file +0fef05ae3b383e3f99c3942d3aa89845 \ No newline at end of file diff --git a/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph.svg b/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph.svg index 03dcdb489..68e790a8f 100644 --- a/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph.svg +++ b/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph.svg @@ -336,7 +336,7 @@ var sectionId = 'dynsection-74'; Node51 - + get_next_available _memory_addr diff --git a/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph_org.svg b/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph_org.svg index 3d639f541..4ba04ce63 100644 --- a/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph_org.svg +++ b/code__80005FD0_8c_a1b88258c47677456a6de78bbce674c21_cgraph_org.svg @@ -290,7 +290,7 @@ Node51 - + get_next_available _memory_addr diff --git a/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph.map b/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph.map index 5bb1dbce3..8c59da2a7 100644 --- a/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph.map +++ b/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph.map @@ -38,7 +38,7 @@ - + diff --git a/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph.md5 b/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph.md5 index 27783285d..7f741acf2 100644 --- a/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph.md5 +++ b/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph.md5 @@ -1 +1 @@ -25aa5cb64d275ab802031dc26abd27d4 \ No newline at end of file +b256b41ee33896d38df4ef4dc3a59901 \ No newline at end of file diff --git a/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph.svg b/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph.svg index 657999473..a269c9049 100644 --- a/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph.svg +++ b/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph.svg @@ -408,7 +408,7 @@ var sectionId = 'dynsection-230'; Node52 - + get_next_available _memory_addr diff --git a/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph_org.svg b/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph_org.svg index 04c76c944..bf0fc6f43 100644 --- a/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph_org.svg +++ b/code__80005FD0_8c_a325ddded54aab32025174f6aedd5e391_cgraph_org.svg @@ -362,7 +362,7 @@ Node52 - + get_next_available _memory_addr diff --git a/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph.map b/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph.map index c45276055..f5ba4e383 100644 --- a/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph.map +++ b/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph.map @@ -30,7 +30,7 @@ - + diff --git a/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph.md5 b/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph.md5 index 7b4b9af09..8058011d4 100644 --- a/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph.md5 +++ b/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph.md5 @@ -1 +1 @@ -106baf648e8a27e3b8b6e8869d3a75a5 \ No newline at end of file +0fef05ae3b383e3f99c3942d3aa89845 \ No newline at end of file diff --git a/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph.svg b/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph.svg index 78a67f892..d7217d2a0 100644 --- a/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph.svg +++ b/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph.svg @@ -336,7 +336,7 @@ var sectionId = 'dynsection-73'; Node51 - + get_next_available _memory_addr diff --git a/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph_org.svg b/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph_org.svg index 3d639f541..4ba04ce63 100644 --- a/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph_org.svg +++ b/code__80005FD0_8h_a1b88258c47677456a6de78bbce674c21_cgraph_org.svg @@ -290,7 +290,7 @@ Node51 - + get_next_available _memory_addr diff --git a/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph.map b/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph.map index 5bb1dbce3..8c59da2a7 100644 --- a/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph.map +++ b/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph.map @@ -38,7 +38,7 @@ - + diff --git a/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph.md5 b/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph.md5 index 27783285d..7f741acf2 100644 --- a/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph.md5 +++ b/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph.md5 @@ -1 +1 @@ -25aa5cb64d275ab802031dc26abd27d4 \ No newline at end of file +b256b41ee33896d38df4ef4dc3a59901 \ No newline at end of file diff --git a/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph.svg b/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph.svg index 9ceb88f9d..b358068d9 100644 --- a/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph.svg +++ b/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph.svg @@ -408,7 +408,7 @@ var sectionId = 'dynsection-183'; Node52 - + get_next_available _memory_addr diff --git a/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph_org.svg b/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph_org.svg index 04c76c944..bf0fc6f43 100644 --- a/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph_org.svg +++ b/code__80005FD0_8h_a325ddded54aab32025174f6aedd5e391_cgraph_org.svg @@ -362,7 +362,7 @@ Node52 - + get_next_available _memory_addr diff --git a/code__80091750_8c.html b/code__80091750_8c.html index 02fd2aeef..f35536ba6 100644 --- a/code__80091750_8c.html +++ b/code__80091750_8c.html @@ -1907,7 +1907,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:
@@ -12603,7 +12603,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/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph.map b/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph.map index e23a884bc..85d5d5a9e 100644 --- a/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph.map +++ b/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph.map @@ -12,7 +12,7 @@ - + diff --git a/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph.md5 b/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph.md5 index e5303d6ed..560186b44 100644 --- a/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph.md5 +++ b/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph.md5 @@ -1 +1 @@ -6ab6cc0f6919641a7ec62a63a665972f \ No newline at end of file +ee6142a4174715a0fa4b4603cc21fc62 \ No newline at end of file diff --git a/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph.svg b/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph.svg index a302b7b6c..1e2e24387 100644 --- a/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph.svg +++ b/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph.svg @@ -174,7 +174,7 @@ var sectionId = 'dynsection-34'; Node53 - + get_next_available _memory_addr diff --git a/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph_org.svg b/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph_org.svg index 9b35a8154..e6fc1a2c7 100644 --- a/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph_org.svg +++ b/code__80091750_8c_a11daab0c2cb2700179b2325d2c619769_cgraph_org.svg @@ -128,7 +128,7 @@ Node53 - + get_next_available _memory_addr diff --git a/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.map b/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.map index 3f6577894..55e307d9f 100644 --- a/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.map +++ b/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.map @@ -8,7 +8,7 @@ - + diff --git a/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.md5 b/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.md5 index a610e9310..45d9c504d 100644 --- a/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.md5 +++ b/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.md5 @@ -1 +1 @@ -bd035a2fc62e6184f3d39237026c12b4 \ No newline at end of file +4d3650f99e161843980d29ab0ea573ce \ No newline at end of file diff --git a/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.svg b/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.svg index 95d52b2f6..de03aeac5 100644 --- a/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.svg +++ b/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.svg @@ -138,7 +138,7 @@ var sectionId = 'dynsection-28'; Node135 - + get_next_available _memory_addr diff --git a/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph_org.svg b/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph_org.svg index 63bf3723a..faf9695c2 100644 --- a/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph_org.svg +++ b/code__80091750_8c_a4c171632ff32db3cbe13719e6478d536_cgraph_org.svg @@ -92,7 +92,7 @@ Node135 - + get_next_available _memory_addr diff --git a/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph.map b/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph.map index 44b1cedff..e960e6033 100644 --- a/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph.map +++ b/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph.map @@ -8,6 +8,6 @@ - + diff --git a/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph.md5 b/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph.md5 index bff3e6da1..4944de799 100644 --- a/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph.md5 +++ b/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph.md5 @@ -1 +1 @@ -b970f60f1ea6edb2e2a28433e9f13cb8 \ No newline at end of file +38173b6414e0a3ec6483610bcf47d9f9 \ No newline at end of file diff --git a/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph.svg b/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph.svg index 576d08242..bbdcfe700 100644 --- a/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph.svg +++ b/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph.svg @@ -102,7 +102,7 @@ Node6 - + get_next_available _memory_addr diff --git a/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph_org.svg b/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph_org.svg index cfd2ccb24..335a7ae32 100644 --- a/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph_org.svg +++ b/code__80091750_8c_a8f942ce2eea4297b90318c3a439f552a_cgraph_org.svg @@ -92,7 +92,7 @@ Node6 - + get_next_available _memory_addr diff --git a/code__80091750_8h.html b/code__80091750_8h.html index e6015cb9e..fce9b9145 100644 --- a/code__80091750_8h.html +++ b/code__80091750_8h.html @@ -2033,7 +2033,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:
@@ -13035,7 +13035,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/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph.map b/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph.map index e23a884bc..85d5d5a9e 100644 --- a/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph.map +++ b/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph.map @@ -12,7 +12,7 @@ - + diff --git a/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph.md5 b/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph.md5 index e5303d6ed..560186b44 100644 --- a/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph.md5 +++ b/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph.md5 @@ -1 +1 @@ -6ab6cc0f6919641a7ec62a63a665972f \ No newline at end of file +ee6142a4174715a0fa4b4603cc21fc62 \ No newline at end of file diff --git a/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph.svg b/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph.svg index 693d0cd41..f243db293 100644 --- a/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph.svg +++ b/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph.svg @@ -174,7 +174,7 @@ var sectionId = 'dynsection-33'; Node53 - + get_next_available _memory_addr diff --git a/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph_org.svg b/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph_org.svg index 9b35a8154..e6fc1a2c7 100644 --- a/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph_org.svg +++ b/code__80091750_8h_a11daab0c2cb2700179b2325d2c619769_cgraph_org.svg @@ -128,7 +128,7 @@ Node53 - + get_next_available _memory_addr diff --git a/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph.map b/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph.map index 44b1cedff..e960e6033 100644 --- a/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph.map +++ b/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph.map @@ -8,6 +8,6 @@ - + diff --git a/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph.md5 b/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph.md5 index bff3e6da1..4944de799 100644 --- a/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph.md5 +++ b/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph.md5 @@ -1 +1 @@ -b970f60f1ea6edb2e2a28433e9f13cb8 \ No newline at end of file +38173b6414e0a3ec6483610bcf47d9f9 \ No newline at end of file diff --git a/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph.svg b/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph.svg index 576d08242..bbdcfe700 100644 --- a/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph.svg +++ b/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph.svg @@ -102,7 +102,7 @@ Node6 - + get_next_available _memory_addr diff --git a/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph_org.svg b/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph_org.svg index cfd2ccb24..335a7ae32 100644 --- a/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph_org.svg +++ b/code__80091750_8h_a8f942ce2eea4297b90318c3a439f552a_cgraph_org.svg @@ -92,7 +92,7 @@ Node6 - + get_next_available _memory_addr diff --git a/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.map b/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.map index b425781e3..1ee67361f 100644 --- a/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.map +++ b/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.map @@ -1,5 +1,5 @@ - + diff --git a/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.md5 b/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.md5 index abc8ecda7..1b36545fd 100644 --- a/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.md5 +++ b/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.md5 @@ -1 +1 @@ -4857d004028adcd62388d94e8ffe2cf2 \ No newline at end of file +a4934aa6868b998a51e81207d7a191e8 \ No newline at end of file diff --git a/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.svg b/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.svg index a85de5c7a..3d90c84be 100644 --- a/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.svg +++ b/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.svg @@ -30,7 +30,7 @@ Node2 - + get_next_available _memory_addr diff --git a/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph_org.svg b/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph_org.svg index 24872363c..ed68b8834 100644 --- a/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph_org.svg +++ b/code__800AF9B0_8c_aa14849d67fb7d26d11f85ac19898ac7f_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + get_next_available _memory_addr diff --git a/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.map b/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.map index b425781e3..1ee67361f 100644 --- a/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.map +++ b/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.map @@ -1,5 +1,5 @@ - + diff --git a/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.md5 b/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.md5 index abc8ecda7..1b36545fd 100644 --- a/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.md5 +++ b/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.md5 @@ -1 +1 @@ -4857d004028adcd62388d94e8ffe2cf2 \ No newline at end of file +a4934aa6868b998a51e81207d7a191e8 \ No newline at end of file diff --git a/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.svg b/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.svg index a85de5c7a..3d90c84be 100644 --- a/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.svg +++ b/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph.svg @@ -30,7 +30,7 @@ Node2 - + get_next_available _memory_addr diff --git a/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph_org.svg b/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph_org.svg index 24872363c..ed68b8834 100644 --- a/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph_org.svg +++ b/code__800AF9B0_8h_aa14849d67fb7d26d11f85ac19898ac7f_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + get_next_available _memory_addr diff --git a/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph.map b/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph.map index 3b946fc32..937f79dce 100644 --- a/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph.map +++ b/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph.map @@ -74,7 +74,7 @@ - + diff --git a/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph.md5 b/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph.md5 index 5aa00c320..4f90bded8 100644 --- a/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph.md5 +++ b/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph.md5 @@ -1 +1 @@ -30689079d125445a407f47270c809470 \ No newline at end of file +60ff843a8ef9fa1d5b4a512cb0fc9000 \ No newline at end of file diff --git a/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph.svg b/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph.svg index 43d0af12d..09c2116a5 100644 --- a/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph.svg +++ b/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph.svg @@ -732,7 +732,7 @@ var sectionId = 'dynsection-8'; Node59 - + get_next_available _memory_addr diff --git a/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph_org.svg b/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph_org.svg index 9592b0854..1edccebeb 100644 --- a/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph_org.svg +++ b/code__80280000_8c_a9a346a82a8367a41c07f51e012e4cd92_cgraph_org.svg @@ -686,7 +686,7 @@ Node59 - + get_next_available _memory_addr diff --git a/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph.map b/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph.map index 3b946fc32..937f79dce 100644 --- a/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph.map +++ b/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph.map @@ -74,7 +74,7 @@ - + diff --git a/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph.md5 b/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph.md5 index 5aa00c320..4f90bded8 100644 --- a/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph.md5 +++ b/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph.md5 @@ -1 +1 @@ -30689079d125445a407f47270c809470 \ No newline at end of file +60ff843a8ef9fa1d5b4a512cb0fc9000 \ No newline at end of file diff --git a/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph.svg b/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph.svg index 8d57a1cd1..7d8b21eb6 100644 --- a/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph.svg +++ b/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph.svg @@ -732,7 +732,7 @@ var sectionId = 'dynsection-9'; Node59 - + get_next_available _memory_addr diff --git a/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph_org.svg b/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph_org.svg index 9592b0854..1edccebeb 100644 --- a/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph_org.svg +++ b/code__80280000_8h_a9a346a82a8367a41c07f51e012e4cd92_cgraph_org.svg @@ -686,7 +686,7 @@ Node59 - + get_next_available _memory_addr diff --git a/code__80281780_8c.html b/code__80281780_8c.html index 3f35b7287..398724a8d 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_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.map b/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.map index 3244e2b72..f9b1c88cf 100644 --- a/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.map +++ b/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.map @@ -32,7 +32,7 @@ - + diff --git a/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.md5 b/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.md5 index 88ff8d58e..4a3fb6486 100644 --- a/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.md5 +++ b/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.md5 @@ -1 +1 @@ -8b28d8a18d64936fff775644f1544e14 \ No newline at end of file +03f4631bc250efb8bdea537178870cd2 \ No newline at end of file diff --git a/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.svg b/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.svg index a2bf61595..6b247cef2 100644 --- a/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.svg +++ b/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.svg @@ -356,7 +356,7 @@ var sectionId = 'dynsection-6'; Node4 - + get_next_available _memory_addr diff --git a/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph_org.svg b/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph_org.svg index 90e42619e..00726be9b 100644 --- a/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph_org.svg +++ b/code__80281780_8c_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph_org.svg @@ -310,7 +310,7 @@ Node4 - + get_next_available _memory_addr diff --git a/code__80281780_8h.html b/code__80281780_8h.html index 3f3eb911a..9ae89542e 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/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.map b/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.map index 3244e2b72..f9b1c88cf 100644 --- a/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.map +++ b/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.map @@ -32,7 +32,7 @@ - + diff --git a/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.md5 b/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.md5 index 88ff8d58e..4a3fb6486 100644 --- a/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.md5 +++ b/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.md5 @@ -1 +1 @@ -8b28d8a18d64936fff775644f1544e14 \ No newline at end of file +03f4631bc250efb8bdea537178870cd2 \ No newline at end of file diff --git a/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.svg b/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.svg index a24a30c59..a25847d2e 100644 --- a/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.svg +++ b/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph.svg @@ -356,7 +356,7 @@ var sectionId = 'dynsection-6'; Node4 - + get_next_available _memory_addr diff --git a/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph_org.svg b/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph_org.svg index 90e42619e..00726be9b 100644 --- a/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph_org.svg +++ b/code__80281780_8h_af227cfd0f1fd3d6adbe9a29ad59b4dc8_cgraph_org.svg @@ -310,7 +310,7 @@ Node4 - + get_next_available _memory_addr diff --git a/collision_8h.html b/collision_8h.html index 66704d12c..57b7241fb 100644 --- a/collision_8h.html +++ b/collision_8h.html @@ -111,7 +111,7 @@ $(function(){initNavTree('collision_8h.html',''); initResizable(true); });
collision.h File Reference
-
#include "common_structs.h"
+
#include <common_structs.h>
Include dependency graph for collision.h:
@@ -192,8 +192,8 @@ Functions   void find_and_set_tile_size (uintptr_t, s32, s32)   -void set_vertex_colours (u32, u32, s32, s8, u8, u8, u8) -  +void set_vertex_colours (uintptr_t, u32, s32, s8, u8, u8, u8) +  void find_vtx_and_set_colours (uintptr_t, s8, u8, u8, u8)   void subtract_scaled_vector (Vec3f, f32, Vec3f) @@ -1166,8 +1166,8 @@ Here is the caller graph for this function:
- -

◆ set_vertex_colours()

+ +

◆ set_vertex_colours()

@@ -1175,7 +1175,7 @@ Here is the caller graph for this function:
void set_vertex_colours ( - u32 , + uintptr_t , diff --git a/collision_8h.js b/collision_8h.js index 5158c93d7..3ff984e27 100644 --- a/collision_8h.js +++ b/collision_8h.js @@ -29,7 +29,7 @@ var collision_8h = [ "nullify_displaylist", "collision_8h.html#ad04f3719af9173bf585ec2e0902baebe", null ], [ "process_collision", "collision_8h.html#a01f4caef53d13ee192fdbae23290bfaa", null ], [ "process_shell_collision", "collision_8h.html#a7d6d7cbd35ab76257acea05550097eaa", null ], - [ "set_vertex_colours", "collision_8h.html#a547bc2dcba7057760e3cc69bc5626b68", null ], + [ "set_vertex_colours", "collision_8h.html#aaf0c207528a562d4fe836d6d0d904dd8", null ], [ "set_vtx_buffer", "collision_8h.html#a64d962d7e19f12e029fb038a5478611b", null ], [ "shell_collision", "collision_8h.html#a99aab337d05429f6a81d3ebb18052db7", null ], [ "spawn_actor_on_surface", "collision_8h.html#abea1129e3bf97441713011770b3fb20b", null ], diff --git a/collision_8h_source.html b/collision_8h_source.html index b4d546d40..a200b324e 100644 --- a/collision_8h_source.html +++ b/collision_8h_source.html @@ -111,7 +111,7 @@ $(function(){initNavTree('collision_8h_source.html',''); initResizable(true); }) Go to the documentation of this file.
1#ifndef collision_H
2#define collision_H
3
-
4#include "common_structs.h"
+
4#include <common_structs.h>
5
6#define COLLISION 0x1
7#define NO_COLLISION 0x0
@@ -145,7 +145,7 @@ $(function(){initNavTree('collision_8h_source.html',''); initResizable(true); })
36void generate_collision_mesh(Gfx*, s8, u16);
37void find_and_set_tile_size(uintptr_t, s32, s32);
- +
38void set_vertex_colours(uintptr_t, u32, s32, s8, u8, u8, u8);
39void find_vtx_and_set_colours(uintptr_t, s8, u8, u8, u8);
41
@@ -160,9 +160,8 @@ $(function(){initNavTree('collision_8h_source.html',''); initResizable(true); })
void generate_collision_mesh_with_default_section_id(Gfx *, s8)
Definition collision.c:1980
f32 func_802ABEAC(Collision *, Vec3f)
Definition collision.c:527
void generate_collision_mesh_with_defaults(Gfx *)
Definition collision.c:1973
-
void set_vertex_colours(u32, u32, s32, s8, u8, u8, u8)
f32 func_802AAB4C(Player *)
Definition collision.c:43
-
void set_vtx_buffer(uintptr_t, u32, u32)
Definition collision.c:1789
+
void set_vtx_buffer(uintptr_t, u32, u32)
Definition collision.c:1788
s32 check_collision_zy(Collision *, f32, f32, f32, f32, u16)
Definition collision.c:325
void adjust_pos_orthogonally(Vec3f, f32, Vec3f, f32)
s16 get_section_id(u16)
Definition collision.c:499
@@ -170,16 +169,17 @@ $(function(){initNavTree('collision_8h_source.html',''); initResizable(true); })
void find_and_set_tile_size(uintptr_t, s32, s32)
Definition collision.c:2036
s32 check_collision_yx(Collision *, f32, f32, f32, f32, u16)
Definition collision.c:219
void shell_collision(Collision *, Vec3f)
Definition collision.c:586
-
void generate_collision_grid(void)
Definition collision.c:1904
+
void generate_collision_grid(void)
Definition collision.c:1903
s16 func_802ABDB8(u16)
Definition collision.c:509
void func_802AAAAC(Collision *)
Definition collision.c:28
-
s32 is_line_intersecting_rectangle(s16, s16, s16, s16, s16, s16, s16, s16)
Definition collision.c:1803
-
f32 spawn_actor_on_surface(f32, f32, f32)
Definition collision.c:1447
+
void set_vertex_colours(uintptr_t, u32, s32, s8, u8, u8, u8)
+
s32 is_line_intersecting_rectangle(s16, s16, s16, s16, s16, s16, s16, s16)
Definition collision.c:1802
+
f32 spawn_actor_on_surface(f32, f32, f32)
Definition collision.c:1446
void subtract_scaled_vector(Vec3f, f32, Vec3f)
Definition collision.c:2104
void nullify_displaylist(uintptr_t)
Definition collision.c:17
s16 func_802ABDF4(u16)
Definition collision.c:514
-
s32 is_triangle_intersecting_bounding_box(s16, s16, s16, s16, u16)
Definition collision.c:1863
-
u16 check_bounding_collision(Collision *, f32, f32, f32, f32)
Definition collision.c:1335
+
s32 is_triangle_intersecting_bounding_box(s16, s16, s16, s16, u16)
Definition collision.c:1862
+
u16 check_bounding_collision(Collision *, f32, f32, f32, f32)
Definition collision.c:1334
u16 actor_terrain_collision(Collision *, f32, f32, f32, f32, f32, f32, f32)
Definition collision.c:1221
s16 func_802ABD7C(u16)
Definition collision.c:504
diff --git a/controlflow.html b/controlflow.html index c584a213b..db558889a 100644 --- a/controlflow.html +++ b/controlflow.html @@ -117,7 +117,7 @@ $(function(){initNavTree('controlflow.html',''); initResizable(true); });
  • Players
  • Actors
  • Objects
  • -
  • Courses
  • 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/functions_f.html b/functions_f.html index e03a490bd..07604f94f 100644 --- a/functions_f.html +++ b/functions_f.html @@ -158,7 +158,7 @@ $(function(){initNavTree('functions_f.html',''); initResizable(true); });
  • frameX : uObjBg_t, uObjScaleBg_t
  • frameY : uObjBg_t, uObjScaleBg_t
  • freePtr : AllocOnlyPool
  • -
  • freeSpace : MainPoolState
  • +
  • freeSpace : MainPoolState
  • freqScale : NoteAttributes, ReverbInfo, SequenceChannel, SequenceChannelLayer
  • frequency : AudioBufferParametersEU, AudioSessionSettings, AudioSessionSettingsEU
  • freshness : SoundCharacteristics
  • diff --git a/functions_u.html b/functions_u.html index bb83a2dde..afe745c49 100644 --- a/functions_u.html +++ b/functions_u.html @@ -148,7 +148,7 @@ $(function(){initNavTree('functions_u.html',''); initResizable(true); });
  • unk36 : CeremonyActor
  • unk38 : CeremonyActor, Firework, UnkStruct_80287500
  • unk3C : CinematicCamera, Firework, UnkStruct_800DC5EC
  • -
  • unk4 : _struct_gCoursePathSizes_0x10, D_80150158, Skybox, stru_80004EAC, struct_8018E0E8_entry, struct_80282C40, struct_80283430, struct_80286A04, struct_D_802874D8, Test, unexpiredActors, UnkPlayerInner, UnkStr_802AA7C8, UnkStruct8018EF18, UnkStruct80287560, UnkStruct802AF7B4, UnkStruct_46D0, UnkStruct_800DDB40, UnkStruct_802B53C8, UnkStruct_802B8CD4
  • +
  • unk4 : _struct_gCoursePathSizes_0x10, D_80150158, Skybox, stru_80004EAC, struct_8018E0E8_entry, struct_80282C40, struct_80283430, struct_80286A04, struct_D_802874D8, Test, unexpiredActors, UnkPlayerInner, UnkStr_802AA7C8, UnkStruct8018EF18, UnkStruct80287560, UnkStruct802AF7B4, UnkStruct_46D0, UnkStruct_800DDB40, UnkStruct_802B53C8, UnkStruct_802B8CD4
  • unk40 : CeremonyActor, Firework
  • unk42 : UnkStruct_800DC5EC
  • unk44 : CeremonyActor, Firework
  • @@ -167,7 +167,7 @@ $(function(){initNavTree('functions_u.html',''); initResizable(true); });
  • unk68 : CinematicCamera, credits_data_1FA0
  • unk6C : CinematicCamera, Collision, credits_data_1FA0
  • unk6E : CinematicCamera, credits_data_1FA0
  • -
  • unk8 : _struct_gCoursePathSizes_0x10, ActorInitParams, CeremonyActor, D_80150158, Firework, Skybox, stru_80004EAC, struct_8018D9E0_entry, struct_80286A04, struct_80286A10, Test, unexpiredActors, UnkActorSpawnData, UnkPlayerInner, UnkStr_802AA7C8, UnkStruct8018EF18, UnkStruct80287560, UnkStruct_800DDB40, UnkStruct_802B53C8, UnkStruct_802B8CD4
  • +
  • unk8 : _struct_gCoursePathSizes_0x10, ActorInitParams, CeremonyActor, D_80150158, Firework, Skybox, stru_80004EAC, struct_8018D9E0_entry, struct_80286A04, struct_80286A10, Test, unexpiredActors, UnkActorSpawnData, UnkPlayerInner, UnkStr_802AA7C8, UnkStruct8018EF18, UnkStruct80287560, UnkStruct_800DDB40, UnkStruct_802B53C8, UnkStruct_802B8CD4
  • unk9 : ActorInitParams, CeremonyActor, Firework, UnkStruct8018EF18
  • unk_0 : UnkCameraInner
  • unk_00 : D_801642D8_entry, struct_8018EE10_entry, struct_D_8018CE10, struct_D_801930D0_inner, struct_D_802DFB80
  • @@ -369,7 +369,7 @@ $(function(){initNavTree('functions_u.html',''); initResizable(true); });
  • unk_DB4 : Player
  • unkA : ActorInitParams, CeremonyActor, Firework, Skybox
  • unkB : ActorInitParams
  • -
  • unkC : CeremonyActor, D_80150158, Firework, struct_801642D8, struct_80283431, struct_80286A04, struct_80286A10, SynthesisReverb, Test, unexpiredActors, UnkPlayerInner, UnkStr_802AA7C8, UnkStruct_800DC5EC, UnkStruct_800DDB40, UnkStruct_80287500, UnkStruct_802B53C8
  • +
  • unkC : CeremonyActor, D_80150158, Firework, struct_801642D8, struct_80283431, struct_80286A04, struct_80286A10, SynthesisReverb, Test, unexpiredActors, UnkPlayerInner, UnkStr_802AA7C8, UnkStruct_800DC5EC, UnkStruct_800DDB40, UnkStruct_80287500, UnkStruct_802B53C8
  • unkE : CeremonyActor, Firework
  • unkF8 : SynthesisReverb
  • unkFC : SynthesisReverb
  • diff --git a/functions_vars_f.html b/functions_vars_f.html index c40cf88d6..d63ceaacf 100644 --- a/functions_vars_f.html +++ b/functions_vars_f.html @@ -158,7 +158,7 @@ $(function(){initNavTree('functions_vars_f.html',''); initResizable(true); });
  • frameX : uObjBg_t, uObjScaleBg_t
  • frameY : uObjBg_t, uObjScaleBg_t
  • freePtr : AllocOnlyPool
  • -
  • freeSpace : MainPoolState
  • +
  • freeSpace : MainPoolState
  • freqScale : NoteAttributes, ReverbInfo, SequenceChannel, SequenceChannelLayer
  • frequency : AudioBufferParametersEU, AudioSessionSettings, AudioSessionSettingsEU
  • freshness : SoundCharacteristics
  • diff --git a/functions_vars_u.html b/functions_vars_u.html index 3a6638b59..4b4890e96 100644 --- a/functions_vars_u.html +++ b/functions_vars_u.html @@ -148,7 +148,7 @@ $(function(){initNavTree('functions_vars_u.html',''); initResizable(true); });
  • unk36 : CeremonyActor
  • unk38 : CeremonyActor, Firework, UnkStruct_80287500
  • unk3C : CinematicCamera, Firework, UnkStruct_800DC5EC
  • -
  • unk4 : _struct_gCoursePathSizes_0x10, D_80150158, Skybox, stru_80004EAC, struct_8018E0E8_entry, struct_80282C40, struct_80283430, struct_80286A04, struct_D_802874D8, Test, unexpiredActors, UnkPlayerInner, UnkStr_802AA7C8, UnkStruct8018EF18, UnkStruct80287560, UnkStruct802AF7B4, UnkStruct_46D0, UnkStruct_800DDB40, UnkStruct_802B53C8, UnkStruct_802B8CD4
  • +
  • unk4 : _struct_gCoursePathSizes_0x10, D_80150158, Skybox, stru_80004EAC, struct_8018E0E8_entry, struct_80282C40, struct_80283430, struct_80286A04, struct_D_802874D8, Test, unexpiredActors, UnkPlayerInner, UnkStr_802AA7C8, UnkStruct8018EF18, UnkStruct80287560, UnkStruct802AF7B4, UnkStruct_46D0, UnkStruct_800DDB40, UnkStruct_802B53C8, UnkStruct_802B8CD4
  • unk40 : CeremonyActor, Firework
  • unk42 : UnkStruct_800DC5EC
  • unk44 : CeremonyActor, Firework
  • @@ -167,7 +167,7 @@ $(function(){initNavTree('functions_vars_u.html',''); initResizable(true); });
  • unk68 : CinematicCamera, credits_data_1FA0
  • unk6C : CinematicCamera, Collision, credits_data_1FA0
  • unk6E : CinematicCamera, credits_data_1FA0
  • -
  • unk8 : _struct_gCoursePathSizes_0x10, ActorInitParams, CeremonyActor, D_80150158, Firework, Skybox, stru_80004EAC, struct_8018D9E0_entry, struct_80286A04, struct_80286A10, Test, unexpiredActors, UnkActorSpawnData, UnkPlayerInner, UnkStr_802AA7C8, UnkStruct8018EF18, UnkStruct80287560, UnkStruct_800DDB40, UnkStruct_802B53C8, UnkStruct_802B8CD4
  • +
  • unk8 : _struct_gCoursePathSizes_0x10, ActorInitParams, CeremonyActor, D_80150158, Firework, Skybox, stru_80004EAC, struct_8018D9E0_entry, struct_80286A04, struct_80286A10, Test, unexpiredActors, UnkActorSpawnData, UnkPlayerInner, UnkStr_802AA7C8, UnkStruct8018EF18, UnkStruct80287560, UnkStruct_800DDB40, UnkStruct_802B53C8, UnkStruct_802B8CD4
  • unk9 : ActorInitParams, CeremonyActor, Firework, UnkStruct8018EF18
  • unk_0 : UnkCameraInner
  • unk_00 : D_801642D8_entry, struct_8018EE10_entry, struct_D_8018CE10, struct_D_801930D0_inner, struct_D_802DFB80
  • @@ -369,7 +369,7 @@ $(function(){initNavTree('functions_vars_u.html',''); initResizable(true); });
  • unk_DB4 : Player
  • unkA : ActorInitParams, CeremonyActor, Firework, Skybox
  • unkB : ActorInitParams
  • -
  • unkC : CeremonyActor, D_80150158, Firework, struct_801642D8, struct_80283431, struct_80286A04, struct_80286A10, SynthesisReverb, Test, unexpiredActors, UnkPlayerInner, UnkStr_802AA7C8, UnkStruct_800DC5EC, UnkStruct_800DDB40, UnkStruct_80287500, UnkStruct_802B53C8
  • +
  • unkC : CeremonyActor, D_80150158, Firework, struct_801642D8, struct_80283431, struct_80286A04, struct_80286A10, SynthesisReverb, Test, unexpiredActors, UnkPlayerInner, UnkStr_802AA7C8, UnkStruct_800DC5EC, UnkStruct_800DDB40, UnkStruct_80287500, UnkStruct_802B53C8
  • unkE : CeremonyActor, Firework
  • unkF8 : SynthesisReverb
  • unkFC : SynthesisReverb
  • diff --git a/globals_a.html b/globals_a.html index 18dea68d2..e20b33b10 100644 --- a/globals_a.html +++ b/globals_a.html @@ -263,8 +263,8 @@ $(function(){initNavTree('globals_a.html',''); initResizable(true); });
  • alloc_note_from_active() : playback.c, playback.h
  • alloc_note_from_decaying() : playback.c, playback.h
  • alloc_note_from_disabled() : playback.c, playback.h
  • -
  • alloc_only_pool_init() : memory.c, memory.h
  • -
  • allocate_memory() : memory.c, memory.h
  • +
  • alloc_only_pool_init() : memory.c, memory.h
  • +
  • allocate_memory() : memory.c, memory.h
  • allocate_sequence_channel() : seqplayer.c, seqplayer.h
  • ALMicroTime : libaudio_internal.h
  • ALPan : libaudio_internal.h
  • diff --git a/globals_f.html b/globals_f.html index a3d20643b..463908800 100644 --- a/globals_f.html +++ b/globals_f.html @@ -2189,8 +2189,8 @@ $(function(){initNavTree('globals_f.html',''); initResizable(true); });
  • func_802A80B0() : memory.c, memory.h
  • func_802A8190() : memory.c
  • func_802A81EC() : memory.c, memory.h
  • -
  • func_802A82AC() : memory.c, memory.h
  • -
  • func_802A8348() : memory.c, memory.h
  • +
  • func_802A82AC() : memory.c, memory.h
  • +
  • func_802A8348() : memory.c, memory.h
  • func_802A841C() : memory.c
  • func_802A86A8() : memory.c
  • func_802A8844() : memory.c, memory.h
  • diff --git a/globals_func_a.html b/globals_func_a.html index 45f6a90b9..ce9e97f71 100644 --- a/globals_func_a.html +++ b/globals_func_a.html @@ -132,8 +132,8 @@ $(function(){initNavTree('globals_func_a.html',''); initResizable(true); });
  • alloc_note_from_active() : playback.c, playback.h
  • alloc_note_from_decaying() : playback.c, playback.h
  • alloc_note_from_disabled() : playback.c, playback.h
  • -
  • alloc_only_pool_init() : memory.c, memory.h
  • -
  • allocate_memory() : memory.c, memory.h
  • +
  • alloc_only_pool_init() : memory.c, memory.h
  • +
  • allocate_memory() : memory.c, memory.h
  • allocate_sequence_channel() : seqplayer.c, seqplayer.h
  • alSeqFileNew() : alBnkfNew.c, libaudio.h
  • angle_between_object_camera() : code_80086E70.c, code_80086E70.h
  • diff --git a/globals_func_f.html b/globals_func_f.html index b7583dd0b..84c006e8d 100644 --- a/globals_func_f.html +++ b/globals_func_f.html @@ -2131,8 +2131,8 @@ $(function(){initNavTree('globals_func_f.html',''); initResizable(true); });
  • func_802A80B0() : memory.c, memory.h
  • func_802A8190() : memory.c
  • func_802A81EC() : memory.c, memory.h
  • -
  • func_802A82AC() : memory.c, memory.h
  • -
  • func_802A8348() : memory.c, memory.h
  • +
  • func_802A82AC() : memory.c, memory.h
  • +
  • func_802A8348() : memory.c, memory.h
  • func_802A841C() : memory.c
  • func_802A86A8() : memory.c
  • func_802A8844() : memory.c, memory.h
  • diff --git a/globals_func_g.html b/globals_func_g.html index 891e02d03..8763d0850 100644 --- a/globals_func_g.html +++ b/globals_func_g.html @@ -131,7 +131,7 @@ $(function(){initNavTree('globals_func_g.html',''); initResizable(true); });
  • get_instrument() : seqplayer.c, seqplayer.h
  • get_instrument_inner() : playback.c, playback.h
  • get_missing_bank() : load.c, load.h
  • -
  • get_next_available_memory_addr() : memory.c, memory.h
  • +
  • get_next_available_memory_addr() : memory.c, memory.h
  • get_player_index_for_player() : player_controller.c, player_controller.h
  • get_portamento_freq_scale() : effects.c, effects.h
  • get_section_id() : collision.c, collision.h
  • diff --git a/globals_func_m.html b/globals_func_m.html index 92ac3916c..252e7491b 100644 --- a/globals_func_m.html +++ b/globals_func_m.html @@ -113,15 +113,15 @@ $(function(){initNavTree('globals_func_m.html',''); initResizable(true); });
  • m64_read_u8() : seqplayer.c, seqplayer.h
  • main_func() : main.c, main.h
  • main_menu_act() : menus.h
  • -
  • main_pool_alloc() : memory.c, memory.h
  • -
  • main_pool_available() : memory.c, memory.h
  • -
  • main_pool_free() : memory.c, memory.h
  • -
  • main_pool_init() : memory.c, memory.h
  • -
  • main_pool_pop_state() : memory.c, memory.h
  • -
  • main_pool_push_state() : memory.c, memory.h
  • -
  • main_pool_realloc() : memory.c, memory.h
  • +
  • main_pool_alloc() : memory.c, memory.h
  • +
  • main_pool_available() : memory.c, memory.h
  • +
  • main_pool_free() : memory.c, memory.h
  • +
  • main_pool_init() : memory.c, memory.h
  • +
  • main_pool_pop_state() : memory.c, memory.h
  • +
  • main_pool_push_state() : memory.c, memory.h
  • +
  • main_pool_realloc() : memory.c, memory.h
  • memcpy() : string.c, string.h
  • -
  • MIO0_0F() : memory.c, memory.h
  • +
  • MIO0_0F() : memory.c, memory.h
  • mio0decode() : decode.h
  • mio0encode() : staff_ghosts.c, staff_ghosts.h
  • move_f32_towards() : render_player.c, render_player.h
  • diff --git a/globals_func_s.html b/globals_func_s.html index 7da95e020..f36bd2a32 100644 --- a/globals_func_s.html +++ b/globals_func_s.html @@ -168,7 +168,7 @@ $(function(){initNavTree('globals_func_s.html',''); initResizable(true); });
  • set_type_object() : update_objects.c
  • set_vblank_handler() : main.c, main.h
  • set_vehicle_render_distance_flags() : code_80005FD0.c, code_80005FD0.h
  • -
  • set_vertex_colours() : collision.c, collision.h
  • +
  • set_vertex_colours() : collision.c, collision.h
  • set_viewport() : skybox_and_splitscreen.c, skybox_and_splitscreen.h
  • set_viewport2() : skybox_and_splitscreen.c, skybox_and_splitscreen.h
  • set_vtx_buffer() : collision.c, collision.h
  • diff --git a/globals_func_u.html b/globals_func_u.html index 29217aa31..f3ca4d014 100644 --- a/globals_func_u.html +++ b/globals_func_u.html @@ -112,21 +112,21 @@ $(function(){initNavTree('globals_func_u.html',''); initResizable(true); });
  • u16_step_up_towards() : math_util_2.c, math_util_2.h
  • unk_pool1_lookup() : heap.c, heap.h
  • unpack_clear_geometry_mode() : memory.c, memory.h
  • -
  • unpack_combine_mode1() : memory.c, memory.h
  • -
  • unpack_combine_mode2() : memory.c, memory.h
  • -
  • unpack_combine_mode4() : memory.c, memory.h
  • -
  • unpack_combine_mode5() : memory.c, memory.h
  • -
  • unpack_combine_mode_shade() : memory.c, memory.h
  • +
  • unpack_combine_mode1() : memory.c, memory.h
  • +
  • unpack_combine_mode2() : memory.c, memory.h
  • +
  • unpack_combine_mode4() : memory.c, memory.h
  • +
  • unpack_combine_mode5() : memory.c, memory.h
  • +
  • unpack_combine_mode_shade() : memory.c, memory.h
  • unpack_cull_displaylist() : memory.c, memory.h
  • unpack_displaylist() : memory.c, memory.h
  • unpack_end_displaylist() : memory.c, memory.h
  • unpack_lights() : memory.c, memory.h
  • unpack_quadrangle() : memory.c
  • -
  • unpack_render_mode_opaque() : memory.c, memory.h
  • -
  • unpack_render_mode_opaque_decal() : memory.c, memory.h
  • -
  • unpack_render_mode_tex_edge() : memory.c, memory.h
  • -
  • unpack_render_mode_translucent() : memory.c, memory.h
  • -
  • unpack_render_mode_translucent_decal() : memory.c, memory.h
  • +
  • unpack_render_mode_opaque() : memory.c, memory.h
  • +
  • unpack_render_mode_opaque_decal() : memory.c, memory.h
  • +
  • unpack_render_mode_tex_edge() : memory.c, memory.h
  • +
  • unpack_render_mode_translucent() : memory.c, memory.h
  • +
  • unpack_render_mode_translucent_decal() : memory.c, memory.h
  • unpack_set_geometry_mode() : memory.c, memory.h
  • unpack_spline_3D() : memory.c
  • unpack_texture_off() : memory.c, memory.h
  • diff --git a/globals_g.html b/globals_g.html index 85503af4b..df0999f04 100644 --- a/globals_g.html +++ b/globals_g.html @@ -836,7 +836,7 @@ $(function(){initNavTree('globals_g.html',''); initResizable(true); });
  • GET_LOW_S16_OF_32 : mk64.h
  • GET_LOW_U16_OF_32 : mk64.h
  • get_missing_bank() : load.c, load.h
  • -
  • get_next_available_memory_addr() : memory.c, memory.h
  • +
  • get_next_available_memory_addr() : memory.c, memory.h
  • GET_PACKED_END : macros.h
  • get_player_index_for_player() : player_controller.c, player_controller.h
  • get_portamento_freq_scale() : effects.c, effects.h
  • diff --git a/globals_m.html b/globals_m.html index 75eee6f34..9119ff093 100644 --- a/globals_m.html +++ b/globals_m.html @@ -124,13 +124,13 @@ $(function(){initNavTree('globals_m.html',''); initResizable(true); });
  • MAIN_MENU : defines.h
  • main_menu_act() : menus.h
  • MAIN_MENU_FROM_QUIT : defines.h
  • -
  • main_pool_alloc() : memory.c, memory.h
  • -
  • main_pool_available() : memory.c, memory.h
  • -
  • main_pool_free() : memory.c, memory.h
  • -
  • main_pool_init() : memory.c, memory.h
  • -
  • main_pool_pop_state() : memory.c, memory.h
  • -
  • main_pool_push_state() : memory.c, memory.h
  • -
  • main_pool_realloc() : memory.c, memory.h
  • +
  • main_pool_alloc() : memory.c, memory.h
  • +
  • main_pool_available() : memory.c, memory.h
  • +
  • main_pool_free() : memory.c, memory.h
  • +
  • main_pool_init() : memory.c, memory.h
  • +
  • main_pool_pop_state() : memory.c, memory.h
  • +
  • main_pool_push_state() : memory.c, memory.h
  • +
  • main_pool_realloc() : memory.c, memory.h
  • MAKE_RGB : code_80057C60.c
  • MARIO : defines.h
  • mario_raceway_dls : all_course_offsets.h, course_offsets.c
  • @@ -204,7 +204,7 @@ $(function(){initNavTree('globals_m.html',''); initResizable(true); });
  • MI_VERSION_REG : hardware.h, rcp.h
  • MICRO_STATUS : hardware.h
  • MIN3 : collision.c
  • -
  • MIO0_0F() : memory.c, memory.h
  • +
  • MIO0_0F() : memory.c, memory.h
  • mio0decode() : decode.h
  • mio0encode() : staff_ghosts.c, staff_ghosts.h
  • MK64 : __osDevMgrMain.c, osLeoDiskInit.c
  • diff --git a/globals_s.html b/globals_s.html index befa0b0f6..858842525 100644 --- a/globals_s.html +++ b/globals_s.html @@ -259,7 +259,7 @@ $(function(){initNavTree('globals_s.html',''); initResizable(true); });
  • set_type_object() : update_objects.c
  • set_vblank_handler() : main.c, main.h
  • set_vehicle_render_distance_flags() : code_80005FD0.c, code_80005FD0.h
  • -
  • set_vertex_colours() : collision.c, collision.h
  • +
  • set_vertex_colours() : collision.c, collision.h
  • set_viewport() : skybox_and_splitscreen.c, skybox_and_splitscreen.h
  • set_viewport2() : skybox_and_splitscreen.c, skybox_and_splitscreen.h
  • set_vtx_buffer() : collision.c, collision.h
  • @@ -496,7 +496,7 @@ $(function(){initNavTree('globals_s.html',''); initResizable(true); });
  • sPersistentCommonPoolSplit : heap.c, heap.h
  • splash_menu_act() : menus.c, menus.h
  • sPodiumActorList : podium_ceremony_actors.c, podium_ceremony_actors.h
  • -
  • sPoolFreeSpace : memory.c
  • +
  • sPoolFreeSpace : memory.c
  • sPoolListHeadL : memory.c
  • sPoolListHeadR : memory.c
  • sprintf() : sprintf.c, stdio.h
  • diff --git a/globals_u.html b/globals_u.html index ed5885a34..281324b04 100644 --- a/globals_u.html +++ b/globals_u.html @@ -120,21 +120,21 @@ $(function(){initNavTree('globals_u.html',''); initResizable(true); });
  • unk_code_80005FD0_pad : code_80005FD0.c
  • unk_pool1_lookup() : heap.c, heap.h
  • unpack_clear_geometry_mode() : memory.c, memory.h
  • -
  • unpack_combine_mode1() : memory.c, memory.h
  • -
  • unpack_combine_mode2() : memory.c, memory.h
  • -
  • unpack_combine_mode4() : memory.c, memory.h
  • -
  • unpack_combine_mode5() : memory.c, memory.h
  • -
  • unpack_combine_mode_shade() : memory.c, memory.h
  • +
  • unpack_combine_mode1() : memory.c, memory.h
  • +
  • unpack_combine_mode2() : memory.c, memory.h
  • +
  • unpack_combine_mode4() : memory.c, memory.h
  • +
  • unpack_combine_mode5() : memory.c, memory.h
  • +
  • unpack_combine_mode_shade() : memory.c, memory.h
  • unpack_cull_displaylist() : memory.c, memory.h
  • unpack_displaylist() : memory.c, memory.h
  • unpack_end_displaylist() : memory.c, memory.h
  • unpack_lights() : memory.c, memory.h
  • unpack_quadrangle() : memory.c
  • -
  • unpack_render_mode_opaque() : memory.c, memory.h
  • -
  • unpack_render_mode_opaque_decal() : memory.c, memory.h
  • -
  • unpack_render_mode_tex_edge() : memory.c, memory.h
  • -
  • unpack_render_mode_translucent() : memory.c, memory.h
  • -
  • unpack_render_mode_translucent_decal() : memory.c, memory.h
  • +
  • unpack_render_mode_opaque() : memory.c, memory.h
  • +
  • unpack_render_mode_opaque_decal() : memory.c, memory.h
  • +
  • unpack_render_mode_tex_edge() : memory.c, memory.h
  • +
  • unpack_render_mode_translucent() : memory.c, memory.h
  • +
  • unpack_render_mode_translucent_decal() : memory.c, memory.h
  • unpack_set_geometry_mode() : memory.c, memory.h
  • unpack_spline_3D() : memory.c
  • unpack_texture_off() : memory.c, memory.h
  • diff --git a/globals_vars_s.html b/globals_vars_s.html index aac481849..e5273e445 100644 --- a/globals_vars_s.html +++ b/globals_vars_s.html @@ -173,7 +173,7 @@ $(function(){initNavTree('globals_vars_s.html',''); initResizable(true); });
  • sPackedSeekPosition : memory.c
  • sPersistentCommonPoolSplit : heap.c, heap.h
  • sPodiumActorList : podium_ceremony_actors.c, podium_ceremony_actors.h
  • -
  • sPoolFreeSpace : memory.c
  • +
  • sPoolFreeSpace : memory.c
  • sPoolListHeadL : memory.c
  • sPoolListHeadR : memory.c
  • sRandomItemIndex : code_80057C60.c
  • diff --git a/kalimari__desert_2course__offsets_8c.html b/kalimari__desert_2course__offsets_8c.html index f96ce06f4..601475f7b 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},
    @@ -774,8 +774,8 @@ Variables
    {gTexture67D304, 0x091C, 0x1000, 0x0},
    {gTexture67E010, 0x0415, 0x0800, 0x0},
    {gTexture67EEAC, 0x0140, 0x0800, 0x0},
    -
    {gTextureSignShellShot0, 0x038C, 0x1000, 0x0},
    -
    {gTextureSignShellShot1, 0x0247, 0x1000, 0x0},
    +
    {gTextureSignShellShot0, 0x038C, 0x1000, 0x0},
    +
    {gTextureSignShellShot1, 0x0247, 0x1000, 0x0},
    {gTextureSignKoopaAir0, 0x0360, 0x1000, 0x0},
    {gTextureSignKoopaAir1, 0x0304, 0x1000, 0x0},
    {0x00000000, 0x0000, 0x0000, 0x0},
    @@ -784,16 +784,18 @@ Variables
    u8 gTextureCheckerboardBlueGray[]
    u8 gTextureSignNintendoRed0[]
    u8 gTextureSignLuigis0[]
    -
    u8 gTexture6684F8[]
    u8 gTextureSignYoshi[]
    u8 gTextureSignNintendoRed1[]
    u8 gTextureSignLuigis1[]
    +
    u8 gTexture6684F8[]
    u8 gTexture67E010[]
    u8 gTextureRailroadTrack[]
    u8 gTextureRailroadCrossingTrack[]
    u8 gTextureSignKoopaAir0[]
    u8 gTexture6473E4[]
    +
    u8 gTextureSignShellShot1[]
    u8 gTexture67D304[]
    +
    u8 gTextureSignShellShot0[]
    u8 gTextureSignMarioStar0[]
    u8 gTexture668920[]
    u8 gTexture67291C[]
    @@ -803,8 +805,6 @@ Variables
    u8 gTexture647994[]
    u8 gTextureFenceBarbedWire[]
    u8 gTextureSignMarioStar1[]
    -
    u8 gTextureSignShellShot1[]
    -
    u8 gTextureSignShellShot0[]
    diff --git a/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph.map b/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph.map index 90aa68b83..2d025431b 100644 --- a/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph.map +++ b/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph.map @@ -45,7 +45,7 @@ - + @@ -53,7 +53,7 @@ - + diff --git a/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph.md5 b/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph.md5 index f6b9175b7..9c48788d9 100644 --- a/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph.md5 +++ b/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph.md5 @@ -1 +1 @@ -c0a4822336a80f982fbda009f8755760 \ No newline at end of file +5d4ccf9bd7bfc6108bc21b0dbbcb57f6 \ No newline at end of file diff --git a/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph.svg b/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph.svg index a036d293c..090ec0d34 100644 --- a/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph.svg +++ b/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph.svg @@ -471,7 +471,7 @@ var sectionId = 'dynsection-4'; Node116 - + func_802A8348 @@ -543,7 +543,7 @@ var sectionId = 'dynsection-4'; Node123 - + MIO0_0F diff --git a/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph_org.svg b/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph_org.svg index caa485db1..5e6a91500 100644 --- a/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph_org.svg +++ b/libultra__internal_8h_a650b788ebd5efde9c8cbccc1ee832445_icgraph_org.svg @@ -425,7 +425,7 @@ Node116 - + func_802A8348 @@ -497,7 +497,7 @@ Node123 - + MIO0_0F diff --git a/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph.map b/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph.map index 15b8c77cf..7982984d3 100644 --- a/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph.map +++ b/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph.map @@ -35,7 +35,7 @@ - + @@ -43,7 +43,7 @@ - + diff --git a/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph.md5 b/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph.md5 index ae1dd7405..e9ec55c76 100644 --- a/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph.md5 +++ b/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph.md5 @@ -1 +1 @@ -07ed24f52a8b54329fb8b19ca37d0fc5 \ No newline at end of file +529bae887f05fed8800f42f99652ceb2 \ No newline at end of file diff --git a/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph.svg b/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph.svg index de88af1d8..b94c7144d 100644 --- a/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph.svg +++ b/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph.svg @@ -381,7 +381,7 @@ var sectionId = 'dynsection-12'; Node116 - + func_802A8348 @@ -453,7 +453,7 @@ var sectionId = 'dynsection-12'; Node123 - + MIO0_0F diff --git a/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph_org.svg b/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph_org.svg index e761c26d6..c62c39fc4 100644 --- a/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph_org.svg +++ b/libultra__internal_8h_aaadded63bebce6cfdda5ecda193fc9ea_icgraph_org.svg @@ -335,7 +335,7 @@ Node116 - + func_802A8348 @@ -407,7 +407,7 @@ Node123 - + MIO0_0F diff --git a/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph.map b/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph.map index 4e755a2f2..658c15719 100644 --- a/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph.map +++ b/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph.map @@ -58,7 +58,7 @@ - + @@ -66,7 +66,7 @@ - + diff --git a/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph.md5 b/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph.md5 index fce4fc5d3..18e25f5e4 100644 --- a/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph.md5 +++ b/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph.md5 @@ -1 +1 @@ -09c4f70d3bd14142e759d99fdc373f79 \ No newline at end of file +02308c762e4dee8a6c50a3f1fc900363 \ No newline at end of file diff --git a/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph.svg b/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph.svg index c32ac9afe..ecfff7835 100644 --- a/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph.svg +++ b/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph.svg @@ -588,7 +588,7 @@ var sectionId = 'dynsection-6'; Node120 - + func_802A8348 @@ -660,7 +660,7 @@ var sectionId = 'dynsection-6'; Node127 - + MIO0_0F diff --git a/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph_org.svg b/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph_org.svg index 69e93b644..0b555cf49 100644 --- a/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph_org.svg +++ b/libultra__internal_8h_ac9d6cfd19de5565e74f1d74a14e9092d_icgraph_org.svg @@ -542,7 +542,7 @@ Node120 - + func_802A8348 @@ -614,7 +614,7 @@ Node127 - + MIO0_0F diff --git a/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph.map b/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph.map index 0f875339a..2132ca4ad 100644 --- a/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph.map +++ b/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph.map @@ -32,7 +32,7 @@ - + @@ -40,7 +40,7 @@ - + diff --git a/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph.md5 b/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph.md5 index 241f80fbb..d6190a5b6 100644 --- a/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph.md5 +++ b/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph.md5 @@ -1 +1 @@ -0365a212b5e08e4b2bc76f200ec84537 \ No newline at end of file +189172898864aebef4da82ba151b69eb \ No newline at end of file diff --git a/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph.svg b/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph.svg index 5f6f1808a..abbbb31b2 100644 --- a/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph.svg +++ b/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph.svg @@ -354,7 +354,7 @@ var sectionId = 'dynsection-5'; Node112 - + func_802A8348 @@ -426,7 +426,7 @@ var sectionId = 'dynsection-5'; Node119 - + MIO0_0F diff --git a/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph_org.svg b/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph_org.svg index f2cf065f6..ffcb75221 100644 --- a/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph_org.svg +++ b/libultra__internal_8h_afe9c3abc4ca93d9fe18a87d9f108d5cb_icgraph_org.svg @@ -308,7 +308,7 @@ Node112 - + func_802A8348 @@ -380,7 +380,7 @@ Node119 - + MIO0_0F diff --git a/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph.map b/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph.map index 2d0a4f35c..e8d3aa9cc 100644 --- a/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph.map +++ b/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph.map @@ -12,7 +12,7 @@ - + diff --git a/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph.md5 b/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph.md5 index bfdf7c308..25046b054 100644 --- a/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph.md5 +++ b/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph.md5 @@ -1 +1 @@ -ecac251286d376f7e52d7339a951328a \ No newline at end of file +5b11393f93b982edc5b12606e68c7945 \ No newline at end of file diff --git a/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph.svg b/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph.svg index c3082ad2c..cefb8e3c1 100644 --- a/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph.svg +++ b/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph.svg @@ -174,7 +174,7 @@ var sectionId = 'dynsection-26'; Node136 - + get_next_available _memory_addr diff --git a/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph_org.svg b/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph_org.svg index 6638cd50c..f61bf4bae 100644 --- a/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph_org.svg +++ b/main_8c_a1399390ccfb8062de2a77e48df769faf_cgraph_org.svg @@ -128,7 +128,7 @@ Node136 - + get_next_available _memory_addr diff --git a/main_8c_a26a29858c220d867684f0385abacfde8_cgraph.map b/main_8c_a26a29858c220d867684f0385abacfde8_cgraph.map index b9daf3a04..244392871 100644 --- a/main_8c_a26a29858c220d867684f0385abacfde8_cgraph.map +++ b/main_8c_a26a29858c220d867684f0385abacfde8_cgraph.map @@ -12,7 +12,7 @@ - + diff --git a/main_8c_a26a29858c220d867684f0385abacfde8_cgraph.md5 b/main_8c_a26a29858c220d867684f0385abacfde8_cgraph.md5 index da4fc8517..7e9b4942b 100644 --- a/main_8c_a26a29858c220d867684f0385abacfde8_cgraph.md5 +++ b/main_8c_a26a29858c220d867684f0385abacfde8_cgraph.md5 @@ -1 +1 @@ -b81d084db0b24d6b4ce5b6dd385258d7 \ No newline at end of file +9e9ee336affb2466f7594aa1c779d45b \ No newline at end of file diff --git a/main_8c_a26a29858c220d867684f0385abacfde8_cgraph.svg b/main_8c_a26a29858c220d867684f0385abacfde8_cgraph.svg index 5f602d67c..3f7f0fb29 100644 --- a/main_8c_a26a29858c220d867684f0385abacfde8_cgraph.svg +++ b/main_8c_a26a29858c220d867684f0385abacfde8_cgraph.svg @@ -174,7 +174,7 @@ var sectionId = 'dynsection-28'; Node136 - + get_next_available _memory_addr diff --git a/main_8c_a26a29858c220d867684f0385abacfde8_cgraph_org.svg b/main_8c_a26a29858c220d867684f0385abacfde8_cgraph_org.svg index b04cf0d2c..66b112d3b 100644 --- a/main_8c_a26a29858c220d867684f0385abacfde8_cgraph_org.svg +++ b/main_8c_a26a29858c220d867684f0385abacfde8_cgraph_org.svg @@ -128,7 +128,7 @@ Node136 - + get_next_available _memory_addr diff --git a/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.map b/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.map index 27192eb06..cb56a3d8a 100644 --- a/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.map +++ b/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.map @@ -12,7 +12,7 @@ - + diff --git a/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.md5 b/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.md5 index bfcb93da2..d43d706c1 100644 --- a/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.md5 +++ b/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.md5 @@ -1 +1 @@ -8d8c7e5d776c890e9515f70528b99609 \ No newline at end of file +6129b9877dbe838aca64c998be1c5431 \ No newline at end of file diff --git a/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.svg b/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.svg index 998b25ab3..b2185241e 100644 --- a/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.svg +++ b/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.svg @@ -174,7 +174,7 @@ var sectionId = 'dynsection-30'; Node136 - + get_next_available _memory_addr diff --git a/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph_org.svg b/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph_org.svg index 044d3e36f..a97c5748b 100644 --- a/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph_org.svg +++ b/main_8c_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph_org.svg @@ -128,7 +128,7 @@ Node136 - + get_next_available _memory_addr diff --git a/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.map b/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.map index 3f6577894..55e307d9f 100644 --- a/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.map +++ b/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.map @@ -8,7 +8,7 @@ - + diff --git a/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.md5 b/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.md5 index a610e9310..45d9c504d 100644 --- a/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.md5 +++ b/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.md5 @@ -1 +1 @@ -bd035a2fc62e6184f3d39237026c12b4 \ No newline at end of file +4d3650f99e161843980d29ab0ea573ce \ No newline at end of file diff --git a/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.svg b/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.svg index f27b4e6af..2cb79cf03 100644 --- a/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.svg +++ b/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph.svg @@ -138,7 +138,7 @@ var sectionId = 'dynsection-32'; Node135 - + get_next_available _memory_addr diff --git a/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph_org.svg b/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph_org.svg index 63bf3723a..faf9695c2 100644 --- a/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph_org.svg +++ b/main_8c_a4c171632ff32db3cbe13719e6478d536_cgraph_org.svg @@ -92,7 +92,7 @@ Node135 - + get_next_available _memory_addr diff --git a/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.map b/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.map index 0898dfca1..451339ab4 100644 --- a/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.map +++ b/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.map @@ -12,7 +12,7 @@ - + diff --git a/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.md5 b/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.md5 index 9f1609c6d..ba0452a5c 100644 --- a/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.md5 +++ b/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.md5 @@ -1 +1 @@ -3fb45d8fd56dcbb793f16091d1ba3275 \ No newline at end of file +21768e0763bedf1a410dcd9c5b576e5c \ No newline at end of file diff --git a/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.svg b/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.svg index ca4c24424..3f57e688a 100644 --- a/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.svg +++ b/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.svg @@ -174,7 +174,7 @@ var sectionId = 'dynsection-24'; Node136 - + get_next_available _memory_addr diff --git a/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph_org.svg b/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph_org.svg index a8e4e2fdc..2dfdbbc7c 100644 --- a/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph_org.svg +++ b/main_8c_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph_org.svg @@ -128,7 +128,7 @@ Node136 - + get_next_available _memory_addr diff --git a/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.map b/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.map index ed689c2b1..49fa071c0 100644 --- a/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.map +++ b/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.map @@ -57,6 +57,6 @@ - + diff --git a/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.md5 b/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.md5 index cab0f8940..e33e5591f 100644 --- a/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.md5 +++ b/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.md5 @@ -1 +1 @@ -7676d77e500c898b6b611970d818805e \ No newline at end of file +5bbb89fdb85c21b2d5d555e369fca73e \ No newline at end of file diff --git a/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.svg b/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.svg index b26f811de..a99d96586 100644 --- a/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.svg +++ b/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.svg @@ -579,7 +579,7 @@ var sectionId = 'dynsection-66'; Node20 - + allocate_memory diff --git a/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph_org.svg b/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph_org.svg index c0a898fd2..697cdf601 100644 --- a/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph_org.svg +++ b/main_8c_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph_org.svg @@ -533,7 +533,7 @@ Node20 - + allocate_memory diff --git a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.map b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.map index a5c4aa383..8339630cf 100644 --- a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.map +++ b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.map @@ -30,7 +30,7 @@ - + diff --git a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.md5 b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.md5 index 802a62f4c..8fbc8a5da 100644 --- a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.md5 +++ b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.md5 @@ -1 +1 @@ -416aef2a062ddd8f6df2c981dcab059f \ No newline at end of file +ced35378a349cd183a4fc5b19422a8ff \ No newline at end of file diff --git a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.svg b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.svg index 4ce54945a..6592a600b 100644 --- a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.svg +++ b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.svg @@ -337,7 +337,7 @@ var sectionId = 'dynsection-85'; Node137 - + get_next_available _memory_addr diff --git a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph_org.svg b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph_org.svg index 047fa9625..8a7ae57b6 100644 --- a/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph_org.svg +++ b/main_8c_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph_org.svg @@ -291,7 +291,7 @@ Node137 - + get_next_available _memory_addr diff --git a/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph.map b/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph.map index 2d0a4f35c..e8d3aa9cc 100644 --- a/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph.map +++ b/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph.map @@ -12,7 +12,7 @@ - + diff --git a/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph.md5 b/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph.md5 index bfdf7c308..25046b054 100644 --- a/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph.md5 +++ b/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph.md5 @@ -1 +1 @@ -ecac251286d376f7e52d7339a951328a \ No newline at end of file +5b11393f93b982edc5b12606e68c7945 \ No newline at end of file diff --git a/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph.svg b/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph.svg index 066bfab3e..427a56441 100644 --- a/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph.svg +++ b/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph.svg @@ -174,7 +174,7 @@ var sectionId = 'dynsection-20'; Node136 - + get_next_available _memory_addr diff --git a/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph_org.svg b/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph_org.svg index 6638cd50c..f61bf4bae 100644 --- a/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph_org.svg +++ b/main_8h_a1399390ccfb8062de2a77e48df769faf_cgraph_org.svg @@ -128,7 +128,7 @@ Node136 - + get_next_available _memory_addr diff --git a/main_8h_a26a29858c220d867684f0385abacfde8_cgraph.map b/main_8h_a26a29858c220d867684f0385abacfde8_cgraph.map index b9daf3a04..244392871 100644 --- a/main_8h_a26a29858c220d867684f0385abacfde8_cgraph.map +++ b/main_8h_a26a29858c220d867684f0385abacfde8_cgraph.map @@ -12,7 +12,7 @@ - + diff --git a/main_8h_a26a29858c220d867684f0385abacfde8_cgraph.md5 b/main_8h_a26a29858c220d867684f0385abacfde8_cgraph.md5 index da4fc8517..7e9b4942b 100644 --- a/main_8h_a26a29858c220d867684f0385abacfde8_cgraph.md5 +++ b/main_8h_a26a29858c220d867684f0385abacfde8_cgraph.md5 @@ -1 +1 @@ -b81d084db0b24d6b4ce5b6dd385258d7 \ No newline at end of file +9e9ee336affb2466f7594aa1c779d45b \ No newline at end of file diff --git a/main_8h_a26a29858c220d867684f0385abacfde8_cgraph.svg b/main_8h_a26a29858c220d867684f0385abacfde8_cgraph.svg index 781216dc1..e02cb8d36 100644 --- a/main_8h_a26a29858c220d867684f0385abacfde8_cgraph.svg +++ b/main_8h_a26a29858c220d867684f0385abacfde8_cgraph.svg @@ -174,7 +174,7 @@ var sectionId = 'dynsection-22'; Node136 - + get_next_available _memory_addr diff --git a/main_8h_a26a29858c220d867684f0385abacfde8_cgraph_org.svg b/main_8h_a26a29858c220d867684f0385abacfde8_cgraph_org.svg index b04cf0d2c..66b112d3b 100644 --- a/main_8h_a26a29858c220d867684f0385abacfde8_cgraph_org.svg +++ b/main_8h_a26a29858c220d867684f0385abacfde8_cgraph_org.svg @@ -128,7 +128,7 @@ Node136 - + get_next_available _memory_addr diff --git a/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.map b/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.map index 27192eb06..cb56a3d8a 100644 --- a/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.map +++ b/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.map @@ -12,7 +12,7 @@ - + diff --git a/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.md5 b/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.md5 index bfcb93da2..d43d706c1 100644 --- a/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.md5 +++ b/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.md5 @@ -1 +1 @@ -8d8c7e5d776c890e9515f70528b99609 \ No newline at end of file +6129b9877dbe838aca64c998be1c5431 \ No newline at end of file diff --git a/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.svg b/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.svg index df025b03a..3edefa64b 100644 --- a/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.svg +++ b/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph.svg @@ -174,7 +174,7 @@ var sectionId = 'dynsection-24'; Node136 - + get_next_available _memory_addr diff --git a/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph_org.svg b/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph_org.svg index 044d3e36f..a97c5748b 100644 --- a/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph_org.svg +++ b/main_8h_a3a0697cf1e2b0c4ec6ddbf605926eac4_cgraph_org.svg @@ -128,7 +128,7 @@ Node136 - + get_next_available _memory_addr diff --git a/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.map b/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.map index 0898dfca1..451339ab4 100644 --- a/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.map +++ b/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.map @@ -12,7 +12,7 @@ - + diff --git a/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.md5 b/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.md5 index 9f1609c6d..ba0452a5c 100644 --- a/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.md5 +++ b/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.md5 @@ -1 +1 @@ -3fb45d8fd56dcbb793f16091d1ba3275 \ No newline at end of file +21768e0763bedf1a410dcd9c5b576e5c \ No newline at end of file diff --git a/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.svg b/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.svg index fddb7cacc..64a681771 100644 --- a/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.svg +++ b/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph.svg @@ -174,7 +174,7 @@ var sectionId = 'dynsection-18'; Node136 - + get_next_available _memory_addr diff --git a/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph_org.svg b/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph_org.svg index a8e4e2fdc..2dfdbbc7c 100644 --- a/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph_org.svg +++ b/main_8h_a8ccd4f2ae1a9502071e1b43ab07a78d3_cgraph_org.svg @@ -128,7 +128,7 @@ Node136 - + get_next_available _memory_addr diff --git a/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.map b/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.map index ed689c2b1..49fa071c0 100644 --- a/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.map +++ b/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.map @@ -57,6 +57,6 @@ - + diff --git a/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.md5 b/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.md5 index cab0f8940..e33e5591f 100644 --- a/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.md5 +++ b/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.md5 @@ -1 +1 @@ -7676d77e500c898b6b611970d818805e \ No newline at end of file +5bbb89fdb85c21b2d5d555e369fca73e \ No newline at end of file diff --git a/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.svg b/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.svg index 30827ab13..7a4e6faa1 100644 --- a/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.svg +++ b/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph.svg @@ -579,7 +579,7 @@ var sectionId = 'dynsection-56'; Node20 - + allocate_memory diff --git a/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph_org.svg b/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph_org.svg index c0a898fd2..697cdf601 100644 --- a/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph_org.svg +++ b/main_8h_a8cd2befe9b7f9490d32bf787a7e8d44f_cgraph_org.svg @@ -533,7 +533,7 @@ Node20 - + allocate_memory diff --git a/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.map b/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.map index a5c4aa383..8339630cf 100644 --- a/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.map +++ b/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.map @@ -30,7 +30,7 @@ - + diff --git a/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.md5 b/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.md5 index 802a62f4c..8fbc8a5da 100644 --- a/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.md5 +++ b/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.md5 @@ -1 +1 @@ -416aef2a062ddd8f6df2c981dcab059f \ No newline at end of file +ced35378a349cd183a4fc5b19422a8ff \ No newline at end of file diff --git a/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.svg b/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.svg index 80b2e164f..f27dfcd5d 100644 --- a/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.svg +++ b/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph.svg @@ -337,7 +337,7 @@ var sectionId = 'dynsection-67'; Node137 - + get_next_available _memory_addr diff --git a/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph_org.svg b/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph_org.svg index 047fa9625..8a7ae57b6 100644 --- a/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph_org.svg +++ b/main_8h_ad0625ed56ac663d3ec7ae8f1ba50c735_cgraph_org.svg @@ -291,7 +291,7 @@ Node137 - + get_next_available _memory_addr diff --git a/md_docs_2doxygen__syms.html b/md_docs_2doxygen__syms.html index a76b5cee7..9ec93732f 100644 --- a/md_docs_2doxygen__syms.html +++ b/md_docs_2doxygen__syms.html @@ -10065,7 +10065,7 @@ Memory Addresses func_802A7940 0x802A7940 -get_next_available_memory_addr 0x802A7B70 +get_next_available_memory_addr 0x802A7B70 set_segment_base_addr 0x802A7B94 @@ -10077,25 +10077,25 @@ Memory Addresses initialize_memory_pool 0x802A7CF0 -allocate_memory 0x802A7D1C +allocate_memory 0x802A7D1C func_802A7D54 0x802A7D54 load_data 0x802A7D70 -main_pool_init 0x802A7DBC +main_pool_init 0x802A7DBC -main_pool_alloc 0x802A7E14 +main_pool_alloc 0x802A7E14 -main_pool_free 0x802A7EA4 +main_pool_free 0x802A7EA4 -main_pool_realloc 0x802A7F74 +main_pool_realloc 0x802A7F74 -main_pool_available 0x802A7FC4 +main_pool_available 0x802A7FC4 -main_pool_push_state 0x802A7FD4 +main_pool_push_state 0x802A7FD4 -main_pool_pop_state 0x802A806C +main_pool_pop_state 0x802A806C func_802A80B0 0x802A80B0 @@ -10105,19 +10105,19 @@ Memory Addresses func_802A81EC 0x802A81EC -alloc_only_pool_init 0x802A8250 +alloc_only_pool_init 0x802A8250 -func_802A82AC 0x802A82AC +func_802A82AC 0x802A82AC dma_compressed_vtx 0x802A82E4 -func_802A8348 0x802A8348 +func_802A8348 0x802A8348 func_802A841C 0x802A841C dma_textures 0x802A84F4 -MIO0_0F 0x802A85CC +MIO0_0F 0x802A85CC func_802A86A8 0x802A86A8 @@ -10137,25 +10137,25 @@ Memory Addresses unpack_cull_displaylist 0x802A8ADC -unpack_combine_mode1 0x802A8B48 +unpack_combine_mode1 0x802A8B48 -unpack_combine_mode2 0x802A8BB4 +unpack_combine_mode2 0x802A8BB4 -unpack_combine_mode_shade 0x802A8C20 +unpack_combine_mode_shade 0x802A8C20 -unpack_combine_mode4 0x802A8C8C +unpack_combine_mode4 0x802A8C8C -unpack_combine_mode5 0x802A8CF8 +unpack_combine_mode5 0x802A8CF8 -unpack_render_mode_opaque 0x802A8D64 +unpack_render_mode_opaque 0x802A8D64 -unpack_render_mode_tex_edge 0x802A8DD0 +unpack_render_mode_tex_edge 0x802A8DD0 -unpack_render_mode_translucent 0x802A8E3C +unpack_render_mode_translucent 0x802A8E3C -unpack_render_mode_opaque_decal 0x802A8EA8 +unpack_render_mode_opaque_decal 0x802A8EA8 -unpack_render_mode_translucent_decal 0x802A8F14 +unpack_render_mode_translucent_decal 0x802A8F14 unpack_tile_sync 0x802A8F80 @@ -10539,7 +10539,7 @@ Memory Addresses sPackedSeekPosition 0x802BA274 -sPoolFreeSpace 0x802BA278 +sPoolFreeSpace 0x802BA278 sPoolListHeadL 0x802BA27C diff --git a/memory_8c.html b/memory_8c.html index 1b5fc7a62..bf0899871 100644 --- a/memory_8c.html +++ b/memory_8c.html @@ -137,9 +137,9 @@ Data Structures - - - + + + @@ -154,28 +154,28 @@ Functions - - - + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -184,21 +184,21 @@ Functions - - - - + + + + - - + + - - + + @@ -217,26 +217,26 @@ Functions - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -273,8 +273,8 @@ Variables - - + + @@ -289,8 +289,8 @@ Variables

    Functions

    void * get_next_available_memory_addr (u32 size)
     Returns the address of the next available memory location and updates the memory pointer to reference the next location of available memory based provided size to allocate.
     
    void * get_next_available_memory_addr (uintptr_t size)
     Returns the address of the next available memory location and updates the memory pointer to reference the next location of available memory based provided size to allocate.
     
    uintptr_t set_segment_base_addr (s32 segment, void *addr)
     Stores the physical memory addr for segmented memory in gSegmentTable using the segment number as an index.
     
    void initialize_memory_pool (uintptr_t poolStart, uintptr_t poolEnd)
     Sets the starting location for allocating memory and calculates pool size.
     
    void * allocate_memory (u32 size)
     Allocates memory and adjusts gFreeMemorySize.
     
    void * allocate_memory (size_t size)
     Allocates memory and adjusts gFreeMemorySize.
     
    UNUSED void func_802A7D54 (s32 arg0, s32 arg1)
     
    void * load_data (uintptr_t startAddr, uintptr_t endAddr)
     Allocate and DMA.
     
    UNUSED void main_pool_init (u32 start, u32 end)
     
    UNUSED void * main_pool_alloc (u32 size, u32 side)
     
    UNUSED u32 main_pool_free (void *addr)
     
    UNUSED void * main_pool_realloc (void *addr, u32 size)
     
    UNUSED s32 main_pool_available (void)
     
    UNUSED u32 main_pool_push_state (void)
     
    UNUSED u32 main_pool_pop_state (void)
     
    UNUSED void main_pool_init (uintptr_t start, uintptr_t end)
     
    UNUSED void * main_pool_alloc (uintptr_t size, uintptr_t side)
     
    UNUSED uintptr_t main_pool_free (void *addr)
     
    UNUSED void * main_pool_realloc (void *addr, uintptr_t size)
     
    UNUSED uintptr_t main_pool_available (void)
     
    UNUSED uintptr_t main_pool_push_state (void)
     
    UNUSED uintptr_t main_pool_pop_state (void)
     
    UNUSED void * func_802A80B0 (u8 *dest, u8 *srcStart, u8 *srcEnd)
     
    UNUSED void * load_segment (s32 segment, u8 *srcStart, u8 *srcEnd, u8 *side)
     
    UNUSED void func_802A81EC (void)
     
    UNUSED struct AllocOnlyPoolalloc_only_pool_init (u32 size, u32 side)
     
    UNUSED u32 func_802A82AC (s32 arg0)
     
    UNUSED struct AllocOnlyPoolalloc_only_pool_init (uintptr_t size, uintptr_t side)
     
    UNUSED uintptr_t func_802A82AC (s32 arg0)
     
    u8dma_compressed_vtx (u8 *start, u8 *end)
     Returns pointer to mio0 compressed Vtx.
     
    UNUSED s32 func_802A8348 (s32 arg0, s32 arg1, s32 arg2)
     
    UNUSED uintptr_t func_802A8348 (s32 arg0, s32 arg1, s32 arg2)
     
    UNUSED u8func_802A841C (u8 *arg0, s32 arg1, s32 arg2)
     
    u8dma_textures (u8 texture[], size_t arg1, size_t arg2)
     
    u32 MIO0_0F (u8 *arg0, u32 arg1, u32 arg2)
     
    uintptr_t MIO0_0F (u8 *arg0, uintptr_t arg1, uintptr_t arg2)
     
    void func_802A86A8 (CourseVtx *data, u32 arg1)
     
    void decompress_vtx (CourseVtx *arg0, u32 vertexCount)
     
    void unpack_cull_displaylist (Gfx *arg0, UNUSED u8 *arg1, UNUSED s8 arg2)
     
    void unpack_combine_mode1 (Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2)
     
    void unpack_combine_mode2 (Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2)
     
    void unpack_combine_mode_shade (Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2)
     
    void unpack_combine_mode4 (Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2)
     
    void unpack_combine_mode5 (Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2)
     
    void unpack_render_mode_opaque (Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2)
     
    void unpack_render_mode_tex_edge (Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2)
     
    void unpack_render_mode_translucent (Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2)
     
    void unpack_render_mode_opaque_decal (Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2)
     
    void unpack_render_mode_translucent_decal (Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2)
     
    void unpack_combine_mode1 (Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2)
     
    void unpack_combine_mode2 (Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2)
     
    void unpack_combine_mode_shade (Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2)
     
    void unpack_combine_mode4 (Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2)
     
    void unpack_combine_mode5 (Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2)
     
    void unpack_render_mode_opaque (Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2)
     
    void unpack_render_mode_tex_edge (Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2)
     
    void unpack_render_mode_translucent (Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2)
     
    void unpack_render_mode_opaque_decal (Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2)
     
    void unpack_render_mode_translucent_decal (Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2)
     
    void unpack_tile_sync (Gfx *gfx, u8 *args, s8 opcode)
     
    void unpack_tile_load_sync (Gfx *gfx, u8 *args, s8 opcode)
     
    s32 sPackedSeekPosition
     
    u32 sPoolFreeSpace
     
    uintptr_t sPoolFreeSpace
     
    struct MainPoolBlocksPoolListHeadL
     
    struct MainPoolBlocksPoolListHeadR
     

    Function Documentation

    - -

    ◆ alloc_only_pool_init()

    + +

    ◆ alloc_only_pool_init()

    @@ -298,25 +298,25 @@ Variables UNUSED struct AllocOnlyPool * alloc_only_pool_init ( - u32 size, + uintptr_t size, - u32 side ) + uintptr_t side )
    Here is the call graph for this function:
    -
    +
    - -

    ◆ allocate_memory()

    + +

    ◆ allocate_memory()

    @@ -324,7 +324,7 @@ Here is the call graph for this function:
    void * allocate_memory ( - u32 size) + size_t size) @@ -334,7 +334,7 @@ Here is the call graph for this function:
    Here is the caller graph for this function:
    -
    +
    @@ -645,14 +645,14 @@ Here is the call graph for this function:
    - -

    ◆ func_802A82AC()

    + +

    ◆ func_802A82AC()

    - + @@ -662,14 +662,14 @@ Here is the call graph for this function: - -

    ◆ func_802A8348()

    + +

    ◆ func_802A8348()

    UNUSED u32 func_802A82AC UNUSED uintptr_t func_802A82AC ( s32 arg0)
    - + @@ -688,7 +688,7 @@ Here is the call graph for this function:
    Here is the call graph for this function:
    -
    +
    @@ -784,8 +784,8 @@ Here is the caller graph for this function: - -

    ◆ get_next_available_memory_addr()

    + +

    ◆ get_next_available_memory_addr()

    @@ -793,7 +793,7 @@ Here is the caller graph for this function:
    - +
    UNUSED s32 func_802A8348 UNUSED uintptr_t func_802A8348 ( s32 arg0,
    void * get_next_available_memory_addr (u32 size)uintptr_t size)
    @@ -810,7 +810,7 @@ Here is the caller graph for this function:
    Here is the caller graph for this function:
    -
    +
    @@ -973,8 +973,8 @@ Here is the call graph for this function: - -

    ◆ main_pool_alloc()

    + +

    ◆ main_pool_alloc()

    @@ -982,12 +982,12 @@ Here is the call graph for this function:
    UNUSED void * main_pool_alloc ( - u32 size, + uintptr_t size, - u32 side ) + uintptr_t side )
    @@ -995,19 +995,19 @@ Here is the call graph for this function:
    Here is the caller graph for this function:
    -
    +
    - -

    ◆ main_pool_available()

    + +

    ◆ main_pool_available()

    - + @@ -1017,14 +1017,14 @@ Here is the caller graph for this function: - -

    ◆ main_pool_free()

    + +

    ◆ main_pool_free()

    UNUSED s32 main_pool_available UNUSED uintptr_t main_pool_available ( void )
    - + @@ -1035,13 +1035,13 @@ Here is the caller graph for this function:
    Here is the caller graph for this function:
    -
    +
    - -

    ◆ main_pool_init()

    + +

    ◆ main_pool_init()

    @@ -1049,26 +1049,26 @@ Here is the caller graph for this function:
    - + - +
    UNUSED u32 main_pool_free UNUSED uintptr_t main_pool_free ( void * addr)
    UNUSED void main_pool_init (u32 start, uintptr_t start,
    u32 end )uintptr_t end )
    - -

    ◆ main_pool_pop_state()

    + +

    ◆ main_pool_pop_state()

    - + @@ -1079,14 +1079,14 @@ Here is the caller graph for this function: - -

    ◆ main_pool_push_state()

    + +

    ◆ main_pool_push_state()

    UNUSED u32 main_pool_pop_state UNUSED uintptr_t main_pool_pop_state ( void )
    - + @@ -1096,13 +1096,13 @@ Here is the caller graph for this function:
    Here is the call graph for this function:
    -
    +
    - -

    ◆ main_pool_realloc()

    + +

    ◆ main_pool_realloc()

    @@ -1115,50 +1115,50 @@ Here is the call graph for this function:
    - +
    UNUSED u32 main_pool_push_state UNUSED uintptr_t main_pool_push_state ( void )
    u32 size )uintptr_t size )
    Here is the call graph for this function:
    -
    +
    - -

    ◆ MIO0_0F()

    + +

    ◆ MIO0_0F()

    - + - + - +
    u32 MIO0_0F uintptr_t MIO0_0F ( u8 * arg0,
    u32 arg1, uintptr_t arg1,
    u32 arg2 )uintptr_t arg2 )
    Here is the call graph for this function:
    -
    +
    Here is the caller graph for this function:
    -
    +
    @@ -1277,8 +1277,8 @@ Here is the caller graph for this function:
    - -

    ◆ unpack_combine_mode1()

    + +

    ◆ unpack_combine_mode1()

    @@ -1296,20 +1296,20 @@ Here is the caller graph for this function:
    - UNUSED u32 arg2 ) + UNUSED uintptr_t arg2 )
    Here is the caller graph for this function:
    -
    +
    - -

    ◆ unpack_combine_mode2()

    + +

    ◆ unpack_combine_mode2()

    @@ -1327,20 +1327,20 @@ Here is the caller graph for this function:
    - UNUSED u32 arg2 ) + UNUSED uintptr_t arg2 )
    Here is the caller graph for this function:
    -
    +
    - -

    ◆ unpack_combine_mode4()

    + +

    ◆ unpack_combine_mode4()

    @@ -1358,20 +1358,20 @@ Here is the caller graph for this function:
    - UNUSED u32 arg2 ) + UNUSED uintptr_t arg2 )
    Here is the caller graph for this function:
    -
    +
    - -

    ◆ unpack_combine_mode5()

    + +

    ◆ unpack_combine_mode5()

    @@ -1389,20 +1389,20 @@ Here is the caller graph for this function:
    - UNUSED u32 arg2 ) + UNUSED uintptr_t arg2 )
    Here is the caller graph for this function:
    -
    +
    - -

    ◆ unpack_combine_mode_shade()

    + +

    ◆ unpack_combine_mode_shade()

    @@ -1420,14 +1420,14 @@ Here is the caller graph for this function:
    - UNUSED u32 arg2 ) + UNUSED uintptr_t arg2 )
    Here is the caller graph for this function:
    -
    +
    @@ -1587,8 +1587,8 @@ Here is the caller graph for this function: - -

    ◆ unpack_render_mode_opaque()

    + +

    ◆ unpack_render_mode_opaque()

    @@ -1606,20 +1606,20 @@ Here is the caller graph for this function:
    - UNUSED u32 arg2 ) + UNUSED uintptr_t arg2 )
    Here is the caller graph for this function:
    -
    +
    - -

    ◆ unpack_render_mode_opaque_decal()

    + +

    ◆ unpack_render_mode_opaque_decal()

    @@ -1637,20 +1637,20 @@ Here is the caller graph for this function:
    - UNUSED u32 arg2 ) + UNUSED uintptr_t arg2 )
    Here is the caller graph for this function:
    -
    +
    - -

    ◆ unpack_render_mode_tex_edge()

    + +

    ◆ unpack_render_mode_tex_edge()

    @@ -1668,20 +1668,20 @@ Here is the caller graph for this function:
    - UNUSED u32 arg2 ) + UNUSED uintptr_t arg2 )
    Here is the caller graph for this function:
    -
    +
    - -

    ◆ unpack_render_mode_translucent()

    + +

    ◆ unpack_render_mode_translucent()

    @@ -1699,20 +1699,20 @@ Here is the caller graph for this function:
    - UNUSED u32 arg2 ) + UNUSED uintptr_t arg2 )
    Here is the caller graph for this function:
    -
    +
    - -

    ◆ unpack_render_mode_translucent_decal()

    + +

    ◆ unpack_render_mode_translucent_decal()

    @@ -1730,14 +1730,14 @@ Here is the caller graph for this function:
    - UNUSED u32 arg2 ) + UNUSED uintptr_t arg2 )
    Here is the caller graph for this function:
    -
    +
    @@ -2109,14 +2109,14 @@ Here is the caller graph for this function: - -

    ◆ sPoolFreeSpace

    + +

    ◆ sPoolFreeSpace

    - +
    u32 sPoolFreeSpaceuintptr_t sPoolFreeSpace
    diff --git a/memory_8c.js b/memory_8c.js index f5eb462c3..17f07bbeb 100644 --- a/memory_8c.js +++ b/memory_8c.js @@ -1,8 +1,8 @@ var memory_8c = [ [ "UnkStr_802AA7C8", "structUnkStr__802AA7C8.html", "structUnkStr__802AA7C8" ], - [ "alloc_only_pool_init", "memory_8c.html#a97715b4da8644b3a3be8141e2561bc92", null ], - [ "allocate_memory", "memory_8c.html#a7c5fefa42019430ddc37cb3b2e7608cc", null ], + [ "alloc_only_pool_init", "memory_8c.html#a58b3c23ec06bcdf5eadf5e744ec36ae3", null ], + [ "allocate_memory", "memory_8c.html#a08672f1381d39b459aa779748bf40143", null ], [ "decompress_segments", "memory_8c.html#a55df5934da66daade2d48fa82f079cd7", null ], [ "decompress_textures", "memory_8c.html#a3050ec9f791b78adba5897958c0da577", null ], [ "decompress_vtx", "memory_8c.html#a443605fd5d92ab09f0a0dd77864c5a0a", null ], @@ -13,45 +13,45 @@ var memory_8c = [ "func_802A80B0", "memory_8c.html#ae7d023f0c1a0b6a8996141ce3b04a287", null ], [ "func_802A8190", "memory_8c.html#a2c1ac6461b46f1b2059d2f7aa540cc04", null ], [ "func_802A81EC", "memory_8c.html#a8c8653254bb1cefa5661a5faa81fd90f", null ], - [ "func_802A82AC", "memory_8c.html#ab33ca1ee0a936333af7e7a87e841951f", null ], - [ "func_802A8348", "memory_8c.html#a91ad47aa1fa5b5c989f3571fbef579e5", null ], + [ "func_802A82AC", "memory_8c.html#a60a3112a1c5d0a1ed10a46499bd9adc3", null ], + [ "func_802A8348", "memory_8c.html#acd784e3b98898b26dc1ade488cfeab58", null ], [ "func_802A841C", "memory_8c.html#a7b12aaf3b5e5b83cb3f2d34398642886", null ], [ "func_802A86A8", "memory_8c.html#ada643077e70877094bfe3c638396ffd9", null ], [ "func_802A8844", "memory_8c.html#a2f296576828662564ebdc8b69ab872d9", null ], [ "func_802A9AEC", "memory_8c.html#aa80fdf2b2d13b0ad93530b05d49856da", null ], - [ "get_next_available_memory_addr", "memory_8c.html#ac5e2d1703b505404099b1205ee1b96cd", null ], + [ "get_next_available_memory_addr", "memory_8c.html#a7e6e89972c484db957ddbd70ba07ed92", null ], [ "get_segment_base_addr", "memory_8c.html#aa4ac8d93e0ab5c3b6a6e1ad625ab1b14", null ], [ "initialize_memory_pool", "memory_8c.html#a7b4b2c10c6840908a0407cce70dfec1b", null ], [ "load_course", "memory_8c.html#a3b9e88d491e09bc5a2392c1fcafd5a20", null ], [ "load_data", "memory_8c.html#a39fa43d59922488da06f0709f5ded15c", null ], [ "load_segment", "memory_8c.html#aeba4b47d5d65cd325e7c234326119b27", null ], - [ "main_pool_alloc", "memory_8c.html#a06cdd4e219f66c792f11de95e43d413e", null ], - [ "main_pool_available", "memory_8c.html#ab70928c85bc40189b2f870c24cd33a3a", null ], - [ "main_pool_free", "memory_8c.html#a9e19621e7f842cd12a67ab812864ca57", null ], - [ "main_pool_init", "memory_8c.html#a380fff401f8cdf8cdefc7488c56c94a3", null ], - [ "main_pool_pop_state", "memory_8c.html#a7e53a4fe2654ab1ba84c06d32b2bb8a6", null ], - [ "main_pool_push_state", "memory_8c.html#a71889e42972c6f6d2e31e1e2d02dcb9b", null ], - [ "main_pool_realloc", "memory_8c.html#ab52c8b3086257264414f058f26c4194c", null ], - [ "MIO0_0F", "memory_8c.html#a220674b72225f6ce3a5303f12fe958c6", null ], + [ "main_pool_alloc", "memory_8c.html#a8a31f6da859d433a76fafd673eeefaaa", null ], + [ "main_pool_available", "memory_8c.html#a1f56451986a255ab52d79ef0d4c4d70e", null ], + [ "main_pool_free", "memory_8c.html#afc6ca5942125a985be7e8542fd9a775d", null ], + [ "main_pool_init", "memory_8c.html#ad477f8ce8597144e770206a5011e2d7c", null ], + [ "main_pool_pop_state", "memory_8c.html#ab253ea16eda3d86a32d3343eff5938fb", null ], + [ "main_pool_push_state", "memory_8c.html#a318891d2a867475417b7711391e11c38", null ], + [ "main_pool_realloc", "memory_8c.html#ab03bcaf7df66bef336377406023da08e", null ], + [ "MIO0_0F", "memory_8c.html#a18ab4c1e32c3c90def2fbc839d7ee26c", null ], [ "move_segment_table_to_dmem", "memory_8c.html#a7c0c87d5c791d9405698582f9128f4ec", null ], [ "segmented_to_virtual", "memory_8c.html#a78aef9786c00b1e9cfb9665ebdb2c694", null ], [ "set_segment_base_addr", "memory_8c.html#ac3218ec03e916f72bffc829d420ba5f7", null ], [ "unpack_clear_geometry_mode", "memory_8c.html#a179bd8f023e304973042bd56d696a134", null ], - [ "unpack_combine_mode1", "memory_8c.html#aed9724a40517b73842563fdc97b831e9", null ], - [ "unpack_combine_mode2", "memory_8c.html#a1ecafac9cef165b97b16445b4dd6720a", null ], - [ "unpack_combine_mode4", "memory_8c.html#a9823a3d2b924d83ba116b123047f41b4", null ], - [ "unpack_combine_mode5", "memory_8c.html#ab9ec4d0180668117a1c4dcc6032639d6", null ], - [ "unpack_combine_mode_shade", "memory_8c.html#a67032728236339348411c7a5cfd21bad", null ], + [ "unpack_combine_mode1", "memory_8c.html#a13e718e4d26abdd7d813611bb61058c4", null ], + [ "unpack_combine_mode2", "memory_8c.html#aed21b6b48e196d6ef51b73c755b73901", null ], + [ "unpack_combine_mode4", "memory_8c.html#a9724b6830847eaf2c854cc292b6a8a3a", null ], + [ "unpack_combine_mode5", "memory_8c.html#a6dfd591813f1833a4019eb1185082ead", null ], + [ "unpack_combine_mode_shade", "memory_8c.html#ade03fb5af8af4e60c60964f3dd262d6d", null ], [ "unpack_cull_displaylist", "memory_8c.html#afecc630f19df4cce5411739acf477ed9", null ], [ "unpack_displaylist", "memory_8c.html#a8122e3624a020a1d0f64afe5b92392f4", null ], [ "unpack_end_displaylist", "memory_8c.html#a69d3a7b835056d77f31ed1ff2d3e008f", null ], [ "unpack_lights", "memory_8c.html#ad04d581023d914c9ae781fc91059489f", null ], [ "unpack_quadrangle", "memory_8c.html#a6a015edb369bbc7b41edd32b32ee6ac8", null ], - [ "unpack_render_mode_opaque", "memory_8c.html#ae0345229c708ed5f912681a482150011", null ], - [ "unpack_render_mode_opaque_decal", "memory_8c.html#a4c89b163acc1085d045790d9260b43b2", null ], - [ "unpack_render_mode_tex_edge", "memory_8c.html#a1d1c82f034a2b553c3f3f4a29eb9f04b", null ], - [ "unpack_render_mode_translucent", "memory_8c.html#aad35b45665ed4d85160d9412aa52d736", null ], - [ "unpack_render_mode_translucent_decal", "memory_8c.html#aa5cbde2d5e5d87e54ab5455621c045bd", null ], + [ "unpack_render_mode_opaque", "memory_8c.html#ab3dad5df8d0cfc2e1012b8d6c562af6d", null ], + [ "unpack_render_mode_opaque_decal", "memory_8c.html#acd4be41b0af821d36e4c60540eb5e73f", null ], + [ "unpack_render_mode_tex_edge", "memory_8c.html#a0e7ce1f7bf1a28a7c221fdf0d0bbb3fd", null ], + [ "unpack_render_mode_translucent", "memory_8c.html#a815c45970c03b45042fb44e5fe94a52e", null ], + [ "unpack_render_mode_translucent_decal", "memory_8c.html#a2db91c87d1f6d8553c5b8c10cb6a0b57", null ], [ "unpack_set_geometry_mode", "memory_8c.html#a13b9b9a1dbe0ac7e05a38d3046884bb2", null ], [ "unpack_spline_3D", "memory_8c.html#a9ee1b61b26e91a1bcee9b604739f47d5", null ], [ "unpack_texture_off", "memory_8c.html#aecb17eb5d0241a2f0ae21850c362383f", null ], @@ -67,7 +67,7 @@ var memory_8c = [ "memoryPadding", "memory_8c.html#aa394d88a9879d85735bba30f7e198445", null ], [ "sGfxSeekPosition", "memory_8c.html#a2c62cbc3dde8015cb2cda46e7f5efeb6", null ], [ "sPackedSeekPosition", "memory_8c.html#a4a100da07df567da24c0deb145de8094", null ], - [ "sPoolFreeSpace", "memory_8c.html#a7d14b9ef4822d506cc4e4fa7c15a2767", null ], + [ "sPoolFreeSpace", "memory_8c.html#a71ce9258e8a04f5657f17394b9fa8ac9", null ], [ "sPoolListHeadL", "memory_8c.html#a5acf731ae5b068194cef9f13e31e03dc", null ], [ "sPoolListHeadR", "memory_8c.html#a7e6b81bec34f58da17f2de948ec44dc8", null ] ]; \ No newline at end of file diff --git a/memory_8c_a06cdd4e219f66c792f11de95e43d413e_icgraph.md5 b/memory_8c_a06cdd4e219f66c792f11de95e43d413e_icgraph.md5 deleted file mode 100644 index 6d3bd358e..000000000 --- a/memory_8c_a06cdd4e219f66c792f11de95e43d413e_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -2ca43fbc76518e89ccec78ce8da2e204 \ No newline at end of file diff --git a/memory_8c_a7c5fefa42019430ddc37cb3b2e7608cc_icgraph.map b/memory_8c_a08672f1381d39b459aa779748bf40143_icgraph.map similarity index 100% rename from memory_8c_a7c5fefa42019430ddc37cb3b2e7608cc_icgraph.map rename to memory_8c_a08672f1381d39b459aa779748bf40143_icgraph.map diff --git a/memory_8c_a7c5fefa42019430ddc37cb3b2e7608cc_icgraph.md5 b/memory_8c_a08672f1381d39b459aa779748bf40143_icgraph.md5 similarity index 100% rename from memory_8c_a7c5fefa42019430ddc37cb3b2e7608cc_icgraph.md5 rename to memory_8c_a08672f1381d39b459aa779748bf40143_icgraph.md5 diff --git a/memory_8c_a7c5fefa42019430ddc37cb3b2e7608cc_icgraph.svg b/memory_8c_a08672f1381d39b459aa779748bf40143_icgraph.svg similarity index 99% rename from memory_8c_a7c5fefa42019430ddc37cb3b2e7608cc_icgraph.svg rename to memory_8c_a08672f1381d39b459aa779748bf40143_icgraph.svg index 275426b61..b11aaab71 100644 --- a/memory_8c_a7c5fefa42019430ddc37cb3b2e7608cc_icgraph.svg +++ b/memory_8c_a08672f1381d39b459aa779748bf40143_icgraph.svg @@ -303,7 +303,7 @@ var sectionId = 'dynsection-2'; - + - + - + - + - + - + diff --git a/memory_8c_a2c1ac6461b46f1b2059d2f7aa540cc04_cgraph.md5 b/memory_8c_a2c1ac6461b46f1b2059d2f7aa540cc04_cgraph.md5 index 18d90e6ea..67f352733 100644 --- a/memory_8c_a2c1ac6461b46f1b2059d2f7aa540cc04_cgraph.md5 +++ b/memory_8c_a2c1ac6461b46f1b2059d2f7aa540cc04_cgraph.md5 @@ -1 +1 @@ -c0cc704348a6f2ec120b41a8bf71807b \ No newline at end of file +d2f63c616d44451071004a4aa4078a31 \ No newline at end of file diff --git a/memory_8c_a2c1ac6461b46f1b2059d2f7aa540cc04_cgraph.svg b/memory_8c_a2c1ac6461b46f1b2059d2f7aa540cc04_cgraph.svg index a34e3c558..c8f2421a3 100644 --- a/memory_8c_a2c1ac6461b46f1b2059d2f7aa540cc04_cgraph.svg +++ b/memory_8c_a2c1ac6461b46f1b2059d2f7aa540cc04_cgraph.svg @@ -102,7 +102,7 @@ var sectionId = 'dynsection-17'; Node3 - + main_pool_alloc diff --git a/memory_8c_a2c1ac6461b46f1b2059d2f7aa540cc04_cgraph_org.svg b/memory_8c_a2c1ac6461b46f1b2059d2f7aa540cc04_cgraph_org.svg index e5d51e6ee..3f4528477 100644 --- a/memory_8c_a2c1ac6461b46f1b2059d2f7aa540cc04_cgraph_org.svg +++ b/memory_8c_a2c1ac6461b46f1b2059d2f7aa540cc04_cgraph_org.svg @@ -56,7 +56,7 @@ Node3 - + main_pool_alloc diff --git a/memory_8c_aa5cbde2d5e5d87e54ab5455621c045bd_icgraph.map b/memory_8c_a2db91c87d1f6d8553c5b8c10cb6a0b57_icgraph.map similarity index 100% rename from memory_8c_aa5cbde2d5e5d87e54ab5455621c045bd_icgraph.map rename to memory_8c_a2db91c87d1f6d8553c5b8c10cb6a0b57_icgraph.map diff --git a/memory_8c_aa5cbde2d5e5d87e54ab5455621c045bd_icgraph.md5 b/memory_8c_a2db91c87d1f6d8553c5b8c10cb6a0b57_icgraph.md5 similarity index 100% rename from memory_8c_aa5cbde2d5e5d87e54ab5455621c045bd_icgraph.md5 rename to memory_8c_a2db91c87d1f6d8553c5b8c10cb6a0b57_icgraph.md5 diff --git a/memory_8c_aa5cbde2d5e5d87e54ab5455621c045bd_icgraph.svg b/memory_8c_a2db91c87d1f6d8553c5b8c10cb6a0b57_icgraph.svg similarity index 99% rename from memory_8c_aa5cbde2d5e5d87e54ab5455621c045bd_icgraph.svg rename to memory_8c_a2db91c87d1f6d8553c5b8c10cb6a0b57_icgraph.svg index 073b03526..4b60620b3 100644 --- a/memory_8c_aa5cbde2d5e5d87e54ab5455621c045bd_icgraph.svg +++ b/memory_8c_a2db91c87d1f6d8553c5b8c10cb6a0b57_icgraph.svg @@ -277,7 +277,7 @@ var sectionId = 'dynsection-54'; - + - + diff --git a/memory_8c_a3050ec9f791b78adba5897958c0da577_cgraph.md5 b/memory_8c_a3050ec9f791b78adba5897958c0da577_cgraph.md5 index 8ad970657..e1ff01537 100644 --- a/memory_8c_a3050ec9f791b78adba5897958c0da577_cgraph.md5 +++ b/memory_8c_a3050ec9f791b78adba5897958c0da577_cgraph.md5 @@ -1 +1 @@ -d4ef4d8d94e701afab03761688895a45 \ No newline at end of file +ef32d197f5bc53a868514c50476d40f7 \ No newline at end of file diff --git a/memory_8c_a3050ec9f791b78adba5897958c0da577_cgraph.svg b/memory_8c_a3050ec9f791b78adba5897958c0da577_cgraph.svg index 1d26059ac..42dcb4134 100644 --- a/memory_8c_a3050ec9f791b78adba5897958c0da577_cgraph.svg +++ b/memory_8c_a3050ec9f791b78adba5897958c0da577_cgraph.svg @@ -66,7 +66,7 @@ var sectionId = 'dynsection-5'; Node2 - + MIO0_0F diff --git a/memory_8c_a3050ec9f791b78adba5897958c0da577_cgraph_org.svg b/memory_8c_a3050ec9f791b78adba5897958c0da577_cgraph_org.svg index 8787ecd4b..61aef2531 100644 --- a/memory_8c_a3050ec9f791b78adba5897958c0da577_cgraph_org.svg +++ b/memory_8c_a3050ec9f791b78adba5897958c0da577_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + MIO0_0F diff --git a/memory_8c_a71889e42972c6f6d2e31e1e2d02dcb9b_cgraph.map b/memory_8c_a318891d2a867475417b7711391e11c38_cgraph.map similarity index 66% rename from memory_8c_a71889e42972c6f6d2e31e1e2d02dcb9b_cgraph.map rename to memory_8c_a318891d2a867475417b7711391e11c38_cgraph.map index 126ef94e1..ffeec0187 100644 --- a/memory_8c_a71889e42972c6f6d2e31e1e2d02dcb9b_cgraph.map +++ b/memory_8c_a318891d2a867475417b7711391e11c38_cgraph.map @@ -1,5 +1,5 @@ - + diff --git a/memory_8c_a318891d2a867475417b7711391e11c38_cgraph.md5 b/memory_8c_a318891d2a867475417b7711391e11c38_cgraph.md5 new file mode 100644 index 000000000..1340fcf35 --- /dev/null +++ b/memory_8c_a318891d2a867475417b7711391e11c38_cgraph.md5 @@ -0,0 +1 @@ +942d93870a56f7b03746531ab85d2569 \ No newline at end of file diff --git a/memory_8c_a71889e42972c6f6d2e31e1e2d02dcb9b_cgraph.svg b/memory_8c_a318891d2a867475417b7711391e11c38_cgraph.svg similarity index 95% rename from memory_8c_a71889e42972c6f6d2e31e1e2d02dcb9b_cgraph.svg rename to memory_8c_a318891d2a867475417b7711391e11c38_cgraph.svg index ab66aa246..fcf484a7d 100644 --- a/memory_8c_a71889e42972c6f6d2e31e1e2d02dcb9b_cgraph.svg +++ b/memory_8c_a318891d2a867475417b7711391e11c38_cgraph.svg @@ -30,7 +30,7 @@ Node2 - + main_pool_alloc diff --git a/memory_8c_a71889e42972c6f6d2e31e1e2d02dcb9b_cgraph_org.svg b/memory_8c_a318891d2a867475417b7711391e11c38_cgraph_org.svg similarity index 92% rename from memory_8c_a71889e42972c6f6d2e31e1e2d02dcb9b_cgraph_org.svg rename to memory_8c_a318891d2a867475417b7711391e11c38_cgraph_org.svg index 48ebff737..9cfd85082 100644 --- a/memory_8c_a71889e42972c6f6d2e31e1e2d02dcb9b_cgraph_org.svg +++ b/memory_8c_a318891d2a867475417b7711391e11c38_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + main_pool_alloc diff --git a/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph.map b/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph.map index 60ceaa82f..50616b606 100644 --- a/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph.map +++ b/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph.map @@ -1,6 +1,6 @@ - + diff --git a/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph.md5 b/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph.md5 index d1c21992d..edc7f3ef9 100644 --- a/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph.md5 +++ b/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph.md5 @@ -1 +1 @@ -67915d0102ea4d82b8925230b96f64e8 \ No newline at end of file +4461b5fd6953109ce30376ead41efcf6 \ No newline at end of file diff --git a/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph.svg b/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph.svg index 2b987172a..044a29d1a 100644 --- a/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph.svg +++ b/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph.svg @@ -66,7 +66,7 @@ var sectionId = 'dynsection-27'; Node2 - + allocate_memory diff --git a/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph_org.svg b/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph_org.svg index 3bfd3fd60..89d5e2cec 100644 --- a/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph_org.svg +++ b/memory_8c_a39fa43d59922488da06f0709f5ded15c_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + allocate_memory diff --git a/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph.map b/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph.map index 8204d7683..f8962ba8b 100644 --- a/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph.map +++ b/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph.map @@ -56,7 +56,7 @@ - + @@ -69,15 +69,15 @@ - + - + - + - + - + @@ -89,15 +89,15 @@ - + - + - + - + - + @@ -119,6 +119,6 @@ - + diff --git a/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph.md5 b/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph.md5 index a312442c0..b09fb8524 100644 --- a/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph.md5 +++ b/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph.md5 @@ -1 +1 @@ -7097f716c18264be092d735cfc3a81e9 \ No newline at end of file +57073ad6bebd0d0013150f8a8a3e80dc \ No newline at end of file diff --git a/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph.svg b/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph.svg index 0aa066837..1f177eff3 100644 --- a/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph.svg +++ b/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph.svg @@ -570,7 +570,7 @@ var sectionId = 'dynsection-25'; Node18 - + MIO0_0F @@ -687,7 +687,7 @@ var sectionId = 'dynsection-25'; Node24 - + unpack_combine_mode1 @@ -705,7 +705,7 @@ var sectionId = 'dynsection-25'; Node25 - + unpack_combine_mode2 @@ -723,7 +723,7 @@ var sectionId = 'dynsection-25'; Node26 - + unpack_combine_mode4 @@ -741,7 +741,7 @@ var sectionId = 'dynsection-25'; Node27 - + unpack_combine_mode5 @@ -759,7 +759,7 @@ var sectionId = 'dynsection-25'; Node28 - + unpack_combine_mode _shade @@ -868,7 +868,7 @@ var sectionId = 'dynsection-25'; Node34 - + unpack_render_mode _opaque @@ -887,7 +887,7 @@ var sectionId = 'dynsection-25'; Node35 - + unpack_render_mode _opaque_decal @@ -906,7 +906,7 @@ var sectionId = 'dynsection-25'; Node36 - + unpack_render_mode _tex_edge @@ -925,7 +925,7 @@ var sectionId = 'dynsection-25'; Node37 - + unpack_render_mode _translucent @@ -944,7 +944,7 @@ var sectionId = 'dynsection-25'; Node38 - + unpack_render_mode _translucent_decal @@ -1143,7 +1143,7 @@ var sectionId = 'dynsection-25'; Node50 - + allocate_memory diff --git a/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph_org.svg b/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph_org.svg index f48bf7ed9..c0bc79e61 100644 --- a/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph_org.svg +++ b/memory_8c_a3b9e88d491e09bc5a2392c1fcafd5a20_cgraph_org.svg @@ -524,7 +524,7 @@ Node18 - + MIO0_0F @@ -641,7 +641,7 @@ Node24 - + unpack_combine_mode1 @@ -659,7 +659,7 @@ Node25 - + unpack_combine_mode2 @@ -677,7 +677,7 @@ Node26 - + unpack_combine_mode4 @@ -695,7 +695,7 @@ Node27 - + unpack_combine_mode5 @@ -713,7 +713,7 @@ Node28 - + unpack_combine_mode _shade @@ -822,7 +822,7 @@ Node34 - + unpack_render_mode _opaque @@ -841,7 +841,7 @@ Node35 - + unpack_render_mode _opaque_decal @@ -860,7 +860,7 @@ Node36 - + unpack_render_mode _tex_edge @@ -879,7 +879,7 @@ Node37 - + unpack_render_mode _translucent @@ -898,7 +898,7 @@ Node38 - + unpack_render_mode _translucent_decal @@ -1097,7 +1097,7 @@ Node50 - + allocate_memory diff --git a/memory_8c_a97715b4da8644b3a3be8141e2561bc92_cgraph.map b/memory_8c_a58b3c23ec06bcdf5eadf5e744ec36ae3_cgraph.map similarity index 66% rename from memory_8c_a97715b4da8644b3a3be8141e2561bc92_cgraph.map rename to memory_8c_a58b3c23ec06bcdf5eadf5e744ec36ae3_cgraph.map index 271c52461..390cc4021 100644 --- a/memory_8c_a97715b4da8644b3a3be8141e2561bc92_cgraph.map +++ b/memory_8c_a58b3c23ec06bcdf5eadf5e744ec36ae3_cgraph.map @@ -1,5 +1,5 @@ - + diff --git a/memory_8c_a58b3c23ec06bcdf5eadf5e744ec36ae3_cgraph.md5 b/memory_8c_a58b3c23ec06bcdf5eadf5e744ec36ae3_cgraph.md5 new file mode 100644 index 000000000..b639fec2e --- /dev/null +++ b/memory_8c_a58b3c23ec06bcdf5eadf5e744ec36ae3_cgraph.md5 @@ -0,0 +1 @@ +cf316db5bb06ec3fdf1c51b99295d34d \ No newline at end of file diff --git a/memory_8c_a97715b4da8644b3a3be8141e2561bc92_cgraph.svg b/memory_8c_a58b3c23ec06bcdf5eadf5e744ec36ae3_cgraph.svg similarity index 95% rename from memory_8c_a97715b4da8644b3a3be8141e2561bc92_cgraph.svg rename to memory_8c_a58b3c23ec06bcdf5eadf5e744ec36ae3_cgraph.svg index 4040d74b9..2f428eee4 100644 --- a/memory_8c_a97715b4da8644b3a3be8141e2561bc92_cgraph.svg +++ b/memory_8c_a58b3c23ec06bcdf5eadf5e744ec36ae3_cgraph.svg @@ -30,7 +30,7 @@ Node2 - + main_pool_alloc diff --git a/memory_8h_a3790c1fabe1e7826c89ba9e2697386e7_cgraph_org.svg b/memory_8c_a58b3c23ec06bcdf5eadf5e744ec36ae3_cgraph_org.svg similarity index 92% rename from memory_8h_a3790c1fabe1e7826c89ba9e2697386e7_cgraph_org.svg rename to memory_8c_a58b3c23ec06bcdf5eadf5e744ec36ae3_cgraph_org.svg index 77051b438..4e99274f2 100644 --- a/memory_8h_a3790c1fabe1e7826c89ba9e2697386e7_cgraph_org.svg +++ b/memory_8c_a58b3c23ec06bcdf5eadf5e744ec36ae3_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + main_pool_alloc diff --git a/memory_8c_ab9ec4d0180668117a1c4dcc6032639d6_icgraph.map b/memory_8c_a6dfd591813f1833a4019eb1185082ead_icgraph.map similarity index 100% rename from memory_8c_ab9ec4d0180668117a1c4dcc6032639d6_icgraph.map rename to memory_8c_a6dfd591813f1833a4019eb1185082ead_icgraph.map diff --git a/memory_8c_ab9ec4d0180668117a1c4dcc6032639d6_icgraph.md5 b/memory_8c_a6dfd591813f1833a4019eb1185082ead_icgraph.md5 similarity index 100% rename from memory_8c_ab9ec4d0180668117a1c4dcc6032639d6_icgraph.md5 rename to memory_8c_a6dfd591813f1833a4019eb1185082ead_icgraph.md5 diff --git a/memory_8c_ab9ec4d0180668117a1c4dcc6032639d6_icgraph.svg b/memory_8c_a6dfd591813f1833a4019eb1185082ead_icgraph.svg similarity index 99% rename from memory_8c_ab9ec4d0180668117a1c4dcc6032639d6_icgraph.svg rename to memory_8c_a6dfd591813f1833a4019eb1185082ead_icgraph.svg index 71093893b..21ad1e9d7 100644 --- a/memory_8c_ab9ec4d0180668117a1c4dcc6032639d6_icgraph.svg +++ b/memory_8c_a6dfd591813f1833a4019eb1185082ead_icgraph.svg @@ -276,7 +276,7 @@ var sectionId = 'dynsection-43'; - + - + - + - + - + - + @@ -24,15 +24,15 @@ - + - + - + - + - + diff --git a/memory_8c_a7bd68df4b6133ad4c7ab6b7da3ce8c4c_cgraph.md5 b/memory_8c_a7bd68df4b6133ad4c7ab6b7da3ce8c4c_cgraph.md5 index 948cfb644..b1c1f95f0 100644 --- a/memory_8c_a7bd68df4b6133ad4c7ab6b7da3ce8c4c_cgraph.md5 +++ b/memory_8c_a7bd68df4b6133ad4c7ab6b7da3ce8c4c_cgraph.md5 @@ -1 +1 @@ -8703a29378b9bf5e4482f841cb73c059 \ No newline at end of file +c77bffc0ce2f3678e99ca8e8ad9c353e \ No newline at end of file diff --git a/memory_8c_a7bd68df4b6133ad4c7ab6b7da3ce8c4c_cgraph.svg b/memory_8c_a7bd68df4b6133ad4c7ab6b7da3ce8c4c_cgraph.svg index fe5947962..31e8bdeed 100644 --- a/memory_8c_a7bd68df4b6133ad4c7ab6b7da3ce8c4c_cgraph.svg +++ b/memory_8c_a7bd68df4b6133ad4c7ab6b7da3ce8c4c_cgraph.svg @@ -102,7 +102,7 @@ var sectionId = 'dynsection-9'; Node4 - + unpack_combine_mode1 @@ -120,7 +120,7 @@ var sectionId = 'dynsection-9'; Node5 - + unpack_combine_mode2 @@ -138,7 +138,7 @@ var sectionId = 'dynsection-9'; Node6 - + unpack_combine_mode4 @@ -156,7 +156,7 @@ var sectionId = 'dynsection-9'; Node7 - + unpack_combine_mode5 @@ -174,7 +174,7 @@ var sectionId = 'dynsection-9'; Node8 - + unpack_combine_mode _shade @@ -283,7 +283,7 @@ var sectionId = 'dynsection-9'; Node14 - + unpack_render_mode _opaque @@ -302,7 +302,7 @@ var sectionId = 'dynsection-9'; Node15 - + unpack_render_mode _opaque_decal @@ -321,7 +321,7 @@ var sectionId = 'dynsection-9'; Node16 - + unpack_render_mode _tex_edge @@ -340,7 +340,7 @@ var sectionId = 'dynsection-9'; Node17 - + unpack_render_mode _translucent @@ -359,7 +359,7 @@ var sectionId = 'dynsection-9'; Node18 - + unpack_render_mode _translucent_decal diff --git a/memory_8c_a7bd68df4b6133ad4c7ab6b7da3ce8c4c_cgraph_org.svg b/memory_8c_a7bd68df4b6133ad4c7ab6b7da3ce8c4c_cgraph_org.svg index 8a225e987..8ea19d785 100644 --- a/memory_8c_a7bd68df4b6133ad4c7ab6b7da3ce8c4c_cgraph_org.svg +++ b/memory_8c_a7bd68df4b6133ad4c7ab6b7da3ce8c4c_cgraph_org.svg @@ -56,7 +56,7 @@ Node4 - + unpack_combine_mode1 @@ -74,7 +74,7 @@ Node5 - + unpack_combine_mode2 @@ -92,7 +92,7 @@ Node6 - + unpack_combine_mode4 @@ -110,7 +110,7 @@ Node7 - + unpack_combine_mode5 @@ -128,7 +128,7 @@ Node8 - + unpack_combine_mode _shade @@ -237,7 +237,7 @@ Node14 - + unpack_render_mode _opaque @@ -256,7 +256,7 @@ Node15 - + unpack_render_mode _opaque_decal @@ -275,7 +275,7 @@ Node16 - + unpack_render_mode _tex_edge @@ -294,7 +294,7 @@ Node17 - + unpack_render_mode _translucent @@ -313,7 +313,7 @@ Node18 - + unpack_render_mode _translucent_decal diff --git a/memory_8c_ac5e2d1703b505404099b1205ee1b96cd_icgraph.map b/memory_8c_a7e6e89972c484db957ddbd70ba07ed92_icgraph.map similarity index 100% rename from memory_8c_ac5e2d1703b505404099b1205ee1b96cd_icgraph.map rename to memory_8c_a7e6e89972c484db957ddbd70ba07ed92_icgraph.map diff --git a/memory_8c_ac5e2d1703b505404099b1205ee1b96cd_icgraph.md5 b/memory_8c_a7e6e89972c484db957ddbd70ba07ed92_icgraph.md5 similarity index 100% rename from memory_8c_ac5e2d1703b505404099b1205ee1b96cd_icgraph.md5 rename to memory_8c_a7e6e89972c484db957ddbd70ba07ed92_icgraph.md5 diff --git a/memory_8c_ac5e2d1703b505404099b1205ee1b96cd_icgraph.svg b/memory_8c_a7e6e89972c484db957ddbd70ba07ed92_icgraph.svg similarity index 99% rename from memory_8c_ac5e2d1703b505404099b1205ee1b96cd_icgraph.svg rename to memory_8c_a7e6e89972c484db957ddbd70ba07ed92_icgraph.svg index f41738c84..18874c64f 100644 --- a/memory_8c_ac5e2d1703b505404099b1205ee1b96cd_icgraph.svg +++ b/memory_8c_a7e6e89972c484db957ddbd70ba07ed92_icgraph.svg @@ -556,7 +556,7 @@ var sectionId = 'dynsection-23'; - + - + - + - + - + diff --git a/memory_8c_a8a31f6da859d433a76fafd673eeefaaa_icgraph.md5 b/memory_8c_a8a31f6da859d433a76fafd673eeefaaa_icgraph.md5 new file mode 100644 index 000000000..c0d95003f --- /dev/null +++ b/memory_8c_a8a31f6da859d433a76fafd673eeefaaa_icgraph.md5 @@ -0,0 +1 @@ +e2b12a4f8fd65e4c7b26445299ba1bb3 \ No newline at end of file diff --git a/memory_8c_a06cdd4e219f66c792f11de95e43d413e_icgraph.svg b/memory_8c_a8a31f6da859d433a76fafd673eeefaaa_icgraph.svg similarity index 96% rename from memory_8c_a06cdd4e219f66c792f11de95e43d413e_icgraph.svg rename to memory_8c_a8a31f6da859d433a76fafd673eeefaaa_icgraph.svg index b7e11ebd5..37d7e640c 100644 --- a/memory_8c_a06cdd4e219f66c792f11de95e43d413e_icgraph.svg +++ b/memory_8c_a8a31f6da859d433a76fafd673eeefaaa_icgraph.svg @@ -66,7 +66,7 @@ var sectionId = 'dynsection-30'; Node2 - + alloc_only_pool_init @@ -102,7 +102,7 @@ var sectionId = 'dynsection-30'; Node7 - + main_pool_push_state @@ -120,7 +120,7 @@ var sectionId = 'dynsection-30'; Node8 - + main_pool_realloc @@ -204,7 +204,7 @@ var sectionId = 'dynsection-30'; - + Node2 - + alloc_only_pool_init @@ -56,7 +56,7 @@ Node7 - + main_pool_push_state @@ -74,7 +74,7 @@ Node8 - + main_pool_realloc diff --git a/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph.map b/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph.map index d2d0a8fcd..a8b1633af 100644 --- a/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph.map +++ b/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph.map @@ -6,7 +6,7 @@ - + diff --git a/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph.md5 b/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph.md5 index 698013ae3..619f7d45c 100644 --- a/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph.md5 +++ b/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph.md5 @@ -1 +1 @@ -47ef0a0cdf394c040b80ceac896dbca4 \ No newline at end of file +d385e3fbf9c664060a1dec5dffaa5c3a \ No newline at end of file diff --git a/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph.svg b/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph.svg index cf764b897..3b83eae89 100644 --- a/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph.svg +++ b/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph.svg @@ -120,7 +120,7 @@ var sectionId = 'dynsection-19'; Node4 - + main_pool_alloc diff --git a/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph_org.svg b/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph_org.svg index d02b8dd5c..f15fe38da 100644 --- a/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph_org.svg +++ b/memory_8c_a8c8653254bb1cefa5661a5faa81fd90f_cgraph_org.svg @@ -74,7 +74,7 @@ Node4 - + main_pool_alloc diff --git a/memory_8c_a9823a3d2b924d83ba116b123047f41b4_icgraph.map b/memory_8c_a9724b6830847eaf2c854cc292b6a8a3a_icgraph.map similarity index 100% rename from memory_8c_a9823a3d2b924d83ba116b123047f41b4_icgraph.map rename to memory_8c_a9724b6830847eaf2c854cc292b6a8a3a_icgraph.map diff --git a/memory_8c_a9823a3d2b924d83ba116b123047f41b4_icgraph.md5 b/memory_8c_a9724b6830847eaf2c854cc292b6a8a3a_icgraph.md5 similarity index 100% rename from memory_8c_a9823a3d2b924d83ba116b123047f41b4_icgraph.md5 rename to memory_8c_a9724b6830847eaf2c854cc292b6a8a3a_icgraph.md5 diff --git a/memory_8c_a9823a3d2b924d83ba116b123047f41b4_icgraph.svg b/memory_8c_a9724b6830847eaf2c854cc292b6a8a3a_icgraph.svg similarity index 99% rename from memory_8c_a9823a3d2b924d83ba116b123047f41b4_icgraph.svg rename to memory_8c_a9724b6830847eaf2c854cc292b6a8a3a_icgraph.svg index 02520cdc6..77d251473 100644 --- a/memory_8c_a9823a3d2b924d83ba116b123047f41b4_icgraph.svg +++ b/memory_8c_a9724b6830847eaf2c854cc292b6a8a3a_icgraph.svg @@ -276,7 +276,7 @@ var sectionId = 'dynsection-42'; - + - + - + diff --git a/memory_8c_ab03bcaf7df66bef336377406023da08e_cgraph.md5 b/memory_8c_ab03bcaf7df66bef336377406023da08e_cgraph.md5 new file mode 100644 index 000000000..06d2d4dd7 --- /dev/null +++ b/memory_8c_ab03bcaf7df66bef336377406023da08e_cgraph.md5 @@ -0,0 +1 @@ +340b10d9c2e1dae11472df7b0fb7d97b \ No newline at end of file diff --git a/memory_8h_ab78d094eaf63dad9a94ce85dbde75947_cgraph.svg b/memory_8c_ab03bcaf7df66bef336377406023da08e_cgraph.svg similarity index 92% rename from memory_8h_ab78d094eaf63dad9a94ce85dbde75947_cgraph.svg rename to memory_8c_ab03bcaf7df66bef336377406023da08e_cgraph.svg index 5052bb908..0441a8cab 100644 --- a/memory_8h_ab78d094eaf63dad9a94ce85dbde75947_cgraph.svg +++ b/memory_8c_ab03bcaf7df66bef336377406023da08e_cgraph.svg @@ -30,7 +30,7 @@ Node2 - + main_pool_alloc @@ -48,7 +48,7 @@ Node3 - + main_pool_free diff --git a/memory_8h_ab78d094eaf63dad9a94ce85dbde75947_cgraph_org.svg b/memory_8c_ab03bcaf7df66bef336377406023da08e_cgraph_org.svg similarity index 90% rename from memory_8h_ab78d094eaf63dad9a94ce85dbde75947_cgraph_org.svg rename to memory_8c_ab03bcaf7df66bef336377406023da08e_cgraph_org.svg index 57cfdbc29..cf386ad79 100644 --- a/memory_8h_ab78d094eaf63dad9a94ce85dbde75947_cgraph_org.svg +++ b/memory_8c_ab03bcaf7df66bef336377406023da08e_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + main_pool_alloc @@ -38,7 +38,7 @@ Node3 - + main_pool_free diff --git a/memory_8c_ae0345229c708ed5f912681a482150011_icgraph.map b/memory_8c_ab3dad5df8d0cfc2e1012b8d6c562af6d_icgraph.map similarity index 100% rename from memory_8c_ae0345229c708ed5f912681a482150011_icgraph.map rename to memory_8c_ab3dad5df8d0cfc2e1012b8d6c562af6d_icgraph.map diff --git a/memory_8c_ae0345229c708ed5f912681a482150011_icgraph.md5 b/memory_8c_ab3dad5df8d0cfc2e1012b8d6c562af6d_icgraph.md5 similarity index 100% rename from memory_8c_ae0345229c708ed5f912681a482150011_icgraph.md5 rename to memory_8c_ab3dad5df8d0cfc2e1012b8d6c562af6d_icgraph.md5 diff --git a/memory_8c_ae0345229c708ed5f912681a482150011_icgraph.svg b/memory_8c_ab3dad5df8d0cfc2e1012b8d6c562af6d_icgraph.svg similarity index 99% rename from memory_8c_ae0345229c708ed5f912681a482150011_icgraph.svg rename to memory_8c_ab3dad5df8d0cfc2e1012b8d6c562af6d_icgraph.svg index 6972cdf79..67554153a 100644 --- a/memory_8c_ae0345229c708ed5f912681a482150011_icgraph.svg +++ b/memory_8c_ab3dad5df8d0cfc2e1012b8d6c562af6d_icgraph.svg @@ -277,7 +277,7 @@ var sectionId = 'dynsection-50'; - + - + - + - + - + diff --git a/memory_8c_ae7d023f0c1a0b6a8996141ce3b04a287_cgraph.md5 b/memory_8c_ae7d023f0c1a0b6a8996141ce3b04a287_cgraph.md5 index 8f6a55b42..3654a7276 100644 --- a/memory_8c_ae7d023f0c1a0b6a8996141ce3b04a287_cgraph.md5 +++ b/memory_8c_ae7d023f0c1a0b6a8996141ce3b04a287_cgraph.md5 @@ -1 +1 @@ -480d7c922639d3aab7de09e53f7f1e0e \ No newline at end of file +f20c0ebd87d3b3832a29843c6fe0a13f \ No newline at end of file diff --git a/memory_8c_ae7d023f0c1a0b6a8996141ce3b04a287_cgraph.svg b/memory_8c_ae7d023f0c1a0b6a8996141ce3b04a287_cgraph.svg index 7c8393854..5605f5614 100644 --- a/memory_8c_ae7d023f0c1a0b6a8996141ce3b04a287_cgraph.svg +++ b/memory_8c_ae7d023f0c1a0b6a8996141ce3b04a287_cgraph.svg @@ -66,7 +66,7 @@ var sectionId = 'dynsection-15'; Node2 - + main_pool_alloc diff --git a/memory_8c_ae7d023f0c1a0b6a8996141ce3b04a287_cgraph_org.svg b/memory_8c_ae7d023f0c1a0b6a8996141ce3b04a287_cgraph_org.svg index 6f3af6abc..ba9976529 100644 --- a/memory_8c_ae7d023f0c1a0b6a8996141ce3b04a287_cgraph_org.svg +++ b/memory_8c_ae7d023f0c1a0b6a8996141ce3b04a287_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + main_pool_alloc diff --git a/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph.map b/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph.map index fef4ac50d..3b7a72050 100644 --- a/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph.map +++ b/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph.map @@ -4,7 +4,7 @@ - + diff --git a/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph.md5 b/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph.md5 index 4c9762110..8488c2d50 100644 --- a/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph.md5 +++ b/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph.md5 @@ -1 +1 @@ -f47305eda8153f2c0df57e6e5da8a681 \ No newline at end of file +a96f685790179a30d7a2db3c4cc60b9a \ No newline at end of file diff --git a/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph.svg b/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph.svg index fabab4469..59c9d2dbf 100644 --- a/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph.svg +++ b/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph.svg @@ -102,7 +102,7 @@ var sectionId = 'dynsection-29'; Node3 - + main_pool_alloc diff --git a/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph_org.svg b/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph_org.svg index f035fd565..0d6760364 100644 --- a/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph_org.svg +++ b/memory_8c_aeba4b47d5d65cd325e7c234326119b27_cgraph_org.svg @@ -56,7 +56,7 @@ Node3 - + main_pool_alloc diff --git a/memory_8c_a1ecafac9cef165b97b16445b4dd6720a_icgraph.map b/memory_8c_aed21b6b48e196d6ef51b73c755b73901_icgraph.map similarity index 100% rename from memory_8c_a1ecafac9cef165b97b16445b4dd6720a_icgraph.map rename to memory_8c_aed21b6b48e196d6ef51b73c755b73901_icgraph.map diff --git a/memory_8c_a1ecafac9cef165b97b16445b4dd6720a_icgraph.md5 b/memory_8c_aed21b6b48e196d6ef51b73c755b73901_icgraph.md5 similarity index 100% rename from memory_8c_a1ecafac9cef165b97b16445b4dd6720a_icgraph.md5 rename to memory_8c_aed21b6b48e196d6ef51b73c755b73901_icgraph.md5 diff --git a/memory_8c_a1ecafac9cef165b97b16445b4dd6720a_icgraph.svg b/memory_8c_aed21b6b48e196d6ef51b73c755b73901_icgraph.svg similarity index 99% rename from memory_8c_a1ecafac9cef165b97b16445b4dd6720a_icgraph.svg rename to memory_8c_aed21b6b48e196d6ef51b73c755b73901_icgraph.svg index d31eeddd9..d65c2a945 100644 --- a/memory_8c_a1ecafac9cef165b97b16445b4dd6720a_icgraph.svg +++ b/memory_8c_aed21b6b48e196d6ef51b73c755b73901_icgraph.svg @@ -276,7 +276,7 @@ var sectionId = 'dynsection-41'; - + - + diff --git a/memory_8c_afc6ca5942125a985be7e8542fd9a775d_icgraph.md5 b/memory_8c_afc6ca5942125a985be7e8542fd9a775d_icgraph.md5 new file mode 100644 index 000000000..ba265ec78 --- /dev/null +++ b/memory_8c_afc6ca5942125a985be7e8542fd9a775d_icgraph.md5 @@ -0,0 +1 @@ +7665cbd067da30731e765e7b30c9dd5f \ No newline at end of file diff --git a/memory_8c_a9e19621e7f842cd12a67ab812864ca57_icgraph.svg b/memory_8c_afc6ca5942125a985be7e8542fd9a775d_icgraph.svg similarity index 95% rename from memory_8c_a9e19621e7f842cd12a67ab812864ca57_icgraph.svg rename to memory_8c_afc6ca5942125a985be7e8542fd9a775d_icgraph.svg index dc511a388..70211bf31 100644 --- a/memory_8c_a9e19621e7f842cd12a67ab812864ca57_icgraph.svg +++ b/memory_8c_afc6ca5942125a985be7e8542fd9a775d_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + main_pool_realloc diff --git a/memory_8c_a9e19621e7f842cd12a67ab812864ca57_icgraph_org.svg b/memory_8c_afc6ca5942125a985be7e8542fd9a775d_icgraph_org.svg similarity index 92% rename from memory_8c_a9e19621e7f842cd12a67ab812864ca57_icgraph_org.svg rename to memory_8c_afc6ca5942125a985be7e8542fd9a775d_icgraph_org.svg index d868c0392..893a37fd0 100644 --- a/memory_8c_a9e19621e7f842cd12a67ab812864ca57_icgraph_org.svg +++ b/memory_8c_afc6ca5942125a985be7e8542fd9a775d_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + main_pool_realloc diff --git a/memory_8h.html b/memory_8h.html index 6fefe1ae7..8ceac9979 100644 --- a/memory_8h.html +++ b/memory_8h.html @@ -145,9 +145,9 @@ Macros - - - + + + @@ -164,42 +164,42 @@ Functions - - - + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + - - + + @@ -214,26 +214,26 @@ Functions - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -300,8 +300,8 @@ Variables

    Function Documentation

    - -

    ◆ alloc_only_pool_init()

    + +

    ◆ alloc_only_pool_init()

    @@ -309,25 +309,25 @@ Variables
    - + - +

    Functions

    void * get_next_available_memory_addr (u32)
     Returns the address of the next available memory location and updates the memory pointer to reference the next location of available memory based provided size to allocate.
     
    void * get_next_available_memory_addr (uintptr_t)
     Returns the address of the next available memory location and updates the memory pointer to reference the next location of available memory based provided size to allocate.
     
    uintptr_t set_segment_base_addr (s32, void *)
     Stores the physical memory addr for segmented memory in gSegmentTable using the segment number as an index.
     
     
    void * decompress_segments (u8 *, u8 *)
     
    void * allocate_memory (u32)
     Allocates memory and adjusts gFreeMemorySize.
     
    void * allocate_memory (size_t)
     Allocates memory and adjusts gFreeMemorySize.
     
    void * load_data (uintptr_t, uintptr_t)
     Allocate and DMA.
     
    void func_802A7D54 (s32, s32)
     
    void main_pool_init (u32, u32)
     
    void * main_pool_alloc (u32, u32)
     
    u32 main_pool_free (void *)
     
    void * main_pool_realloc (void *, u32)
     
    s32 main_pool_available (void)
     
    u32 main_pool_push_state (void)
     
    u32 main_pool_pop_state (void)
     
    void main_pool_init (uintptr_t, uintptr_t)
     
    void * main_pool_alloc (uintptr_t, uintptr_t)
     
    uintptr_t main_pool_free (void *)
     
    void * main_pool_realloc (void *, uintptr_t)
     
    uintptr_t main_pool_available (void)
     
    uintptr_t main_pool_push_state (void)
     
    uintptr_t main_pool_pop_state (void)
     
    void * func_802A80B0 (u8 *, u8 *, u8 *)
     
    void func_802A81EC (void)
     
    struct AllocOnlyPoolalloc_only_pool_init (u32, u32)
     
    u32 func_802A82AC (s32)
     
    s32 func_802A8348 (s32, s32, s32)
     
    struct AllocOnlyPoolalloc_only_pool_init (uintptr_t, uintptr_t)
     
    uintptr_t func_802A82AC (s32)
     
    uintptr_t func_802A8348 (s32, s32, s32)
     
    u8dma_textures (u8 *, u32, u32)
     
    u32 MIO0_0F (u8 *, u32, u32)
     
    uintptr_t MIO0_0F (u8 *, uintptr_t, uintptr_t)
     
    void func_802A8844 (void)
     
    void unpack_lights (Gfx *, u8 *, s8)
     
    void unpack_cull_displaylist (Gfx *, u8 *, s8)
     
    void unpack_combine_mode1 (Gfx *, u8 *, u32)
     
    void unpack_combine_mode2 (Gfx *, u8 *, u32)
     
    void unpack_combine_mode_shade (Gfx *, u8 *, u32)
     
    void unpack_combine_mode4 (Gfx *, u8 *, u32)
     
    void unpack_combine_mode5 (Gfx *, u8 *, u32)
     
    void unpack_render_mode_opaque (Gfx *, u8 *, u32)
     
    void unpack_render_mode_tex_edge (Gfx *, u8 *, u32)
     
    void unpack_render_mode_translucent (Gfx *, u8 *, u32)
     
    void unpack_render_mode_opaque_decal (Gfx *, u8 *, u32)
     
    void unpack_render_mode_translucent_decal (Gfx *, u8 *, u32)
     
    void unpack_combine_mode1 (Gfx *, u8 *, uintptr_t)
     
    void unpack_combine_mode2 (Gfx *, u8 *, uintptr_t)
     
    void unpack_combine_mode_shade (Gfx *, u8 *, uintptr_t)
     
    void unpack_combine_mode4 (Gfx *, u8 *, uintptr_t)
     
    void unpack_combine_mode5 (Gfx *, u8 *, uintptr_t)
     
    void unpack_render_mode_opaque (Gfx *, u8 *, uintptr_t)
     
    void unpack_render_mode_tex_edge (Gfx *, u8 *, uintptr_t)
     
    void unpack_render_mode_translucent (Gfx *, u8 *, uintptr_t)
     
    void unpack_render_mode_opaque_decal (Gfx *, u8 *, uintptr_t)
     
    void unpack_render_mode_translucent_decal (Gfx *, u8 *, uintptr_t)
     
    void unpack_tile_sync (Gfx *, u8 *, s8)
     
    void unpack_tile_load_sync (Gfx *, u8 *, s8)
    struct AllocOnlyPool * alloc_only_pool_init (u32 size, uintptr_t size,
    u32 side )uintptr_t side )
    Here is the call graph for this function:
    -
    +
    - -

    ◆ allocate_memory()

    + +

    ◆ allocate_memory()

    @@ -335,7 +335,7 @@ Here is the call graph for this function:
    void * allocate_memory ( - u32 size) + size_t size) @@ -345,7 +345,7 @@ Here is the call graph for this function:
    Here is the caller graph for this function:
    -
    +
    @@ -486,14 +486,14 @@ Here is the call graph for this function: - -

    ◆ func_802A82AC()

    + +

    ◆ func_802A82AC()

    - + @@ -503,14 +503,14 @@ Here is the call graph for this function: - -

    ◆ func_802A8348()

    + +

    ◆ func_802A8348()

    u32 func_802A82AC uintptr_t func_802A82AC ( s32 arg0)
    - + @@ -529,7 +529,7 @@ Here is the call graph for this function:
    Here is the call graph for this function:
    -
    +
    @@ -551,8 +551,8 @@ Here is the call graph for this function: - -

    ◆ get_next_available_memory_addr()

    + +

    ◆ get_next_available_memory_addr()

    @@ -560,7 +560,7 @@ Here is the call graph for this function:
    - +
    s32 func_802A8348 uintptr_t func_802A8348 ( s32 arg0,
    void * get_next_available_memory_addr (u32 size)uintptr_t size)
    @@ -577,7 +577,7 @@ Here is the call graph for this function:
    Here is the caller graph for this function:
    -
    +
    @@ -704,8 +704,8 @@ Here is the caller graph for this function: - -

    ◆ main_pool_alloc()

    + +

    ◆ main_pool_alloc()

    @@ -713,12 +713,12 @@ Here is the caller graph for this function:
    void * main_pool_alloc ( - u32 size, + uintptr_t size, - u32 side ) + uintptr_t side )
    @@ -726,19 +726,19 @@ Here is the caller graph for this function:
    Here is the caller graph for this function:
    -
    +
    - -

    ◆ main_pool_available()

    + +

    ◆ main_pool_available()

    - + @@ -748,14 +748,14 @@ Here is the caller graph for this function: - -

    ◆ main_pool_free()

    + +

    ◆ main_pool_free()

    s32 main_pool_available uintptr_t main_pool_available ( void )
    - + @@ -766,13 +766,13 @@ Here is the caller graph for this function:
    Here is the caller graph for this function:
    -
    +
    - -

    ◆ main_pool_init()

    + +

    ◆ main_pool_init()

    @@ -780,26 +780,26 @@ Here is the caller graph for this function:
    - + - +
    u32 main_pool_free uintptr_t main_pool_free ( void * addr)
    void main_pool_init (u32 start, uintptr_t start,
    u32 end )uintptr_t end )
    - -

    ◆ main_pool_pop_state()

    + +

    ◆ main_pool_pop_state()

    - + @@ -810,14 +810,14 @@ Here is the caller graph for this function: - -

    ◆ main_pool_push_state()

    + +

    ◆ main_pool_push_state()

    u32 main_pool_pop_state uintptr_t main_pool_pop_state ( void )
    - + @@ -827,13 +827,13 @@ Here is the caller graph for this function:
    Here is the call graph for this function:
    -
    +
    - -

    ◆ main_pool_realloc()

    + +

    ◆ main_pool_realloc()

    @@ -846,50 +846,50 @@ Here is the call graph for this function:
    - +
    u32 main_pool_push_state uintptr_t main_pool_push_state ( void )
    u32 size )uintptr_t size )
    Here is the call graph for this function:
    -
    +
    - -

    ◆ MIO0_0F()

    + +

    ◆ MIO0_0F()

    - + - + - +
    u32 MIO0_0F uintptr_t MIO0_0F ( u8 * arg0,
    u32 arg1, uintptr_t arg1,
    u32 arg2 )uintptr_t arg2 )
    Here is the call graph for this function:
    -
    +
    Here is the caller graph for this function:
    -
    +
    @@ -1003,8 +1003,8 @@ Here is the caller graph for this function:
    - -

    ◆ unpack_combine_mode1()

    + +

    ◆ unpack_combine_mode1()

    @@ -1022,15 +1022,15 @@ Here is the caller graph for this function:
    - u32  ) + uintptr_t  )
    - -

    ◆ unpack_combine_mode2()

    + +

    ◆ unpack_combine_mode2()

    @@ -1048,15 +1048,15 @@ Here is the caller graph for this function:
    - u32  ) + uintptr_t  )
    - -

    ◆ unpack_combine_mode4()

    + +

    ◆ unpack_combine_mode4()

    @@ -1074,15 +1074,15 @@ Here is the caller graph for this function:
    - u32  ) + uintptr_t  )
    - -

    ◆ unpack_combine_mode5()

    + +

    ◆ unpack_combine_mode5()

    @@ -1100,15 +1100,15 @@ Here is the caller graph for this function:
    - u32  ) + uintptr_t  )
    - -

    ◆ unpack_combine_mode_shade()

    + +

    ◆ unpack_combine_mode_shade()

    @@ -1126,7 +1126,7 @@ Here is the caller graph for this function:
    - u32  ) + uintptr_t  )
    @@ -1237,8 +1237,8 @@ Here is the caller graph for this function:
    - -

    ◆ unpack_render_mode_opaque()

    + +

    ◆ unpack_render_mode_opaque()

    @@ -1256,15 +1256,15 @@ Here is the caller graph for this function:
    - u32  ) + uintptr_t  )
    - -

    ◆ unpack_render_mode_opaque_decal()

    + +

    ◆ unpack_render_mode_opaque_decal()

    @@ -1282,15 +1282,15 @@ Here is the caller graph for this function:
    - u32  ) + uintptr_t  )
    - -

    ◆ unpack_render_mode_tex_edge()

    + +

    ◆ unpack_render_mode_tex_edge()

    @@ -1308,15 +1308,15 @@ Here is the caller graph for this function:
    - u32  ) + uintptr_t  )
    - -

    ◆ unpack_render_mode_translucent()

    + +

    ◆ unpack_render_mode_translucent()

    @@ -1334,15 +1334,15 @@ Here is the caller graph for this function:
    - u32  ) + uintptr_t  )
    - -

    ◆ unpack_render_mode_translucent_decal()

    + +

    ◆ unpack_render_mode_translucent_decal()

    @@ -1360,7 +1360,7 @@ Here is the caller graph for this function:
    - u32  ) + uintptr_t  )
    diff --git a/memory_8h.js b/memory_8h.js index 5a978bf51..6ea19cbc7 100644 --- a/memory_8h.js +++ b/memory_8h.js @@ -8,47 +8,47 @@ var memory_8h = [ "ALIGN4", "memory_8h.html#a9a9b12bc2d88d2229242fc7846056f90", null ], [ "MEMORY_POOL_LEFT", "memory_8h.html#a88d4b28279c8474e3bca4cd73dc1e33f", null ], [ "MEMORY_POOL_RIGHT", "memory_8h.html#a52dd2dd53601da10831dd2f7f675c5f2", null ], - [ "alloc_only_pool_init", "memory_8h.html#a3790c1fabe1e7826c89ba9e2697386e7", null ], - [ "allocate_memory", "memory_8h.html#ac8f0e0385ffa4a6cea626875ef785c86", null ], + [ "alloc_only_pool_init", "memory_8h.html#a55d75ae72531bea2f9b06d7a4addb819", null ], + [ "allocate_memory", "memory_8h.html#acf31e85b295d4508d571d5aff8c02c5a", null ], [ "decompress_segments", "memory_8h.html#a61bd66cb78e91bc239a0f7a6c9ea8d59", null ], [ "dma_textures", "memory_8h.html#abf3a6633e9ecc6ccebb184df9dbffa5d", null ], [ "func_802A7D54", "memory_8h.html#ad108574c2862d6903a3da3c59ef4b06e", null ], [ "func_802A80B0", "memory_8h.html#a35b6e161358ef80b64f67bb351a2f4f2", null ], [ "func_802A81EC", "memory_8h.html#a4ec2d202a143ce6dc0a0ea302f7e864c", null ], - [ "func_802A82AC", "memory_8h.html#a4c6e8d834720c77ad4afeda1807c161f", null ], - [ "func_802A8348", "memory_8h.html#ac161fc444e9aa193e6e3b1ee484e9a16", null ], + [ "func_802A82AC", "memory_8h.html#a871b62b55eca3e10de592b1b09ac1ea5", null ], + [ "func_802A8348", "memory_8h.html#ab7eede738f2a0af1893bb5e5c5e52dca", null ], [ "func_802A8844", "memory_8h.html#a21fe83456f822726fd10e0b190923172", null ], - [ "get_next_available_memory_addr", "memory_8h.html#abb118b94798838b451fc4f9895825189", null ], + [ "get_next_available_memory_addr", "memory_8h.html#a965d7e25d594cd29e02ed8b9a482c65d", null ], [ "get_segment_base_addr", "memory_8h.html#a125651826edd8b6e662bbf425fdd9283", null ], [ "initialize_memory_pool", "memory_8h.html#a512c3e9004244d1a3ba91fecdaa85015", null ], [ "load_course", "memory_8h.html#ab4b355536aa95257b0228c26ae1af647", null ], [ "load_data", "memory_8h.html#a62bd0e025f222c732a5fc4cfd737f37a", null ], - [ "main_pool_alloc", "memory_8h.html#a704eac89b419362bf539034bc51f47fd", null ], - [ "main_pool_available", "memory_8h.html#a6a36376a3e11b1e12cdaa01594fe5acc", null ], - [ "main_pool_free", "memory_8h.html#ad197f3a102b0e9df18c35d011214fc09", null ], - [ "main_pool_init", "memory_8h.html#a0478a0dd711d633495462f7092a66a73", null ], - [ "main_pool_pop_state", "memory_8h.html#a837332e49a77de13d576a74056fb46c7", null ], - [ "main_pool_push_state", "memory_8h.html#a8c7433c12a6a37aa1b4745c2fb25b87a", null ], - [ "main_pool_realloc", "memory_8h.html#ab78d094eaf63dad9a94ce85dbde75947", null ], - [ "MIO0_0F", "memory_8h.html#a248ba4fb16f04ad8aa478c0c427d981a", null ], + [ "main_pool_alloc", "memory_8h.html#a62ba44aa35a5ffa90e10259c60e9a229", null ], + [ "main_pool_available", "memory_8h.html#afe57de3903e2ed3acb35c29651445c5b", null ], + [ "main_pool_free", "memory_8h.html#aae653f94864d5c6a1b4cd5f3d9ededc3", null ], + [ "main_pool_init", "memory_8h.html#a1f4d35518a5ec5fee6a2cbf3c1d0f794", null ], + [ "main_pool_pop_state", "memory_8h.html#a3a0d304f31905bacca06c397e308c047", null ], + [ "main_pool_push_state", "memory_8h.html#a65254a5e16776e338be9441acb49e794", null ], + [ "main_pool_realloc", "memory_8h.html#aa9e0c3b8dc07656f8777f7a3fdd5914b", null ], + [ "MIO0_0F", "memory_8h.html#a3291d400b4e265559e894e400cdea4ae", null ], [ "move_segment_table_to_dmem", "memory_8h.html#a7c0c87d5c791d9405698582f9128f4ec", null ], [ "segmented_to_virtual", "memory_8h.html#a901d0d9c2a254257b4538f907196e90a", null ], [ "set_segment_base_addr", "memory_8h.html#a3ec709af22cadacdd15850adb1265d03", null ], [ "unpack_clear_geometry_mode", "memory_8h.html#a7cf51ab9d41d341979d7815ecb9cac0a", null ], - [ "unpack_combine_mode1", "memory_8h.html#ac5123942170fa02b5a4f56e9b8a5d104", null ], - [ "unpack_combine_mode2", "memory_8h.html#aa9cd691b52d22763aac9134d894d94fb", null ], - [ "unpack_combine_mode4", "memory_8h.html#ad3d74803c80b4e660f8813f74ff87945", null ], - [ "unpack_combine_mode5", "memory_8h.html#a5c9a1972c3a40e787973a934f67e9e71", null ], - [ "unpack_combine_mode_shade", "memory_8h.html#a9ecd7f6e634a4bab5099b97c028bcfb3", null ], + [ "unpack_combine_mode1", "memory_8h.html#a1f3590983b3df0ddcf069021f14c7771", null ], + [ "unpack_combine_mode2", "memory_8h.html#a9fc911fe1b11689cb2747e4f9ee827e4", null ], + [ "unpack_combine_mode4", "memory_8h.html#a25c68ab04f17587642de4eacb7354467", null ], + [ "unpack_combine_mode5", "memory_8h.html#a7639eaafb2d4aca1787db1f12cbdc530", null ], + [ "unpack_combine_mode_shade", "memory_8h.html#a984dc86c6ecc2bf1d208bd08df154564", null ], [ "unpack_cull_displaylist", "memory_8h.html#acb8ec29be4c6c7b557c4c9ab12a91eb1", null ], [ "unpack_displaylist", "memory_8h.html#aed4c3a06cd1c80cbdef980becd4ac06f", null ], [ "unpack_end_displaylist", "memory_8h.html#aae4e72aae58b4f1e046c4c6e405be863", null ], [ "unpack_lights", "memory_8h.html#a14811b20ea44141f31ba87f6498c6fc9", null ], - [ "unpack_render_mode_opaque", "memory_8h.html#a7a572fa92d704370565e325f9267879b", null ], - [ "unpack_render_mode_opaque_decal", "memory_8h.html#a451f201ad336f48a3a8111c41b1cbcd1", null ], - [ "unpack_render_mode_tex_edge", "memory_8h.html#a3a176316c171be41a86f6fbe62004840", null ], - [ "unpack_render_mode_translucent", "memory_8h.html#a827f8b1625bc7f2e032c7dee8c72b978", null ], - [ "unpack_render_mode_translucent_decal", "memory_8h.html#a8f5d5758d4258133628f1af536e4dbbb", null ], + [ "unpack_render_mode_opaque", "memory_8h.html#af8baf5bf71679d0833f6380c89e37936", null ], + [ "unpack_render_mode_opaque_decal", "memory_8h.html#a57159e529d24a3168e05681291f1b73c", null ], + [ "unpack_render_mode_tex_edge", "memory_8h.html#aa8177e758ab7cd50bf1dfdf56d62ca29", null ], + [ "unpack_render_mode_translucent", "memory_8h.html#a02b90920a307907aab16d7d44a9da700", null ], + [ "unpack_render_mode_translucent_decal", "memory_8h.html#a58a6cda30c79f9dd78694217c505cdf2", null ], [ "unpack_set_geometry_mode", "memory_8h.html#a7c0649ea94237e36b2590eafb890153f", null ], [ "unpack_texture_off", "memory_8h.html#a9cbfb543c285c335019336b8fa5d8573", null ], [ "unpack_texture_on", "memory_8h.html#a4b2f61cfabcf9c0ad08dd909d9164711", null ], diff --git a/memory_8h_a248ba4fb16f04ad8aa478c0c427d981a_cgraph.map b/memory_8h_a3291d400b4e265559e894e400cdea4ae_cgraph.map similarity index 100% rename from memory_8h_a248ba4fb16f04ad8aa478c0c427d981a_cgraph.map rename to memory_8h_a3291d400b4e265559e894e400cdea4ae_cgraph.map diff --git a/memory_8h_a248ba4fb16f04ad8aa478c0c427d981a_cgraph.md5 b/memory_8h_a3291d400b4e265559e894e400cdea4ae_cgraph.md5 similarity index 100% rename from memory_8h_a248ba4fb16f04ad8aa478c0c427d981a_cgraph.md5 rename to memory_8h_a3291d400b4e265559e894e400cdea4ae_cgraph.md5 diff --git a/memory_8h_a248ba4fb16f04ad8aa478c0c427d981a_cgraph.svg b/memory_8h_a3291d400b4e265559e894e400cdea4ae_cgraph.svg similarity index 99% rename from memory_8h_a248ba4fb16f04ad8aa478c0c427d981a_cgraph.svg rename to memory_8h_a3291d400b4e265559e894e400cdea4ae_cgraph.svg index a194fcac7..89c96b19c 100644 --- a/memory_8h_a248ba4fb16f04ad8aa478c0c427d981a_cgraph.svg +++ b/memory_8h_a3291d400b4e265559e894e400cdea4ae_cgraph.svg @@ -438,7 +438,7 @@ var sectionId = 'dynsection-19'; - + - + - + diff --git a/memory_8h_a35b6e161358ef80b64f67bb351a2f4f2_cgraph.md5 b/memory_8h_a35b6e161358ef80b64f67bb351a2f4f2_cgraph.md5 index 8f6a55b42..3654a7276 100644 --- a/memory_8h_a35b6e161358ef80b64f67bb351a2f4f2_cgraph.md5 +++ b/memory_8h_a35b6e161358ef80b64f67bb351a2f4f2_cgraph.md5 @@ -1 +1 @@ -480d7c922639d3aab7de09e53f7f1e0e \ No newline at end of file +f20c0ebd87d3b3832a29843c6fe0a13f \ No newline at end of file diff --git a/memory_8h_a35b6e161358ef80b64f67bb351a2f4f2_cgraph.svg b/memory_8h_a35b6e161358ef80b64f67bb351a2f4f2_cgraph.svg index d4c777e2f..f8e1376a3 100644 --- a/memory_8h_a35b6e161358ef80b64f67bb351a2f4f2_cgraph.svg +++ b/memory_8h_a35b6e161358ef80b64f67bb351a2f4f2_cgraph.svg @@ -66,7 +66,7 @@ var sectionId = 'dynsection-5'; Node2 - + main_pool_alloc diff --git a/memory_8h_a35b6e161358ef80b64f67bb351a2f4f2_cgraph_org.svg b/memory_8h_a35b6e161358ef80b64f67bb351a2f4f2_cgraph_org.svg index 6f3af6abc..ba9976529 100644 --- a/memory_8h_a35b6e161358ef80b64f67bb351a2f4f2_cgraph_org.svg +++ b/memory_8h_a35b6e161358ef80b64f67bb351a2f4f2_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + main_pool_alloc diff --git a/memory_8h_a3790c1fabe1e7826c89ba9e2697386e7_cgraph.md5 b/memory_8h_a3790c1fabe1e7826c89ba9e2697386e7_cgraph.md5 deleted file mode 100644 index 7620165b3..000000000 --- a/memory_8h_a3790c1fabe1e7826c89ba9e2697386e7_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -f7f31ce5b3c694a7e305e05290960287 \ No newline at end of file diff --git a/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph.map b/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph.map index d2d0a8fcd..a8b1633af 100644 --- a/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph.map +++ b/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph.map @@ -6,7 +6,7 @@ - + diff --git a/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph.md5 b/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph.md5 index 698013ae3..619f7d45c 100644 --- a/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph.md5 +++ b/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph.md5 @@ -1 +1 @@ -47ef0a0cdf394c040b80ceac896dbca4 \ No newline at end of file +d385e3fbf9c664060a1dec5dffaa5c3a \ No newline at end of file diff --git a/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph.svg b/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph.svg index 56d1f9a33..64f506b25 100644 --- a/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph.svg +++ b/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph.svg @@ -120,7 +120,7 @@ var sectionId = 'dynsection-7'; Node4 - + main_pool_alloc diff --git a/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph_org.svg b/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph_org.svg index d02b8dd5c..f15fe38da 100644 --- a/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph_org.svg +++ b/memory_8h_a4ec2d202a143ce6dc0a0ea302f7e864c_cgraph_org.svg @@ -74,7 +74,7 @@ Node4 - + main_pool_alloc diff --git a/memory_8h_a3790c1fabe1e7826c89ba9e2697386e7_cgraph.map b/memory_8h_a55d75ae72531bea2f9b06d7a4addb819_cgraph.map similarity index 66% rename from memory_8h_a3790c1fabe1e7826c89ba9e2697386e7_cgraph.map rename to memory_8h_a55d75ae72531bea2f9b06d7a4addb819_cgraph.map index 271c52461..390cc4021 100644 --- a/memory_8h_a3790c1fabe1e7826c89ba9e2697386e7_cgraph.map +++ b/memory_8h_a55d75ae72531bea2f9b06d7a4addb819_cgraph.map @@ -1,5 +1,5 @@ - + diff --git a/memory_8h_a55d75ae72531bea2f9b06d7a4addb819_cgraph.md5 b/memory_8h_a55d75ae72531bea2f9b06d7a4addb819_cgraph.md5 new file mode 100644 index 000000000..b639fec2e --- /dev/null +++ b/memory_8h_a55d75ae72531bea2f9b06d7a4addb819_cgraph.md5 @@ -0,0 +1 @@ +cf316db5bb06ec3fdf1c51b99295d34d \ No newline at end of file diff --git a/memory_8h_a3790c1fabe1e7826c89ba9e2697386e7_cgraph.svg b/memory_8h_a55d75ae72531bea2f9b06d7a4addb819_cgraph.svg similarity index 95% rename from memory_8h_a3790c1fabe1e7826c89ba9e2697386e7_cgraph.svg rename to memory_8h_a55d75ae72531bea2f9b06d7a4addb819_cgraph.svg index 4040d74b9..2f428eee4 100644 --- a/memory_8h_a3790c1fabe1e7826c89ba9e2697386e7_cgraph.svg +++ b/memory_8h_a55d75ae72531bea2f9b06d7a4addb819_cgraph.svg @@ -30,7 +30,7 @@ Node2 - + main_pool_alloc diff --git a/memory_8c_a97715b4da8644b3a3be8141e2561bc92_cgraph_org.svg b/memory_8h_a55d75ae72531bea2f9b06d7a4addb819_cgraph_org.svg similarity index 92% rename from memory_8c_a97715b4da8644b3a3be8141e2561bc92_cgraph_org.svg rename to memory_8h_a55d75ae72531bea2f9b06d7a4addb819_cgraph_org.svg index 77051b438..4e99274f2 100644 --- a/memory_8c_a97715b4da8644b3a3be8141e2561bc92_cgraph_org.svg +++ b/memory_8h_a55d75ae72531bea2f9b06d7a4addb819_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + main_pool_alloc diff --git a/memory_8h_a704eac89b419362bf539034bc51f47fd_icgraph.map b/memory_8h_a62ba44aa35a5ffa90e10259c60e9a229_icgraph.map similarity index 79% rename from memory_8h_a704eac89b419362bf539034bc51f47fd_icgraph.map rename to memory_8h_a62ba44aa35a5ffa90e10259c60e9a229_icgraph.map index 3e913d198..7a3ae41d0 100644 --- a/memory_8h_a704eac89b419362bf539034bc51f47fd_icgraph.map +++ b/memory_8h_a62ba44aa35a5ffa90e10259c60e9a229_icgraph.map @@ -1,12 +1,12 @@ - + - + - + diff --git a/memory_8h_a62ba44aa35a5ffa90e10259c60e9a229_icgraph.md5 b/memory_8h_a62ba44aa35a5ffa90e10259c60e9a229_icgraph.md5 new file mode 100644 index 000000000..c0d95003f --- /dev/null +++ b/memory_8h_a62ba44aa35a5ffa90e10259c60e9a229_icgraph.md5 @@ -0,0 +1 @@ +e2b12a4f8fd65e4c7b26445299ba1bb3 \ No newline at end of file diff --git a/memory_8h_a704eac89b419362bf539034bc51f47fd_icgraph.svg b/memory_8h_a62ba44aa35a5ffa90e10259c60e9a229_icgraph.svg similarity index 96% rename from memory_8h_a704eac89b419362bf539034bc51f47fd_icgraph.svg rename to memory_8h_a62ba44aa35a5ffa90e10259c60e9a229_icgraph.svg index a674d697a..92b286ce7 100644 --- a/memory_8h_a704eac89b419362bf539034bc51f47fd_icgraph.svg +++ b/memory_8h_a62ba44aa35a5ffa90e10259c60e9a229_icgraph.svg @@ -66,7 +66,7 @@ var sectionId = 'dynsection-15'; Node2 - + alloc_only_pool_init @@ -102,7 +102,7 @@ var sectionId = 'dynsection-15'; Node7 - + main_pool_push_state @@ -120,7 +120,7 @@ var sectionId = 'dynsection-15'; Node8 - + main_pool_realloc @@ -204,7 +204,7 @@ var sectionId = 'dynsection-15'; - + Node2 - + alloc_only_pool_init @@ -56,7 +56,7 @@ Node7 - + main_pool_push_state @@ -74,7 +74,7 @@ Node8 - + main_pool_realloc diff --git a/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph.map b/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph.map index 60ceaa82f..50616b606 100644 --- a/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph.map +++ b/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph.map @@ -1,6 +1,6 @@ - + diff --git a/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph.md5 b/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph.md5 index d1c21992d..edc7f3ef9 100644 --- a/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph.md5 +++ b/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph.md5 @@ -1 +1 @@ -67915d0102ea4d82b8925230b96f64e8 \ No newline at end of file +4461b5fd6953109ce30376ead41efcf6 \ No newline at end of file diff --git a/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph.svg b/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph.svg index ddb6216fb..005fd4507 100644 --- a/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph.svg +++ b/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph.svg @@ -66,7 +66,7 @@ var sectionId = 'dynsection-13'; Node2 - + allocate_memory diff --git a/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph_org.svg b/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph_org.svg index 3bfd3fd60..89d5e2cec 100644 --- a/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph_org.svg +++ b/memory_8h_a62bd0e025f222c732a5fc4cfd737f37a_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + allocate_memory diff --git a/memory_8h_a8c7433c12a6a37aa1b4745c2fb25b87a_cgraph.map b/memory_8h_a65254a5e16776e338be9441acb49e794_cgraph.map similarity index 66% rename from memory_8h_a8c7433c12a6a37aa1b4745c2fb25b87a_cgraph.map rename to memory_8h_a65254a5e16776e338be9441acb49e794_cgraph.map index 126ef94e1..ffeec0187 100644 --- a/memory_8h_a8c7433c12a6a37aa1b4745c2fb25b87a_cgraph.map +++ b/memory_8h_a65254a5e16776e338be9441acb49e794_cgraph.map @@ -1,5 +1,5 @@ - + diff --git a/memory_8h_a65254a5e16776e338be9441acb49e794_cgraph.md5 b/memory_8h_a65254a5e16776e338be9441acb49e794_cgraph.md5 new file mode 100644 index 000000000..1340fcf35 --- /dev/null +++ b/memory_8h_a65254a5e16776e338be9441acb49e794_cgraph.md5 @@ -0,0 +1 @@ +942d93870a56f7b03746531ab85d2569 \ No newline at end of file diff --git a/memory_8h_a8c7433c12a6a37aa1b4745c2fb25b87a_cgraph.svg b/memory_8h_a65254a5e16776e338be9441acb49e794_cgraph.svg similarity index 95% rename from memory_8h_a8c7433c12a6a37aa1b4745c2fb25b87a_cgraph.svg rename to memory_8h_a65254a5e16776e338be9441acb49e794_cgraph.svg index ab66aa246..fcf484a7d 100644 --- a/memory_8h_a8c7433c12a6a37aa1b4745c2fb25b87a_cgraph.svg +++ b/memory_8h_a65254a5e16776e338be9441acb49e794_cgraph.svg @@ -30,7 +30,7 @@ Node2 - + main_pool_alloc diff --git a/memory_8h_a8c7433c12a6a37aa1b4745c2fb25b87a_cgraph_org.svg b/memory_8h_a65254a5e16776e338be9441acb49e794_cgraph_org.svg similarity index 92% rename from memory_8h_a8c7433c12a6a37aa1b4745c2fb25b87a_cgraph_org.svg rename to memory_8h_a65254a5e16776e338be9441acb49e794_cgraph_org.svg index 48ebff737..9cfd85082 100644 --- a/memory_8h_a8c7433c12a6a37aa1b4745c2fb25b87a_cgraph_org.svg +++ b/memory_8h_a65254a5e16776e338be9441acb49e794_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + main_pool_alloc diff --git a/memory_8h_a704eac89b419362bf539034bc51f47fd_icgraph.md5 b/memory_8h_a704eac89b419362bf539034bc51f47fd_icgraph.md5 deleted file mode 100644 index 6d3bd358e..000000000 --- a/memory_8h_a704eac89b419362bf539034bc51f47fd_icgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -2ca43fbc76518e89ccec78ce8da2e204 \ No newline at end of file diff --git a/memory_8h_a8c7433c12a6a37aa1b4745c2fb25b87a_cgraph.md5 b/memory_8h_a8c7433c12a6a37aa1b4745c2fb25b87a_cgraph.md5 deleted file mode 100644 index 561dd2b36..000000000 --- a/memory_8h_a8c7433c12a6a37aa1b4745c2fb25b87a_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -22e12d1d62357bbbb0ec7dfae8c9655d \ No newline at end of file diff --git a/memory_8h_abb118b94798838b451fc4f9895825189_icgraph.map b/memory_8h_a965d7e25d594cd29e02ed8b9a482c65d_icgraph.map similarity index 100% rename from memory_8h_abb118b94798838b451fc4f9895825189_icgraph.map rename to memory_8h_a965d7e25d594cd29e02ed8b9a482c65d_icgraph.map diff --git a/memory_8h_abb118b94798838b451fc4f9895825189_icgraph.md5 b/memory_8h_a965d7e25d594cd29e02ed8b9a482c65d_icgraph.md5 similarity index 100% rename from memory_8h_abb118b94798838b451fc4f9895825189_icgraph.md5 rename to memory_8h_a965d7e25d594cd29e02ed8b9a482c65d_icgraph.md5 diff --git a/memory_8h_abb118b94798838b451fc4f9895825189_icgraph.svg b/memory_8h_a965d7e25d594cd29e02ed8b9a482c65d_icgraph.svg similarity index 99% rename from memory_8h_abb118b94798838b451fc4f9895825189_icgraph.svg rename to memory_8h_a965d7e25d594cd29e02ed8b9a482c65d_icgraph.svg index f6cca9525..05aaa117f 100644 --- a/memory_8h_abb118b94798838b451fc4f9895825189_icgraph.svg +++ b/memory_8h_a965d7e25d594cd29e02ed8b9a482c65d_icgraph.svg @@ -556,7 +556,7 @@ var sectionId = 'dynsection-9'; - + - + - + diff --git a/memory_8h_aa9e0c3b8dc07656f8777f7a3fdd5914b_cgraph.md5 b/memory_8h_aa9e0c3b8dc07656f8777f7a3fdd5914b_cgraph.md5 new file mode 100644 index 000000000..06d2d4dd7 --- /dev/null +++ b/memory_8h_aa9e0c3b8dc07656f8777f7a3fdd5914b_cgraph.md5 @@ -0,0 +1 @@ +340b10d9c2e1dae11472df7b0fb7d97b \ No newline at end of file diff --git a/memory_8c_ab52c8b3086257264414f058f26c4194c_cgraph.svg b/memory_8h_aa9e0c3b8dc07656f8777f7a3fdd5914b_cgraph.svg similarity index 92% rename from memory_8c_ab52c8b3086257264414f058f26c4194c_cgraph.svg rename to memory_8h_aa9e0c3b8dc07656f8777f7a3fdd5914b_cgraph.svg index 5052bb908..0441a8cab 100644 --- a/memory_8c_ab52c8b3086257264414f058f26c4194c_cgraph.svg +++ b/memory_8h_aa9e0c3b8dc07656f8777f7a3fdd5914b_cgraph.svg @@ -30,7 +30,7 @@ Node2 - + main_pool_alloc @@ -48,7 +48,7 @@ Node3 - + main_pool_free diff --git a/memory_8c_ab52c8b3086257264414f058f26c4194c_cgraph_org.svg b/memory_8h_aa9e0c3b8dc07656f8777f7a3fdd5914b_cgraph_org.svg similarity index 90% rename from memory_8c_ab52c8b3086257264414f058f26c4194c_cgraph_org.svg rename to memory_8h_aa9e0c3b8dc07656f8777f7a3fdd5914b_cgraph_org.svg index 57cfdbc29..cf386ad79 100644 --- a/memory_8c_ab52c8b3086257264414f058f26c4194c_cgraph_org.svg +++ b/memory_8h_aa9e0c3b8dc07656f8777f7a3fdd5914b_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + main_pool_alloc @@ -38,7 +38,7 @@ Node3 - + main_pool_free diff --git a/memory_8c_a9e19621e7f842cd12a67ab812864ca57_icgraph.map b/memory_8h_aae653f94864d5c6a1b4cd5f3d9ededc3_icgraph.map similarity index 65% rename from memory_8c_a9e19621e7f842cd12a67ab812864ca57_icgraph.map rename to memory_8h_aae653f94864d5c6a1b4cd5f3d9ededc3_icgraph.map index 0fc0eff4d..338a669c3 100644 --- a/memory_8c_a9e19621e7f842cd12a67ab812864ca57_icgraph.map +++ b/memory_8h_aae653f94864d5c6a1b4cd5f3d9ededc3_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/memory_8h_aae653f94864d5c6a1b4cd5f3d9ededc3_icgraph.md5 b/memory_8h_aae653f94864d5c6a1b4cd5f3d9ededc3_icgraph.md5 new file mode 100644 index 000000000..ba265ec78 --- /dev/null +++ b/memory_8h_aae653f94864d5c6a1b4cd5f3d9ededc3_icgraph.md5 @@ -0,0 +1 @@ +7665cbd067da30731e765e7b30c9dd5f \ No newline at end of file diff --git a/memory_8h_ad197f3a102b0e9df18c35d011214fc09_icgraph.svg b/memory_8h_aae653f94864d5c6a1b4cd5f3d9ededc3_icgraph.svg similarity index 95% rename from memory_8h_ad197f3a102b0e9df18c35d011214fc09_icgraph.svg rename to memory_8h_aae653f94864d5c6a1b4cd5f3d9ededc3_icgraph.svg index dc511a388..70211bf31 100644 --- a/memory_8h_ad197f3a102b0e9df18c35d011214fc09_icgraph.svg +++ b/memory_8h_aae653f94864d5c6a1b4cd5f3d9ededc3_icgraph.svg @@ -30,7 +30,7 @@ Node2 - + main_pool_realloc diff --git a/memory_8h_ad197f3a102b0e9df18c35d011214fc09_icgraph_org.svg b/memory_8h_aae653f94864d5c6a1b4cd5f3d9ededc3_icgraph_org.svg similarity index 92% rename from memory_8h_ad197f3a102b0e9df18c35d011214fc09_icgraph_org.svg rename to memory_8h_aae653f94864d5c6a1b4cd5f3d9ededc3_icgraph_org.svg index d868c0392..893a37fd0 100644 --- a/memory_8h_ad197f3a102b0e9df18c35d011214fc09_icgraph_org.svg +++ b/memory_8h_aae653f94864d5c6a1b4cd5f3d9ededc3_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + main_pool_realloc diff --git a/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph.map b/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph.map index 8204d7683..f8962ba8b 100644 --- a/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph.map +++ b/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph.map @@ -56,7 +56,7 @@ - + @@ -69,15 +69,15 @@ - + - + - + - + - + @@ -89,15 +89,15 @@ - + - + - + - + - + @@ -119,6 +119,6 @@ - + diff --git a/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph.md5 b/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph.md5 index a312442c0..b09fb8524 100644 --- a/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph.md5 +++ b/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph.md5 @@ -1 +1 @@ -7097f716c18264be092d735cfc3a81e9 \ No newline at end of file +57073ad6bebd0d0013150f8a8a3e80dc \ No newline at end of file diff --git a/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph.svg b/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph.svg index d532ca669..99bfdba2a 100644 --- a/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph.svg +++ b/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph.svg @@ -570,7 +570,7 @@ var sectionId = 'dynsection-11'; Node18 - + MIO0_0F @@ -687,7 +687,7 @@ var sectionId = 'dynsection-11'; Node24 - + unpack_combine_mode1 @@ -705,7 +705,7 @@ var sectionId = 'dynsection-11'; Node25 - + unpack_combine_mode2 @@ -723,7 +723,7 @@ var sectionId = 'dynsection-11'; Node26 - + unpack_combine_mode4 @@ -741,7 +741,7 @@ var sectionId = 'dynsection-11'; Node27 - + unpack_combine_mode5 @@ -759,7 +759,7 @@ var sectionId = 'dynsection-11'; Node28 - + unpack_combine_mode _shade @@ -868,7 +868,7 @@ var sectionId = 'dynsection-11'; Node34 - + unpack_render_mode _opaque @@ -887,7 +887,7 @@ var sectionId = 'dynsection-11'; Node35 - + unpack_render_mode _opaque_decal @@ -906,7 +906,7 @@ var sectionId = 'dynsection-11'; Node36 - + unpack_render_mode _tex_edge @@ -925,7 +925,7 @@ var sectionId = 'dynsection-11'; Node37 - + unpack_render_mode _translucent @@ -944,7 +944,7 @@ var sectionId = 'dynsection-11'; Node38 - + unpack_render_mode _translucent_decal @@ -1143,7 +1143,7 @@ var sectionId = 'dynsection-11'; Node50 - + allocate_memory diff --git a/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph_org.svg b/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph_org.svg index f48bf7ed9..c0bc79e61 100644 --- a/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph_org.svg +++ b/memory_8h_ab4b355536aa95257b0228c26ae1af647_cgraph_org.svg @@ -524,7 +524,7 @@ Node18 - + MIO0_0F @@ -641,7 +641,7 @@ Node24 - + unpack_combine_mode1 @@ -659,7 +659,7 @@ Node25 - + unpack_combine_mode2 @@ -677,7 +677,7 @@ Node26 - + unpack_combine_mode4 @@ -695,7 +695,7 @@ Node27 - + unpack_combine_mode5 @@ -713,7 +713,7 @@ Node28 - + unpack_combine_mode _shade @@ -822,7 +822,7 @@ Node34 - + unpack_render_mode _opaque @@ -841,7 +841,7 @@ Node35 - + unpack_render_mode _opaque_decal @@ -860,7 +860,7 @@ Node36 - + unpack_render_mode _tex_edge @@ -879,7 +879,7 @@ Node37 - + unpack_render_mode _translucent @@ -898,7 +898,7 @@ Node38 - + unpack_render_mode _translucent_decal @@ -1097,7 +1097,7 @@ Node50 - + allocate_memory diff --git a/memory_8h_ab78d094eaf63dad9a94ce85dbde75947_cgraph.md5 b/memory_8h_ab78d094eaf63dad9a94ce85dbde75947_cgraph.md5 deleted file mode 100644 index 417267c6a..000000000 --- a/memory_8h_ab78d094eaf63dad9a94ce85dbde75947_cgraph.md5 +++ /dev/null @@ -1 +0,0 @@ -0284a79b47c75cff0e3c1439954ffbf1 \ No newline at end of file diff --git a/memory_8h_ac161fc444e9aa193e6e3b1ee484e9a16_cgraph.map b/memory_8h_ab7eede738f2a0af1893bb5e5c5e52dca_cgraph.map similarity index 100% rename from memory_8h_ac161fc444e9aa193e6e3b1ee484e9a16_cgraph.map rename to memory_8h_ab7eede738f2a0af1893bb5e5c5e52dca_cgraph.map diff --git a/memory_8h_ac161fc444e9aa193e6e3b1ee484e9a16_cgraph.md5 b/memory_8h_ab7eede738f2a0af1893bb5e5c5e52dca_cgraph.md5 similarity index 100% rename from memory_8h_ac161fc444e9aa193e6e3b1ee484e9a16_cgraph.md5 rename to memory_8h_ab7eede738f2a0af1893bb5e5c5e52dca_cgraph.md5 diff --git a/memory_8h_ac161fc444e9aa193e6e3b1ee484e9a16_cgraph.svg b/memory_8h_ab7eede738f2a0af1893bb5e5c5e52dca_cgraph.svg similarity index 99% rename from memory_8h_ac161fc444e9aa193e6e3b1ee484e9a16_cgraph.svg rename to memory_8h_ab7eede738f2a0af1893bb5e5c5e52dca_cgraph.svg index 8de00c9c2..90efa535d 100644 --- a/memory_8h_ac161fc444e9aa193e6e3b1ee484e9a16_cgraph.svg +++ b/memory_8h_ab7eede738f2a0af1893bb5e5c5e52dca_cgraph.svg @@ -438,7 +438,7 @@ var sectionId = 'dynsection-8'; - + - + 9
    - +
    11 uintptr_t freeSpace;
    @@ -161,31 +161,31 @@ $(function(){initNavTree('memory_8h_source.html',''); initResizable(true); });
    41
    42extern f32 vtxStretchY;
    43
    - +
    44void *get_next_available_memory_addr(uintptr_t);
    45uintptr_t set_segment_base_addr(s32, void*);
    47void *segmented_to_virtual(const void *);
    49void initialize_memory_pool(uintptr_t, uintptr_t);
    50void *decompress_segments(u8*, u8*);
    -
    51void *allocate_memory(u32);
    +
    51void *allocate_memory(size_t);
    52void *load_data(uintptr_t, uintptr_t);
    53void func_802A7D54(s32, s32);
    54
    - -
    56void *main_pool_alloc(u32, u32);
    -
    57u32 main_pool_free(void*);
    -
    58void *main_pool_realloc(void*, u32);
    - - - +
    55void main_pool_init(uintptr_t, uintptr_t);
    +
    56void *main_pool_alloc(uintptr_t, uintptr_t);
    +
    57uintptr_t main_pool_free(void*);
    +
    58void *main_pool_realloc(void*, uintptr_t);
    +
    59uintptr_t main_pool_available(void);
    +
    60uintptr_t main_pool_push_state(void);
    +
    61uintptr_t main_pool_pop_state(void);
    62void *func_802A80B0(u8*, u8*, u8*);
    63void func_802A81EC(void);
    - - - +
    64struct AllocOnlyPool *alloc_only_pool_init(uintptr_t, uintptr_t);
    +
    65uintptr_t func_802A82AC(s32);
    +
    66uintptr_t func_802A8348(s32, s32, s32);
    -
    68u32 MIO0_0F(u8*, u32, u32);
    +
    68uintptr_t MIO0_0F(u8*, uintptr_t, uintptr_t);
    69void func_802A8844(void);
    70void unpack_lights(Gfx*, u8*, s8);
    71void unpack_displaylist(Gfx*, u8*, s8);
    @@ -193,16 +193,16 @@ $(function(){initNavTree('memory_8h_source.html',''); initResizable(true); }); - - - - - - - - - - +
    76void unpack_combine_mode1(Gfx*, u8*, uintptr_t);
    +
    77void unpack_combine_mode2(Gfx*, u8*, uintptr_t);
    +
    78void unpack_combine_mode_shade(Gfx*, u8*, uintptr_t);
    +
    79void unpack_combine_mode4(Gfx*, u8*, uintptr_t);
    +
    80void unpack_combine_mode5(Gfx*, u8*, uintptr_t);
    +
    81void unpack_render_mode_opaque(Gfx*, u8*, uintptr_t);
    +
    82void unpack_render_mode_tex_edge(Gfx*, u8*, uintptr_t);
    +
    83void unpack_render_mode_translucent(Gfx*, u8*, uintptr_t);
    +
    84void unpack_render_mode_opaque_decal(Gfx*, u8*, uintptr_t);
    +
    86void unpack_tile_sync(Gfx*, u8*, s8);
    87void unpack_tile_load_sync(Gfx*, u8*, s8);
    88void unpack_texture_on(Gfx*, u8*, s8);
    @@ -212,54 +212,54 @@ $(function(){initNavTree('memory_8h_source.html',''); initResizable(true); });
    93
    94#endif // MEMORY_H
    -
    void main_pool_init(u32, u32)
    Definition memory.c:133
    +
    void unpack_render_mode_translucent(Gfx *, u8 *, uintptr_t)
    void * get_segment_base_addr(s32)
    Returns the physical memory location of a segment.
    Definition memory.c:63
    void unpack_lights(Gfx *, u8 *, s8)
    +
    void unpack_combine_mode1(Gfx *, u8 *, uintptr_t)
    +
    void main_pool_init(uintptr_t, uintptr_t)
    Definition memory.c:133
    void func_802A8844(void)
    Definition memory.c:475
    -
    u32 MIO0_0F(u8 *, u32, u32)
    Definition memory.c:398
    +
    void unpack_combine_mode4(Gfx *, u8 *, uintptr_t)
    +
    uintptr_t MIO0_0F(u8 *, uintptr_t, uintptr_t)
    Definition memory.c:398
    void * func_802A80B0(u8 *, u8 *, u8 *)
    Definition memory.c:244
    -
    struct AllocOnlyPool * alloc_only_pool_init(u32, u32)
    Definition memory.c:303
    -
    void unpack_render_mode_tex_edge(Gfx *, u8 *, u32)
    +
    uintptr_t main_pool_pop_state(void)
    Definition memory.c:236
    uintptr_t set_segment_base_addr(s32, void *)
    Stores the physical memory addr for segmented memory in gSegmentTable using the segment number as an ...
    Definition memory.c:54
    -
    void unpack_render_mode_opaque_decal(Gfx *, u8 *, u32)
    void unpack_texture_on(Gfx *, u8 *, s8)
    -
    u32 func_802A82AC(s32)
    Definition memory.c:319
    void func_802A81EC(void)
    Definition memory.c:286
    void initialize_memory_pool(uintptr_t, uintptr_t)
    Sets the starting location for allocating memory and calculates pool size.
    Definition memory.c:90
    u8 _other_texturesSegmentRomStart[]
    -
    void unpack_combine_mode5(Gfx *, u8 *, u32)
    -
    void * decompress_segments(u8 *, u8 *)
    Definition memory.c:1303
    +
    struct AllocOnlyPool * alloc_only_pool_init(uintptr_t, uintptr_t)
    Definition memory.c:303
    +
    void unpack_render_mode_opaque_decal(Gfx *, u8 *, uintptr_t)
    +
    void unpack_render_mode_translucent_decal(Gfx *, u8 *, uintptr_t)
    +
    void * decompress_segments(u8 *, u8 *)
    Definition memory.c:1304
    +
    void * main_pool_alloc(uintptr_t, uintptr_t)
    Definition memory.c:152
    void * load_data(uintptr_t, uintptr_t)
    Allocate and DMA.
    Definition memory.c:122
    -
    s32 main_pool_available(void)
    Definition memory.c:214
    -
    void * main_pool_alloc(u32, u32)
    Definition memory.c:152
    +
    uintptr_t main_pool_push_state(void)
    Definition memory.c:218
    void unpack_tile_sync(Gfx *, u8 *, s8)
    Definition memory.c:606
    -
    void unpack_render_mode_opaque(Gfx *, u8 *, u32)
    +
    void unpack_combine_mode5(Gfx *, u8 *, uintptr_t)
    void unpack_set_geometry_mode(Gfx *, u8 *, s8)
    void move_segment_table_to_dmem(void)
    Definition memory.c:77
    void unpack_clear_geometry_mode(Gfx *, u8 *, s8)
    -
    void unpack_render_mode_translucent(Gfx *, u8 *, u32)
    -
    u32 main_pool_pop_state(void)
    Definition memory.c:236
    -
    u32 main_pool_push_state(void)
    Definition memory.c:218
    -
    void unpack_render_mode_translucent_decal(Gfx *, u8 *, u32)
    +
    uintptr_t func_802A82AC(s32)
    Definition memory.c:319
    void * segmented_to_virtual(const void *)
    converts an RSP segment + offset address to a normal memory address
    Definition memory.c:70
    +
    void * get_next_available_memory_addr(uintptr_t)
    Returns the address of the next available memory location and updates the memory pointer to reference...
    Definition memory.c:36
    +
    void unpack_combine_mode_shade(Gfx *, u8 *, uintptr_t)
    void unpack_texture_off(Gfx *, u8 *, s8)
    -
    void unpack_combine_mode_shade(Gfx *, u8 *, u32)
    -
    void unpack_combine_mode2(Gfx *, u8 *, u32)
    +
    void unpack_combine_mode2(Gfx *, u8 *, uintptr_t)
    +
    void unpack_render_mode_tex_edge(Gfx *, u8 *, uintptr_t)
    +
    void * main_pool_realloc(void *, uintptr_t)
    Definition memory.c:203
    void unpack_end_displaylist(Gfx *, u8 *, s8)
    -
    u8 * load_course(s32)
    Loads & DMAs course data. Vtx, textures, displaylists, etc.
    Definition memory.c:1325
    -
    void * main_pool_realloc(void *, u32)
    Definition memory.c:203
    -
    void * get_next_available_memory_addr(u32)
    Returns the address of the next available memory location and updates the memory pointer to reference...
    Definition memory.c:36
    +
    uintptr_t main_pool_free(void *)
    Definition memory.c:181
    +
    u8 * load_course(s32)
    Loads & DMAs course data. Vtx, textures, displaylists, etc.
    Definition memory.c:1326
    +
    uintptr_t func_802A8348(s32, s32, s32)
    Definition memory.c:347
    u8 * dma_textures(u8 *, u32, u32)
    -
    s32 func_802A8348(s32, s32, s32)
    Definition memory.c:347
    -
    void unpack_combine_mode1(Gfx *, u8 *, u32)
    -
    void * allocate_memory(u32)
    Allocates memory and adjusts gFreeMemorySize.
    Definition memory.c:103
    void unpack_cull_displaylist(Gfx *, u8 *, s8)
    f32 vtxStretchY
    Definition code_800029B0.c:63
    +
    void * allocate_memory(size_t)
    Allocates memory and adjusts gFreeMemorySize.
    Definition memory.c:103
    void func_802A7D54(s32, s32)
    Definition memory.c:114
    -
    u32 main_pool_free(void *)
    Definition memory.c:181
    -
    void unpack_combine_mode4(Gfx *, u8 *, u32)
    void unpack_tile_load_sync(Gfx *, u8 *, s8)
    Definition memory.c:703
    void unpack_displaylist(Gfx *, u8 *, s8)
    +
    void unpack_render_mode_opaque(Gfx *, u8 *, uintptr_t)
    +
    uintptr_t main_pool_available(void)
    Definition memory.c:214
    Definition memory.h:30
    u8 * startPtr
    Definition memory.h:33
    s32 usedSpace
    Definition memory.h:32
    @@ -270,7 +270,7 @@ $(function(){initNavTree('memory_8h_source.html',''); initResizable(true); });
    struct MainPoolBlock * next
    Definition memory.h:7
    Definition memory.h:10
    struct MainPoolState * prev
    Definition memory.h:14
    -
    u32 freeSpace
    Definition memory.h:11
    +
    uintptr_t freeSpace
    Definition memory.h:11
    struct MainPoolBlock * listHeadL
    Definition memory.h:12
    struct MainPoolBlock * listHeadR
    Definition memory.h:13
    Definition memory.h:17
    diff --git a/navtreeindex111.js b/navtreeindex111.js index c5def531c..bce34f2a3 100644 --- a/navtreeindex111.js +++ b/navtreeindex111.js @@ -162,7 +162,7 @@ var NAVTREEINDEX111 = "structMainPoolBlock.html#add933ca250a6894176941bd47459f955":[7,0,98,0], "structMainPoolState.html":[7,0,99], "structMainPoolState.html#a09066d5dbc3b75de2bb9dbdbe3eed6e2":[7,0,99,3], -"structMainPoolState.html#a1f8c1a26496a11cdac716e073825fe0a":[7,0,99,0], +"structMainPoolState.html#a2050c7f7548d60b0f8eed2bf366771d1":[7,0,99,0], "structMainPoolState.html#a2132c0f9da6456775ed7b06459901dfb":[7,0,99,1], "structMainPoolState.html#a901e5cb7afc5abf17bc5f000ae1f1cb1":[7,0,99,2], "structMkAnimation.html":[7,0,100], diff --git a/navtreeindex115.js b/navtreeindex115.js index fc05a039c..b93b339b0 100644 --- a/navtreeindex115.js +++ b/navtreeindex115.js @@ -69,10 +69,10 @@ var NAVTREEINDEX115 = "structUnkPool.html#ae09f5a40fa70785e43743f4d447ed669":[7,0,220,2], "structUnkPool.html#af095c6f51178e3247e6b5d59bd6c24ef":[7,0,220,3], "structUnkStr__802AA7C8.html":[7,0,221], +"structUnkStr__802AA7C8.html#a0b7bbf36f49ea5a48b1edbe5faeb4846":[7,0,221,3], +"structUnkStr__802AA7C8.html#a498165b778bb5169c8cf8dd859c17503":[7,0,221,1], "structUnkStr__802AA7C8.html#a56ca69593a242e976e89c5ec62771049":[7,0,221,0], -"structUnkStr__802AA7C8.html#a6c1dee2809970befe050cb26741d8eba":[7,0,221,1], -"structUnkStr__802AA7C8.html#a8ecfa479d601c527829f0051cd615048":[7,0,221,3], -"structUnkStr__802AA7C8.html#ae830be4eb1f98e04db0cdd32366c17fa":[7,0,221,2], +"structUnkStr__802AA7C8.html#ac13e33ac938ce3fcecda1a85e7fc8875":[7,0,221,2], "structUnkStruct8018EF18.html":[7,0,223], "structUnkStruct8018EF18.html#a341ed358379fe6be84e7057423942047":[7,0,223,1], "structUnkStruct8018EF18.html#a36413a02df97343cd0a5e8a5f6b26bfb":[7,0,223,3], diff --git a/navtreeindex27.js b/navtreeindex27.js index 6512ee761..b90621e5e 100644 --- a/navtreeindex27.js +++ b/navtreeindex27.js @@ -13,7 +13,6 @@ var NAVTREEINDEX27 = "collision_8h.html#a44d8cc187a7eff53adc8f6016499a036":[8,0,3,7,5,20], "collision_8h.html#a47692d97275d32dbbeaf184d7c108ac0":[8,0,3,7,5,17], "collision_8h.html#a4b0c3dc7da55eb727078c57d07a93482":[8,0,3,7,5,21], -"collision_8h.html#a547bc2dcba7057760e3cc69bc5626b68":[8,0,3,7,5,29], "collision_8h.html#a5e5f0224ac9aa4e263748e1c2c0afd92":[8,0,3,7,5,13], "collision_8h.html#a64d962d7e19f12e029fb038a5478611b":[8,0,3,7,5,30], "collision_8h.html#a6d765d04ce97e2ba33cdcb883e207511":[8,0,3,7,5,8], @@ -27,6 +26,7 @@ var NAVTREEINDEX27 = "collision_8h.html#aa1116ededb9ebc0ee976259f02fe2a4e":[8,0,3,7,5,18], "collision_8h.html#aa5641e844951dff0c1055dbc7e960d8a":[8,0,3,7,5,15], "collision_8h.html#aa9e0306ae84c2d5e41716dc3328e6acc":[8,0,3,7,5,12], +"collision_8h.html#aaf0c207528a562d4fe836d6d0d904dd8":[8,0,3,7,5,29], "collision_8h.html#aaf54ae6485eb87ae9f70de8b2d3fed19":[8,0,3,7,5,24], "collision_8h.html#aafd826a123a41fd03a9c88842387a821":[8,0,3,7,5,0], "collision_8h.html#abea1129e3bf97441713011770b3fb20b":[8,0,3,7,5,32], diff --git a/navtreeindex28.js b/navtreeindex28.js index d8d524c4b..cc24ceac4 100644 --- a/navtreeindex28.js +++ b/navtreeindex28.js @@ -191,7 +191,7 @@ 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,2,4,4], +"controlflow.html#courses-1":[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], diff --git a/navtreeindex29.js b/navtreeindex29.js index 02accfe91..01cc6a90a 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-1":[2,0,0], +"courses.html#courses":[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/navtreeindex79.js b/navtreeindex79.js index 640e551bc..4b13d62a4 100644 --- a/navtreeindex79.js +++ b/navtreeindex79.js @@ -17,127 +17,127 @@ var NAVTREEINDEX79 = "md_docs_2doxygen__syms.html":[3], "md_docs_2doxygen__syms.html#memory-addresses-1":[3,0], "memory_8c.html":[8,0,3,7,8], -"memory_8c.html#a06cdd4e219f66c792f11de95e43d413e":[8,0,3,7,8,25], +"memory_8c.html#a08672f1381d39b459aa779748bf40143":[8,0,3,7,8,2], +"memory_8c.html#a0e7ce1f7bf1a28a7c221fdf0d0bbb3fd":[8,0,3,7,8,49], "memory_8c.html#a13b9b9a1dbe0ac7e05a38d3046884bb2":[8,0,3,7,8,52], +"memory_8c.html#a13e718e4d26abdd7d813611bb61058c4":[8,0,3,7,8,37], "memory_8c.html#a179bd8f023e304973042bd56d696a134":[8,0,3,7,8,36], -"memory_8c.html#a1d1c82f034a2b553c3f3f4a29eb9f04b":[8,0,3,7,8,49], -"memory_8c.html#a1ecafac9cef165b97b16445b4dd6720a":[8,0,3,7,8,38], +"memory_8c.html#a18ab4c1e32c3c90def2fbc839d7ee26c":[8,0,3,7,8,32], +"memory_8c.html#a1f56451986a255ab52d79ef0d4c4d70e":[8,0,3,7,8,26], "memory_8c.html#a20247197aa5ae9f963a5c2b6d923a37e":[8,0,3,7,8,61], -"memory_8c.html#a220674b72225f6ce3a5303f12fe958c6":[8,0,3,7,8,32], "memory_8c.html#a27e458503f942e3f4ddb05aeb786bc23":[8,0,3,7,8,55], "memory_8c.html#a2c1ac6461b46f1b2059d2f7aa540cc04":[8,0,3,7,8,11], "memory_8c.html#a2c62cbc3dde8015cb2cda46e7f5efeb6":[8,0,3,7,8,65], +"memory_8c.html#a2db91c87d1f6d8553c5b8c10cb6a0b57":[8,0,3,7,8,51], "memory_8c.html#a2f296576828662564ebdc8b69ab872d9":[8,0,3,7,8,17], "memory_8c.html#a2f6e42e899c793e5bf23db6216ed8a39":[8,0,3,7,8,58], "memory_8c.html#a3050ec9f791b78adba5897958c0da577":[8,0,3,7,8,4], -"memory_8c.html#a380fff401f8cdf8cdefc7488c56c94a3":[8,0,3,7,8,28], +"memory_8c.html#a318891d2a867475417b7711391e11c38":[8,0,3,7,8,30], "memory_8c.html#a39fa43d59922488da06f0709f5ded15c":[8,0,3,7,8,23], "memory_8c.html#a3b9e88d491e09bc5a2392c1fcafd5a20":[8,0,3,7,8,22], "memory_8c.html#a443605fd5d92ab09f0a0dd77864c5a0a":[8,0,3,7,8,5], "memory_8c.html#a4a100da07df567da24c0deb145de8094":[8,0,3,7,8,66], -"memory_8c.html#a4c89b163acc1085d045790d9260b43b2":[8,0,3,7,8,48], "memory_8c.html#a55df5934da66daade2d48fa82f079cd7":[8,0,3,7,8,3], +"memory_8c.html#a58b3c23ec06bcdf5eadf5e744ec36ae3":[8,0,3,7,8,1], "memory_8c.html#a5acf731ae5b068194cef9f13e31e03dc":[8,0,3,7,8,68], +"memory_8c.html#a60a3112a1c5d0a1ed10a46499bd9adc3":[8,0,3,7,8,13], "memory_8c.html#a63d52c7b032b06f60de721c05a4b75ff":[8,0,3,7,8,9], -"memory_8c.html#a67032728236339348411c7a5cfd21bad":[8,0,3,7,8,41], "memory_8c.html#a69d3a7b835056d77f31ed1ff2d3e008f":[8,0,3,7,8,44], "memory_8c.html#a6a015edb369bbc7b41edd32b32ee6ac8":[8,0,3,7,8,46], +"memory_8c.html#a6dfd591813f1833a4019eb1185082ead":[8,0,3,7,8,40], "memory_8c.html#a711803324a88eb539c59bf70c1509096":[8,0,3,7,8,56], -"memory_8c.html#a71889e42972c6f6d2e31e1e2d02dcb9b":[8,0,3,7,8,30], +"memory_8c.html#a71ce9258e8a04f5657f17394b9fa8ac9":[8,0,3,7,8,67], "memory_8c.html#a78aef9786c00b1e9cfb9665ebdb2c694":[8,0,3,7,8,34], "memory_8c.html#a7b12aaf3b5e5b83cb3f2d34398642886":[8,0,3,7,8,15], "memory_8c.html#a7b4b2c10c6840908a0407cce70dfec1b":[8,0,3,7,8,21], "memory_8c.html#a7bd68df4b6133ad4c7ab6b7da3ce8c4c":[8,0,3,7,8,6], "memory_8c.html#a7c0c87d5c791d9405698582f9128f4ec":[8,0,3,7,8,33], -"memory_8c.html#a7c5fefa42019430ddc37cb3b2e7608cc":[8,0,3,7,8,2], -"memory_8c.html#a7d14b9ef4822d506cc4e4fa7c15a2767":[8,0,3,7,8,67], -"memory_8c.html#a7e53a4fe2654ab1ba84c06d32b2bb8a6":[8,0,3,7,8,29], "memory_8c.html#a7e6b81bec34f58da17f2de948ec44dc8":[8,0,3,7,8,69], +"memory_8c.html#a7e6e89972c484db957ddbd70ba07ed92":[8,0,3,7,8,19], "memory_8c.html#a8122e3624a020a1d0f64afe5b92392f4":[8,0,3,7,8,43], +"memory_8c.html#a815c45970c03b45042fb44e5fe94a52e":[8,0,3,7,8,50], +"memory_8c.html#a8a31f6da859d433a76fafd673eeefaaa":[8,0,3,7,8,25], "memory_8c.html#a8c8653254bb1cefa5661a5faa81fd90f":[8,0,3,7,8,12], -"memory_8c.html#a91ad47aa1fa5b5c989f3571fbef579e5":[8,0,3,7,8,14], -"memory_8c.html#a97715b4da8644b3a3be8141e2561bc92":[8,0,3,7,8,1], -"memory_8c.html#a9823a3d2b924d83ba116b123047f41b4":[8,0,3,7,8,39], -"memory_8c.html#a9e19621e7f842cd12a67ab812864ca57":[8,0,3,7,8,27], +"memory_8c.html#a9724b6830847eaf2c854cc292b6a8a3a":[8,0,3,7,8,39], "memory_8c.html#a9e2803f771e059a215c0b229f3fb5e06":[8,0,3,7,8,7], "memory_8c.html#a9ee1b61b26e91a1bcee9b604739f47d5":[8,0,3,7,8,53], "memory_8c.html#aa124e5309ca66077ae36d26dae0b9036":[8,0,3,7,8,63], "memory_8c.html#aa2915f01efd06f945b5dde082cf7fb25":[8,0,3,7,8,59], "memory_8c.html#aa394d88a9879d85735bba30f7e198445":[8,0,3,7,8,64], "memory_8c.html#aa4ac8d93e0ab5c3b6a6e1ad625ab1b14":[8,0,3,7,8,20], -"memory_8c.html#aa5cbde2d5e5d87e54ab5455621c045bd":[8,0,3,7,8,51], "memory_8c.html#aa80fdf2b2d13b0ad93530b05d49856da":[8,0,3,7,8,18], -"memory_8c.html#aad35b45665ed4d85160d9412aa52d736":[8,0,3,7,8,50], -"memory_8c.html#ab33ca1ee0a936333af7e7a87e841951f":[8,0,3,7,8,13], -"memory_8c.html#ab52c8b3086257264414f058f26c4194c":[8,0,3,7,8,31], -"memory_8c.html#ab70928c85bc40189b2f870c24cd33a3a":[8,0,3,7,8,26], -"memory_8c.html#ab9ec4d0180668117a1c4dcc6032639d6":[8,0,3,7,8,40], +"memory_8c.html#ab03bcaf7df66bef336377406023da08e":[8,0,3,7,8,31], +"memory_8c.html#ab253ea16eda3d86a32d3343eff5938fb":[8,0,3,7,8,29], +"memory_8c.html#ab3dad5df8d0cfc2e1012b8d6c562af6d":[8,0,3,7,8,47], "memory_8c.html#ac3218ec03e916f72bffc829d420ba5f7":[8,0,3,7,8,35], -"memory_8c.html#ac5e2d1703b505404099b1205ee1b96cd":[8,0,3,7,8,19], +"memory_8c.html#acd4be41b0af821d36e4c60540eb5e73f":[8,0,3,7,8,48], +"memory_8c.html#acd784e3b98898b26dc1ade488cfeab58":[8,0,3,7,8,14], "memory_8c.html#ad04d581023d914c9ae781fc91059489f":[8,0,3,7,8,45], +"memory_8c.html#ad477f8ce8597144e770206a5011e2d7c":[8,0,3,7,8,28], "memory_8c.html#ad6a5fcc8abb398314341fc4542c8ef73":[8,0,3,7,8,57], "memory_8c.html#ada643077e70877094bfe3c638396ffd9":[8,0,3,7,8,16], -"memory_8c.html#ae0345229c708ed5f912681a482150011":[8,0,3,7,8,47], +"memory_8c.html#ade03fb5af8af4e60c60964f3dd262d6d":[8,0,3,7,8,41], "memory_8c.html#ae7d023f0c1a0b6a8996141ce3b04a287":[8,0,3,7,8,10], "memory_8c.html#aeba4b47d5d65cd325e7c234326119b27":[8,0,3,7,8,24], "memory_8c.html#aecb17eb5d0241a2f0ae21850c362383f":[8,0,3,7,8,54], "memory_8c.html#aecf07513ce4963348e43f7de58607785":[8,0,3,7,8,60], -"memory_8c.html#aed9724a40517b73842563fdc97b831e9":[8,0,3,7,8,37], +"memory_8c.html#aed21b6b48e196d6ef51b73c755b73901":[8,0,3,7,8,38], "memory_8c.html#af0191ff11f34cb788fc0f78fcc869ea0":[8,0,3,7,8,62], +"memory_8c.html#afc6ca5942125a985be7e8542fd9a775d":[8,0,3,7,8,27], "memory_8c.html#afcd38898313bd6f534b141fc0d6407a6":[8,0,3,7,8,8], "memory_8c.html#afecc630f19df4cce5411739acf477ed9":[8,0,3,7,8,42], "memory_8h.html":[8,0,3,7,9], -"memory_8h.html#a0478a0dd711d633495462f7092a66a73":[8,0,3,7,9,26], +"memory_8h.html#a02b90920a307907aab16d7d44a9da700":[8,0,3,7,9,47], "memory_8h.html#a125651826edd8b6e662bbf425fdd9283":[8,0,3,7,9,19], "memory_8h.html#a14811b20ea44141f31ba87f6498c6fc9":[8,0,3,7,9,43], +"memory_8h.html#a1f3590983b3df0ddcf069021f14c7771":[8,0,3,7,9,35], +"memory_8h.html#a1f4d35518a5ec5fee6a2cbf3c1d0f794":[8,0,3,7,9,26], "memory_8h.html#a21fe83456f822726fd10e0b190923172":[8,0,3,7,9,17], -"memory_8h.html#a248ba4fb16f04ad8aa478c0c427d981a":[8,0,3,7,9,30], +"memory_8h.html#a25c68ab04f17587642de4eacb7354467":[8,0,3,7,9,37], +"memory_8h.html#a3291d400b4e265559e894e400cdea4ae":[8,0,3,7,9,30], "memory_8h.html#a35b6e161358ef80b64f67bb351a2f4f2":[8,0,3,7,9,13], -"memory_8h.html#a3790c1fabe1e7826c89ba9e2697386e7":[8,0,3,7,9,8], -"memory_8h.html#a3a176316c171be41a86f6fbe62004840":[8,0,3,7,9,46], +"memory_8h.html#a3a0d304f31905bacca06c397e308c047":[8,0,3,7,9,27], "memory_8h.html#a3ec709af22cadacdd15850adb1265d03":[8,0,3,7,9,33], -"memory_8h.html#a451f201ad336f48a3a8111c41b1cbcd1":[8,0,3,7,9,45], "memory_8h.html#a4b2f61cfabcf9c0ad08dd909d9164711":[8,0,3,7,9,51], -"memory_8h.html#a4c6e8d834720c77ad4afeda1807c161f":[8,0,3,7,9,15], "memory_8h.html#a4ec2d202a143ce6dc0a0ea302f7e864c":[8,0,3,7,9,14], "memory_8h.html#a512c3e9004244d1a3ba91fecdaa85015":[8,0,3,7,9,20], "memory_8h.html#a52dd2dd53601da10831dd2f7f675c5f2":[8,0,3,7,9,7], "memory_8h.html#a550940ee0f9af611182681325dbc380f":[8,0,3,7,9,54], -"memory_8h.html#a5c9a1972c3a40e787973a934f67e9e71":[8,0,3,7,9,38], +"memory_8h.html#a55d75ae72531bea2f9b06d7a4addb819":[8,0,3,7,9,8], +"memory_8h.html#a57159e529d24a3168e05681291f1b73c":[8,0,3,7,9,45], +"memory_8h.html#a58a6cda30c79f9dd78694217c505cdf2":[8,0,3,7,9,48], "memory_8h.html#a61bd66cb78e91bc239a0f7a6c9ea8d59":[8,0,3,7,9,10], +"memory_8h.html#a62ba44aa35a5ffa90e10259c60e9a229":[8,0,3,7,9,23], "memory_8h.html#a62bd0e025f222c732a5fc4cfd737f37a":[8,0,3,7,9,22], -"memory_8h.html#a6a36376a3e11b1e12cdaa01594fe5acc":[8,0,3,7,9,24], -"memory_8h.html#a704eac89b419362bf539034bc51f47fd":[8,0,3,7,9,23], +"memory_8h.html#a65254a5e16776e338be9441acb49e794":[8,0,3,7,9,28], "memory_8h.html#a733a97b6df019cea130dd9f97e16be6c":[8,0,3,7,9,53], -"memory_8h.html#a7a572fa92d704370565e325f9267879b":[8,0,3,7,9,44], +"memory_8h.html#a7639eaafb2d4aca1787db1f12cbdc530":[8,0,3,7,9,38], "memory_8h.html#a7c0649ea94237e36b2590eafb890153f":[8,0,3,7,9,49], "memory_8h.html#a7c0c87d5c791d9405698582f9128f4ec":[8,0,3,7,9,31], "memory_8h.html#a7cf51ab9d41d341979d7815ecb9cac0a":[8,0,3,7,9,34], -"memory_8h.html#a827f8b1625bc7f2e032c7dee8c72b978":[8,0,3,7,9,47], -"memory_8h.html#a837332e49a77de13d576a74056fb46c7":[8,0,3,7,9,27], +"memory_8h.html#a871b62b55eca3e10de592b1b09ac1ea5":[8,0,3,7,9,15], "memory_8h.html#a88d4b28279c8474e3bca4cd73dc1e33f":[8,0,3,7,9,6], -"memory_8h.html#a8c7433c12a6a37aa1b4745c2fb25b87a":[8,0,3,7,9,28], -"memory_8h.html#a8f5d5758d4258133628f1af536e4dbbb":[8,0,3,7,9,48], "memory_8h.html#a901d0d9c2a254257b4538f907196e90a":[8,0,3,7,9,32], +"memory_8h.html#a965d7e25d594cd29e02ed8b9a482c65d":[8,0,3,7,9,18], +"memory_8h.html#a984dc86c6ecc2bf1d208bd08df154564":[8,0,3,7,9,39], "memory_8h.html#a9a9b12bc2d88d2229242fc7846056f90":[8,0,3,7,9,5], "memory_8h.html#a9cbfb543c285c335019336b8fa5d8573":[8,0,3,7,9,50], -"memory_8h.html#a9ecd7f6e634a4bab5099b97c028bcfb3":[8,0,3,7,9,39], -"memory_8h.html#aa9cd691b52d22763aac9134d894d94fb":[8,0,3,7,9,36], +"memory_8h.html#a9fc911fe1b11689cb2747e4f9ee827e4":[8,0,3,7,9,36], +"memory_8h.html#aa8177e758ab7cd50bf1dfdf56d62ca29":[8,0,3,7,9,46], +"memory_8h.html#aa9e0c3b8dc07656f8777f7a3fdd5914b":[8,0,3,7,9,29], "memory_8h.html#aae4e72aae58b4f1e046c4c6e405be863":[8,0,3,7,9,42], +"memory_8h.html#aae653f94864d5c6a1b4cd5f3d9ededc3":[8,0,3,7,9,25], "memory_8h.html#ab4b355536aa95257b0228c26ae1af647":[8,0,3,7,9,21], -"memory_8h.html#ab78d094eaf63dad9a94ce85dbde75947":[8,0,3,7,9,29], -"memory_8h.html#abb118b94798838b451fc4f9895825189":[8,0,3,7,9,18], +"memory_8h.html#ab7eede738f2a0af1893bb5e5c5e52dca":[8,0,3,7,9,16], "memory_8h.html#abf3a6633e9ecc6ccebb184df9dbffa5d":[8,0,3,7,9,11], -"memory_8h.html#ac161fc444e9aa193e6e3b1ee484e9a16":[8,0,3,7,9,16], -"memory_8h.html#ac5123942170fa02b5a4f56e9b8a5d104":[8,0,3,7,9,35], -"memory_8h.html#ac8f0e0385ffa4a6cea626875ef785c86":[8,0,3,7,9,9], "memory_8h.html#acb8ec29be4c6c7b557c4c9ab12a91eb1":[8,0,3,7,9,40], "memory_8h.html#acd2b5bc5e9cf24c233cbfec96cfbd4b6":[8,0,3,7,9,55], +"memory_8h.html#acf31e85b295d4508d571d5aff8c02c5a":[8,0,3,7,9,9], "memory_8h.html#ad108574c2862d6903a3da3c59ef4b06e":[8,0,3,7,9,12], -"memory_8h.html#ad197f3a102b0e9df18c35d011214fc09":[8,0,3,7,9,25], -"memory_8h.html#ad3d74803c80b4e660f8813f74ff87945":[8,0,3,7,9,37], "memory_8h.html#ad8c631d128b88ab023a707d0dd5fc040":[8,0,3,7,9,52], "memory_8h.html#aed4c3a06cd1c80cbdef980becd4ac06f":[8,0,3,7,9,41], +"memory_8h.html#af8baf5bf71679d0833f6380c89e37936":[8,0,3,7,9,44], +"memory_8h.html#afe57de3903e2ed3acb35c29651445c5b":[8,0,3,7,9,24], "memory_8h_source.html":[8,0,3,7,9], "memory__pool_8c.html":[8,0,3,2,3], "memory__pool_8c.html#a30a686f067ca0076a6782a9fd8b9a2bb":[8,0,3,2,3,0], diff --git a/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph.map b/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph.map index 3519ca961..9329493b3 100644 --- a/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph.map +++ b/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph.map @@ -34,7 +34,7 @@ - + @@ -42,7 +42,7 @@ - + diff --git a/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph.md5 b/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph.md5 index cdcbf4b1d..bdafef825 100644 --- a/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph.md5 +++ b/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph.md5 @@ -1 +1 @@ -c14e7a1dcb1336ed74d57333fc821f11 \ No newline at end of file +b73eb2a6aded4b80e1da39dd212d104e \ No newline at end of file diff --git a/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph.svg b/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph.svg index db4956200..d8641691f 100644 --- a/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph.svg +++ b/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph.svg @@ -373,7 +373,7 @@ var sectionId = 'dynsection-2'; Node111 - + func_802A8348 @@ -445,7 +445,7 @@ var sectionId = 'dynsection-2'; Node118 - + MIO0_0F diff --git a/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph_org.svg b/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph_org.svg index d6676464f..d005a33dd 100644 --- a/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph_org.svg +++ b/osJamMesg_8c_ac69f7738a5120910a2f6202d27fb44f4_icgraph_org.svg @@ -327,7 +327,7 @@ Node111 - + func_802A8348 @@ -399,7 +399,7 @@ Node118 - + MIO0_0F diff --git a/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph.map b/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph.map index ab4201b71..9bf78fc6b 100644 --- a/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph.map +++ b/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph.map @@ -34,7 +34,7 @@ - + @@ -42,7 +42,7 @@ - + diff --git a/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph.md5 b/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph.md5 index e957449cb..661ccfa37 100644 --- a/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph.md5 +++ b/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph.md5 @@ -1 +1 @@ -4776198e00a8ad467fbcc44253797268 \ No newline at end of file +b3ff17cc8841606453553c1f34c5a679 \ No newline at end of file diff --git a/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph.svg b/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph.svg index 672185b97..30891383f 100644 --- a/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph.svg +++ b/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph.svg @@ -373,7 +373,7 @@ var sectionId = 'dynsection-1'; Node111 - + func_802A8348 @@ -445,7 +445,7 @@ var sectionId = 'dynsection-1'; Node118 - + MIO0_0F diff --git a/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph_org.svg b/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph_org.svg index f52bf8f6d..a7d8d3bd0 100644 --- a/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph_org.svg +++ b/osPiGetCmdQueue_8c_a758cb1b861d52fc7655d52ac7144ac88_icgraph_org.svg @@ -327,7 +327,7 @@ Node111 - + func_802A8348 @@ -399,7 +399,7 @@ Node118 - + MIO0_0F diff --git a/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph.map b/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph.map index b2fcc7b5c..f1ebc56fb 100644 --- a/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph.map +++ b/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph.map @@ -32,7 +32,7 @@ - + @@ -40,7 +40,7 @@ - + diff --git a/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph.md5 b/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph.md5 index 749627b53..676a5722d 100644 --- a/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph.md5 +++ b/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph.md5 @@ -1 +1 @@ -14d9d94cef514d161bb95069e1f2d73e \ No newline at end of file +fda723922c99c03ecfc5a23c112f6deb \ No newline at end of file diff --git a/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph.svg b/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph.svg index c0d451849..470328ac2 100644 --- a/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph.svg +++ b/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph.svg @@ -355,7 +355,7 @@ var sectionId = 'dynsection-2'; Node110 - + func_802A8348 @@ -427,7 +427,7 @@ var sectionId = 'dynsection-2'; Node117 - + MIO0_0F diff --git a/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph_org.svg b/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph_org.svg index d87f38acc..527a10281 100644 --- a/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph_org.svg +++ b/osPiStartDma_8c_ae288a36d96a4db6977d95327e246ec12_icgraph_org.svg @@ -309,7 +309,7 @@ Node110 - + func_802A8348 @@ -381,7 +381,7 @@ Node117 - + MIO0_0F diff --git a/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph.map b/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph.map index 1d3262cc2..7a3b7cd97 100644 --- a/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph.map +++ b/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph.map @@ -68,7 +68,7 @@ - + @@ -76,7 +76,7 @@ - + diff --git a/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph.md5 b/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph.md5 index 118a82daf..0042a6da0 100644 --- a/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph.md5 +++ b/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph.md5 @@ -1 +1 @@ -c2dfe375546440060f3ce0fa2437ae19 \ No newline at end of file +43347e4a4c2d76542d2a18009bc435f2 \ No newline at end of file diff --git a/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph.svg b/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph.svg index 09d0cf22d..175d1dbdc 100644 --- a/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph.svg +++ b/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph.svg @@ -678,7 +678,7 @@ var sectionId = 'dynsection-2'; Node201 - + func_802A8348 @@ -750,7 +750,7 @@ var sectionId = 'dynsection-2'; Node209 - + MIO0_0F diff --git a/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph_org.svg b/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph_org.svg index cba8a03d7..b89869b27 100644 --- a/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph_org.svg +++ b/osRecvMesg_8c_aa254dc33e373f235a99e17f7717493dc_icgraph_org.svg @@ -632,7 +632,7 @@ Node201 - + func_802A8348 @@ -704,7 +704,7 @@ Node209 - + MIO0_0F diff --git a/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph.map b/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph.map index 7bdc51f3b..f9c0d2e02 100644 --- a/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph.map +++ b/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph.map @@ -41,7 +41,7 @@ - + @@ -49,7 +49,7 @@ - + diff --git a/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph.md5 b/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph.md5 index aefd6ed22..95ca22537 100644 --- a/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph.md5 +++ b/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph.md5 @@ -1 +1 @@ -e601e9bb5f98fdf730ec2c451705da09 \ No newline at end of file +3802f1992d94920f7e7ac734fffc76da \ No newline at end of file diff --git a/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph.svg b/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph.svg index 222824488..eb05a9f3d 100644 --- a/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph.svg +++ b/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph.svg @@ -435,7 +435,7 @@ var sectionId = 'dynsection-2'; Node114 - + func_802A8348 @@ -507,7 +507,7 @@ var sectionId = 'dynsection-2'; Node121 - + MIO0_0F diff --git a/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph_org.svg b/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph_org.svg index efd958dd1..6de24ee1b 100644 --- a/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph_org.svg +++ b/osStartThread_8c_a3b144e814933e16a2fbf2642ad098ed3_icgraph_org.svg @@ -389,7 +389,7 @@ Node114 - + func_802A8348 @@ -461,7 +461,7 @@ Node121 - + MIO0_0F diff --git a/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph.map b/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph.map index ab4201b71..9bf78fc6b 100644 --- a/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph.map +++ b/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph.map @@ -34,7 +34,7 @@ - + @@ -42,7 +42,7 @@ - + diff --git a/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph.md5 b/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph.md5 index e957449cb..661ccfa37 100644 --- a/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph.md5 +++ b/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph.md5 @@ -1 +1 @@ -4776198e00a8ad467fbcc44253797268 \ No newline at end of file +b3ff17cc8841606453553c1f34c5a679 \ No newline at end of file diff --git a/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph.svg b/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph.svg index a15c6610a..a78237d6b 100644 --- a/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph.svg +++ b/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph.svg @@ -373,7 +373,7 @@ var sectionId = 'dynsection-3'; Node111 - + func_802A8348 @@ -445,7 +445,7 @@ var sectionId = 'dynsection-3'; Node118 - + MIO0_0F diff --git a/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph_org.svg b/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph_org.svg index f52bf8f6d..a7d8d3bd0 100644 --- a/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph_org.svg +++ b/os__pi_8h_a758cb1b861d52fc7655d52ac7144ac88_icgraph_org.svg @@ -327,7 +327,7 @@ Node111 - + func_802A8348 @@ -399,7 +399,7 @@ Node118 - + MIO0_0F diff --git a/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph.map b/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph.map index b2fcc7b5c..f1ebc56fb 100644 --- a/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph.map +++ b/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph.map @@ -32,7 +32,7 @@ - + @@ -40,7 +40,7 @@ - + diff --git a/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph.md5 b/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph.md5 index 749627b53..676a5722d 100644 --- a/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph.md5 +++ b/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph.md5 @@ -1 +1 @@ -14d9d94cef514d161bb95069e1f2d73e \ No newline at end of file +fda723922c99c03ecfc5a23c112f6deb \ No newline at end of file diff --git a/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph.svg b/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph.svg index 970253ebf..8edb395bf 100644 --- a/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph.svg +++ b/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph.svg @@ -355,7 +355,7 @@ var sectionId = 'dynsection-7'; Node110 - + func_802A8348 @@ -427,7 +427,7 @@ var sectionId = 'dynsection-7'; Node117 - + MIO0_0F diff --git a/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph_org.svg b/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph_org.svg index d87f38acc..527a10281 100644 --- a/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph_org.svg +++ b/os__pi_8h_ae288a36d96a4db6977d95327e246ec12_icgraph_org.svg @@ -309,7 +309,7 @@ Node110 - + func_802A8348 @@ -381,7 +381,7 @@ Node117 - + MIO0_0F diff --git a/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph.map b/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph.map index 7bdc51f3b..f9c0d2e02 100644 --- a/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph.map +++ b/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph.map @@ -41,7 +41,7 @@ - + @@ -49,7 +49,7 @@ - + diff --git a/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph.md5 b/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph.md5 index aefd6ed22..95ca22537 100644 --- a/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph.md5 +++ b/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph.md5 @@ -1 +1 @@ -e601e9bb5f98fdf730ec2c451705da09 \ No newline at end of file +3802f1992d94920f7e7ac734fffc76da \ No newline at end of file diff --git a/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph.svg b/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph.svg index 5312f5114..3d0cbe232 100644 --- a/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph.svg +++ b/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph.svg @@ -435,7 +435,7 @@ var sectionId = 'dynsection-8'; Node114 - + func_802A8348 @@ -507,7 +507,7 @@ var sectionId = 'dynsection-8'; Node121 - + MIO0_0F diff --git a/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph_org.svg b/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph_org.svg index efd958dd1..6de24ee1b 100644 --- a/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph_org.svg +++ b/os__thread_8h_a3b144e814933e16a2fbf2642ad098ed3_icgraph_org.svg @@ -389,7 +389,7 @@ Node114 - + func_802A8348 @@ -461,7 +461,7 @@ Node121 - + MIO0_0F diff --git a/podium__ceremony__actors_8c.html b/podium__ceremony__actors_8c.html index fbc51651d..1e2849130 100644 --- a/podium__ceremony__actors_8c.html +++ b/podium__ceremony__actors_8c.html @@ -600,7 +600,7 @@ Here is the caller graph for this function:
    Bug
    No null check.
    Bug
    -
    Todo
    More indepth error checking/return value
    +
    Todo
    More indepth error checking/return value
    Here is the call graph for this function:
    diff --git a/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph.map b/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph.map index 8acd15e35..e15b71a42 100644 --- a/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph.map +++ b/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph.map @@ -2,7 +2,7 @@ - + diff --git a/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph.md5 b/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph.md5 index 779e4394c..f74c785ef 100644 --- a/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph.md5 +++ b/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph.md5 @@ -1 +1 @@ -40ff8746061ed4d095ed9ac2d9dac2c4 \ No newline at end of file +1847b2c83bb0b0f9c8b07216fb41553e \ No newline at end of file diff --git a/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph.svg b/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph.svg index 16afeaa6c..2d429e73a 100644 --- a/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph.svg +++ b/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph.svg @@ -84,7 +84,7 @@ var sectionId = 'dynsection-2'; Node3 - + get_next_available _memory_addr diff --git a/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph_org.svg b/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph_org.svg index bcb097bf2..ba0818c08 100644 --- a/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph_org.svg +++ b/podium__ceremony__actors_8c_a627072a12cb9f239d1e7b629161b4b45_cgraph_org.svg @@ -38,7 +38,7 @@ Node3 - + get_next_available _memory_addr diff --git a/podium__ceremony__actors_8h.html b/podium__ceremony__actors_8h.html index 35f0d5c50..b2a8b0efd 100644 --- a/podium__ceremony__actors_8h.html +++ b/podium__ceremony__actors_8h.html @@ -560,7 +560,7 @@ Here is the caller graph for this function:
    Bug
    No null check.
    Bug
    -
    Todo
    More indepth error checking/return value
    +
    Todo
    More indepth error checking/return value
    Here is the call graph for this function:
    diff --git a/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph.map b/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph.map index 8acd15e35..e15b71a42 100644 --- a/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph.map +++ b/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph.map @@ -2,7 +2,7 @@ - + diff --git a/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph.md5 b/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph.md5 index 779e4394c..f74c785ef 100644 --- a/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph.md5 +++ b/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph.md5 @@ -1 +1 @@ -40ff8746061ed4d095ed9ac2d9dac2c4 \ No newline at end of file +1847b2c83bb0b0f9c8b07216fb41553e \ No newline at end of file diff --git a/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph.svg b/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph.svg index a2362674a..11bd07406 100644 --- a/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph.svg +++ b/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph.svg @@ -84,7 +84,7 @@ var sectionId = 'dynsection-2'; Node3 - + get_next_available _memory_addr diff --git a/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph_org.svg b/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph_org.svg index bcb097bf2..ba0818c08 100644 --- a/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph_org.svg +++ b/podium__ceremony__actors_8h_a627072a12cb9f239d1e7b629161b4b45_cgraph_org.svg @@ -38,7 +38,7 @@ Node3 - + get_next_available _memory_addr diff --git a/rainbow__road_2course__data_8c.html b/rainbow__road_2course__data_8c.html index 190634a67..be2224fd9 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 67c4ece48..98edfe2cb 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/render__courses_8h_source.html b/render__courses_8h_source.html index c98aca9e1..27e0d8708 100644 --- a/render__courses_8h_source.html +++ b/render__courses_8h_source.html @@ -163,45 +163,45 @@ $(function(){initNavTree('render__courses_8h_source.html',''); initResizable(tru
    53
    54#endif
    -
    void render_banshee_boardwalk(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:704
    -
    void render_choco_mountain(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:626
    -
    void render_kalimari_desert(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:1020
    -
    void render_toads_turnpike(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:992
    +
    void render_banshee_boardwalk(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:703
    +
    void render_choco_mountain(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:625
    +
    void render_kalimari_desert(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:1019
    +
    void render_toads_turnpike(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:991
    void parse_course_displaylists(uintptr_t)
    Definition render_courses.c:46
    -
    void render_big_donut(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:1209
    +
    void render_big_donut(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:1208
    s32 D_802B87C4
    Definition render_courses.c:26
    u16 gNumCollisionTriangles
    Definition code_800029B0.c:76
    -
    void func_80295BF8(s32)
    Definition render_courses.c:1370
    +
    void func_80295BF8(s32)
    Definition render_courses.c:1369
    void render_course_segments(uintptr_t, struct UnkStruct_800DC5EC *)
    Definition render_courses.c:74
    -
    void func_802966A0(void)
    Definition render_courses.c:1631
    -
    void render_mario_raceway(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:510
    +
    void func_802966A0(void)
    Definition render_courses.c:1630
    +
    void render_mario_raceway(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:509
    void render_double_deck(struct UnkStruct_800DC5EC *)
    -
    void render_wario_stadium(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:1073
    -
    void render_koopa_troopa_beach(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:791
    +
    void render_wario_stadium(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:1072
    +
    void render_koopa_troopa_beach(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:790
    s32 D_8015F59C
    Definition code_800029B0.c:80
    s32 D_802B87BC
    Definition render_courses.c:24
    -
    void func_8029569C(void)
    Definition render_courses.c:1233
    -
    void render_yoshi_valley(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:763
    -
    void func_802969F8(void)
    Definition render_courses.c:1709
    +
    void func_8029569C(void)
    Definition render_courses.c:1232
    +
    void render_yoshi_valley(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:762
    +
    void func_802969F8(void)
    Definition render_courses.c:1708
    s32 func_80290C20(Camera *)
    Definition render_courses.c:33
    Lights1 D_800DC610[]
    Definition render_courses.h:50
    -
    void func_802911C4(void)
    Definition render_courses.c:192
    -
    void render_frappe_snowland(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:773
    -
    void render_bowsers_castle(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:676
    -
    void func_80295D6C(void)
    Definition render_courses.c:1400
    +
    void func_802911C4(void)
    Definition render_courses.c:191
    +
    void render_frappe_snowland(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:772
    +
    void render_bowsers_castle(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:675
    +
    void func_80295D6C(void)
    Definition render_courses.c:1399
    s32 D_802B87CC
    Definition render_courses.c:28
    -
    void func_80295D50(s16, s16)
    Definition render_courses.c:1395
    +
    void func_80295D50(s16, s16)
    Definition render_courses.c:1394
    void render_skyscraper(struct UnkStruct_800DC5EC *)
    -
    void func_8029122C(struct UnkStruct_800DC5EC *, s32)
    Definition render_courses.c:202
    -
    void func_80295C6C(void)
    Definition render_courses.c:1384
    +
    void func_8029122C(struct UnkStruct_800DC5EC *, s32)
    Definition render_courses.c:201
    +
    void func_80295C6C(void)
    Definition render_courses.c:1383
    void render_block_fort(struct UnkStruct_800DC5EC *)
    -
    void render_luigi_raceway(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:848
    -
    void render_course(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:1298
    -
    void render_sherbet_land(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:1054
    -
    void render_dks_jungle_parkway(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:1185
    -
    void render_royal_raceway(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:818
    -
    void func_80291198(void)
    Definition render_courses.c:187
    -
    void func_80295D88(void)
    Definition render_courses.c:1405
    +
    void render_luigi_raceway(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:847
    +
    void render_course(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:1297
    +
    void render_sherbet_land(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:1053
    +
    void render_dks_jungle_parkway(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:1184
    +
    void render_royal_raceway(struct UnkStruct_800DC5EC *)
    Definition render_courses.c:817
    +
    void func_80291198(void)
    Definition render_courses.c:186
    +
    void func_80295D88(void)
    Definition render_courses.c:1404
    void render_rainbow_road(struct UnkStruct_800DC5EC *)
    s32 D_802B87C8
    Definition render_courses.c:27
    Definition camera.h:26
    diff --git a/royal__raceway_2course__data_8c.html b/royal__raceway_2course__data_8c.html index 2d173236f..94b171c2b 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 3401ac3a1..4a60b0cc8 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_15.js b/search/all_15.js index d5aab33b7..7a5b49c27 100644 --- a/search/all_15.js +++ b/search/all_15.js @@ -214,7 +214,7 @@ var searchData= ['set_5ftype_5fobject_211',['set_type_object',['../update__objects_8c.html#a7efe1605c91b5d2412e1163dc67f42c0',1,'update_objects.c']]], ['set_5fvblank_5fhandler_212',['set_vblank_handler',['../main_8c.html#a4a1b13bb2b383c7cc6fc4a1a34cdfff1',1,'set_vblank_handler(s32 index, struct VblankHandler *handler, OSMesgQueue *queue, OSMesg *msg): main.c'],['../main_8h.html#add08696c7dcd128fc623865d326e2435',1,'set_vblank_handler(s32, struct VblankHandler *, OSMesgQueue *, OSMesg *): main.c']]], ['set_5fvehicle_5frender_5fdistance_5fflags_213',['set_vehicle_render_distance_flags',['../code__80005FD0_8c.html#a6f8c9c39fb2e2613ec57cd1bda073e1d',1,'set_vehicle_render_distance_flags(Vec3f vehiclePos, f32 renderDistance, s32 flags): code_80005FD0.c'],['../code__80005FD0_8h.html#aceb20d7ac541a7d501a3e51eb11b52c7',1,'set_vehicle_render_distance_flags(Vec3f, f32, s32): code_80005FD0.c']]], - ['set_5fvertex_5fcolours_214',['set_vertex_colours',['../collision_8c.html#ae34213badc2dd781cab43c88b1e3fdce',1,'set_vertex_colours(uintptr_t addr, u32 vertexCount, UNUSED s32 vert3, s8 alpha, u8 red, u8 green, u8 blue): collision.c'],['../collision_8h.html#a547bc2dcba7057760e3cc69bc5626b68',1,'set_vertex_colours(u32, u32, s32, s8, u8, u8, u8): collision.h']]], + ['set_5fvertex_5fcolours_214',['set_vertex_colours',['../collision_8c.html#ae34213badc2dd781cab43c88b1e3fdce',1,'set_vertex_colours(uintptr_t addr, u32 vertexCount, UNUSED s32 vert3, s8 alpha, u8 red, u8 green, u8 blue): collision.c'],['../collision_8h.html#aaf0c207528a562d4fe836d6d0d904dd8',1,'set_vertex_colours(uintptr_t, u32, s32, s8, u8, u8, u8): collision.h']]], ['set_5fviewport_215',['set_viewport',['../skybox__and__splitscreen_8c.html#aa627a5166fe0e9f01475246065b6923c',1,'set_viewport(void): skybox_and_splitscreen.c'],['../skybox__and__splitscreen_8h.html#aa627a5166fe0e9f01475246065b6923c',1,'set_viewport(void): skybox_and_splitscreen.c']]], ['set_5fviewport2_216',['set_viewport2',['../skybox__and__splitscreen_8c.html#ad533665bd8936a3498367d41cb3f05f5',1,'set_viewport2(void): skybox_and_splitscreen.c'],['../skybox__and__splitscreen_8h.html#a3d19ba08f130a164d0ee2ec90e054301',1,'set_viewport2(void): skybox_and_splitscreen.c']]], ['set_5fvtx_5fbuffer_217',['set_vtx_buffer',['../collision_8c.html#a30eb531df39ba558cd733e1d1cd6aaa0',1,'set_vtx_buffer(uintptr_t addr, u32 numVertices, u32 bufferIndex): collision.c'],['../collision_8h.html#a64d962d7e19f12e029fb038a5478611b',1,'set_vtx_buffer(uintptr_t, u32, u32): collision.c']]], @@ -518,7 +518,7 @@ var searchData= ['splinecontrolpoint_515',['SplineControlPoint',['../structSplineControlPoint.html',1,'']]], ['splinedata_516',['SplineData',['../structSplineData.html',1,'']]], ['spodiumactorlist_517',['sPodiumActorList',['../podium__ceremony__actors_8c.html#a50327f9262d3b1ccf308da06e6e257ee',1,'sPodiumActorList: podium_ceremony_actors.c'],['../podium__ceremony__actors_8h.html#a50327f9262d3b1ccf308da06e6e257ee',1,'sPodiumActorList: podium_ceremony_actors.c']]], - ['spoolfreespace_518',['sPoolFreeSpace',['../memory_8c.html#a7d14b9ef4822d506cc4e4fa7c15a2767',1,'memory.c']]], + ['spoolfreespace_518',['sPoolFreeSpace',['../memory_8c.html#a71ce9258e8a04f5657f17394b9fa8ac9',1,'memory.c']]], ['spoollistheadl_519',['sPoolListHeadL',['../memory_8c.html#a5acf731ae5b068194cef9f13e31e03dc',1,'memory.c']]], ['spoollistheadr_520',['sPoolListHeadR',['../memory_8c.html#a7e6b81bec34f58da17f2de948ec44dc8',1,'memory.c']]], ['sprintf_521',['sprintf',['../sprintf_8c.html#a353b2f73aed82bd1eb8cc2b34ec936d9',1,'sprintf(char *dst, const char *fmt,...): sprintf.c'],['../stdio_8h.html#a97fd95bd955bbf9cf76afa678565e746',1,'sprintf(char *s, const char *fmt,...): sprintf.c']]], diff --git a/search/all_17.js b/search/all_17.js index 6e9d06bad..c6d9b9336 100644 --- a/search/all_17.js +++ b/search/all_17.js @@ -54,7 +54,7 @@ var searchData= ['unk36_51',['unk36',['../structCeremonyActor.html#ae6bd0ed23f72c84a2448cb0f96761553',1,'CeremonyActor']]], ['unk38_52',['unk38',['../structCeremonyActor.html#aa070d6425710935e0df26514ac991c0c',1,'CeremonyActor::unk38'],['../structFirework.html#a905289924414c5aaa3f6730da059b03b',1,'Firework::unk38'],['../structUnkStruct__80287500.html#a8e1a902be7cf96fc773b6df54f63447a',1,'UnkStruct_80287500::unk38']]], ['unk3c_53',['unk3C',['../structUnkStruct__800DC5EC.html#ad2e76a09cf78e3e0f7fe1de7245317c7',1,'UnkStruct_800DC5EC::unk3C'],['../structCinematicCamera.html#ac7dfca219f43f1f023c9e1857c9c638f',1,'CinematicCamera::unk3C'],['../structFirework.html#a27f1e1c89b8878dd04b5a12534aa2c0b',1,'Firework::unk3C']]], - ['unk4_54',['unk4',['../structUnkStruct8018EF18.html#a341ed358379fe6be84e7057423942047',1,'UnkStruct8018EF18::unk4'],['../structstru__80004EAC.html#ad701367775c2fddfc551f6797dde59f6',1,'stru_80004EAC::unk4'],['../structunexpiredActors.html#a9e0a5e4086ea99d274e10cd785b98a45',1,'unexpiredActors::unk4'],['../structTest.html#a500c4230994c24cb9c5277b6029b7566',1,'Test::unk4'],['../structUnkStruct__46D0.html#a1d1f785457c8805f152dfc7d7a62b670',1,'UnkStruct_46D0::unk4'],['../structstruct__8018E0E8__entry.html#a4b918594d1a94400159bd8104dc6b7ce',1,'struct_8018E0E8_entry::unk4'],['../struct__struct__gCoursePathSizes__0x10.html#a0e6d218dbd05d34ac82634df6503a14b',1,'_struct_gCoursePathSizes_0x10::unk4'],['../structstruct__80283430.html#ab19df545a53799e0588c1003e2b464e4',1,'struct_80283430::unk4'],['../structstruct__80282C40.html#ac10458c9ad8ef631018c2fac0cf9ce58',1,'struct_80282C40::unk4'],['../structstruct__80286A04.html#a811d4021e4801fcb775d272eb76ebf37',1,'struct_80286A04::unk4'],['../structUnkStruct80287560.html#ac8ff68e16edaa13f29dc8b099792d711',1,'UnkStruct80287560::unk4'],['../structstruct__D__802874D8.html#ab9413587ba6f6219734dfeefef3eeb6f',1,'struct_D_802874D8::unk4'],['../structUnkStr__802AA7C8.html#a6c1dee2809970befe050cb26741d8eba',1,'UnkStr_802AA7C8::unk4'],['../structUnkStruct802AF7B4.html#abd5aeb22d4e0349460b0c3bc90800f49',1,'UnkStruct802AF7B4::unk4'],['../structUnkStruct__802B8CD4.html#a976d0738bf3f534b9bec0506b13a896a',1,'UnkStruct_802B8CD4::unk4'],['../structSkybox.html#af5f678277107fc2ae1978d46304502ae',1,'Skybox::unk4'],['../structD__80150158.html#ac538eb5518499f13c7a14e959ddfe07c',1,'D_80150158::unk4'],['../structUnkStruct__800DDB40.html#aa325c62692df616723f740fba1e807f3',1,'UnkStruct_800DDB40::unk4'],['../structUnkStruct__802B53C8.html#ad38d9101f1278a98ddee6601c32b7846',1,'UnkStruct_802B53C8::unk4'],['../structUnkPlayerInner.html#a85e38ce8eaca82e50f553226a3fcb5bc',1,'UnkPlayerInner::unk4']]], + ['unk4_54',['unk4',['../structUnkStruct8018EF18.html#a341ed358379fe6be84e7057423942047',1,'UnkStruct8018EF18::unk4'],['../structstru__80004EAC.html#ad701367775c2fddfc551f6797dde59f6',1,'stru_80004EAC::unk4'],['../structunexpiredActors.html#a9e0a5e4086ea99d274e10cd785b98a45',1,'unexpiredActors::unk4'],['../structTest.html#a500c4230994c24cb9c5277b6029b7566',1,'Test::unk4'],['../structUnkStruct__46D0.html#a1d1f785457c8805f152dfc7d7a62b670',1,'UnkStruct_46D0::unk4'],['../structstruct__8018E0E8__entry.html#a4b918594d1a94400159bd8104dc6b7ce',1,'struct_8018E0E8_entry::unk4'],['../struct__struct__gCoursePathSizes__0x10.html#a0e6d218dbd05d34ac82634df6503a14b',1,'_struct_gCoursePathSizes_0x10::unk4'],['../structstruct__80283430.html#ab19df545a53799e0588c1003e2b464e4',1,'struct_80283430::unk4'],['../structstruct__80282C40.html#ac10458c9ad8ef631018c2fac0cf9ce58',1,'struct_80282C40::unk4'],['../structstruct__80286A04.html#a811d4021e4801fcb775d272eb76ebf37',1,'struct_80286A04::unk4'],['../structUnkStruct80287560.html#ac8ff68e16edaa13f29dc8b099792d711',1,'UnkStruct80287560::unk4'],['../structstruct__D__802874D8.html#ab9413587ba6f6219734dfeefef3eeb6f',1,'struct_D_802874D8::unk4'],['../structUnkStr__802AA7C8.html#a498165b778bb5169c8cf8dd859c17503',1,'UnkStr_802AA7C8::unk4'],['../structUnkStruct802AF7B4.html#abd5aeb22d4e0349460b0c3bc90800f49',1,'UnkStruct802AF7B4::unk4'],['../structUnkStruct__802B8CD4.html#a976d0738bf3f534b9bec0506b13a896a',1,'UnkStruct_802B8CD4::unk4'],['../structSkybox.html#af5f678277107fc2ae1978d46304502ae',1,'Skybox::unk4'],['../structD__80150158.html#ac538eb5518499f13c7a14e959ddfe07c',1,'D_80150158::unk4'],['../structUnkStruct__800DDB40.html#aa325c62692df616723f740fba1e807f3',1,'UnkStruct_800DDB40::unk4'],['../structUnkStruct__802B53C8.html#ad38d9101f1278a98ddee6601c32b7846',1,'UnkStruct_802B53C8::unk4'],['../structUnkPlayerInner.html#a85e38ce8eaca82e50f553226a3fcb5bc',1,'UnkPlayerInner::unk4']]], ['unk40_55',['unk40',['../structCeremonyActor.html#a86c9ff71293d7c786e38366ee82923fb',1,'CeremonyActor::unk40'],['../structFirework.html#a6d11e92433fc3d78addae3d4614d315a',1,'Firework::unk40']]], ['unk42_56',['unk42',['../structUnkStruct__800DC5EC.html#ac4f806bba8523651c94e816b7bd09352',1,'UnkStruct_800DC5EC']]], ['unk44_57',['unk44',['../structCeremonyActor.html#a95401c826ee7781ad6f979d5fb2eaa44',1,'CeremonyActor::unk44'],['../structFirework.html#aa9f137c06f2f7ca3cde2b68e87c33776',1,'Firework::unk44']]], @@ -73,7 +73,7 @@ var searchData= ['unk68_70',['unk68',['../structcredits__data__1FA0.html#aff5eb22f28d3472580a2bf7eaf2a586a',1,'credits_data_1FA0::unk68'],['../structCinematicCamera.html#ac4376db19d7169a49fa6d13cec398235',1,'CinematicCamera::unk68']]], ['unk6c_71',['unk6C',['../structcredits__data__1FA0.html#a069358ec3fcf8cf8ae87ad8679c4a8bb',1,'credits_data_1FA0::unk6C'],['../structCinematicCamera.html#a237557a8d755dbb0bb3ed583aa00cd0e',1,'CinematicCamera::unk6C'],['../structCollision.html#ad3599679696383e04124e76cd5bc7215',1,'Collision::unk6C']]], ['unk6e_72',['unk6E',['../structcredits__data__1FA0.html#a05c2514e36cad9172efdf044275eee5e',1,'credits_data_1FA0::unk6E'],['../structCinematicCamera.html#ad41b3d461b670272b136cd428fa6bc34',1,'CinematicCamera::unk6E']]], - ['unk8_73',['unk8',['../structUnkStruct8018EF18.html#a4378728334d54d1bae277a1f35df13fb',1,'UnkStruct8018EF18::unk8'],['../structstru__80004EAC.html#a43c2554c766ffccb71b7b6dc83847137',1,'stru_80004EAC::unk8'],['../structunexpiredActors.html#a73cdcfaf80db46e271cfcb897e134a8e',1,'unexpiredActors::unk8'],['../structTest.html#ac695d760a41cc0fa0fd2a4761e402f1f',1,'Test::unk8'],['../structstruct__8018D9E0__entry.html#a4a8ed7e56f0fc158edab721f7efeb2ab',1,'struct_8018D9E0_entry::unk8'],['../struct__struct__gCoursePathSizes__0x10.html#a7d7e301d0243f88a9b57169698969707',1,'_struct_gCoursePathSizes_0x10::unk8'],['../structstruct__80286A10.html#a0ad7fa84d2897093e33f9c0da3338355',1,'struct_80286A10::unk8'],['../structstruct__80286A04.html#a30f831942bfdb2abd01472554b13c993',1,'struct_80286A04::unk8'],['../structUnkStruct80287560.html#a9f0f0b03fbadb2e8e944500bb9afe698',1,'UnkStruct80287560::unk8'],['../structActorInitParams.html#aa1552101fcd8a100d1c9f68b9b4d393b',1,'ActorInitParams::unk8'],['../structCeremonyActor.html#a69c20526dea2316424da2fd93f55ea74',1,'CeremonyActor::unk8'],['../structFirework.html#a5cc9fa827062bf796134fcf1a0334d99',1,'Firework::unk8'],['../structUnkStr__802AA7C8.html#ae830be4eb1f98e04db0cdd32366c17fa',1,'UnkStr_802AA7C8::unk8'],['../structUnkStruct__802B8CD4.html#a5bd81d83630e9c3cdc727966a2adcba6',1,'UnkStruct_802B8CD4::unk8'],['../structSkybox.html#acae711c4881e4963c9dda0e2b16f3de3',1,'Skybox::unk8'],['../structUnkActorSpawnData.html#afe80cda1214aceca98e2a0db099e2d7a',1,'UnkActorSpawnData::unk8'],['../structD__80150158.html#a89d74859e90572976c5094359e65f992',1,'D_80150158::unk8'],['../structUnkStruct__800DDB40.html#a7c6f398fff36aec6cd1d871fe5582e10',1,'UnkStruct_800DDB40::unk8'],['../structUnkStruct__802B53C8.html#a7cc4d45965d8db54eb6862744040c61c',1,'UnkStruct_802B53C8::unk8'],['../structUnkPlayerInner.html#ab82bb5befad0712d146a7c6b80ca4268',1,'UnkPlayerInner::unk8']]], + ['unk8_73',['unk8',['../structUnkStruct8018EF18.html#a4378728334d54d1bae277a1f35df13fb',1,'UnkStruct8018EF18::unk8'],['../structstru__80004EAC.html#a43c2554c766ffccb71b7b6dc83847137',1,'stru_80004EAC::unk8'],['../structunexpiredActors.html#a73cdcfaf80db46e271cfcb897e134a8e',1,'unexpiredActors::unk8'],['../structTest.html#ac695d760a41cc0fa0fd2a4761e402f1f',1,'Test::unk8'],['../structstruct__8018D9E0__entry.html#a4a8ed7e56f0fc158edab721f7efeb2ab',1,'struct_8018D9E0_entry::unk8'],['../struct__struct__gCoursePathSizes__0x10.html#a7d7e301d0243f88a9b57169698969707',1,'_struct_gCoursePathSizes_0x10::unk8'],['../structstruct__80286A10.html#a0ad7fa84d2897093e33f9c0da3338355',1,'struct_80286A10::unk8'],['../structstruct__80286A04.html#a30f831942bfdb2abd01472554b13c993',1,'struct_80286A04::unk8'],['../structUnkStruct80287560.html#a9f0f0b03fbadb2e8e944500bb9afe698',1,'UnkStruct80287560::unk8'],['../structActorInitParams.html#aa1552101fcd8a100d1c9f68b9b4d393b',1,'ActorInitParams::unk8'],['../structCeremonyActor.html#a69c20526dea2316424da2fd93f55ea74',1,'CeremonyActor::unk8'],['../structFirework.html#a5cc9fa827062bf796134fcf1a0334d99',1,'Firework::unk8'],['../structUnkStr__802AA7C8.html#ac13e33ac938ce3fcecda1a85e7fc8875',1,'UnkStr_802AA7C8::unk8'],['../structUnkStruct__802B8CD4.html#a5bd81d83630e9c3cdc727966a2adcba6',1,'UnkStruct_802B8CD4::unk8'],['../structSkybox.html#acae711c4881e4963c9dda0e2b16f3de3',1,'Skybox::unk8'],['../structUnkActorSpawnData.html#afe80cda1214aceca98e2a0db099e2d7a',1,'UnkActorSpawnData::unk8'],['../structD__80150158.html#a89d74859e90572976c5094359e65f992',1,'D_80150158::unk8'],['../structUnkStruct__800DDB40.html#a7c6f398fff36aec6cd1d871fe5582e10',1,'UnkStruct_800DDB40::unk8'],['../structUnkStruct__802B53C8.html#a7cc4d45965d8db54eb6862744040c61c',1,'UnkStruct_802B53C8::unk8'],['../structUnkPlayerInner.html#ab82bb5befad0712d146a7c6b80ca4268',1,'UnkPlayerInner::unk8']]], ['unk9_74',['unk9',['../structUnkStruct8018EF18.html#a36413a02df97343cd0a5e8a5f6b26bfb',1,'UnkStruct8018EF18::unk9'],['../structActorInitParams.html#ac4ecfe8518fd4440bb06cec29488c8b4',1,'ActorInitParams::unk9'],['../structCeremonyActor.html#aa364a6682c5afeb9c1f14684068db588',1,'CeremonyActor::unk9'],['../structFirework.html#ad04880ecb9de11af43dba5ead8545520',1,'Firework::unk9']]], ['unk_5f0_75',['unk_0',['../structUnkCameraInner.html#ab28dd2dbeb5038fde39f2d2ae9bb8cc0',1,'UnkCameraInner']]], ['unk_5f00_76',['unk_00',['../structstruct__D__801930D0__inner.html#a30837c4e1c1bd1cb66701c41e8b20d35',1,'struct_D_801930D0_inner::unk_00'],['../structstruct__D__802DFB80.html#a3057bb8286535039d0e36d00d89b4216',1,'struct_D_802DFB80::unk_00'],['../structD__801642D8__entry.html#a68f623b4423cd987ce6bc56cc2cd519f',1,'D_801642D8_entry::unk_00'],['../structstruct__D__8018CE10.html#ad679a0ffbd0e412f09f7be102a7080e3',1,'struct_D_8018CE10::unk_00'],['../structstruct__8018EE10__entry.html#a760c8d86719d2e8f36048a4d7186a43e',1,'struct_8018EE10_entry::unk_00']]], @@ -282,7 +282,7 @@ var searchData= ['unka_279',['unkA',['../structActorInitParams.html#aee3fc8bb9d007d475565866fcf3e5324',1,'ActorInitParams::unkA'],['../structCeremonyActor.html#a13f7987d81c585bd2298c5bc6ea5c04e',1,'CeremonyActor::unkA'],['../structFirework.html#a2cfedd0dd5e8fb66a97723f8089a833f',1,'Firework::unkA'],['../structSkybox.html#a38b95b0761ac6f03f1d85a93e514cad1',1,'Skybox::unkA']]], ['unkactorspawndata_280',['UnkActorSpawnData',['../structUnkActorSpawnData.html',1,'']]], ['unkb_281',['unkB',['../structActorInitParams.html#ab495c52104edc7ea6f64ac588d0b9e7a',1,'ActorInitParams']]], - ['unkc_282',['unkC',['../structSynthesisReverb.html#a1b2d1ba08d5b8167132952dba7512fba',1,'SynthesisReverb::unkC'],['../structUnkStruct__800DC5EC.html#a770e36fc4928b0e0f72f83ce74b95a0e',1,'UnkStruct_800DC5EC::unkC'],['../structstruct__801642D8.html#aee76d54374e6ae298c6ce797c1b214f6',1,'struct_801642D8::unkC'],['../structunexpiredActors.html#a3793eaac13b75822364d822a4f265747',1,'unexpiredActors::unkC'],['../structTest.html#a0c3ac7ae1a6ef743d39b3177875c8d69',1,'Test::unkC'],['../structstruct__80286A10.html#a4ce5f607b386e5e4d75027b9760b2b4c',1,'struct_80286A10::unkC'],['../structstruct__80283431.html#ae8b57b430780c70ab2e69e132e0a3451',1,'struct_80283431::unkC'],['../structstruct__80286A04.html#a014ef3bf3c231253742beb11c5448b81',1,'struct_80286A04::unkC'],['../structCeremonyActor.html#aa2f4470ee38cb390a32c098ad0d6ef99',1,'CeremonyActor::unkC'],['../structFirework.html#aa294834d67d91644a18ef1cc28889346',1,'Firework::unkC'],['../structUnkStr__802AA7C8.html#a8ecfa479d601c527829f0051cd615048',1,'UnkStr_802AA7C8::unkC'],['../structD__80150158.html#ac8c6855d05a4b4e096b6608aaf816b5a',1,'D_80150158::unkC'],['../structUnkStruct__80287500.html#ad4d2a80d81441e459cc0720796f4d9b6',1,'UnkStruct_80287500::unkC'],['../structUnkStruct__800DDB40.html#ae805086b9ff3bb7b7cecfaeacab8c196',1,'UnkStruct_800DDB40::unkC'],['../structUnkStruct__802B53C8.html#ae5a84dc35dfef60b667986ede8b3ec36',1,'UnkStruct_802B53C8::unkC'],['../structUnkPlayerInner.html#a1b2f4f249c6532e70ed948ab667c2217',1,'UnkPlayerInner::unkC']]], + ['unkc_282',['unkC',['../structSynthesisReverb.html#a1b2d1ba08d5b8167132952dba7512fba',1,'SynthesisReverb::unkC'],['../structUnkStruct__800DC5EC.html#a770e36fc4928b0e0f72f83ce74b95a0e',1,'UnkStruct_800DC5EC::unkC'],['../structstruct__801642D8.html#aee76d54374e6ae298c6ce797c1b214f6',1,'struct_801642D8::unkC'],['../structunexpiredActors.html#a3793eaac13b75822364d822a4f265747',1,'unexpiredActors::unkC'],['../structTest.html#a0c3ac7ae1a6ef743d39b3177875c8d69',1,'Test::unkC'],['../structstruct__80286A10.html#a4ce5f607b386e5e4d75027b9760b2b4c',1,'struct_80286A10::unkC'],['../structstruct__80283431.html#ae8b57b430780c70ab2e69e132e0a3451',1,'struct_80283431::unkC'],['../structstruct__80286A04.html#a014ef3bf3c231253742beb11c5448b81',1,'struct_80286A04::unkC'],['../structCeremonyActor.html#aa2f4470ee38cb390a32c098ad0d6ef99',1,'CeremonyActor::unkC'],['../structFirework.html#aa294834d67d91644a18ef1cc28889346',1,'Firework::unkC'],['../structUnkStr__802AA7C8.html#a0b7bbf36f49ea5a48b1edbe5faeb4846',1,'UnkStr_802AA7C8::unkC'],['../structD__80150158.html#ac8c6855d05a4b4e096b6608aaf816b5a',1,'D_80150158::unkC'],['../structUnkStruct__80287500.html#ad4d2a80d81441e459cc0720796f4d9b6',1,'UnkStruct_80287500::unkC'],['../structUnkStruct__800DDB40.html#ae805086b9ff3bb7b7cecfaeacab8c196',1,'UnkStruct_800DDB40::unkC'],['../structUnkStruct__802B53C8.html#ae5a84dc35dfef60b667986ede8b3ec36',1,'UnkStruct_802B53C8::unkC'],['../structUnkPlayerInner.html#a1b2f4f249c6532e70ed948ab667c2217',1,'UnkPlayerInner::unkC']]], ['unkcamerainner_283',['UnkCameraInner',['../structUnkCameraInner.html',1,'']]], ['unke_284',['unkE',['../structCeremonyActor.html#a47062d029901aad6a105fc69de8a8454',1,'CeremonyActor::unkE'],['../structFirework.html#a8d8ad9d88b8f78fdc0dd2eca8432b97f',1,'Firework::unkE']]], ['unkentry_285',['UnkEntry',['../structUnkEntry.html',1,'']]], @@ -310,21 +310,21 @@ var searchData= ['unkstruct_5f802b8cd4_307',['UnkStruct_802B8CD4',['../structUnkStruct__802B8CD4.html',1,'']]], ['unkupdatesperframescaled_308',['unkUpdatesPerFrameScaled',['../structAudioBufferParametersEU.html#a7925b2687a66f353b9cb08754bef6dbc',1,'AudioBufferParametersEU']]], ['unpack_5fclear_5fgeometry_5fmode_309',['unpack_clear_geometry_mode',['../memory_8c.html#a179bd8f023e304973042bd56d696a134',1,'unpack_clear_geometry_mode(Gfx *arg0, UNUSED u8 *arg1, UNUSED s8 arg2): memory.c'],['../memory_8h.html#a7cf51ab9d41d341979d7815ecb9cac0a',1,'unpack_clear_geometry_mode(Gfx *, u8 *, s8): memory.h']]], - ['unpack_5fcombine_5fmode1_310',['unpack_combine_mode1',['../memory_8c.html#aed9724a40517b73842563fdc97b831e9',1,'unpack_combine_mode1(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#ac5123942170fa02b5a4f56e9b8a5d104',1,'unpack_combine_mode1(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5fcombine_5fmode2_311',['unpack_combine_mode2',['../memory_8c.html#a1ecafac9cef165b97b16445b4dd6720a',1,'unpack_combine_mode2(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#aa9cd691b52d22763aac9134d894d94fb',1,'unpack_combine_mode2(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5fcombine_5fmode4_312',['unpack_combine_mode4',['../memory_8c.html#a9823a3d2b924d83ba116b123047f41b4',1,'unpack_combine_mode4(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#ad3d74803c80b4e660f8813f74ff87945',1,'unpack_combine_mode4(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5fcombine_5fmode5_313',['unpack_combine_mode5',['../memory_8c.html#ab9ec4d0180668117a1c4dcc6032639d6',1,'unpack_combine_mode5(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a5c9a1972c3a40e787973a934f67e9e71',1,'unpack_combine_mode5(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5fcombine_5fmode_5fshade_314',['unpack_combine_mode_shade',['../memory_8c.html#a67032728236339348411c7a5cfd21bad',1,'unpack_combine_mode_shade(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a9ecd7f6e634a4bab5099b97c028bcfb3',1,'unpack_combine_mode_shade(Gfx *, u8 *, u32): memory.h']]], + ['unpack_5fcombine_5fmode1_310',['unpack_combine_mode1',['../memory_8c.html#a13e718e4d26abdd7d813611bb61058c4',1,'unpack_combine_mode1(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a1f3590983b3df0ddcf069021f14c7771',1,'unpack_combine_mode1(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5fcombine_5fmode2_311',['unpack_combine_mode2',['../memory_8c.html#aed21b6b48e196d6ef51b73c755b73901',1,'unpack_combine_mode2(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a9fc911fe1b11689cb2747e4f9ee827e4',1,'unpack_combine_mode2(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5fcombine_5fmode4_312',['unpack_combine_mode4',['../memory_8c.html#a9724b6830847eaf2c854cc292b6a8a3a',1,'unpack_combine_mode4(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a25c68ab04f17587642de4eacb7354467',1,'unpack_combine_mode4(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5fcombine_5fmode5_313',['unpack_combine_mode5',['../memory_8c.html#a6dfd591813f1833a4019eb1185082ead',1,'unpack_combine_mode5(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a7639eaafb2d4aca1787db1f12cbdc530',1,'unpack_combine_mode5(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5fcombine_5fmode_5fshade_314',['unpack_combine_mode_shade',['../memory_8c.html#ade03fb5af8af4e60c60964f3dd262d6d',1,'unpack_combine_mode_shade(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a984dc86c6ecc2bf1d208bd08df154564',1,'unpack_combine_mode_shade(Gfx *, u8 *, uintptr_t): memory.h']]], ['unpack_5fcull_5fdisplaylist_315',['unpack_cull_displaylist',['../memory_8c.html#afecc630f19df4cce5411739acf477ed9',1,'unpack_cull_displaylist(Gfx *arg0, UNUSED u8 *arg1, UNUSED s8 arg2): memory.c'],['../memory_8h.html#acb8ec29be4c6c7b557c4c9ab12a91eb1',1,'unpack_cull_displaylist(Gfx *, u8 *, s8): memory.h']]], ['unpack_5fdisplaylist_316',['unpack_displaylist',['../memory_8c.html#a8122e3624a020a1d0f64afe5b92392f4',1,'unpack_displaylist(Gfx *arg0, u8 *args, UNUSED s8 opcode): memory.c'],['../memory_8h.html#aed4c3a06cd1c80cbdef980becd4ac06f',1,'unpack_displaylist(Gfx *, u8 *, s8): memory.h']]], ['unpack_5fend_5fdisplaylist_317',['unpack_end_displaylist',['../memory_8c.html#a69d3a7b835056d77f31ed1ff2d3e008f',1,'unpack_end_displaylist(Gfx *arg0, UNUSED u8 *arg1, UNUSED s8 arg2): memory.c'],['../memory_8h.html#aae4e72aae58b4f1e046c4c6e405be863',1,'unpack_end_displaylist(Gfx *, u8 *, s8): memory.h']]], ['unpack_5flights_318',['unpack_lights',['../memory_8c.html#ad04d581023d914c9ae781fc91059489f',1,'unpack_lights(Gfx *arg0, UNUSED u8 *arg1, s8 arg2): memory.c'],['../memory_8h.html#a14811b20ea44141f31ba87f6498c6fc9',1,'unpack_lights(Gfx *, u8 *, s8): memory.h']]], ['unpack_5fquadrangle_319',['unpack_quadrangle',['../memory_8c.html#a6a015edb369bbc7b41edd32b32ee6ac8',1,'memory.c']]], - ['unpack_5frender_5fmode_5fopaque_320',['unpack_render_mode_opaque',['../memory_8c.html#ae0345229c708ed5f912681a482150011',1,'unpack_render_mode_opaque(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a7a572fa92d704370565e325f9267879b',1,'unpack_render_mode_opaque(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5frender_5fmode_5fopaque_5fdecal_321',['unpack_render_mode_opaque_decal',['../memory_8c.html#a4c89b163acc1085d045790d9260b43b2',1,'unpack_render_mode_opaque_decal(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a451f201ad336f48a3a8111c41b1cbcd1',1,'unpack_render_mode_opaque_decal(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5frender_5fmode_5ftex_5fedge_322',['unpack_render_mode_tex_edge',['../memory_8c.html#a1d1c82f034a2b553c3f3f4a29eb9f04b',1,'unpack_render_mode_tex_edge(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a3a176316c171be41a86f6fbe62004840',1,'unpack_render_mode_tex_edge(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5frender_5fmode_5ftranslucent_323',['unpack_render_mode_translucent',['../memory_8c.html#aad35b45665ed4d85160d9412aa52d736',1,'unpack_render_mode_translucent(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a827f8b1625bc7f2e032c7dee8c72b978',1,'unpack_render_mode_translucent(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5frender_5fmode_5ftranslucent_5fdecal_324',['unpack_render_mode_translucent_decal',['../memory_8c.html#aa5cbde2d5e5d87e54ab5455621c045bd',1,'unpack_render_mode_translucent_decal(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a8f5d5758d4258133628f1af536e4dbbb',1,'unpack_render_mode_translucent_decal(Gfx *, u8 *, u32): memory.h']]], + ['unpack_5frender_5fmode_5fopaque_320',['unpack_render_mode_opaque',['../memory_8c.html#ab3dad5df8d0cfc2e1012b8d6c562af6d',1,'unpack_render_mode_opaque(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#af8baf5bf71679d0833f6380c89e37936',1,'unpack_render_mode_opaque(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5frender_5fmode_5fopaque_5fdecal_321',['unpack_render_mode_opaque_decal',['../memory_8c.html#acd4be41b0af821d36e4c60540eb5e73f',1,'unpack_render_mode_opaque_decal(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a57159e529d24a3168e05681291f1b73c',1,'unpack_render_mode_opaque_decal(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5frender_5fmode_5ftex_5fedge_322',['unpack_render_mode_tex_edge',['../memory_8c.html#a0e7ce1f7bf1a28a7c221fdf0d0bbb3fd',1,'unpack_render_mode_tex_edge(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#aa8177e758ab7cd50bf1dfdf56d62ca29',1,'unpack_render_mode_tex_edge(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5frender_5fmode_5ftranslucent_323',['unpack_render_mode_translucent',['../memory_8c.html#a815c45970c03b45042fb44e5fe94a52e',1,'unpack_render_mode_translucent(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a02b90920a307907aab16d7d44a9da700',1,'unpack_render_mode_translucent(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5frender_5fmode_5ftranslucent_5fdecal_324',['unpack_render_mode_translucent_decal',['../memory_8c.html#a2db91c87d1f6d8553c5b8c10cb6a0b57',1,'unpack_render_mode_translucent_decal(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a58a6cda30c79f9dd78694217c505cdf2',1,'unpack_render_mode_translucent_decal(Gfx *, u8 *, uintptr_t): memory.h']]], ['unpack_5fset_5fgeometry_5fmode_325',['unpack_set_geometry_mode',['../memory_8c.html#a13b9b9a1dbe0ac7e05a38d3046884bb2',1,'unpack_set_geometry_mode(Gfx *arg0, UNUSED u8 *arg1, UNUSED s8 arg2): memory.c'],['../memory_8h.html#a7c0649ea94237e36b2590eafb890153f',1,'unpack_set_geometry_mode(Gfx *, u8 *, s8): memory.h']]], ['unpack_5fspline_5f3d_326',['unpack_spline_3D',['../memory_8c.html#a9ee1b61b26e91a1bcee9b604739f47d5',1,'memory.c']]], ['unpack_5ftexture_5foff_327',['unpack_texture_off',['../memory_8c.html#aecb17eb5d0241a2f0ae21850c362383f',1,'unpack_texture_off(Gfx *arg0, UNUSED u8 *args, UNUSED s8 arg2): memory.c'],['../memory_8h.html#a9cbfb543c285c335019336b8fa5d8573',1,'unpack_texture_off(Gfx *, u8 *, s8): memory.h']]], diff --git a/search/all_3.js b/search/all_3.js index ad591f280..5a29e8ff6 100644 --- a/search/all_3.js +++ b/search/all_3.js @@ -208,8 +208,8 @@ var searchData= ['alloc_5fnote_5ffrom_5factive_205',['alloc_note_from_active',['../playback_8c.html#ae6fe57ea5191004e0eb491234f99dab3',1,'alloc_note_from_active(struct NotePool *pool, struct SequenceChannelLayer *seqLayer): playback.c'],['../playback_8h.html#ae6fe57ea5191004e0eb491234f99dab3',1,'alloc_note_from_active(struct NotePool *pool, struct SequenceChannelLayer *seqLayer): playback.c']]], ['alloc_5fnote_5ffrom_5fdecaying_206',['alloc_note_from_decaying',['../playback_8c.html#abd8e2c8e5cb8acc697cc6ac04917bd0d',1,'alloc_note_from_decaying(struct NotePool *pool, struct SequenceChannelLayer *seqLayer): playback.c'],['../playback_8h.html#abd8e2c8e5cb8acc697cc6ac04917bd0d',1,'alloc_note_from_decaying(struct NotePool *pool, struct SequenceChannelLayer *seqLayer): playback.c']]], ['alloc_5fnote_5ffrom_5fdisabled_207',['alloc_note_from_disabled',['../playback_8c.html#ae50695bfbcd25a66988103d7c9fa48f9',1,'alloc_note_from_disabled(struct NotePool *pool, struct SequenceChannelLayer *seqLayer): playback.c'],['../playback_8h.html#ae50695bfbcd25a66988103d7c9fa48f9',1,'alloc_note_from_disabled(struct NotePool *pool, struct SequenceChannelLayer *seqLayer): playback.c']]], - ['alloc_5fonly_5fpool_5finit_208',['alloc_only_pool_init',['../memory_8c.html#a97715b4da8644b3a3be8141e2561bc92',1,'alloc_only_pool_init(u32 size, u32 side): memory.c'],['../memory_8h.html#a3790c1fabe1e7826c89ba9e2697386e7',1,'alloc_only_pool_init(u32, u32): memory.c']]], - ['allocate_5fmemory_209',['allocate_memory',['../memory_8c.html#a7c5fefa42019430ddc37cb3b2e7608cc',1,'allocate_memory(u32 size): memory.c'],['../memory_8h.html#ac8f0e0385ffa4a6cea626875ef785c86',1,'allocate_memory(u32): memory.c']]], + ['alloc_5fonly_5fpool_5finit_208',['alloc_only_pool_init',['../memory_8c.html#a58b3c23ec06bcdf5eadf5e744ec36ae3',1,'alloc_only_pool_init(uintptr_t size, uintptr_t side): memory.c'],['../memory_8h.html#a55d75ae72531bea2f9b06d7a4addb819',1,'alloc_only_pool_init(uintptr_t, uintptr_t): memory.c']]], + ['allocate_5fmemory_209',['allocate_memory',['../memory_8c.html#a08672f1381d39b459aa779748bf40143',1,'allocate_memory(size_t size): memory.c'],['../memory_8h.html#acf31e85b295d4508d571d5aff8c02c5a',1,'allocate_memory(size_t): memory.c']]], ['allocate_5fsequence_5fchannel_210',['allocate_sequence_channel',['../seqplayer_8c.html#aea038950d972b74b6dc9bca4072c9706',1,'allocate_sequence_channel(void): seqplayer.c'],['../seqplayer_8h.html#aea038950d972b74b6dc9bca4072c9706',1,'allocate_sequence_channel(void): seqplayer.c']]], ['alloconlypool_211',['AllocOnlyPool',['../structAllocOnlyPool.html',1,'']]], ['almicrotime_212',['ALMicroTime',['../libaudio__internal_8h.html#a40fe119725e32477ef4c35810c1ca7f0',1,'libaudio_internal.h']]], diff --git a/search/all_5.js b/search/all_5.js index af57c3639..468f701e1 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',1,'Courses'],['../controlflow.html#courses',1,'Courses']]], + ['courses_604',['Courses',['../courses.html',1,'Courses'],['../coursesmenu.html',1,'Courses'],['../courses.html#courses',1,'Courses'],['../controlflow.html#courses-1',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/search/all_8.js b/search/all_8.js index b844c561b..652b74485 100644 --- a/search/all_8.js +++ b/search/all_8.js @@ -124,7 +124,7 @@ var searchData= ['framey_121',['frameY',['../structuObjBg__t.html#ac7d45c6c4d1a5977f269d3cdb4cad77d',1,'uObjBg_t::frameY'],['../structuObjScaleBg__t.html#a371aa327e01d3c72f0db6bb16d546065',1,'uObjScaleBg_t::frameY']]], ['frappe_5fsnowland_5ftextures_122',['frappe_snowland_textures',['../all__course__offsets_8h.html#ae087d5db77193cdc80d95dc4c3e65f31',1,'frappe_snowland_textures: course_offsets.c'],['../courseTable_8h.html#a7742261fead8bf35fd27dbfb0fadf439',1,'frappe_snowland_textures: course_offsets.c'],['../frappe__snowland_2course__offsets_8c.html#a77fe40893026c43fc6bbf05dad0b8970',1,'frappe_snowland_textures: course_offsets.c']]], ['freeptr_123',['freePtr',['../structAllocOnlyPool.html#ad7c514cf095a5604a5cd5231cfb6c290',1,'AllocOnlyPool']]], - ['freespace_124',['freeSpace',['../structMainPoolState.html#a1f8c1a26496a11cdac716e073825fe0a',1,'MainPoolState']]], + ['freespace_124',['freeSpace',['../structMainPoolState.html#a2050c7f7548d60b0f8eed2bf366771d1',1,'MainPoolState']]], ['freqscale_125',['freqScale',['../structReverbInfo.html#aaa6d4080c9d03f8d463dcc61cef14138',1,'ReverbInfo::freqScale'],['../structNoteAttributes.html#a8d30d0e2b40bc57474ba096e0c08063f',1,'NoteAttributes::freqScale'],['../structSequenceChannel.html#a374893f359c69077e1a52c2de92a3477',1,'SequenceChannel::freqScale'],['../structSequenceChannel.html#a84d7c255c7bbc4df3d4840580b5f8819',1,'SequenceChannel::freqScale'],['../structSequenceChannelLayer.html#a470a0d39003ffc73f5bb544502346a19',1,'SequenceChannelLayer::freqScale']]], ['frequency_126',['frequency',['../structAudioSessionSettingsEU.html#aa5e07810054922eba49f2bae39f1162f',1,'AudioSessionSettingsEU::frequency'],['../structAudioSessionSettings.html#af4d7b25e319222ecea839dc99b5c1489',1,'AudioSessionSettings::frequency'],['../structAudioBufferParametersEU.html#ac53a69267090acd3d367120eff6f7389',1,'AudioBufferParametersEU::frequency']]], ['freshness_127',['freshness',['../structSoundCharacteristics.html#a9be8fd3557b15489ab9190a7cbc5502f',1,'SoundCharacteristics']]], @@ -2139,8 +2139,8 @@ var searchData= ['func_5f802a80b0_2136',['func_802A80B0',['../memory_8c.html#ae7d023f0c1a0b6a8996141ce3b04a287',1,'func_802A80B0(u8 *dest, u8 *srcStart, u8 *srcEnd): memory.c'],['../memory_8h.html#a35b6e161358ef80b64f67bb351a2f4f2',1,'func_802A80B0(u8 *, u8 *, u8 *): memory.c']]], ['func_5f802a8190_2137',['func_802A8190',['../memory_8c.html#a2c1ac6461b46f1b2059d2f7aa540cc04',1,'memory.c']]], ['func_5f802a81ec_2138',['func_802A81EC',['../memory_8c.html#a8c8653254bb1cefa5661a5faa81fd90f',1,'func_802A81EC(void): memory.c'],['../memory_8h.html#a4ec2d202a143ce6dc0a0ea302f7e864c',1,'func_802A81EC(void): memory.c']]], - ['func_5f802a82ac_2139',['func_802A82AC',['../memory_8c.html#ab33ca1ee0a936333af7e7a87e841951f',1,'func_802A82AC(s32 arg0): memory.c'],['../memory_8h.html#a4c6e8d834720c77ad4afeda1807c161f',1,'func_802A82AC(s32): memory.c']]], - ['func_5f802a8348_2140',['func_802A8348',['../memory_8c.html#a91ad47aa1fa5b5c989f3571fbef579e5',1,'func_802A8348(s32 arg0, s32 arg1, s32 arg2): memory.c'],['../memory_8h.html#ac161fc444e9aa193e6e3b1ee484e9a16',1,'func_802A8348(s32, s32, s32): memory.c']]], + ['func_5f802a82ac_2139',['func_802A82AC',['../memory_8c.html#a60a3112a1c5d0a1ed10a46499bd9adc3',1,'func_802A82AC(s32 arg0): memory.c'],['../memory_8h.html#a871b62b55eca3e10de592b1b09ac1ea5',1,'func_802A82AC(s32): memory.c']]], + ['func_5f802a8348_2140',['func_802A8348',['../memory_8c.html#acd784e3b98898b26dc1ade488cfeab58',1,'func_802A8348(s32 arg0, s32 arg1, s32 arg2): memory.c'],['../memory_8h.html#ab7eede738f2a0af1893bb5e5c5e52dca',1,'func_802A8348(s32, s32, s32): memory.c']]], ['func_5f802a841c_2141',['func_802A841C',['../memory_8c.html#a7b12aaf3b5e5b83cb3f2d34398642886',1,'memory.c']]], ['func_5f802a86a8_2142',['func_802A86A8',['../memory_8c.html#ada643077e70877094bfe3c638396ffd9',1,'memory.c']]], ['func_5f802a8844_2143',['func_802A8844',['../memory_8c.html#a2f296576828662564ebdc8b69ab872d9',1,'func_802A8844(void): memory.c'],['../memory_8h.html#a21fe83456f822726fd10e0b190923172',1,'func_802A8844(void): memory.c']]], diff --git a/search/all_9.js b/search/all_9.js index 070098166..50ac22b82 100644 --- a/search/all_9.js +++ b/search/all_9.js @@ -736,7 +736,7 @@ var searchData= ['get_5flow_5fs16_5fof_5f32_733',['GET_LOW_S16_OF_32',['../mk64_8h.html#a9a7148f465d059060f7d5ede941220ed',1,'mk64.h']]], ['get_5flow_5fu16_5fof_5f32_734',['GET_LOW_U16_OF_32',['../mk64_8h.html#a4d89102c02d67844cdc36a19cadc0b85',1,'mk64.h']]], ['get_5fmissing_5fbank_735',['get_missing_bank',['../load_8c.html#a63efd7ba57a890b91c2cca76a112a4e8',1,'get_missing_bank(u32 seqId, s32 *nonNullCount, s32 *nullCount): load.c'],['../load_8h.html#a63efd7ba57a890b91c2cca76a112a4e8',1,'get_missing_bank(u32 seqId, s32 *nonNullCount, s32 *nullCount): load.c']]], - ['get_5fnext_5favailable_5fmemory_5faddr_736',['get_next_available_memory_addr',['../memory_8c.html#ac5e2d1703b505404099b1205ee1b96cd',1,'get_next_available_memory_addr(u32 size): memory.c'],['../memory_8h.html#abb118b94798838b451fc4f9895825189',1,'get_next_available_memory_addr(u32): memory.c']]], + ['get_5fnext_5favailable_5fmemory_5faddr_736',['get_next_available_memory_addr',['../memory_8c.html#a7e6e89972c484db957ddbd70ba07ed92',1,'get_next_available_memory_addr(uintptr_t size): memory.c'],['../memory_8h.html#a965d7e25d594cd29e02ed8b9a482c65d',1,'get_next_available_memory_addr(uintptr_t): memory.c']]], ['get_5fpacked_5fend_737',['GET_PACKED_END',['../macros_8h.html#a635e1ead21634c60d387a6602b27ada8',1,'macros.h']]], ['get_5fplayer_5findex_5ffor_5fplayer_738',['get_player_index_for_player',['../player__controller_8c.html#aafeb0470c7da44e1440ffa4848f7d500',1,'get_player_index_for_player(Player *player): player_controller.c'],['../player__controller_8h.html#ac4be022886df4b39bf8cc7a2a1685eb2',1,'get_player_index_for_player(Player *): player_controller.c']]], ['get_5fportamento_5ffreq_5fscale_739',['get_portamento_freq_scale',['../audio_2effects_8c.html#a845808744962457cb36c3867fdf2457e',1,'get_portamento_freq_scale(struct Portamento *p): effects.c'],['../audio_2effects_8h.html#a845808744962457cb36c3867fdf2457e',1,'get_portamento_freq_scale(struct Portamento *p): effects.c']]], diff --git a/search/all_f.js b/search/all_f.js index 2eafd72fa..afd3665a9 100644 --- a/search/all_f.js +++ b/search/all_f.js @@ -25,13 +25,13 @@ var searchData= ['main_5fmenu_22',['MAIN_MENU',['../defines_8h.html#a44dd1b46a3f55007e78fc1ac506153b9',1,'defines.h']]], ['main_5fmenu_5fact_23',['main_menu_act',['../menus_8h.html#a29ee3f2a988bfa836ca9314af24fcfe5',1,'menus.h']]], ['main_5fmenu_5ffrom_5fquit_24',['MAIN_MENU_FROM_QUIT',['../defines_8h.html#a859b65c6d1cd117e97ccc81a526466b8',1,'defines.h']]], - ['main_5fpool_5falloc_25',['main_pool_alloc',['../memory_8c.html#a06cdd4e219f66c792f11de95e43d413e',1,'main_pool_alloc(u32 size, u32 side): memory.c'],['../memory_8h.html#a704eac89b419362bf539034bc51f47fd',1,'main_pool_alloc(u32, u32): memory.c']]], - ['main_5fpool_5favailable_26',['main_pool_available',['../memory_8c.html#ab70928c85bc40189b2f870c24cd33a3a',1,'main_pool_available(void): memory.c'],['../memory_8h.html#a6a36376a3e11b1e12cdaa01594fe5acc',1,'main_pool_available(void): memory.c']]], - ['main_5fpool_5ffree_27',['main_pool_free',['../memory_8c.html#a9e19621e7f842cd12a67ab812864ca57',1,'main_pool_free(void *addr): memory.c'],['../memory_8h.html#ad197f3a102b0e9df18c35d011214fc09',1,'main_pool_free(void *): memory.c']]], - ['main_5fpool_5finit_28',['main_pool_init',['../memory_8c.html#a380fff401f8cdf8cdefc7488c56c94a3',1,'main_pool_init(u32 start, u32 end): memory.c'],['../memory_8h.html#a0478a0dd711d633495462f7092a66a73',1,'main_pool_init(u32, u32): memory.c']]], - ['main_5fpool_5fpop_5fstate_29',['main_pool_pop_state',['../memory_8c.html#a7e53a4fe2654ab1ba84c06d32b2bb8a6',1,'main_pool_pop_state(void): memory.c'],['../memory_8h.html#a837332e49a77de13d576a74056fb46c7',1,'main_pool_pop_state(void): memory.c']]], - ['main_5fpool_5fpush_5fstate_30',['main_pool_push_state',['../memory_8c.html#a71889e42972c6f6d2e31e1e2d02dcb9b',1,'main_pool_push_state(void): memory.c'],['../memory_8h.html#a8c7433c12a6a37aa1b4745c2fb25b87a',1,'main_pool_push_state(void): memory.c']]], - ['main_5fpool_5frealloc_31',['main_pool_realloc',['../memory_8c.html#ab52c8b3086257264414f058f26c4194c',1,'main_pool_realloc(void *addr, u32 size): memory.c'],['../memory_8h.html#ab78d094eaf63dad9a94ce85dbde75947',1,'main_pool_realloc(void *, u32): memory.c']]], + ['main_5fpool_5falloc_25',['main_pool_alloc',['../memory_8c.html#a8a31f6da859d433a76fafd673eeefaaa',1,'main_pool_alloc(uintptr_t size, uintptr_t side): memory.c'],['../memory_8h.html#a62ba44aa35a5ffa90e10259c60e9a229',1,'main_pool_alloc(uintptr_t, uintptr_t): memory.c']]], + ['main_5fpool_5favailable_26',['main_pool_available',['../memory_8c.html#a1f56451986a255ab52d79ef0d4c4d70e',1,'main_pool_available(void): memory.c'],['../memory_8h.html#afe57de3903e2ed3acb35c29651445c5b',1,'main_pool_available(void): memory.c']]], + ['main_5fpool_5ffree_27',['main_pool_free',['../memory_8c.html#afc6ca5942125a985be7e8542fd9a775d',1,'main_pool_free(void *addr): memory.c'],['../memory_8h.html#aae653f94864d5c6a1b4cd5f3d9ededc3',1,'main_pool_free(void *): memory.c']]], + ['main_5fpool_5finit_28',['main_pool_init',['../memory_8c.html#ad477f8ce8597144e770206a5011e2d7c',1,'main_pool_init(uintptr_t start, uintptr_t end): memory.c'],['../memory_8h.html#a1f4d35518a5ec5fee6a2cbf3c1d0f794',1,'main_pool_init(uintptr_t, uintptr_t): memory.c']]], + ['main_5fpool_5fpop_5fstate_29',['main_pool_pop_state',['../memory_8c.html#ab253ea16eda3d86a32d3343eff5938fb',1,'main_pool_pop_state(void): memory.c'],['../memory_8h.html#a3a0d304f31905bacca06c397e308c047',1,'main_pool_pop_state(void): memory.c']]], + ['main_5fpool_5fpush_5fstate_30',['main_pool_push_state',['../memory_8c.html#a318891d2a867475417b7711391e11c38',1,'main_pool_push_state(void): memory.c'],['../memory_8h.html#a65254a5e16776e338be9441acb49e794',1,'main_pool_push_state(void): memory.c']]], + ['main_5fpool_5frealloc_31',['main_pool_realloc',['../memory_8c.html#ab03bcaf7df66bef336377406023da08e',1,'main_pool_realloc(void *addr, uintptr_t size): memory.c'],['../memory_8h.html#aa9e0c3b8dc07656f8777f7a3fdd5914b',1,'main_pool_realloc(void *, uintptr_t): memory.c']]], ['mainpage_2emd_32',['mainpage.md',['../mainpage_8md.html',1,'']]], ['mainpoolblock_33',['MainPoolBlock',['../structMainPoolBlock.html',1,'']]], ['mainpoolstate_34',['MainPoolState',['../structMainPoolState.html',1,'']]], @@ -141,7 +141,7 @@ var searchData= ['minx_138',['minX',['../structCollisionTriangle.html#ab72364ec32cb7c5c31dd97d1be5f3216',1,'CollisionTriangle']]], ['miny_139',['minY',['../structCollisionTriangle.html#a98a6554ebf1176c166b4ae8a84c268e6',1,'CollisionTriangle']]], ['minz_140',['minZ',['../structCollisionTriangle.html#a7a24b29415e8ecf25171248862d87f94',1,'CollisionTriangle']]], - ['mio0_5f0f_141',['MIO0_0F',['../memory_8c.html#a220674b72225f6ce3a5303f12fe958c6',1,'MIO0_0F(u8 *arg0, u32 arg1, u32 arg2): memory.c'],['../memory_8h.html#a248ba4fb16f04ad8aa478c0c427d981a',1,'MIO0_0F(u8 *, u32, u32): memory.c']]], + ['mio0_5f0f_141',['MIO0_0F',['../memory_8c.html#a18ab4c1e32c3c90def2fbc839d7ee26c',1,'MIO0_0F(u8 *arg0, uintptr_t arg1, uintptr_t arg2): memory.c'],['../memory_8h.html#a3291d400b4e265559e894e400cdea4ae',1,'MIO0_0F(u8 *, uintptr_t, uintptr_t): memory.c']]], ['mio0decode_142',['mio0decode',['../decode_8h.html#ae4722e596a88d66404ccaaf6ea181b41',1,'decode.h']]], ['mio0encode_143',['mio0encode',['../staff__ghosts_8c.html#aee8d226c442bc6a60158a37eeef8656a',1,'mio0encode(s32 input, s32, s32): staff_ghosts.c'],['../staff__ghosts_8h.html#aee8d226c442bc6a60158a37eeef8656a',1,'mio0encode(s32 input, s32, s32): staff_ghosts.h']]], ['mk64_144',['MK64',['../____osDevMgrMain_8c.html#a8c133245f5ac727ca62259fd70faf82e',1,'MK64: __osDevMgrMain.c'],['../osLeoDiskInit_8c.html#a8c133245f5ac727ca62259fd70faf82e',1,'MK64: osLeoDiskInit.c']]], diff --git a/search/functions_1.js b/search/functions_1.js index 3cd92d733..c3c5a59e7 100644 --- a/search/functions_1.js +++ b/search/functions_1.js @@ -24,8 +24,8 @@ var searchData= ['alloc_5fnote_5ffrom_5factive_21',['alloc_note_from_active',['../playback_8c.html#ae6fe57ea5191004e0eb491234f99dab3',1,'alloc_note_from_active(struct NotePool *pool, struct SequenceChannelLayer *seqLayer): playback.c'],['../playback_8h.html#ae6fe57ea5191004e0eb491234f99dab3',1,'alloc_note_from_active(struct NotePool *pool, struct SequenceChannelLayer *seqLayer): playback.c']]], ['alloc_5fnote_5ffrom_5fdecaying_22',['alloc_note_from_decaying',['../playback_8c.html#abd8e2c8e5cb8acc697cc6ac04917bd0d',1,'alloc_note_from_decaying(struct NotePool *pool, struct SequenceChannelLayer *seqLayer): playback.c'],['../playback_8h.html#abd8e2c8e5cb8acc697cc6ac04917bd0d',1,'alloc_note_from_decaying(struct NotePool *pool, struct SequenceChannelLayer *seqLayer): playback.c']]], ['alloc_5fnote_5ffrom_5fdisabled_23',['alloc_note_from_disabled',['../playback_8c.html#ae50695bfbcd25a66988103d7c9fa48f9',1,'alloc_note_from_disabled(struct NotePool *pool, struct SequenceChannelLayer *seqLayer): playback.c'],['../playback_8h.html#ae50695bfbcd25a66988103d7c9fa48f9',1,'alloc_note_from_disabled(struct NotePool *pool, struct SequenceChannelLayer *seqLayer): playback.c']]], - ['alloc_5fonly_5fpool_5finit_24',['alloc_only_pool_init',['../memory_8c.html#a97715b4da8644b3a3be8141e2561bc92',1,'alloc_only_pool_init(u32 size, u32 side): memory.c'],['../memory_8h.html#a3790c1fabe1e7826c89ba9e2697386e7',1,'alloc_only_pool_init(u32, u32): memory.c']]], - ['allocate_5fmemory_25',['allocate_memory',['../memory_8c.html#a7c5fefa42019430ddc37cb3b2e7608cc',1,'allocate_memory(u32 size): memory.c'],['../memory_8h.html#ac8f0e0385ffa4a6cea626875ef785c86',1,'allocate_memory(u32): memory.c']]], + ['alloc_5fonly_5fpool_5finit_24',['alloc_only_pool_init',['../memory_8c.html#a58b3c23ec06bcdf5eadf5e744ec36ae3',1,'alloc_only_pool_init(uintptr_t size, uintptr_t side): memory.c'],['../memory_8h.html#a55d75ae72531bea2f9b06d7a4addb819',1,'alloc_only_pool_init(uintptr_t, uintptr_t): memory.c']]], + ['allocate_5fmemory_25',['allocate_memory',['../memory_8c.html#a08672f1381d39b459aa779748bf40143',1,'allocate_memory(size_t size): memory.c'],['../memory_8h.html#acf31e85b295d4508d571d5aff8c02c5a',1,'allocate_memory(size_t): memory.c']]], ['allocate_5fsequence_5fchannel_26',['allocate_sequence_channel',['../seqplayer_8c.html#aea038950d972b74b6dc9bca4072c9706',1,'allocate_sequence_channel(void): seqplayer.c'],['../seqplayer_8h.html#aea038950d972b74b6dc9bca4072c9706',1,'allocate_sequence_channel(void): seqplayer.c']]], ['alseqfilenew_27',['alSeqFileNew',['../alBnkfNew_8c.html#ab275be6c7d58d2836dbd28d7c119e1d6',1,'alSeqFileNew(ALSeqFile *f, u8 *base): alBnkfNew.c'],['../libaudio_8h.html#ab275be6c7d58d2836dbd28d7c119e1d6',1,'alSeqFileNew(ALSeqFile *f, u8 *base): alBnkfNew.c']]], ['angle_5fbetween_5fobject_5fcamera_28',['angle_between_object_camera',['../code__80086E70_8c.html#a39472d3dfdac7a16645e8ebd6f53f1b6',1,'angle_between_object_camera(s32 objectIndex, Camera *camera): code_80086E70.c'],['../code__80086E70_8h.html#af6d590f86635038c3284b1130ab7b0a6',1,'angle_between_object_camera(s32, Camera *): code_80086E70.c']]], diff --git a/search/functions_12.js b/search/functions_12.js index 47044e6b3..20be80f23 100644 --- a/search/functions_12.js +++ b/search/functions_12.js @@ -60,7 +60,7 @@ var searchData= ['set_5ftype_5fobject_57',['set_type_object',['../update__objects_8c.html#a7efe1605c91b5d2412e1163dc67f42c0',1,'update_objects.c']]], ['set_5fvblank_5fhandler_58',['set_vblank_handler',['../main_8c.html#a4a1b13bb2b383c7cc6fc4a1a34cdfff1',1,'set_vblank_handler(s32 index, struct VblankHandler *handler, OSMesgQueue *queue, OSMesg *msg): main.c'],['../main_8h.html#add08696c7dcd128fc623865d326e2435',1,'set_vblank_handler(s32, struct VblankHandler *, OSMesgQueue *, OSMesg *): main.c']]], ['set_5fvehicle_5frender_5fdistance_5fflags_59',['set_vehicle_render_distance_flags',['../code__80005FD0_8c.html#a6f8c9c39fb2e2613ec57cd1bda073e1d',1,'set_vehicle_render_distance_flags(Vec3f vehiclePos, f32 renderDistance, s32 flags): code_80005FD0.c'],['../code__80005FD0_8h.html#aceb20d7ac541a7d501a3e51eb11b52c7',1,'set_vehicle_render_distance_flags(Vec3f, f32, s32): code_80005FD0.c']]], - ['set_5fvertex_5fcolours_60',['set_vertex_colours',['../collision_8c.html#ae34213badc2dd781cab43c88b1e3fdce',1,'set_vertex_colours(uintptr_t addr, u32 vertexCount, UNUSED s32 vert3, s8 alpha, u8 red, u8 green, u8 blue): collision.c'],['../collision_8h.html#a547bc2dcba7057760e3cc69bc5626b68',1,'set_vertex_colours(u32, u32, s32, s8, u8, u8, u8): collision.h']]], + ['set_5fvertex_5fcolours_60',['set_vertex_colours',['../collision_8c.html#ae34213badc2dd781cab43c88b1e3fdce',1,'set_vertex_colours(uintptr_t addr, u32 vertexCount, UNUSED s32 vert3, s8 alpha, u8 red, u8 green, u8 blue): collision.c'],['../collision_8h.html#aaf0c207528a562d4fe836d6d0d904dd8',1,'set_vertex_colours(uintptr_t, u32, s32, s8, u8, u8, u8): collision.h']]], ['set_5fviewport_61',['set_viewport',['../skybox__and__splitscreen_8c.html#aa627a5166fe0e9f01475246065b6923c',1,'set_viewport(void): skybox_and_splitscreen.c'],['../skybox__and__splitscreen_8h.html#aa627a5166fe0e9f01475246065b6923c',1,'set_viewport(void): skybox_and_splitscreen.c']]], ['set_5fviewport2_62',['set_viewport2',['../skybox__and__splitscreen_8c.html#ad533665bd8936a3498367d41cb3f05f5',1,'set_viewport2(void): skybox_and_splitscreen.c'],['../skybox__and__splitscreen_8h.html#a3d19ba08f130a164d0ee2ec90e054301',1,'set_viewport2(void): skybox_and_splitscreen.c']]], ['set_5fvtx_5fbuffer_63',['set_vtx_buffer',['../collision_8c.html#a30eb531df39ba558cd733e1d1cd6aaa0',1,'set_vtx_buffer(uintptr_t addr, u32 numVertices, u32 bufferIndex): collision.c'],['../collision_8h.html#a64d962d7e19f12e029fb038a5478611b',1,'set_vtx_buffer(uintptr_t, u32, u32): collision.c']]], diff --git a/search/functions_14.js b/search/functions_14.js index 9bb96b52d..1af9e933c 100644 --- a/search/functions_14.js +++ b/search/functions_14.js @@ -4,21 +4,21 @@ var searchData= ['u16_5fstep_5fup_5ftowards_1',['u16_step_up_towards',['../math__util__2_8c.html#a37da8b4baad8a893b5110622ecbeadfe',1,'u16_step_up_towards(u16 *value, u16 target, u16 step): math_util_2.c'],['../math__util__2_8h.html#a7c43b4c4dff1ad4729852bf68855535d',1,'u16_step_up_towards(u16 *, u16, u16): math_util_2.c']]], ['unk_5fpool1_5flookup_2',['unk_pool1_lookup',['../heap_8c.html#a35a6015b1d06d4b4d42dca68a833ace8',1,'unk_pool1_lookup(s32 poolIdx, s32 id): heap.c'],['../heap_8h.html#a35a6015b1d06d4b4d42dca68a833ace8',1,'unk_pool1_lookup(s32 poolIdx, s32 id): heap.c']]], ['unpack_5fclear_5fgeometry_5fmode_3',['unpack_clear_geometry_mode',['../memory_8c.html#a179bd8f023e304973042bd56d696a134',1,'unpack_clear_geometry_mode(Gfx *arg0, UNUSED u8 *arg1, UNUSED s8 arg2): memory.c'],['../memory_8h.html#a7cf51ab9d41d341979d7815ecb9cac0a',1,'unpack_clear_geometry_mode(Gfx *, u8 *, s8): memory.h']]], - ['unpack_5fcombine_5fmode1_4',['unpack_combine_mode1',['../memory_8c.html#aed9724a40517b73842563fdc97b831e9',1,'unpack_combine_mode1(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#ac5123942170fa02b5a4f56e9b8a5d104',1,'unpack_combine_mode1(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5fcombine_5fmode2_5',['unpack_combine_mode2',['../memory_8c.html#a1ecafac9cef165b97b16445b4dd6720a',1,'unpack_combine_mode2(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#aa9cd691b52d22763aac9134d894d94fb',1,'unpack_combine_mode2(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5fcombine_5fmode4_6',['unpack_combine_mode4',['../memory_8c.html#a9823a3d2b924d83ba116b123047f41b4',1,'unpack_combine_mode4(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#ad3d74803c80b4e660f8813f74ff87945',1,'unpack_combine_mode4(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5fcombine_5fmode5_7',['unpack_combine_mode5',['../memory_8c.html#ab9ec4d0180668117a1c4dcc6032639d6',1,'unpack_combine_mode5(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a5c9a1972c3a40e787973a934f67e9e71',1,'unpack_combine_mode5(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5fcombine_5fmode_5fshade_8',['unpack_combine_mode_shade',['../memory_8c.html#a67032728236339348411c7a5cfd21bad',1,'unpack_combine_mode_shade(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a9ecd7f6e634a4bab5099b97c028bcfb3',1,'unpack_combine_mode_shade(Gfx *, u8 *, u32): memory.h']]], + ['unpack_5fcombine_5fmode1_4',['unpack_combine_mode1',['../memory_8c.html#a13e718e4d26abdd7d813611bb61058c4',1,'unpack_combine_mode1(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a1f3590983b3df0ddcf069021f14c7771',1,'unpack_combine_mode1(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5fcombine_5fmode2_5',['unpack_combine_mode2',['../memory_8c.html#aed21b6b48e196d6ef51b73c755b73901',1,'unpack_combine_mode2(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a9fc911fe1b11689cb2747e4f9ee827e4',1,'unpack_combine_mode2(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5fcombine_5fmode4_6',['unpack_combine_mode4',['../memory_8c.html#a9724b6830847eaf2c854cc292b6a8a3a',1,'unpack_combine_mode4(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a25c68ab04f17587642de4eacb7354467',1,'unpack_combine_mode4(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5fcombine_5fmode5_7',['unpack_combine_mode5',['../memory_8c.html#a6dfd591813f1833a4019eb1185082ead',1,'unpack_combine_mode5(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a7639eaafb2d4aca1787db1f12cbdc530',1,'unpack_combine_mode5(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5fcombine_5fmode_5fshade_8',['unpack_combine_mode_shade',['../memory_8c.html#ade03fb5af8af4e60c60964f3dd262d6d',1,'unpack_combine_mode_shade(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a984dc86c6ecc2bf1d208bd08df154564',1,'unpack_combine_mode_shade(Gfx *, u8 *, uintptr_t): memory.h']]], ['unpack_5fcull_5fdisplaylist_9',['unpack_cull_displaylist',['../memory_8c.html#afecc630f19df4cce5411739acf477ed9',1,'unpack_cull_displaylist(Gfx *arg0, UNUSED u8 *arg1, UNUSED s8 arg2): memory.c'],['../memory_8h.html#acb8ec29be4c6c7b557c4c9ab12a91eb1',1,'unpack_cull_displaylist(Gfx *, u8 *, s8): memory.h']]], ['unpack_5fdisplaylist_10',['unpack_displaylist',['../memory_8c.html#a8122e3624a020a1d0f64afe5b92392f4',1,'unpack_displaylist(Gfx *arg0, u8 *args, UNUSED s8 opcode): memory.c'],['../memory_8h.html#aed4c3a06cd1c80cbdef980becd4ac06f',1,'unpack_displaylist(Gfx *, u8 *, s8): memory.h']]], ['unpack_5fend_5fdisplaylist_11',['unpack_end_displaylist',['../memory_8c.html#a69d3a7b835056d77f31ed1ff2d3e008f',1,'unpack_end_displaylist(Gfx *arg0, UNUSED u8 *arg1, UNUSED s8 arg2): memory.c'],['../memory_8h.html#aae4e72aae58b4f1e046c4c6e405be863',1,'unpack_end_displaylist(Gfx *, u8 *, s8): memory.h']]], ['unpack_5flights_12',['unpack_lights',['../memory_8c.html#ad04d581023d914c9ae781fc91059489f',1,'unpack_lights(Gfx *arg0, UNUSED u8 *arg1, s8 arg2): memory.c'],['../memory_8h.html#a14811b20ea44141f31ba87f6498c6fc9',1,'unpack_lights(Gfx *, u8 *, s8): memory.h']]], ['unpack_5fquadrangle_13',['unpack_quadrangle',['../memory_8c.html#a6a015edb369bbc7b41edd32b32ee6ac8',1,'memory.c']]], - ['unpack_5frender_5fmode_5fopaque_14',['unpack_render_mode_opaque',['../memory_8c.html#ae0345229c708ed5f912681a482150011',1,'unpack_render_mode_opaque(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a7a572fa92d704370565e325f9267879b',1,'unpack_render_mode_opaque(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5frender_5fmode_5fopaque_5fdecal_15',['unpack_render_mode_opaque_decal',['../memory_8c.html#a4c89b163acc1085d045790d9260b43b2',1,'unpack_render_mode_opaque_decal(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a451f201ad336f48a3a8111c41b1cbcd1',1,'unpack_render_mode_opaque_decal(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5frender_5fmode_5ftex_5fedge_16',['unpack_render_mode_tex_edge',['../memory_8c.html#a1d1c82f034a2b553c3f3f4a29eb9f04b',1,'unpack_render_mode_tex_edge(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a3a176316c171be41a86f6fbe62004840',1,'unpack_render_mode_tex_edge(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5frender_5fmode_5ftranslucent_17',['unpack_render_mode_translucent',['../memory_8c.html#aad35b45665ed4d85160d9412aa52d736',1,'unpack_render_mode_translucent(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a827f8b1625bc7f2e032c7dee8c72b978',1,'unpack_render_mode_translucent(Gfx *, u8 *, u32): memory.h']]], - ['unpack_5frender_5fmode_5ftranslucent_5fdecal_18',['unpack_render_mode_translucent_decal',['../memory_8c.html#aa5cbde2d5e5d87e54ab5455621c045bd',1,'unpack_render_mode_translucent_decal(Gfx *arg0, UNUSED u8 *arg1, UNUSED u32 arg2): memory.c'],['../memory_8h.html#a8f5d5758d4258133628f1af536e4dbbb',1,'unpack_render_mode_translucent_decal(Gfx *, u8 *, u32): memory.h']]], + ['unpack_5frender_5fmode_5fopaque_14',['unpack_render_mode_opaque',['../memory_8c.html#ab3dad5df8d0cfc2e1012b8d6c562af6d',1,'unpack_render_mode_opaque(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#af8baf5bf71679d0833f6380c89e37936',1,'unpack_render_mode_opaque(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5frender_5fmode_5fopaque_5fdecal_15',['unpack_render_mode_opaque_decal',['../memory_8c.html#acd4be41b0af821d36e4c60540eb5e73f',1,'unpack_render_mode_opaque_decal(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a57159e529d24a3168e05681291f1b73c',1,'unpack_render_mode_opaque_decal(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5frender_5fmode_5ftex_5fedge_16',['unpack_render_mode_tex_edge',['../memory_8c.html#a0e7ce1f7bf1a28a7c221fdf0d0bbb3fd',1,'unpack_render_mode_tex_edge(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#aa8177e758ab7cd50bf1dfdf56d62ca29',1,'unpack_render_mode_tex_edge(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5frender_5fmode_5ftranslucent_17',['unpack_render_mode_translucent',['../memory_8c.html#a815c45970c03b45042fb44e5fe94a52e',1,'unpack_render_mode_translucent(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a02b90920a307907aab16d7d44a9da700',1,'unpack_render_mode_translucent(Gfx *, u8 *, uintptr_t): memory.h']]], + ['unpack_5frender_5fmode_5ftranslucent_5fdecal_18',['unpack_render_mode_translucent_decal',['../memory_8c.html#a2db91c87d1f6d8553c5b8c10cb6a0b57',1,'unpack_render_mode_translucent_decal(Gfx *arg0, UNUSED u8 *arg1, UNUSED uintptr_t arg2): memory.c'],['../memory_8h.html#a58a6cda30c79f9dd78694217c505cdf2',1,'unpack_render_mode_translucent_decal(Gfx *, u8 *, uintptr_t): memory.h']]], ['unpack_5fset_5fgeometry_5fmode_19',['unpack_set_geometry_mode',['../memory_8c.html#a13b9b9a1dbe0ac7e05a38d3046884bb2',1,'unpack_set_geometry_mode(Gfx *arg0, UNUSED u8 *arg1, UNUSED s8 arg2): memory.c'],['../memory_8h.html#a7c0649ea94237e36b2590eafb890153f',1,'unpack_set_geometry_mode(Gfx *, u8 *, s8): memory.h']]], ['unpack_5fspline_5f3d_20',['unpack_spline_3D',['../memory_8c.html#a9ee1b61b26e91a1bcee9b604739f47d5',1,'memory.c']]], ['unpack_5ftexture_5foff_21',['unpack_texture_off',['../memory_8c.html#aecb17eb5d0241a2f0ae21850c362383f',1,'unpack_texture_off(Gfx *arg0, UNUSED u8 *args, UNUSED s8 arg2): memory.c'],['../memory_8h.html#a9cbfb543c285c335019336b8fa5d8573',1,'unpack_texture_off(Gfx *, u8 *, s8): memory.h']]], diff --git a/search/functions_6.js b/search/functions_6.js index 7ba6fdb27..47deae359 100644 --- a/search/functions_6.js +++ b/search/functions_6.js @@ -2023,8 +2023,8 @@ var searchData= ['func_5f802a80b0_2020',['func_802A80B0',['../memory_8c.html#ae7d023f0c1a0b6a8996141ce3b04a287',1,'func_802A80B0(u8 *dest, u8 *srcStart, u8 *srcEnd): memory.c'],['../memory_8h.html#a35b6e161358ef80b64f67bb351a2f4f2',1,'func_802A80B0(u8 *, u8 *, u8 *): memory.c']]], ['func_5f802a8190_2021',['func_802A8190',['../memory_8c.html#a2c1ac6461b46f1b2059d2f7aa540cc04',1,'memory.c']]], ['func_5f802a81ec_2022',['func_802A81EC',['../memory_8c.html#a8c8653254bb1cefa5661a5faa81fd90f',1,'func_802A81EC(void): memory.c'],['../memory_8h.html#a4ec2d202a143ce6dc0a0ea302f7e864c',1,'func_802A81EC(void): memory.c']]], - ['func_5f802a82ac_2023',['func_802A82AC',['../memory_8c.html#ab33ca1ee0a936333af7e7a87e841951f',1,'func_802A82AC(s32 arg0): memory.c'],['../memory_8h.html#a4c6e8d834720c77ad4afeda1807c161f',1,'func_802A82AC(s32): memory.c']]], - ['func_5f802a8348_2024',['func_802A8348',['../memory_8c.html#a91ad47aa1fa5b5c989f3571fbef579e5',1,'func_802A8348(s32 arg0, s32 arg1, s32 arg2): memory.c'],['../memory_8h.html#ac161fc444e9aa193e6e3b1ee484e9a16',1,'func_802A8348(s32, s32, s32): memory.c']]], + ['func_5f802a82ac_2023',['func_802A82AC',['../memory_8c.html#a60a3112a1c5d0a1ed10a46499bd9adc3',1,'func_802A82AC(s32 arg0): memory.c'],['../memory_8h.html#a871b62b55eca3e10de592b1b09ac1ea5',1,'func_802A82AC(s32): memory.c']]], + ['func_5f802a8348_2024',['func_802A8348',['../memory_8c.html#acd784e3b98898b26dc1ade488cfeab58',1,'func_802A8348(s32 arg0, s32 arg1, s32 arg2): memory.c'],['../memory_8h.html#ab7eede738f2a0af1893bb5e5c5e52dca',1,'func_802A8348(s32, s32, s32): memory.c']]], ['func_5f802a841c_2025',['func_802A841C',['../memory_8c.html#a7b12aaf3b5e5b83cb3f2d34398642886',1,'memory.c']]], ['func_5f802a86a8_2026',['func_802A86A8',['../memory_8c.html#ada643077e70877094bfe3c638396ffd9',1,'memory.c']]], ['func_5f802a8844_2027',['func_802A8844',['../memory_8c.html#a2f296576828662564ebdc8b69ab872d9',1,'func_802A8844(void): memory.c'],['../memory_8h.html#a21fe83456f822726fd10e0b190923172',1,'func_802A8844(void): memory.c']]], diff --git a/search/functions_7.js b/search/functions_7.js index 4021f6ae4..99d8e330e 100644 --- a/search/functions_7.js +++ b/search/functions_7.js @@ -23,7 +23,7 @@ var searchData= ['get_5finstrument_20',['get_instrument',['../seqplayer_8c.html#a871f0f8bdc0a57e8df53235a753f47a6',1,'get_instrument(struct SequenceChannel *seqChannel, u8 instId, struct Instrument **instOut, struct AdsrSettings *adsr): seqplayer.c'],['../seqplayer_8h.html#a871f0f8bdc0a57e8df53235a753f47a6',1,'get_instrument(struct SequenceChannel *seqChannel, u8 instId, struct Instrument **instOut, struct AdsrSettings *adsr): seqplayer.c']]], ['get_5finstrument_5finner_21',['get_instrument_inner',['../playback_8c.html#af209b9fbed576f8935d36ad761fa82d8',1,'get_instrument_inner(s32 bankId, s32 instId): playback.c'],['../playback_8h.html#af209b9fbed576f8935d36ad761fa82d8',1,'get_instrument_inner(s32 bankId, s32 instId): playback.c']]], ['get_5fmissing_5fbank_22',['get_missing_bank',['../load_8c.html#a63efd7ba57a890b91c2cca76a112a4e8',1,'get_missing_bank(u32 seqId, s32 *nonNullCount, s32 *nullCount): load.c'],['../load_8h.html#a63efd7ba57a890b91c2cca76a112a4e8',1,'get_missing_bank(u32 seqId, s32 *nonNullCount, s32 *nullCount): load.c']]], - ['get_5fnext_5favailable_5fmemory_5faddr_23',['get_next_available_memory_addr',['../memory_8c.html#ac5e2d1703b505404099b1205ee1b96cd',1,'get_next_available_memory_addr(u32 size): memory.c'],['../memory_8h.html#abb118b94798838b451fc4f9895825189',1,'get_next_available_memory_addr(u32): memory.c']]], + ['get_5fnext_5favailable_5fmemory_5faddr_23',['get_next_available_memory_addr',['../memory_8c.html#a7e6e89972c484db957ddbd70ba07ed92',1,'get_next_available_memory_addr(uintptr_t size): memory.c'],['../memory_8h.html#a965d7e25d594cd29e02ed8b9a482c65d',1,'get_next_available_memory_addr(uintptr_t): memory.c']]], ['get_5fplayer_5findex_5ffor_5fplayer_24',['get_player_index_for_player',['../player__controller_8c.html#aafeb0470c7da44e1440ffa4848f7d500',1,'get_player_index_for_player(Player *player): player_controller.c'],['../player__controller_8h.html#ac4be022886df4b39bf8cc7a2a1685eb2',1,'get_player_index_for_player(Player *): player_controller.c']]], ['get_5fportamento_5ffreq_5fscale_25',['get_portamento_freq_scale',['../audio_2effects_8c.html#a845808744962457cb36c3867fdf2457e',1,'get_portamento_freq_scale(struct Portamento *p): effects.c'],['../audio_2effects_8h.html#a845808744962457cb36c3867fdf2457e',1,'get_portamento_freq_scale(struct Portamento *p): effects.c']]], ['get_5fsection_5fid_26',['get_section_id',['../collision_8c.html#a87ed9fdc33730694b11fedee0e6b3a29',1,'get_section_id(u16 index): collision.c'],['../collision_8h.html#a79c6f1829baf5f4aa90d7551ed5798fe',1,'get_section_id(u16): collision.c']]], diff --git a/search/functions_c.js b/search/functions_c.js index b684bb05f..336785bcd 100644 --- a/search/functions_c.js +++ b/search/functions_c.js @@ -5,15 +5,15 @@ var searchData= ['m64_5fread_5fu8_2',['m64_read_u8',['../seqplayer_8c.html#a33c4f51f4ee935a960f2ef32e1b94b39',1,'m64_read_u8(struct M64ScriptState *state): seqplayer.c'],['../seqplayer_8h.html#a33c4f51f4ee935a960f2ef32e1b94b39',1,'m64_read_u8(struct M64ScriptState *state): seqplayer.c']]], ['main_5ffunc_3',['main_func',['../main_8c.html#a4f87d43525fe95f60ea92bc8a3b70e62',1,'main_func(void): main.c'],['../main_8h.html#a4f87d43525fe95f60ea92bc8a3b70e62',1,'main_func(void): main.c']]], ['main_5fmenu_5fact_4',['main_menu_act',['../menus_8h.html#a29ee3f2a988bfa836ca9314af24fcfe5',1,'menus.h']]], - ['main_5fpool_5falloc_5',['main_pool_alloc',['../memory_8c.html#a06cdd4e219f66c792f11de95e43d413e',1,'main_pool_alloc(u32 size, u32 side): memory.c'],['../memory_8h.html#a704eac89b419362bf539034bc51f47fd',1,'main_pool_alloc(u32, u32): memory.c']]], - ['main_5fpool_5favailable_6',['main_pool_available',['../memory_8c.html#ab70928c85bc40189b2f870c24cd33a3a',1,'main_pool_available(void): memory.c'],['../memory_8h.html#a6a36376a3e11b1e12cdaa01594fe5acc',1,'main_pool_available(void): memory.c']]], - ['main_5fpool_5ffree_7',['main_pool_free',['../memory_8c.html#a9e19621e7f842cd12a67ab812864ca57',1,'main_pool_free(void *addr): memory.c'],['../memory_8h.html#ad197f3a102b0e9df18c35d011214fc09',1,'main_pool_free(void *): memory.c']]], - ['main_5fpool_5finit_8',['main_pool_init',['../memory_8c.html#a380fff401f8cdf8cdefc7488c56c94a3',1,'main_pool_init(u32 start, u32 end): memory.c'],['../memory_8h.html#a0478a0dd711d633495462f7092a66a73',1,'main_pool_init(u32, u32): memory.c']]], - ['main_5fpool_5fpop_5fstate_9',['main_pool_pop_state',['../memory_8c.html#a7e53a4fe2654ab1ba84c06d32b2bb8a6',1,'main_pool_pop_state(void): memory.c'],['../memory_8h.html#a837332e49a77de13d576a74056fb46c7',1,'main_pool_pop_state(void): memory.c']]], - ['main_5fpool_5fpush_5fstate_10',['main_pool_push_state',['../memory_8c.html#a71889e42972c6f6d2e31e1e2d02dcb9b',1,'main_pool_push_state(void): memory.c'],['../memory_8h.html#a8c7433c12a6a37aa1b4745c2fb25b87a',1,'main_pool_push_state(void): memory.c']]], - ['main_5fpool_5frealloc_11',['main_pool_realloc',['../memory_8c.html#ab52c8b3086257264414f058f26c4194c',1,'main_pool_realloc(void *addr, u32 size): memory.c'],['../memory_8h.html#ab78d094eaf63dad9a94ce85dbde75947',1,'main_pool_realloc(void *, u32): memory.c']]], + ['main_5fpool_5falloc_5',['main_pool_alloc',['../memory_8c.html#a8a31f6da859d433a76fafd673eeefaaa',1,'main_pool_alloc(uintptr_t size, uintptr_t side): memory.c'],['../memory_8h.html#a62ba44aa35a5ffa90e10259c60e9a229',1,'main_pool_alloc(uintptr_t, uintptr_t): memory.c']]], + ['main_5fpool_5favailable_6',['main_pool_available',['../memory_8c.html#a1f56451986a255ab52d79ef0d4c4d70e',1,'main_pool_available(void): memory.c'],['../memory_8h.html#afe57de3903e2ed3acb35c29651445c5b',1,'main_pool_available(void): memory.c']]], + ['main_5fpool_5ffree_7',['main_pool_free',['../memory_8c.html#afc6ca5942125a985be7e8542fd9a775d',1,'main_pool_free(void *addr): memory.c'],['../memory_8h.html#aae653f94864d5c6a1b4cd5f3d9ededc3',1,'main_pool_free(void *): memory.c']]], + ['main_5fpool_5finit_8',['main_pool_init',['../memory_8c.html#ad477f8ce8597144e770206a5011e2d7c',1,'main_pool_init(uintptr_t start, uintptr_t end): memory.c'],['../memory_8h.html#a1f4d35518a5ec5fee6a2cbf3c1d0f794',1,'main_pool_init(uintptr_t, uintptr_t): memory.c']]], + ['main_5fpool_5fpop_5fstate_9',['main_pool_pop_state',['../memory_8c.html#ab253ea16eda3d86a32d3343eff5938fb',1,'main_pool_pop_state(void): memory.c'],['../memory_8h.html#a3a0d304f31905bacca06c397e308c047',1,'main_pool_pop_state(void): memory.c']]], + ['main_5fpool_5fpush_5fstate_10',['main_pool_push_state',['../memory_8c.html#a318891d2a867475417b7711391e11c38',1,'main_pool_push_state(void): memory.c'],['../memory_8h.html#a65254a5e16776e338be9441acb49e794',1,'main_pool_push_state(void): memory.c']]], + ['main_5fpool_5frealloc_11',['main_pool_realloc',['../memory_8c.html#ab03bcaf7df66bef336377406023da08e',1,'main_pool_realloc(void *addr, uintptr_t size): memory.c'],['../memory_8h.html#aa9e0c3b8dc07656f8777f7a3fdd5914b',1,'main_pool_realloc(void *, uintptr_t): memory.c']]], ['memcpy_12',['memcpy',['../string_8c.html#ad7f1ae1bbb49dece44bda378982a704d',1,'memcpy(void *dst, const void *src, size_t size): string.c'],['../string_8h.html#ad7f1ae1bbb49dece44bda378982a704d',1,'memcpy(void *dst, const void *src, size_t size): string.c']]], - ['mio0_5f0f_13',['MIO0_0F',['../memory_8c.html#a220674b72225f6ce3a5303f12fe958c6',1,'MIO0_0F(u8 *arg0, u32 arg1, u32 arg2): memory.c'],['../memory_8h.html#a248ba4fb16f04ad8aa478c0c427d981a',1,'MIO0_0F(u8 *, u32, u32): memory.c']]], + ['mio0_5f0f_13',['MIO0_0F',['../memory_8c.html#a18ab4c1e32c3c90def2fbc839d7ee26c',1,'MIO0_0F(u8 *arg0, uintptr_t arg1, uintptr_t arg2): memory.c'],['../memory_8h.html#a3291d400b4e265559e894e400cdea4ae',1,'MIO0_0F(u8 *, uintptr_t, uintptr_t): memory.c']]], ['mio0decode_14',['mio0decode',['../decode_8h.html#ae4722e596a88d66404ccaaf6ea181b41',1,'decode.h']]], ['mio0encode_15',['mio0encode',['../staff__ghosts_8c.html#aee8d226c442bc6a60158a37eeef8656a',1,'mio0encode(s32 input, s32, s32): staff_ghosts.c'],['../staff__ghosts_8h.html#aee8d226c442bc6a60158a37eeef8656a',1,'mio0encode(s32 input, s32, s32): staff_ghosts.h']]], ['move_5ff32_5ftowards_16',['move_f32_towards',['../render__player_8c.html#a35eebbf671cc37666be29a2a9b6f3c8c',1,'move_f32_towards(f32 *startingValue, f32 targetValue, f32 somePercent): render_player.c'],['../render__player_8h.html#a495ed6107a9ba1827a3f412cf408723c',1,'move_f32_towards(f32 *, f32, f32): render_player.c']]], diff --git a/search/variables_13.js b/search/variables_13.js index ac60e0694..09fdda2b2 100644 --- a/search/variables_13.js +++ b/search/variables_13.js @@ -164,7 +164,7 @@ var searchData= ['spersistentcommonpoolsplit_161',['sPersistentCommonPoolSplit',['../heap_8c.html#ac9c549790372cdde7d11ecbfcea12d43',1,'sPersistentCommonPoolSplit: heap.c'],['../heap_8h.html#ac9c549790372cdde7d11ecbfcea12d43',1,'sPersistentCommonPoolSplit: heap.c']]], ['spline_162',['spline',['../structObject.html#ad926409c9d53feb94e66c71d8ec92558',1,'Object']]], ['spodiumactorlist_163',['sPodiumActorList',['../podium__ceremony__actors_8c.html#a50327f9262d3b1ccf308da06e6e257ee',1,'sPodiumActorList: podium_ceremony_actors.c'],['../podium__ceremony__actors_8h.html#a50327f9262d3b1ccf308da06e6e257ee',1,'sPodiumActorList: podium_ceremony_actors.c']]], - ['spoolfreespace_164',['sPoolFreeSpace',['../memory_8c.html#a7d14b9ef4822d506cc4e4fa7c15a2767',1,'memory.c']]], + ['spoolfreespace_164',['sPoolFreeSpace',['../memory_8c.html#a71ce9258e8a04f5657f17394b9fa8ac9',1,'memory.c']]], ['spoollistheadl_165',['sPoolListHeadL',['../memory_8c.html#a5acf731ae5b068194cef9f13e31e03dc',1,'memory.c']]], ['spoollistheadr_166',['sPoolListHeadR',['../memory_8c.html#a7e6b81bec34f58da17f2de948ec44dc8',1,'memory.c']]], ['sprite_167',['sprite',['../structuObjTxSprite.html#ab7d7553f673fff44c5edd15473b4cd91',1,'uObjTxSprite']]], diff --git a/search/variables_15.js b/search/variables_15.js index 68b2de345..3816e6e03 100644 --- a/search/variables_15.js +++ b/search/variables_15.js @@ -40,7 +40,7 @@ var searchData= ['unk36_37',['unk36',['../structCeremonyActor.html#ae6bd0ed23f72c84a2448cb0f96761553',1,'CeremonyActor']]], ['unk38_38',['unk38',['../structCeremonyActor.html#aa070d6425710935e0df26514ac991c0c',1,'CeremonyActor::unk38'],['../structFirework.html#a905289924414c5aaa3f6730da059b03b',1,'Firework::unk38'],['../structUnkStruct__80287500.html#a8e1a902be7cf96fc773b6df54f63447a',1,'UnkStruct_80287500::unk38']]], ['unk3c_39',['unk3C',['../structUnkStruct__800DC5EC.html#ad2e76a09cf78e3e0f7fe1de7245317c7',1,'UnkStruct_800DC5EC::unk3C'],['../structCinematicCamera.html#ac7dfca219f43f1f023c9e1857c9c638f',1,'CinematicCamera::unk3C'],['../structFirework.html#a27f1e1c89b8878dd04b5a12534aa2c0b',1,'Firework::unk3C']]], - ['unk4_40',['unk4',['../structUnkStruct8018EF18.html#a341ed358379fe6be84e7057423942047',1,'UnkStruct8018EF18::unk4'],['../structstru__80004EAC.html#ad701367775c2fddfc551f6797dde59f6',1,'stru_80004EAC::unk4'],['../structunexpiredActors.html#a9e0a5e4086ea99d274e10cd785b98a45',1,'unexpiredActors::unk4'],['../structTest.html#a500c4230994c24cb9c5277b6029b7566',1,'Test::unk4'],['../structUnkStruct__46D0.html#a1d1f785457c8805f152dfc7d7a62b670',1,'UnkStruct_46D0::unk4'],['../structstruct__8018E0E8__entry.html#a4b918594d1a94400159bd8104dc6b7ce',1,'struct_8018E0E8_entry::unk4'],['../struct__struct__gCoursePathSizes__0x10.html#a0e6d218dbd05d34ac82634df6503a14b',1,'_struct_gCoursePathSizes_0x10::unk4'],['../structstruct__80283430.html#ab19df545a53799e0588c1003e2b464e4',1,'struct_80283430::unk4'],['../structstruct__80282C40.html#ac10458c9ad8ef631018c2fac0cf9ce58',1,'struct_80282C40::unk4'],['../structstruct__80286A04.html#a811d4021e4801fcb775d272eb76ebf37',1,'struct_80286A04::unk4'],['../structUnkStruct80287560.html#ac8ff68e16edaa13f29dc8b099792d711',1,'UnkStruct80287560::unk4'],['../structstruct__D__802874D8.html#ab9413587ba6f6219734dfeefef3eeb6f',1,'struct_D_802874D8::unk4'],['../structUnkStr__802AA7C8.html#a6c1dee2809970befe050cb26741d8eba',1,'UnkStr_802AA7C8::unk4'],['../structUnkStruct802AF7B4.html#abd5aeb22d4e0349460b0c3bc90800f49',1,'UnkStruct802AF7B4::unk4'],['../structUnkStruct__802B8CD4.html#a976d0738bf3f534b9bec0506b13a896a',1,'UnkStruct_802B8CD4::unk4'],['../structSkybox.html#af5f678277107fc2ae1978d46304502ae',1,'Skybox::unk4'],['../structD__80150158.html#ac538eb5518499f13c7a14e959ddfe07c',1,'D_80150158::unk4'],['../structUnkStruct__800DDB40.html#aa325c62692df616723f740fba1e807f3',1,'UnkStruct_800DDB40::unk4'],['../structUnkStruct__802B53C8.html#ad38d9101f1278a98ddee6601c32b7846',1,'UnkStruct_802B53C8::unk4'],['../structUnkPlayerInner.html#a85e38ce8eaca82e50f553226a3fcb5bc',1,'UnkPlayerInner::unk4']]], + ['unk4_40',['unk4',['../structUnkStruct8018EF18.html#a341ed358379fe6be84e7057423942047',1,'UnkStruct8018EF18::unk4'],['../structstru__80004EAC.html#ad701367775c2fddfc551f6797dde59f6',1,'stru_80004EAC::unk4'],['../structunexpiredActors.html#a9e0a5e4086ea99d274e10cd785b98a45',1,'unexpiredActors::unk4'],['../structTest.html#a500c4230994c24cb9c5277b6029b7566',1,'Test::unk4'],['../structUnkStruct__46D0.html#a1d1f785457c8805f152dfc7d7a62b670',1,'UnkStruct_46D0::unk4'],['../structstruct__8018E0E8__entry.html#a4b918594d1a94400159bd8104dc6b7ce',1,'struct_8018E0E8_entry::unk4'],['../struct__struct__gCoursePathSizes__0x10.html#a0e6d218dbd05d34ac82634df6503a14b',1,'_struct_gCoursePathSizes_0x10::unk4'],['../structstruct__80283430.html#ab19df545a53799e0588c1003e2b464e4',1,'struct_80283430::unk4'],['../structstruct__80282C40.html#ac10458c9ad8ef631018c2fac0cf9ce58',1,'struct_80282C40::unk4'],['../structstruct__80286A04.html#a811d4021e4801fcb775d272eb76ebf37',1,'struct_80286A04::unk4'],['../structUnkStruct80287560.html#ac8ff68e16edaa13f29dc8b099792d711',1,'UnkStruct80287560::unk4'],['../structstruct__D__802874D8.html#ab9413587ba6f6219734dfeefef3eeb6f',1,'struct_D_802874D8::unk4'],['../structUnkStr__802AA7C8.html#a498165b778bb5169c8cf8dd859c17503',1,'UnkStr_802AA7C8::unk4'],['../structUnkStruct802AF7B4.html#abd5aeb22d4e0349460b0c3bc90800f49',1,'UnkStruct802AF7B4::unk4'],['../structUnkStruct__802B8CD4.html#a976d0738bf3f534b9bec0506b13a896a',1,'UnkStruct_802B8CD4::unk4'],['../structSkybox.html#af5f678277107fc2ae1978d46304502ae',1,'Skybox::unk4'],['../structD__80150158.html#ac538eb5518499f13c7a14e959ddfe07c',1,'D_80150158::unk4'],['../structUnkStruct__800DDB40.html#aa325c62692df616723f740fba1e807f3',1,'UnkStruct_800DDB40::unk4'],['../structUnkStruct__802B53C8.html#ad38d9101f1278a98ddee6601c32b7846',1,'UnkStruct_802B53C8::unk4'],['../structUnkPlayerInner.html#a85e38ce8eaca82e50f553226a3fcb5bc',1,'UnkPlayerInner::unk4']]], ['unk40_41',['unk40',['../structCeremonyActor.html#a86c9ff71293d7c786e38366ee82923fb',1,'CeremonyActor::unk40'],['../structFirework.html#a6d11e92433fc3d78addae3d4614d315a',1,'Firework::unk40']]], ['unk42_42',['unk42',['../structUnkStruct__800DC5EC.html#ac4f806bba8523651c94e816b7bd09352',1,'UnkStruct_800DC5EC']]], ['unk44_43',['unk44',['../structCeremonyActor.html#a95401c826ee7781ad6f979d5fb2eaa44',1,'CeremonyActor::unk44'],['../structFirework.html#aa9f137c06f2f7ca3cde2b68e87c33776',1,'Firework::unk44']]], @@ -59,7 +59,7 @@ var searchData= ['unk68_56',['unk68',['../structcredits__data__1FA0.html#aff5eb22f28d3472580a2bf7eaf2a586a',1,'credits_data_1FA0::unk68'],['../structCinematicCamera.html#ac4376db19d7169a49fa6d13cec398235',1,'CinematicCamera::unk68']]], ['unk6c_57',['unk6C',['../structcredits__data__1FA0.html#a069358ec3fcf8cf8ae87ad8679c4a8bb',1,'credits_data_1FA0::unk6C'],['../structCinematicCamera.html#a237557a8d755dbb0bb3ed583aa00cd0e',1,'CinematicCamera::unk6C'],['../structCollision.html#ad3599679696383e04124e76cd5bc7215',1,'Collision::unk6C']]], ['unk6e_58',['unk6E',['../structcredits__data__1FA0.html#a05c2514e36cad9172efdf044275eee5e',1,'credits_data_1FA0::unk6E'],['../structCinematicCamera.html#ad41b3d461b670272b136cd428fa6bc34',1,'CinematicCamera::unk6E']]], - ['unk8_59',['unk8',['../structUnkStruct8018EF18.html#a4378728334d54d1bae277a1f35df13fb',1,'UnkStruct8018EF18::unk8'],['../structstru__80004EAC.html#a43c2554c766ffccb71b7b6dc83847137',1,'stru_80004EAC::unk8'],['../structunexpiredActors.html#a73cdcfaf80db46e271cfcb897e134a8e',1,'unexpiredActors::unk8'],['../structTest.html#ac695d760a41cc0fa0fd2a4761e402f1f',1,'Test::unk8'],['../structstruct__8018D9E0__entry.html#a4a8ed7e56f0fc158edab721f7efeb2ab',1,'struct_8018D9E0_entry::unk8'],['../struct__struct__gCoursePathSizes__0x10.html#a7d7e301d0243f88a9b57169698969707',1,'_struct_gCoursePathSizes_0x10::unk8'],['../structstruct__80286A10.html#a0ad7fa84d2897093e33f9c0da3338355',1,'struct_80286A10::unk8'],['../structstruct__80286A04.html#a30f831942bfdb2abd01472554b13c993',1,'struct_80286A04::unk8'],['../structUnkStruct80287560.html#a9f0f0b03fbadb2e8e944500bb9afe698',1,'UnkStruct80287560::unk8'],['../structActorInitParams.html#aa1552101fcd8a100d1c9f68b9b4d393b',1,'ActorInitParams::unk8'],['../structCeremonyActor.html#a69c20526dea2316424da2fd93f55ea74',1,'CeremonyActor::unk8'],['../structFirework.html#a5cc9fa827062bf796134fcf1a0334d99',1,'Firework::unk8'],['../structUnkStr__802AA7C8.html#ae830be4eb1f98e04db0cdd32366c17fa',1,'UnkStr_802AA7C8::unk8'],['../structUnkStruct__802B8CD4.html#a5bd81d83630e9c3cdc727966a2adcba6',1,'UnkStruct_802B8CD4::unk8'],['../structSkybox.html#acae711c4881e4963c9dda0e2b16f3de3',1,'Skybox::unk8'],['../structUnkActorSpawnData.html#afe80cda1214aceca98e2a0db099e2d7a',1,'UnkActorSpawnData::unk8'],['../structD__80150158.html#a89d74859e90572976c5094359e65f992',1,'D_80150158::unk8'],['../structUnkStruct__800DDB40.html#a7c6f398fff36aec6cd1d871fe5582e10',1,'UnkStruct_800DDB40::unk8'],['../structUnkStruct__802B53C8.html#a7cc4d45965d8db54eb6862744040c61c',1,'UnkStruct_802B53C8::unk8'],['../structUnkPlayerInner.html#ab82bb5befad0712d146a7c6b80ca4268',1,'UnkPlayerInner::unk8']]], + ['unk8_59',['unk8',['../structUnkStruct8018EF18.html#a4378728334d54d1bae277a1f35df13fb',1,'UnkStruct8018EF18::unk8'],['../structstru__80004EAC.html#a43c2554c766ffccb71b7b6dc83847137',1,'stru_80004EAC::unk8'],['../structunexpiredActors.html#a73cdcfaf80db46e271cfcb897e134a8e',1,'unexpiredActors::unk8'],['../structTest.html#ac695d760a41cc0fa0fd2a4761e402f1f',1,'Test::unk8'],['../structstruct__8018D9E0__entry.html#a4a8ed7e56f0fc158edab721f7efeb2ab',1,'struct_8018D9E0_entry::unk8'],['../struct__struct__gCoursePathSizes__0x10.html#a7d7e301d0243f88a9b57169698969707',1,'_struct_gCoursePathSizes_0x10::unk8'],['../structstruct__80286A10.html#a0ad7fa84d2897093e33f9c0da3338355',1,'struct_80286A10::unk8'],['../structstruct__80286A04.html#a30f831942bfdb2abd01472554b13c993',1,'struct_80286A04::unk8'],['../structUnkStruct80287560.html#a9f0f0b03fbadb2e8e944500bb9afe698',1,'UnkStruct80287560::unk8'],['../structActorInitParams.html#aa1552101fcd8a100d1c9f68b9b4d393b',1,'ActorInitParams::unk8'],['../structCeremonyActor.html#a69c20526dea2316424da2fd93f55ea74',1,'CeremonyActor::unk8'],['../structFirework.html#a5cc9fa827062bf796134fcf1a0334d99',1,'Firework::unk8'],['../structUnkStr__802AA7C8.html#ac13e33ac938ce3fcecda1a85e7fc8875',1,'UnkStr_802AA7C8::unk8'],['../structUnkStruct__802B8CD4.html#a5bd81d83630e9c3cdc727966a2adcba6',1,'UnkStruct_802B8CD4::unk8'],['../structSkybox.html#acae711c4881e4963c9dda0e2b16f3de3',1,'Skybox::unk8'],['../structUnkActorSpawnData.html#afe80cda1214aceca98e2a0db099e2d7a',1,'UnkActorSpawnData::unk8'],['../structD__80150158.html#a89d74859e90572976c5094359e65f992',1,'D_80150158::unk8'],['../structUnkStruct__800DDB40.html#a7c6f398fff36aec6cd1d871fe5582e10',1,'UnkStruct_800DDB40::unk8'],['../structUnkStruct__802B53C8.html#a7cc4d45965d8db54eb6862744040c61c',1,'UnkStruct_802B53C8::unk8'],['../structUnkPlayerInner.html#ab82bb5befad0712d146a7c6b80ca4268',1,'UnkPlayerInner::unk8']]], ['unk9_60',['unk9',['../structUnkStruct8018EF18.html#a36413a02df97343cd0a5e8a5f6b26bfb',1,'UnkStruct8018EF18::unk9'],['../structActorInitParams.html#ac4ecfe8518fd4440bb06cec29488c8b4',1,'ActorInitParams::unk9'],['../structCeremonyActor.html#aa364a6682c5afeb9c1f14684068db588',1,'CeremonyActor::unk9'],['../structFirework.html#ad04880ecb9de11af43dba5ead8545520',1,'Firework::unk9']]], ['unk_5f0_61',['unk_0',['../structUnkCameraInner.html#ab28dd2dbeb5038fde39f2d2ae9bb8cc0',1,'UnkCameraInner']]], ['unk_5f00_62',['unk_00',['../structstruct__D__801930D0__inner.html#a30837c4e1c1bd1cb66701c41e8b20d35',1,'struct_D_801930D0_inner::unk_00'],['../structstruct__D__802DFB80.html#a3057bb8286535039d0e36d00d89b4216',1,'struct_D_802DFB80::unk_00'],['../structD__801642D8__entry.html#a68f623b4423cd987ce6bc56cc2cd519f',1,'D_801642D8_entry::unk_00'],['../structstruct__D__8018CE10.html#ad679a0ffbd0e412f09f7be102a7080e3',1,'struct_D_8018CE10::unk_00'],['../structstruct__8018EE10__entry.html#a760c8d86719d2e8f36048a4d7186a43e',1,'struct_8018EE10_entry::unk_00']]], @@ -262,7 +262,7 @@ var searchData= ['unk_5fdb4_259',['unk_DB4',['../structPlayer.html#aa8a121a7db4672487c329c21681b2558',1,'Player']]], ['unka_260',['unkA',['../structActorInitParams.html#aee3fc8bb9d007d475565866fcf3e5324',1,'ActorInitParams::unkA'],['../structCeremonyActor.html#a13f7987d81c585bd2298c5bc6ea5c04e',1,'CeremonyActor::unkA'],['../structFirework.html#a2cfedd0dd5e8fb66a97723f8089a833f',1,'Firework::unkA'],['../structSkybox.html#a38b95b0761ac6f03f1d85a93e514cad1',1,'Skybox::unkA']]], ['unkb_261',['unkB',['../structActorInitParams.html#ab495c52104edc7ea6f64ac588d0b9e7a',1,'ActorInitParams']]], - ['unkc_262',['unkC',['../structSynthesisReverb.html#a1b2d1ba08d5b8167132952dba7512fba',1,'SynthesisReverb::unkC'],['../structUnkStruct__800DC5EC.html#a770e36fc4928b0e0f72f83ce74b95a0e',1,'UnkStruct_800DC5EC::unkC'],['../structstruct__801642D8.html#aee76d54374e6ae298c6ce797c1b214f6',1,'struct_801642D8::unkC'],['../structunexpiredActors.html#a3793eaac13b75822364d822a4f265747',1,'unexpiredActors::unkC'],['../structTest.html#a0c3ac7ae1a6ef743d39b3177875c8d69',1,'Test::unkC'],['../structstruct__80286A10.html#a4ce5f607b386e5e4d75027b9760b2b4c',1,'struct_80286A10::unkC'],['../structstruct__80283431.html#ae8b57b430780c70ab2e69e132e0a3451',1,'struct_80283431::unkC'],['../structstruct__80286A04.html#a014ef3bf3c231253742beb11c5448b81',1,'struct_80286A04::unkC'],['../structCeremonyActor.html#aa2f4470ee38cb390a32c098ad0d6ef99',1,'CeremonyActor::unkC'],['../structFirework.html#aa294834d67d91644a18ef1cc28889346',1,'Firework::unkC'],['../structUnkStr__802AA7C8.html#a8ecfa479d601c527829f0051cd615048',1,'UnkStr_802AA7C8::unkC'],['../structD__80150158.html#ac8c6855d05a4b4e096b6608aaf816b5a',1,'D_80150158::unkC'],['../structUnkStruct__80287500.html#ad4d2a80d81441e459cc0720796f4d9b6',1,'UnkStruct_80287500::unkC'],['../structUnkStruct__800DDB40.html#ae805086b9ff3bb7b7cecfaeacab8c196',1,'UnkStruct_800DDB40::unkC'],['../structUnkStruct__802B53C8.html#ae5a84dc35dfef60b667986ede8b3ec36',1,'UnkStruct_802B53C8::unkC'],['../structUnkPlayerInner.html#a1b2f4f249c6532e70ed948ab667c2217',1,'UnkPlayerInner::unkC']]], + ['unkc_262',['unkC',['../structSynthesisReverb.html#a1b2d1ba08d5b8167132952dba7512fba',1,'SynthesisReverb::unkC'],['../structUnkStruct__800DC5EC.html#a770e36fc4928b0e0f72f83ce74b95a0e',1,'UnkStruct_800DC5EC::unkC'],['../structstruct__801642D8.html#aee76d54374e6ae298c6ce797c1b214f6',1,'struct_801642D8::unkC'],['../structunexpiredActors.html#a3793eaac13b75822364d822a4f265747',1,'unexpiredActors::unkC'],['../structTest.html#a0c3ac7ae1a6ef743d39b3177875c8d69',1,'Test::unkC'],['../structstruct__80286A10.html#a4ce5f607b386e5e4d75027b9760b2b4c',1,'struct_80286A10::unkC'],['../structstruct__80283431.html#ae8b57b430780c70ab2e69e132e0a3451',1,'struct_80283431::unkC'],['../structstruct__80286A04.html#a014ef3bf3c231253742beb11c5448b81',1,'struct_80286A04::unkC'],['../structCeremonyActor.html#aa2f4470ee38cb390a32c098ad0d6ef99',1,'CeremonyActor::unkC'],['../structFirework.html#aa294834d67d91644a18ef1cc28889346',1,'Firework::unkC'],['../structUnkStr__802AA7C8.html#a0b7bbf36f49ea5a48b1edbe5faeb4846',1,'UnkStr_802AA7C8::unkC'],['../structD__80150158.html#ac8c6855d05a4b4e096b6608aaf816b5a',1,'D_80150158::unkC'],['../structUnkStruct__80287500.html#ad4d2a80d81441e459cc0720796f4d9b6',1,'UnkStruct_80287500::unkC'],['../structUnkStruct__800DDB40.html#ae805086b9ff3bb7b7cecfaeacab8c196',1,'UnkStruct_800DDB40::unkC'],['../structUnkStruct__802B53C8.html#ae5a84dc35dfef60b667986ede8b3ec36',1,'UnkStruct_802B53C8::unkC'],['../structUnkPlayerInner.html#a1b2f4f249c6532e70ed948ab667c2217',1,'UnkPlayerInner::unkC']]], ['unke_263',['unkE',['../structCeremonyActor.html#a47062d029901aad6a105fc69de8a8454',1,'CeremonyActor::unkE'],['../structFirework.html#a8d8ad9d88b8f78fdc0dd2eca8432b97f',1,'Firework::unkE']]], ['unkf8_264',['unkF8',['../structSynthesisReverb.html#a95c1a105fa35fdce091e5a21b51a551f',1,'SynthesisReverb']]], ['unkfc_265',['unkFC',['../structSynthesisReverb.html#aa46c28e4defb41adeab96a8bab877a6f',1,'SynthesisReverb']]], diff --git a/search/variables_6.js b/search/variables_6.js index 3dbb300d9..0683d2f5e 100644 --- a/search/variables_6.js +++ b/search/variables_6.js @@ -56,7 +56,7 @@ var searchData= ['framey_53',['frameY',['../structuObjBg__t.html#ac7d45c6c4d1a5977f269d3cdb4cad77d',1,'uObjBg_t::frameY'],['../structuObjScaleBg__t.html#a371aa327e01d3c72f0db6bb16d546065',1,'uObjScaleBg_t::frameY']]], ['frappe_5fsnowland_5ftextures_54',['frappe_snowland_textures',['../all__course__offsets_8h.html#ae087d5db77193cdc80d95dc4c3e65f31',1,'frappe_snowland_textures: course_offsets.c'],['../courseTable_8h.html#a7742261fead8bf35fd27dbfb0fadf439',1,'frappe_snowland_textures: course_offsets.c'],['../frappe__snowland_2course__offsets_8c.html#a77fe40893026c43fc6bbf05dad0b8970',1,'frappe_snowland_textures: course_offsets.c']]], ['freeptr_55',['freePtr',['../structAllocOnlyPool.html#ad7c514cf095a5604a5cd5231cfb6c290',1,'AllocOnlyPool']]], - ['freespace_56',['freeSpace',['../structMainPoolState.html#a1f8c1a26496a11cdac716e073825fe0a',1,'MainPoolState']]], + ['freespace_56',['freeSpace',['../structMainPoolState.html#a2050c7f7548d60b0f8eed2bf366771d1',1,'MainPoolState']]], ['freqscale_57',['freqScale',['../structReverbInfo.html#aaa6d4080c9d03f8d463dcc61cef14138',1,'ReverbInfo::freqScale'],['../structNoteAttributes.html#a8d30d0e2b40bc57474ba096e0c08063f',1,'NoteAttributes::freqScale'],['../structSequenceChannel.html#a374893f359c69077e1a52c2de92a3477',1,'SequenceChannel::freqScale'],['../structSequenceChannel.html#a84d7c255c7bbc4df3d4840580b5f8819',1,'SequenceChannel::freqScale'],['../structSequenceChannelLayer.html#a470a0d39003ffc73f5bb544502346a19',1,'SequenceChannelLayer::freqScale']]], ['frequency_58',['frequency',['../structAudioSessionSettingsEU.html#aa5e07810054922eba49f2bae39f1162f',1,'AudioSessionSettingsEU::frequency'],['../structAudioSessionSettings.html#af4d7b25e319222ecea839dc99b5c1489',1,'AudioSessionSettings::frequency'],['../structAudioBufferParametersEU.html#ac53a69267090acd3d367120eff6f7389',1,'AudioBufferParametersEU::frequency']]], ['freshness_59',['freshness',['../structSoundCharacteristics.html#a9be8fd3557b15489ab9190a7cbc5502f',1,'SoundCharacteristics']]] diff --git a/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph.map b/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph.map index c2165447f..d9191d559 100644 --- a/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph.map +++ b/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph.map @@ -71,7 +71,7 @@ - + diff --git a/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph.md5 b/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph.md5 index dd04b9f63..23b4b4490 100644 --- a/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph.md5 +++ b/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph.md5 @@ -1 +1 @@ -8343fd4bddb90452d31b737ef62a3d00 \ No newline at end of file +244537721a052f90e5f43015b622c1cf \ No newline at end of file diff --git a/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph.svg b/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph.svg index 63dd93156..b20fed27a 100644 --- a/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph.svg +++ b/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph.svg @@ -709,7 +709,7 @@ var sectionId = 'dynsection-15'; Node57 - + get_next_available _memory_addr diff --git a/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph_org.svg b/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph_org.svg index 7787f9080..8576d8be6 100644 --- a/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph_org.svg +++ b/spawn__players_8c_ac1a9412b931cfa517a2382c2fc605399_cgraph_org.svg @@ -663,7 +663,7 @@ Node57 - + get_next_available _memory_addr diff --git a/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph.map b/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph.map index b436b7ce8..68d798842 100644 --- a/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph.map +++ b/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph.map @@ -55,7 +55,7 @@ - + diff --git a/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph.md5 b/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph.md5 index 7a5b63edd..e9d36e145 100644 --- a/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph.md5 +++ b/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph.md5 @@ -1 +1 @@ -bbe4b8a3ca7a2dea8a191b4a55438b4a \ No newline at end of file +b10d16d538abccc35a8cad57bb6d16e0 \ No newline at end of file diff --git a/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph.svg b/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph.svg index ab1f90163..15bea881f 100644 --- a/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph.svg +++ b/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph.svg @@ -565,7 +565,7 @@ var sectionId = 'dynsection-9'; Node52 - + get_next_available _memory_addr diff --git a/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph_org.svg b/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph_org.svg index 6aede8e13..f37aed9c5 100644 --- a/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph_org.svg +++ b/spawn__players_8c_afb1c307e34d73d9c004936d2752c44ce_cgraph_org.svg @@ -519,7 +519,7 @@ Node52 - + get_next_available _memory_addr diff --git a/structMainPoolState.html b/structMainPoolState.html index af8967d05..b27d1aa8e 100644 --- a/structMainPoolState.html +++ b/structMainPoolState.html @@ -115,13 +115,13 @@ $(function(){initNavTree('structMainPoolState.html',''); initResizable(true); })
    Collaboration diagram for MainPoolState:
    - - + + @@ -130,14 +130,14 @@ Data Fields

    Data Fields

    u32 freeSpace
     
    uintptr_t freeSpace
     
    struct MainPoolBlocklistHeadL
     
    struct MainPoolBlocklistHeadR
     

    Field Documentation

    - -

    ◆ freeSpace

    + +

    ◆ freeSpace

    - +
    u32 MainPoolState::freeSpaceuintptr_t MainPoolState::freeSpace
    diff --git a/structMainPoolState.js b/structMainPoolState.js index 50c8b5015..918e8bb78 100644 --- a/structMainPoolState.js +++ b/structMainPoolState.js @@ -1,6 +1,6 @@ var structMainPoolState = [ - [ "freeSpace", "structMainPoolState.html#a1f8c1a26496a11cdac716e073825fe0a", null ], + [ "freeSpace", "structMainPoolState.html#a2050c7f7548d60b0f8eed2bf366771d1", null ], [ "listHeadL", "structMainPoolState.html#a2132c0f9da6456775ed7b06459901dfb", null ], [ "listHeadR", "structMainPoolState.html#a901e5cb7afc5abf17bc5f000ae1f1cb1", null ], [ "prev", "structMainPoolState.html#a09066d5dbc3b75de2bb9dbdbe3eed6e2", null ] diff --git a/structMainPoolState__coll__graph.map b/structMainPoolState__coll__graph.map index 05b296343..1e97ffb8b 100644 --- a/structMainPoolState__coll__graph.map +++ b/structMainPoolState__coll__graph.map @@ -1,9 +1,9 @@ - - - - - - - + + + + + + + diff --git a/structMainPoolState__coll__graph.md5 b/structMainPoolState__coll__graph.md5 index 92d3278d3..cb3cc72b6 100644 --- a/structMainPoolState__coll__graph.md5 +++ b/structMainPoolState__coll__graph.md5 @@ -1 +1 @@ -89e9c093432fc9c47252148d923e049a \ No newline at end of file +0235c55454de4ce8382a650f743da0b1 \ No newline at end of file diff --git a/structMainPoolState__coll__graph.svg b/structMainPoolState__coll__graph.svg index 1f268b435..a8bfa244e 100644 --- a/structMainPoolState__coll__graph.svg +++ b/structMainPoolState__coll__graph.svg @@ -4,8 +4,8 @@ - +