summaryrefslogtreecommitdiff
path: root/src/enemy/wallMaster2.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2022-01-02 16:10:29 -0800
committertheo3 <arisstephenson2@gmail.com>2022-01-02 16:10:29 -0800
commit415f5213a92c2abcc78388c600b95b9a5f12cd8c (patch)
tree3a67d304e3b17da6cc79ee01868f5be2508400fd /src/enemy/wallMaster2.c
parent466b508413fd62dfd00c859d7f636622898d617c (diff)
PlayerNormal ok
Diffstat (limited to 'src/enemy/wallMaster2.c')
-rw-r--r--src/enemy/wallMaster2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/enemy/wallMaster2.c b/src/enemy/wallMaster2.c
index 05778ce1..c034989b 100644
--- a/src/enemy/wallMaster2.c
+++ b/src/enemy/wallMaster2.c
@@ -116,8 +116,8 @@ void sub_0802CE68(Entity* this) {
u8 frames;
gPlayerState.field_0xa |= 0x80;
- gPlayerState.field_0x1a[0] |= 0x80;
- gPlayerState.flags |= 0x100;
+ gPlayerState.mobility |= 0x80;
+ gPlayerState.flags |= PL_DISABLE_ITEMS;
if (!sub_0806FCB8(this, gPlayerEntity.x.HALF.HI, gPlayerEntity.y.HALF.HI, 4)) {
this->direction = GetFacingDirection(this, &gPlayerEntity);
LinearMoveUpdate(this);
@@ -145,7 +145,7 @@ void sub_0802CEF4(Entity* this) {
this->spriteSettings.shadow = 1;
}
gPlayerState.field_0xa |= 0x80;
- gPlayerState.field_0x1a[0] |= 0x80;
+ gPlayerState.mobility |= 0x80;
}
}