mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 03:34:24 -05:00
10 lines
182 B
C
10 lines
182 B
C
#include "OS_timer.h"
|
|
#include "function_target.h"
|
|
|
|
static u16 OSi_TimerReserved = 0;
|
|
|
|
ARM_FUNC void OSi_SetTimerReserved(s32 timerNum)
|
|
{
|
|
OSi_TimerReserved |= (1 << timerNum);
|
|
}
|