mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 18:53:21 -05:00
7 lines
137 B
C
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
|