|
#include "common.h"
|
|
|
|
void func_8008A5A0(void) {
|
|
s32 temp_v0;
|
|
|
|
temp_v0 = osSetIntMask(OS_IM_NONE);
|
|
D_800C4B30 = 1;
|
|
osSetIntMask(temp_v0);
|
|
}
|
|
|
|
void func_8008A5D0(void) {
|
|
s32 temp_v0;
|
|
|
|
temp_v0 = osSetIntMask(OS_IM_NONE);
|
|
D_800C4B30 = 0;
|
|
osSetIntMask(temp_v0);
|
|
}
|
|
|