summaryrefslogtreecommitdiff
path: root/src/05
diff options
context:
space:
mode:
authorYanis <35189056+Yanis002@users.noreply.github.com>2025-07-16 15:33:58 +0200
committerGitHub <noreply@github.com>2025-07-16 15:33:58 +0200
commit7a01af4783ca2904590ed0ba6e61261d98706f47 (patch)
tree5491fa87030e5c32a11e536607a14dca459bf8dc /src/05
parentce9f96d932c0028262821ff3fc39a4b05c977285 (diff)
update .clang-format rules (#120)
Diffstat (limited to 'src/05')
-rw-r--r--src/05/Player/LinkStateMove.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/05/Player/LinkStateMove.cpp b/src/05/Player/LinkStateMove.cpp
index ab5c4f88..e51e33f9 100644
--- a/src/05/Player/LinkStateMove.cpp
+++ b/src/05/Player/LinkStateMove.cpp
@@ -96,8 +96,7 @@ ARM void LinkStateMove::vfunc_1c() {
this->UpdateSwordShieldInUse();
} else {
if ((temp_r0 == 3) || (temp_r0 == 4) || (temp_r0 == 5) || (temp_r7 == 3) || (temp_r7 == 4) || (temp_r7 == 5) ||
- (temp_r7 == 9) || ((temp_r7 - 0xD) <= 1U))
- {
+ (temp_r7 == 9) || ((temp_r7 - 0xD) <= 1U)) {
this->EquipItem_vfunc_28();
}
}
@@ -209,8 +208,7 @@ ARM void LinkStateMove::vfunc_1c() {
ARM bool LinkStateMove::vfunc_3c() {
if ((gPlayerControl->GetFollowActor() == NULL) && (gPlayerControl->mFollowObject == NULL) &&
- (this->Get_PlayerControlData_Unk120() != 2) && (this->Get_PlayerControlData_Unk120() != 3))
- {
+ (this->Get_PlayerControlData_Unk120() != 2) && (this->Get_PlayerControlData_Unk120() != 3)) {
return true;
}
return false;