decompile s_basic, cleanup mangled names in f_pc (#101)

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
lepelog
2021-01-26 23:11:50 +01:00
committed by GitHub
parent 3ee8a929a9
commit ce0d0c3521
9 changed files with 46 additions and 63 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef S_BASIC_H_
#define S_BASIC_H_
#include "global.h"
void sBs_FillArea_s(void* pPtr, u32 pNumBytes, s16 pValue);
void sBs_ClearArea(void* pPtr, u32 pNumBytes);
#endif