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
+1 -1
View File
@@ -14,7 +14,7 @@ public:
/* 8003F760 */ static int getTopBottomFloorNo(s8*, s8*);
/* 8003F7E8 */ static void createWork();
/* 8003FA40 */ static void setPointer(s8, void*, int);
/* 8003F810 */ static void setPointer(dDrawPath_c::room_class*, s8*, s8*);
/* 8003F810 */ static int setPointer(dDrawPath_c::room_class*, s8*, s8*);
/* 8003FB70 */ static void create();
/* 8003FBD0 */ static void reset();
/* 8003FC70 */ static void remove();
+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,
};