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/code_800029B0.c | |
| 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/code_800029B0.c')
| -rw-r--r-- | src/code_800029B0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code_800029B0.c b/src/code_800029B0.c index 9e42077bf..a1df47777 100644 --- a/src/code_800029B0.c +++ b/src/code_800029B0.c @@ -50,7 +50,7 @@ s32 D_800DC5E0 = 32; // This is tracking which credit "state" we're in, decides which credits are shown (and probably other stuff) u16 D_800DC5E4 = 0; -// TODO: gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8 +//! @todo gPlayerWinningIndex (D_800DC5E8) accessed as word, D_800DC5EB as u8 s32 gPlayerWinningIndex = 0; struct UnkStruct_800DC5EC D_8015F480[4]; @@ -146,7 +146,7 @@ u16 gNumPermanentActors; s32 code_800029B0_bss_pad2[44]; struct Actor gActorList[ACTOR_LIST_SIZE]; -// @warning todo: Is this apart of the actor array? +//! @warning todo: Is this apart of the actor array? UNUSED u8 D_80162578[sizeof(struct Actor)]; s16 gDebugPathCount; |
