From c0b5972e6e55ea33746ec45317410b17e35e4929 Mon Sep 17 00:00:00 2001 From: Michael Panzlaff Date: Sat, 3 Jul 2021 21:25:05 +0200 Subject: more header refactoring --- arm7/lib/include/syscall.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm7/lib/include/syscall.h') diff --git a/arm7/lib/include/syscall.h b/arm7/lib/include/syscall.h index 55462cc7..1ac6fe49 100644 --- a/arm7/lib/include/syscall.h +++ b/arm7/lib/include/syscall.h @@ -2,5 +2,7 @@ #define POKEDIAMOND_ARM7_SYSCALL_H void SVC_WaitByLoop(u32 ct); +u8 SVC_GetVolumeTable(int idx); +u16 SVC_GetPitchTable(int idx); #endif //POKEDIAMOND_ARM7_SYSCALL_H -- cgit v1.2.3 From 0da1dc3cb5db999b5035c28858134ba6fbcc661c Mon Sep 17 00:00:00 2001 From: Michael Panzlaff Date: Fri, 9 Jul 2021 18:19:29 +0200 Subject: arm7: decompile SND --- arm7/lib/include/syscall.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm7/lib/include/syscall.h') 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 -- cgit v1.2.3