summaryrefslogtreecommitdiff
path: root/src/code_80005FD0.c
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2024-01-01 03:56:14 +0100
committerGitHub <noreply@github.com>2023-12-31 19:56:14 -0700
commit98474c5b94e453fcee4d332657e45b2f626c62a3 (patch)
treef68be5a0abfb02c0dbd25d6297c67f041ca18598 /src/code_80005FD0.c
parent2727a5e5ddc3bc439b2d0b7f2e681650b79b2fb5 (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_80005FD0.c')
-rw-r--r--src/code_80005FD0.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code_80005FD0.c b/src/code_80005FD0.c
index fe2a0d40f..4fcc3dfd2 100644
--- a/src/code_80005FD0.c
+++ b/src/code_80005FD0.c
@@ -3562,7 +3562,7 @@ void func_8000F2DC(void) {
D_801645E0 = D_801645A0[0];
// zero allocated memory?
- // @warning does not appear to zero all the above allocated variables.
+ //! @warning does not appear to zero all the above allocated variables.
for (i = 0; i < 4; i++) {
func_8000F2BC(D_80164550[i], D_80163368[i]);
func_8000F2BC(D_80164560[i], D_80163368[i]);
@@ -3800,7 +3800,7 @@ void func_800100F0(s32 pathIndex) {
// If path data higher than 3000 something has gone wrong.
// Skip processing the data.
- // todo: Confirm this comment
+ //! @todo Confirm this comment
if (!bInvalidPath) {
var_v0 = func_80011014(pathDest, path, sp24, pathIndex);
gWaypointCountByPathIndex[pathIndex] = (u16) var_v0;
@@ -7124,7 +7124,7 @@ void func_8001969C(s32 playerId, f32 arg1, s32 cameraId, s16 pathIndex) {
waypoint = &D_80164550[0][gNearestWaypointByCameraId[cameraId]];
D_801645F8[cameraId] = waypoint->posX;
- // @bug Adding an (f32) cast changes asm, why?
+ //! @bug Adding an (f32) cast changes asm, why?
D_80164618[cameraId] = waypoint->posY + 10.0;
D_80164638[cameraId] = waypoint->posZ;
D_80164648[cameraId] = 0.0f;