Decompile stageGetPrimaryTrack

This commit is contained in:
Ryan Dwyer
2020-08-28 19:33:40 +10:00
parent 4cd6244b38
commit 0d8759394a
7 changed files with 35 additions and 58 deletions
+1
View File
@@ -23,6 +23,7 @@ extern u32 var80084220;
extern struct something *somethings[];
extern u32 var800844d0;
extern u32 var800844f0;
extern struct stagemusic stagemusictable[];
extern s32 var800845d8;
extern u32 var800845dc;
extern u32 var800845f4;
+1 -1
View File
@@ -11,7 +11,7 @@ u32 func0f1762ac(void);
u32 func0f1763f4(void);
u32 func0f176668(void);
u32 func0f1766b4(void);
s32 func0f176c40(s32 stagenum);
s32 stageGetPrimaryTrack(s32 stagenum);
s32 func0f176cd8(s32 stagenum);
s32 func0f176d20(s32 stagenum);
+4 -4
View File
@@ -3157,10 +3157,10 @@ struct stageoverviewentry {
};
struct stagemusic {
u16 stage;
s16 main_music;
s16 sfx_music;
s16 x_music;
s16 stagenum;
s16 primarytrack;
s16 ambienttrack;
s16 xtrack;
};
struct mission {