pokediamond/arm7/lib/include/syscall.h
2020-06-14 17:34:02 +01:00

7 lines
137 B
C

#ifndef POKEDIAMOND_ARM7_SYSCALL_H
#define POKEDIAMOND_ARM7_SYSCALL_H
void SVC_WaitByLoop(u32 ct);
#endif //POKEDIAMOND_ARM7_SYSCALL_H