1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-23 05:45:03 +00:00
oot/src/libultra_code/osAiGetLength.c

8 lines
140 B
C
Raw Normal View History

2020-03-17 04:31:30 +00:00
#include "libultra_internal.h"
#include "osAi.h"
#include <ultra64/hardware.h>
u32 osAiGetLength() {
return HW_REG(AI_LEN_REG, u32);
}