Match some nonmatching in d_map_path_dmap (#377)

* Match some nonmatching in d_map_path_dmap

* Match daDsh_c::create
This commit is contained in:
hatal175
2023-07-19 22:25:45 +03:00
committed by GitHub
parent c9492825ec
commit aba19d36a5
59 changed files with 72 additions and 1778 deletions
+6
View File
@@ -21,6 +21,12 @@ struct actor_process_profile_definition {
/* 0x2D */ u8 mCullType;
};
// Unclear what this is. Only appears in 4 profiles (BG,DSHUTTER,PATH,SCENE_EXIT)
struct actor_process_profile_definition2 {
/* 0x00 */ actor_process_profile_definition def;
/* 0x30 */ u32 field_0x30;
};
enum {
ACTOR_TYPE_ENEMY = 2,
};