diff options
Diffstat (limited to 'src/code_8057824_1.c')
-rw-r--r-- | src/code_8057824_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_8057824_1.c b/src/code_8057824_1.c index f79299a..5409061 100644 --- a/src/code_8057824_1.c +++ b/src/code_8057824_1.c @@ -3364,7 +3364,7 @@ void sub_808B1CC(u8 r0) void SetupRegiFacingDirection(struct DungeonEntity *r0) { - r0->entityData->facingDir = DIRECTION_NORTH; + r0->entityData->action.facingDir = DIRECTION_NORTH; sub_806CE68(r0, DIRECTION_NORTH); } |