diff --git a/asm_funcs.svg b/asm_funcs.svg index 4a60987c7..7ba4b77e9 100644 --- a/asm_funcs.svg +++ b/asm_funcs.svg @@ -1 +1 @@ -WIP functionsWIP functions2929 \ No newline at end of file +WIP functionsWIP functions2828 \ No newline at end of file diff --git a/ceremony__and__credits_8c.html b/ceremony__and__credits_8c.html index 292160b2e..141d6ea3f 100644 --- a/ceremony__and__credits_8c.html +++ b/ceremony__and__credits_8c.html @@ -2097,7 +2097,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 0979cabd5..90daa5029 100644 --- a/ceremony__and__credits_8h.html +++ b/ceremony__and__credits_8h.html @@ -2039,7 +2039,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/code__80281780_8c.html b/code__80281780_8c.html index 6a739edee..0e4106bbe 100644 --- a/code__80281780_8c.html +++ b/code__80281780_8c.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.html b/code__80281780_8h.html index 256551134..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/crash__screen_8c.html b/crash__screen_8c.html index 604562603..14f70f6ab 100644 --- a/crash__screen_8c.html +++ b/crash__screen_8c.html @@ -132,6 +132,24 @@ Macros   #define CHARACTER_DASH   16   +#define WHITE_COLOUR   0xFFFF +  +#define RED_COLOUR   0xF801 +  +#define SQUARE_X   40 +  +#define SQUARE_Y   40 +  +#define SQUARE_SIZE_X   6 +  +#define SQUARE_SIZE_Y   6 +  +#define BORDER_WIDTH   1 +  +#define SQUARE_X2   SQUARE_X + SQUARE_SIZE_Y +  +#define SQUARE_Y2   SQUARE_Y + SQUARE_SIZE_X +  #define BLACK_COLOUR   0x0001   @@ -204,6 +222,20 @@ Variables + + + +

◆ BORDER_WIDTH

+ +
+
+
+ + + +
#define BORDER_WIDTH   1
+
+
@@ -232,6 +264,118 @@ Variables
+
+
+ +

◆ RED_COLOUR

+ +
+
+ + + + +
#define RED_COLOUR   0xF801
+
+ +
+
+ +

◆ SQUARE_SIZE_X

+ +
+
+ + + + +
#define SQUARE_SIZE_X   6
+
+ +
+
+ +

◆ SQUARE_SIZE_Y

+ +
+
+ + + + +
#define SQUARE_SIZE_Y   6
+
+ +
+
+ +

◆ SQUARE_X

+ +
+
+ + + + +
#define SQUARE_X   40
+
+ +
+
+ +

◆ SQUARE_X2

+ +
+
+ + + + +
#define SQUARE_X2   SQUARE_X + SQUARE_SIZE_Y
+
+ +
+
+ +

◆ SQUARE_Y

+ +
+
+ + + + +
#define SQUARE_Y   40
+
+ +
+
+ +

◆ SQUARE_Y2

+ +
+
+ + + + +
#define SQUARE_Y2   SQUARE_Y + SQUARE_SIZE_X
+
+ +
+
+ +

◆ WHITE_COLOUR

+ +
+
+ + + + +
#define WHITE_COLOUR   0xFFFF
+
+

Function Documentation

@@ -318,6 +462,11 @@ Here is the caller graph for this function:
+Here is the call graph for this function:
+
+
+
+
Here is the caller graph for this function:
diff --git a/crash__screen_8c.js b/crash__screen_8c.js index a1ea50894..fd881acb0 100644 --- a/crash__screen_8c.js +++ b/crash__screen_8c.js @@ -1,8 +1,17 @@ var crash__screen_8c = [ [ "BLACK_COLOUR", "crash__screen_8c.html#a140d13d2e3e6fd06c56ce399396def23", null ], + [ "BORDER_WIDTH", "crash__screen_8c.html#a4221b0a24a1716cf086b820f988e4285", null ], [ "CHARACTER_DASH", "crash__screen_8c.html#aa33ddf6455297cb41a553e1c153fe24c", null ], [ "DRAW_CODE", "crash__screen_8c.html#a6e86d9bd5fab8cd3013afe8a9d74d1dd", null ], + [ "RED_COLOUR", "crash__screen_8c.html#a100955df7cdce4891c63c186be8fbfd9", null ], + [ "SQUARE_SIZE_X", "crash__screen_8c.html#a7b0ea17a3c8828a80cea499ef89bfd2d", null ], + [ "SQUARE_SIZE_Y", "crash__screen_8c.html#a3c5d538b8e65f39520dbe81f98771fba", null ], + [ "SQUARE_X", "crash__screen_8c.html#a286df5091d847579fca20dba63c83477", null ], + [ "SQUARE_X2", "crash__screen_8c.html#a17fc0fe6a2fece7ea04fec4efe8426cd", null ], + [ "SQUARE_Y", "crash__screen_8c.html#a1edf9d97feb3c294031371f10e8e3df0", null ], + [ "SQUARE_Y2", "crash__screen_8c.html#a0af0e3416a1004097b62a5968e2bc902", null ], + [ "WHITE_COLOUR", "crash__screen_8c.html#aad02939da416336a05981ba7525073c1", null ], [ "crash_screen_draw_glyph", "crash__screen_8c.html#a54d41e42f5dd58eafcd03aefecbee26d", null ], [ "crash_screen_draw_info", "crash__screen_8c.html#affae45bedac61b2d5c4e3f57283ba099", null ], [ "crash_screen_draw_square", "crash__screen_8c.html#a271e93a6c95f12117f19c86234fb1d05", null ], diff --git a/crash__screen_8c_a120b1d5cd1311a72bb588594cbd55016_icgraph.svg b/crash__screen_8c_a120b1d5cd1311a72bb588594cbd55016_icgraph.svg index e7b6f6d3e..1d718973b 100644 --- a/crash__screen_8c_a120b1d5cd1311a72bb588594cbd55016_icgraph.svg +++ b/crash__screen_8c_a120b1d5cd1311a72bb588594cbd55016_icgraph.svg @@ -48,7 +48,7 @@ + diff --git a/crash__screen_8c_a271e93a6c95f12117f19c86234fb1d05_cgraph_org.svg b/crash__screen_8c_a271e93a6c95f12117f19c86234fb1d05_cgraph_org.svg new file mode 100644 index 000000000..158e477c1 --- /dev/null +++ b/crash__screen_8c_a271e93a6c95f12117f19c86234fb1d05_cgraph_org.svg @@ -0,0 +1,75 @@ + + + + + + +crash_screen_draw_square + + +Node1 + + +crash_screen_draw_square + + + + + +Node2 + + +osViSwapBuffer + + + + + +Node1->Node2 + + + + + + + + +Node3 + + +__osDisableInt + + + + + +Node2->Node3 + + + + + + + + +Node4 + + +__osRestoreInt + + + + + +Node2->Node4 + + + + + + + + diff --git a/crash__screen_8c_a271e93a6c95f12117f19c86234fb1d05_icgraph.svg b/crash__screen_8c_a271e93a6c95f12117f19c86234fb1d05_icgraph.svg index 39c11d802..60e22e338 100644 --- a/crash__screen_8c_a271e93a6c95f12117f19c86234fb1d05_icgraph.svg +++ b/crash__screen_8c_a271e93a6c95f12117f19c86234fb1d05_icgraph.svg @@ -48,7 +48,7 @@