diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-01-01 03:56:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-31 19:56:14 -0700 |
| commit | 98474c5b94e453fcee4d332657e45b2f626c62a3 (patch) | |
| tree | f68be5a0abfb02c0dbd25d6297c67f041ca18598 /src/data | |
| parent | 2727a5e5ddc3bc439b2d0b7f2e681650b79b2fb5 (diff) | |
fix todo, bug not appears and change theme (#525)
* fix todo, bug not appears and change theme
* fix warning
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/common_textures.inc.c | 4 | ||||
| -rw-r--r-- | src/data/data_segment2.inc.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/data/common_textures.inc.c b/src/data/common_textures.inc.c index cc8df5c5d..161c38033 100644 --- a/src/data/common_textures.inc.c +++ b/src/data/common_textures.inc.c @@ -631,7 +631,7 @@ Gfx common_model_flat_banana[] = { }; // tlut size 8x29 -// todo: What is this? +//! @todo What is this? s8 D_0D004C68[] = { #include "assets/trees/gTLUTTreesImport.inc.c" }; @@ -3011,7 +3011,7 @@ u8 gTLUTLakituCountdown[][512] = { }; /** - * todo: Generate tlut based on the actual texture. + * @todo Generate tlut based on the actual texture. * The textures these tluts are for are not in common_textures.inc.c * This applies to gTLUTLakituCheckeredFlag, gTLUTLakituSecondLap, * gTLUTLakituFinalLap, gTLUTLakituReverse, gTLUTLakituFishing diff --git a/src/data/data_segment2.inc.c b/src/data/data_segment2.inc.c index 17cecbd86..7ce08d6e1 100644 --- a/src/data/data_segment2.inc.c +++ b/src/data/data_segment2.inc.c @@ -281,7 +281,7 @@ UNUSED Vtx D_02007B38[] = { {{{ 0, 0, 0}, 0, { 0, 448}, {0xff, 0x00, 0x00, 0xff}}}, }; -// Todo: Place all these vertices in a single array +//! @todo Place all these vertices in a single array // Access the correct vertex using sym[value] Vtx D_02007BB8[] = { {{{ 0, 65520, 0}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}}, |
