summaryrefslogtreecommitdiff
path: root/include/sound.h
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-08-16 21:35:27 +0300
committerGitHub <noreply@github.com>2020-08-16 21:35:27 +0300
commit133a7967098a49cebc68c395df88d87485328175 (patch)
treeb60434a70296a13034d6c92440fff837b4b5bed5 /include/sound.h
parenta82d0d55a67b12757b185fd149d6a14dcc7cad02 (diff)
parentf249e22e6cfd180492054f8ef321fa75495f2daf (diff)
Merge pull request #262 from PikalaxALT/pikalax_work
Decompile bag.s
Diffstat (limited to 'include/sound.h')
-rw-r--r--include/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound.h b/include/sound.h
index 6e78bfa4..9cec824d 100644
--- a/include/sound.h
+++ b/include/sound.h
@@ -42,7 +42,7 @@ struct SoundData
u32 unk_BCD3C;
u64 unk_BCD40;
u32 unk_BCD48;
- u32 unk_BCD4C;
+ void * unk_BCD4C;
u32 unk_BCD50;
u32 unk_BCD54;
u32 unk_BCD58;
@@ -50,7 +50,7 @@ struct SoundData
};
struct SoundData * GetSoundDataPointer(void);
-void InitSoundData(u32 a0, struct Options * a1);
+void InitSoundData(void * a0, struct Options * a1);
void * FUN_02003D38(u32 a0);
int FUN_02003F3C(int * a0);
void FUN_02003F64(int a0);