diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-08-28 17:58:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-28 17:58:22 +0100 |
commit | 7994935696dcf9d81888e2d9d991f4b6a3e00738 (patch) | |
tree | 15352e1fc3681bf177fb77065ac0e6324e9a9c6c /arm7/lib/include/syscall.h | |
parent | 766cb136d9b9b4f2fc6fc14059a316a93f9aff9b (diff) | |
parent | 12d164b14df9b8936a5aa13111d3fe81e033ec6b (diff) |
Merge pull request #441 from ipatix/decompile_sound
Decompile sound
Diffstat (limited to 'arm7/lib/include/syscall.h')
-rw-r--r-- | arm7/lib/include/syscall.h | 4 |
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 |