mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
tiny change
This commit is contained in:
parent
ee8d55d6a2
commit
11e3e9b35e
@ -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);
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user