mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-26 13:32:55 -04:00
Update src/dungeon_util_1.c
Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
This commit is contained in:
@@ -442,7 +442,7 @@ bool8 sub_8085B80(struct_8085B80 *a0)
|
||||
}
|
||||
a0[i].unk8 = unkCPtr[2];
|
||||
a0[i].unkC = unkCPtr;
|
||||
enInfo->action.direction = *(u8 *)unkCPtr & DIRECTION_MASK;
|
||||
enInfo->action.direction = unkCPtr[0] & DIRECTION_MASK;
|
||||
sub_806CDD4(entity, 0, (int)*unkCPtr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user