mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
16 lines
247 B
C
16 lines
247 B
C
#include "unk_0209C370.h"
|
|
|
|
#include "heap.h"
|
|
|
|
u8 *sub_0209C370(enum HeapID heapID)
|
|
{
|
|
u8 *v0 = Heap_Alloc(heapID, sizeof(void *));
|
|
MI_CpuClear8(v0, sizeof(void *));
|
|
return v0;
|
|
}
|
|
|
|
void sub_0209C388(u8 *param0)
|
|
{
|
|
Heap_Free(param0);
|
|
}
|