From 595dd83e153f5a43fcb448edfbc2e689cfc68aac Mon Sep 17 00:00:00 2001 From: HailSanta Date: Thu, 21 Mar 2024 13:19:23 -0400 Subject: [PATCH] minor notes --- src/77480.c | 2 ++ src/battle/common/stage/area_flo/flo_03.inc.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/77480.c b/src/77480.c index 4b46285d03..d59def129a 100644 --- a/src/77480.c +++ b/src/77480.c @@ -125,6 +125,7 @@ HitID player_raycast_below(f32 yaw, f32 diameter, f32* outX, f32* outY, f32* out ret = hitID; } + //@bug duplicate test -- same as first one. should be +/-? x = inputX + cosTemp; y = inputY; z = inputZ + sinTemp; @@ -142,6 +143,7 @@ HitID player_raycast_below(f32 yaw, f32 diameter, f32* outX, f32* outY, f32* out ret = hitID; } + //@bug duplicate test -- same as second one. should be -/+? x = inputX - cosTemp; y = inputY; z = inputZ - sinTemp; diff --git a/src/battle/common/stage/area_flo/flo_03.inc.c b/src/battle/common/stage/area_flo/flo_03.inc.c index 9191549468..fcb5eddda4 100644 --- a/src/battle/common/stage/area_flo/flo_03.inc.c +++ b/src/battle/common/stage/area_flo/flo_03.inc.c @@ -20,7 +20,6 @@ EvtScript N(EVS_AnimateVines) = { EndLoop Set(LVar0, 0) Set(LVar1, 0) - Label(0) Label(0) Add(LVar0, -140) IfLt(LVar0, 0)