diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-21 15:04:16 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-21 15:04:16 -0400 |
commit | b207354025c33f3084981224e7727d4540c550d3 (patch) | |
tree | f4a97588996b64ea8ddc33004a420a06254d911f /include/heap.h | |
parent | d2710751ca6b1c4cc5399ea7206fb8faa00de5fe (diff) |
Most of itemtool.c; draft of that first item slot function
Diffstat (limited to 'include/heap.h')
-rw-r--r-- | include/heap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/heap.h b/include/heap.h index 49c54d22..6f04c5bc 100644 --- a/include/heap.h +++ b/include/heap.h @@ -4,5 +4,6 @@ void * AllocFromHeap(u32 heap_id, u32 size); void * AllocFromHeapAtEnd(u32 heap_id, u32 size); void FreeToHeap(void * ptr); +void FUN_02016A8C(u32 heap_id, void * ptr); #endif //POKEDIAMOND_HEAP_H |