summaryrefslogtreecommitdiff
path: root/arm7/lib/include/syscall.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2021-08-28 14:40:42 -0400
committerGitHub <noreply@github.com>2021-08-28 14:40:42 -0400
commit3e43c51f3902901642255bb9e932656e136afc1a (patch)
tree5b438458b1ebd92e25413aee8bcf5368b9d71049 /arm7/lib/include/syscall.h
parente6e6e3a36e2f7413b5278a88696932b9dd22555a (diff)
parent7994935696dcf9d81888e2d9d991f4b6a3e00738 (diff)
Merge branch 'master' into pikalax_work
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