Skip to content

Commit

Permalink
minor notes
Browse files Browse the repository at this point in the history
  • Loading branch information
HailSanta authored and HailSanta committed Mar 21, 2024
1 parent 2de7b40 commit 595dd83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/77480.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/battle/common/stage/area_flo/flo_03.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 595dd83

Please sign in to comment.