summaryrefslogtreecommitdiff
path: root/include/heap.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-21 15:04:16 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-21 15:04:16 -0400
commitb207354025c33f3084981224e7727d4540c550d3 (patch)
treef4a97588996b64ea8ddc33004a420a06254d911f /include/heap.h
parentd2710751ca6b1c4cc5399ea7206fb8faa00de5fe (diff)
Most of itemtool.c; draft of that first item slot function
Diffstat (limited to 'include/heap.h')
-rw-r--r--include/heap.h1
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