summaryrefslogtreecommitdiff
path: root/src/objectUtils.c
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-08-05 21:04:33 +0200
committeroctorock <79596758+octorock@users.noreply.github.com>2022-08-05 22:39:02 +0200
commit167710b4d400e47d8be7e6d52dee65b2f3caee12 (patch)
treed7b6b7c572730cb2ce0ecbecc5c25d897d6a68d4 /src/objectUtils.c
parentaa57b04756b7d8a175389075ee705c71a81963af (diff)
Decompile some functions
Diffstat (limited to 'src/objectUtils.c')
-rw-r--r--src/objectUtils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objectUtils.c b/src/objectUtils.c
index 42ef2df5..7b748c6d 100644
--- a/src/objectUtils.c
+++ b/src/objectUtils.c
@@ -35,7 +35,7 @@ Entity* sub_080A276C(Entity* parent, u32 type, u32 type2) {
e->field_0x6e.HALF.LO = gPlayerState.field_0x27[0];
e->field_0x6e.HALF.HI = gPlayerState.mobility;
e->field_0x70.WORD = gPlayerState.flags;
- e->field_0x74.HALF.LO = gPlayerState.field_0x82[8];
+ e->field_0x74.HALF.LO = gPlayerState.field_0x8a;
gPlayerEntity.flags &= ~ENT_COLLIDE;
gPlayerEntity.spriteSettings.draw = 0;
}