diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-18 21:23:23 +0100 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-18 21:24:10 +0100 |
commit | 2c18674cca148311e00984fa17d9a8fb775edf7a (patch) | |
tree | ee1a78b5e06ed56e5fcd895c439128c863d63f87 /include/heap.h | |
parent | 3ba1994512560322d452eff78874e7200e046d5b (diff) |
review changes
Diffstat (limited to 'include/heap.h')
-rw-r--r-- | include/heap.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/heap.h b/include/heap.h index 478c85ea..69aedd9e 100644 --- a/include/heap.h +++ b/include/heap.h @@ -5,15 +5,15 @@ struct UnkStruct_020166C8 { - void **unk_ptr1; - void **unk_ptr2; - void **unk_ptr3; - u16 *unk_ptr4; - u8 *unk_ptr5; - u16 unk_half1; - u16 unk_half2; - u16 unk_half3; - u16 unk_half4; + void **unk00; + void **unk04; + void **unk08; + u16 *unk0c; + u8 *unk10; + u16 unk14; + u16 unk16; + u16 unk18; + u16 unk1a; }; |