summaryrefslogtreecommitdiff
path: root/src/enemy/fallingBoulder.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2020-11-13 23:27:50 -0800
committertheo3 <arisstephenson2@gmail.com>2020-11-13 23:27:50 -0800
commit3079c016b455c7008995d26ea227a4f05bc79988 (patch)
treefbe584b74e020cd6d25bf7904b1ab576327b62b1 /src/enemy/fallingBoulder.c
parent8fd74813959a978489e0c4917fcbfe86500debbb (diff)
clang-format and newlines
Diffstat (limited to 'src/enemy/fallingBoulder.c')
-rw-r--r--src/enemy/fallingBoulder.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/enemy/fallingBoulder.c b/src/enemy/fallingBoulder.c
index 435e6b21..24f18515 100644
--- a/src/enemy/fallingBoulder.c
+++ b/src/enemy/fallingBoulder.c
@@ -143,13 +143,13 @@ void sub_0802C4B0(Entity* this) {
switch (sub_080001DA(this->field_0x7c.HALF_U.HI, this->collisionLayer)) {
case 0x1ab ... 0x1af:
- offset = 8;
+ offset = 8;
break;
case 0x1c4:
- offset = 4;
+ offset = 4;
break;
default:
- offset = 0;
+ offset = 0;
break;
}
@@ -208,7 +208,7 @@ void sub_0802C4B0(Entity* this) {
}
}
-void sub_0802C62C(Entity *this) {
+void sub_0802C62C(Entity* this) {
this->action = 1;
this->y.HALF.HI = this->field_0x82.HWORD;
this->x.HALF.HI = this->field_0x80.HWORD;