tiny change

This commit is contained in:
Ethan Roseman 2020-09-02 12:51:45 -04:00
parent ee8d55d6a2
commit 11e3e9b35e
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
void osCleanupThread(void);
s32 heap_malloc(s32 size);
HeapNode* _heap_create(u32* addr, s32 size);
HeapNode* _heap_create(UNK_PTR addr, s32 size);
void clone_model(u16 srcModelID, u16 newModelID);
void update_collider_transform(s16 colliderID);

View File

@ -10,7 +10,7 @@ INCLUDE_ASM("code_42e0_len_1f60", func_80028FE0);
INCLUDE_API_ASM("code_42e0_len_1f60", length2D);
HeapNode* INCLUDE_ASM("code_42e0_len_1f60", _heap_create, u32* addr, s32 size);
HeapNode* INCLUDE_ASM("code_42e0_len_1f60", _heap_create, UNK_PTR addr, s32 size);
INCLUDE_ASM("code_42e0_len_1f60", _heap_malloc);