core2/gc/pauseMenu. c progress
This commit is contained in:
@@ -2290,6 +2290,8 @@ enum asset_e
|
||||
ASSET_1E1_ANIM_BEE_DIE,
|
||||
ASSET_1E2_ANIM_BEE_JUMP,
|
||||
|
||||
ASSET_1F5_ANIM_TRANSITION_FALLING_JIGGIES = 0x1F5,
|
||||
|
||||
ASSET_220_ANIM_SIR_SLUSH_DIE = 0x220,
|
||||
ASSET_221_ANIM_WOZZA_IN_CAVE,
|
||||
|
||||
@@ -2732,6 +2734,7 @@ enum asset_e
|
||||
// 464 Nabnut's Bed
|
||||
// 465 Dead Snarebear
|
||||
// 466 (Sparkle 2D?)
|
||||
ASSET_467_MODEL_TRANSITION_FALLING_JIGGIES = 0x467,
|
||||
// 467 (Blank Picture Frame?)
|
||||
// 468 Sexy Grunty
|
||||
// 469 Ugly Tooty
|
||||
@@ -3380,7 +3383,28 @@ enum asset_e
|
||||
ASSET_71A_SPRITE_SPARKLE_PINK_2,
|
||||
ASSET_71B_SPRITE_SPARKLE_ORANGE_2,
|
||||
|
||||
ASSET_7BD_MODEL_SKYBOX_MM = 0x7BD,
|
||||
ASSET_7BE_MODEL_CLOUDS_MM,
|
||||
ASSET_7BF_MODEL_SKYBOX_TTC,
|
||||
ASSET_7C0_MODEL_CLOUDS_TTC,
|
||||
ASSET_7C1_MODEL_SKYBOX_GV,
|
||||
ASSET_7C2_MODEL_SKYBOX_MMM,
|
||||
ASSET_7C3_MODEL_SKYBOX_MMM,
|
||||
ASSET_7C4_MODEL_SKYBOX_SM,
|
||||
ASSET_7C5_MODEL_SKYBOX_RBB,
|
||||
ASSET_7C6_MODEL_SKYBOX_FP,
|
||||
ASSET_7C7_MODEL_CLOUDS_FP_A,
|
||||
ASSET_7C8_MODEL_CLOUDS_FP_B,
|
||||
ASSET_7C9_MODEL_SKYBOX_INTRO_N64,
|
||||
ASSET_7CA_MODEL_SKYBOX_LAIR_MMM,
|
||||
ASSET_7CB_MODEL_CLOUDS_LAIR_MMM,
|
||||
ASSET_7CC_MODEL_SKYBOX_GRUNTYS_FALL,
|
||||
ASSET_7CD_MODEL_SKYBOX_BEACH_ENDING,
|
||||
|
||||
ASSET_7CF_MODEL_TRANSITION_UNKNOWN = 0x7CF,
|
||||
ASSET_7D0_MODEL_TRANSITION_JIGGY,
|
||||
|
||||
ASSET_7D4_MODEL_TRANSITION_WITCH = 0x7D4,
|
||||
|
||||
ASSET_7D7_MODEL_MM_HUT = 0x7d7,
|
||||
ASSET_7D8_MODEL_MM_HUT_TOP,
|
||||
|
@@ -257,7 +257,7 @@ typedef struct struct_9_s{
|
||||
u8 uid;
|
||||
u8 unk1;
|
||||
u8 unk2;
|
||||
u8 pad3[1];
|
||||
// u8 pad3[1];
|
||||
f32 unk4; //duration
|
||||
s32 unk8; //asset_indx
|
||||
s32 unkC; //animation_indx
|
||||
@@ -319,7 +319,8 @@ typedef struct struct_16_s{
|
||||
}struct16s;
|
||||
|
||||
typedef struct struct_1A_s{
|
||||
u8 pad0[0x8];
|
||||
f32 unk0;
|
||||
f32 unk4;
|
||||
u8 *str;
|
||||
s16 unkC;
|
||||
u8 unkE;
|
||||
@@ -331,6 +332,12 @@ typedef struct struct_1B_s{
|
||||
s16 exit;
|
||||
}struct1Bs;
|
||||
|
||||
typedef struct struct_1C_1_s{
|
||||
s16 level_id;
|
||||
s16 x; //0x2
|
||||
u8 *string; //0x4
|
||||
}struct1Cs_1;
|
||||
|
||||
typedef struct struct_1C_s{
|
||||
s8 unk0;
|
||||
s8 unk1;
|
||||
@@ -497,21 +504,6 @@ typedef struct {
|
||||
}struct46s;
|
||||
|
||||
|
||||
typedef struct {
|
||||
s16 unk0;
|
||||
u8 pad2[0x2];
|
||||
f32 unk4;
|
||||
f32 unk8;
|
||||
}struct47s;
|
||||
|
||||
typedef struct {
|
||||
s16 map;
|
||||
u8 pad2[2];
|
||||
struct47s unk4[3];
|
||||
}struct48s;
|
||||
|
||||
|
||||
|
||||
typedef struct{
|
||||
f32 unk0[3];
|
||||
f32 unkC[3];
|
||||
|
Reference in New Issue
Block a user