21 lines
416 B
C
21 lines
416 B
C
#include "common.h"
|
|
|
|
void __copy_global_controller_data(OSContPad* arg0) {
|
|
__start_copy_global_controller_data();
|
|
bcopy(&__GLOBAL_CONTROLLER_DATA, arg0, 0x18);
|
|
__end_copy_global_controller_data();
|
|
}
|
|
|
|
void func_8008A640(void) {
|
|
func_80089CF8(0x103, 0);
|
|
}
|
|
|
|
void __set_fp_8008A660(void(*arg0)(s16)) {
|
|
s32 mask;
|
|
|
|
mask = osSetIntMask(OS_IM_NONE);
|
|
D_800A9FE0 = arg0;
|
|
osSetIntMask(mask);
|
|
}
|
|
|