mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 04:52:34 +01:00
fix dma_copy
This commit is contained in:
parent
3d9127a340
commit
8939f6da76
@ -53,7 +53,7 @@ void copy_matrix(Matrix4f* src, Matrix4f* dest) {
|
||||
bcopy(src, dest, sizeof(Matrix4f));
|
||||
}
|
||||
|
||||
INCLUDE_ASM(s32, "code_42e0_len_1f60", dma_copy);
|
||||
INCLUDE_ASM(void, "code_42e0_len_1f60", dma_copy, void* romStart, void* romEnd, void* vramDest);
|
||||
|
||||
INCLUDE_ASM(s32, "code_42e0_len_1f60", func_800297D4);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user