summaryrefslogtreecommitdiff
path: root/arm7/lib/include/syscall.h
diff options
context:
space:
mode:
authorMichael Panzlaff <michael.panzlaff@fau.de>2021-07-09 18:19:29 +0200
committerMichael Panzlaff <michael.panzlaff@fau.de>2021-08-25 18:03:48 +0200
commit0da1dc3cb5db999b5035c28858134ba6fbcc661c (patch)
tree0d2a0f630fa699eb0abde9c1014b95e052709314 /arm7/lib/include/syscall.h
parentbedb58ea94b44f8b4168fd731339fec38ee21988 (diff)
arm7: decompile SND
Diffstat (limited to 'arm7/lib/include/syscall.h')
-rw-r--r--arm7/lib/include/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm7/lib/include/syscall.h b/arm7/lib/include/syscall.h
index 1ac6fe49..579fd790 100644
--- a/arm7/lib/include/syscall.h
+++ b/arm7/lib/include/syscall.h
@@ -4,5 +4,7 @@
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