mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 10:43:24 -05:00
7 lines
137 B
C
7 lines
137 B
C
#ifndef POKEDIAMOND_ARM9_SYSCALL_H
|
|
#define POKEDIAMOND_ARM9_SYSCALL_H
|
|
|
|
void SVC_WaitByLoop(u32 ct);
|
|
|
|
#endif //POKEDIAMOND_ARM9_SYSCALL_H
|