mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-05 19:27:02 -04:00
Discover more stage related tables
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user