diff options
author | red031000 <rubenru09@aol.com> | 2021-06-27 22:31:26 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-06-27 22:31:26 +0100 |
commit | 58b831b027e56480daa516c352d1e74323d53579 (patch) | |
tree | 1c1af641918697e925de24525348bc2e53db4c41 /arm9/lib/include/WM_ks.h | |
parent | 3eb05d47001de840cb6e8e99ca5181dc2ad67b32 (diff) |
WM_ks decomp, plus some mod63 docs
Diffstat (limited to 'arm9/lib/include/WM_ks.h')
-rw-r--r-- | arm9/lib/include/WM_ks.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arm9/lib/include/WM_ks.h b/arm9/lib/include/WM_ks.h new file mode 100644 index 00000000..0eeb6b1b --- /dev/null +++ b/arm9/lib/include/WM_ks.h @@ -0,0 +1,9 @@ +#ifndef POKEDIAMOND_WM_KS_H +#define POKEDIAMOND_WM_KS_H + +#include "WM.h" + +WMErrCode WM_StartKeySharing(WMKeySetBuf *buf, u16 port); +WMErrCode WM_EndKeySharing(WMKeySetBuf *buf); + +#endif //POKEDIAMOND_WM_KS_H |