summaryrefslogtreecommitdiff
path: root/arm7/lib/include/syscall.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-08-31 08:54:33 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-08-31 08:54:33 -0400
commitba5f5449a4fb7c36a20ebccb0aa560d88d6a49c0 (patch)
tree63e5cab56041641b85b231f09296d1cecf9e0a1c /arm7/lib/include/syscall.h
parentcc891865fa1eb5a823f6a3eeb1746f05addb0d90 (diff)
parent1499e9f8be9458bbf94cbc4dc6d1034f53606cd0 (diff)
Merge branch 'pikalax_work' of github.com:PikalaxALT/pokediamond 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