summaryrefslogtreecommitdiff
path: root/arm7/lib/include/syscall.h
diff options
context:
space:
mode:
authorRémi Calixte <remicalixte.rmc@gmail.com>2021-08-29 00:12:36 +0200
committerRémi Calixte <remicalixte.rmc@gmail.com>2021-08-29 00:12:36 +0200
commitc97046f4b518d53a2508c896b15fd467b6559346 (patch)
tree57ab33da23a252c502711be7c4d64b3a89f7fcf6 /arm7/lib/include/syscall.h
parent8d383810aa08aa9594086ed2f8b3e6a50927d53c (diff)
parent7994935696dcf9d81888e2d9d991f4b6a3e00738 (diff)
Merge branch 'master' into unk_02006D98
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