summaryrefslogtreecommitdiff
path: root/arm7/lib/include/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm7/lib/include/syscall.h')
-rw-r--r--arm7/lib/include/syscall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arm7/lib/include/syscall.h b/arm7/lib/include/syscall.h
index 55462cc7..579fd790 100644
--- a/arm7/lib/include/syscall.h
+++ b/arm7/lib/include/syscall.h
@@ -2,5 +2,9 @@
#define POKEDIAMOND_ARM7_SYSCALL_H
void SVC_WaitByLoop(u32 ct);
+u8 SVC_GetVolumeTable(int idx);
+u16 SVC_GetPitchTable(int idx);
+void SVC_SoundBiasSet(int step);
+void SVC_SoundBiasReset(int step);
#endif //POKEDIAMOND_ARM7_SYSCALL_H