mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 23:30:05 -04:00
decompile s_basic, cleanup mangled names in f_pc (#101)
Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user