fix todo, bug not appears and change theme (#525)

* fix todo, bug not appears and change theme

* fix warning
This commit is contained in:
coco875
2024-01-01 03:56:14 +01:00
committed by GitHub
parent 2727a5e5dd
commit 98474c5b94
64 changed files with 138 additions and 105 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ typedef u32 OSYieldResult;
#define OS_YIELD_DATA_SIZE 0x900
#endif
// TODO: These defines shouldn't exist - PR/rcp.h has them properly defined (ultralib)
//! @todo These defines shouldn't exist - PR/rcp.h has them properly defined (ultralib)
/* Flags */
#define M_TASK_FLAG0 1
#define M_TASK_FLAG1 2
+2 -1
View File
@@ -357,7 +357,8 @@ extern s16 D_80165738;
#define NUM_TORCHES 8
// This should really be `extern Vec3s gTorchSpawns[];`
extern s16 gTorchSpawns[]; // todo: fix this extern
//! @todo fix this extern
extern s16 gTorchSpawns[];
/**
* List of object list indices. Used both for the fires in the DK Jungle cave
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef SOUNDS_H
#define SOUNDS_H
// todo: format like sm64 sounds.h
//! @todo format like sm64 sounds.h
// The sound cue bit fields can be split up into its basic pieces and put back together.