Discover more stage related tables

This commit is contained in:
Ryan Dwyer
2019-09-22 22:29:45 +10:00
parent dcfa7e32cd
commit 7db82fe44a
3 changed files with 93 additions and 132 deletions
+1 -1
View File
@@ -1221,7 +1221,7 @@
#define MUSIC_DEFECTION_X 0x10
#define MUSIC_EXTRACTION_X 0x11
#define MUSIC_INVESTIGATION 0x12
#define MUSIC_INVESTIGATION_x 0x13
#define MUSIC_INVESTIGATION_X 0x13
#define MUSIC_INFILTRATION 0x14
#define MUSIC_DEATH_BETA 0x15
#define MUSIC_RESCUE 0x16
+20
View File
@@ -202,6 +202,26 @@ struct mpmusictrack {
s16 unlockcategory;
};
struct stageoverviewentry {
u32 stage_id;
u8 unk04;
u16 name1; // "dataDyne Central"
u16 name2; // " - Defection"
u16 name3; // "dataDyne Defection"
};
struct stagemusic {
u16 stage_id;
u16 main_music;
s16 sfx_music;
u16 x_music;
};
struct mission {
u32 first_stage_index;
u16 name;
};
struct suntableentry {
u32 unk00;
u32 unk04;