diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-11-06 21:42:53 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-11-06 21:42:53 -0700 |
| commit | e6eeeefc50d5e7e4578443ea1f976de694fdb852 (patch) | |
| tree | 0d6c4bc01a628fa11bb3330327b48604321af35b /include/structures.h | |
| parent | 3592e47cd6167082e866b1a391781995df253c3b (diff) | |
merge entity.c
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/structures.h b/include/structures.h index a875d89a..9f3f1276 100644 --- a/include/structures.h +++ b/include/structures.h @@ -171,10 +171,7 @@ typedef struct { u8 unk1; u8 unk2; u8 unk3; - u8 freezeTime; - u8 unk9; - u8 unk_0xa; - u8 unk_0xb; + Entity* unk4; u16 unk_0xc; } EntityHandler; |
