mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
fix signatures for builtins mistakenly marked as api functions
This commit is contained in:
parent
19c9a82b2a
commit
42747be7ae
@ -1,5 +1,5 @@
|
||||
#include "common.h"
|
||||
|
||||
INCLUDE_API_ASM("os/code_4a140_len_70", strcpy);
|
||||
char* INCLUDE_ASM("os/code_4a140_len_70", strcpy, char* destination, const char* source);
|
||||
|
||||
INCLUDE_API_ASM("os/code_4a140_len_70", strcmp);
|
||||
s32 INCLUDE_ASM("os/code_4a140_len_70", strcmp, const char* str1, const char* str2);
|
||||
|
@ -1,3 +1,3 @@
|
||||
#include "common.h"
|
||||
|
||||
INCLUDE_API_ASM("os/code_4a1b0_len_40", memset);
|
||||
void* INCLUDE_ASM("os/code_4a1b0_len_40", memset, void* ptr, s32 value, s32 num);
|
||||
|
Loading…
Reference in New Issue
Block a user